summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/rtsp
Commit message (Expand)AuthorAgeFilesLines
* Merge "Support for parsing of "folded" RTSP header values and some tweaks to ...Andreas Huber2011-12-122-9/+31
|\
| * Support for parsing of "folded" RTSP header values and some tweaks to the AMR...Andreas Huber2011-12-092-9/+31
* | am aa82c39b: am 0ba9380a: Merge "Fix Bitreader "putBits" implementation, make...Andreas Huber2011-12-091-5/+9
|\ \ | |/ |/|
| * Fix Bitreader "putBits" implementation, make sure we emulate timestampsAndreas Huber2011-12-081-5/+9
* | am 8a065423: am 23217182: Merge "Didn\'t mean to check this in..." into ics-mr1Andreas Huber2011-11-111-1/+1
|\ \ | |/
| * Didn't mean to check this in...Andreas Huber2011-11-111-1/+1
* | am 40461ee7: am cd556b82: Merge "Instead of asserting, signal a runtime error...Andreas Huber2011-11-111-2/+15
|\ \ | |/
| * Merge "Instead of asserting, signal a runtime error if the session doesn't co...Andreas Huber2011-11-111-2/+15
| |\
| | * Instead of asserting, signal a runtime error if the session doesn't containAndreas Huber2011-11-101-2/+15
| * | Merge "DO NOT MERGE: Instead of asserting, remove active streams if their soc...Andreas Huber2011-11-111-15/+47
| |\ \
| | * | DO NOT MERGE: Instead of asserting, remove active streams if their socketsAndreas Huber2011-11-101-15/+47
| | |/
* | | am 9c981cd3: am d9f25bc9: Merge "Disconnect on socket error on the RTSP contr...Andreas Huber2011-11-112-64/+72
|\ \ \ | |/ /
| * | Disconnect on socket error on the RTSP control connection.Andreas Huber2011-11-102-64/+72
| |/
* | am 9e2949c6: am 2375d163: Merge "Send RTSP control connection keep-alive requ...Andreas Huber2011-11-101-2/+92
|\ \ | |/
| * Send RTSP control connection keep-alive requestsAndreas Huber2011-11-081-2/+92
* | Instead of asserting, remove active streams if their sockets return failureAndreas Huber2011-11-091-15/+47
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-2610-51/+51
|/
* NuPlayer is now taking on the task of streaming over RTSP.Andreas Huber2011-10-135-480/+107
* Network traffic accounting for chromium stack support in mediaserver.Ashish Sharma2011-08-052-3/+33
* Eliminate superfluous memcpys by wrapping an ABuffer in a MediaBufferAndreas Huber2011-08-041-3/+1
* Remove legacy http support from stagefright, chromium is the new hotness.Andreas Huber2011-07-132-5/+5
* Charge network traffic to the uid of the process using the MediaPlayer.Andreas Huber2011-07-014-7/+36
* Revert "Parse RTP-Info even for live streams."Andreas Huber2011-06-302-7/+2
* Parse RTP-Info even for live streams.Andreas Huber2011-06-202-2/+7
* Support mpeg1,2 audio and mpeg1,2,4 video content extraction from .ts streams.Andreas Huber2011-05-251-81/+7
* Add a user-agent header to our RTSP requests.Andreas Huber2011-03-292-0/+33
* Support for PCMA and PCMU raw audio data in RTP/RTSP.Andreas Huber2011-02-225-0/+210
* Support more MPEG4-LATM audio functionality.Andreas Huber2011-02-222-9/+75
* Respond to RTSP server->client requests.Andreas Huber2011-02-162-7/+83
* Derive the Transport "source" attribute from the RTSP endpoint address if nec...Andreas Huber2011-02-151-23/+42
* Work around several issues with non-compliant RTSP servers.Andreas Huber2011-02-156-25/+89
* Enable cancelling the rtsp connection process early.Andreas Huber2011-02-141-1/+8
* Fix the build.Andreas Huber2011-02-101-1/+1
* Change timestamp handling in RTSP, remove unused, experimental, gtalk supportAndreas Huber2011-02-108-162/+168
* More robust parsing of NPT time ranges in RTSP.Andreas Huber2011-01-283-20/+46
* This particular RTSP server streams MPEG4-LATM audio with extra trailing bytes.Andreas Huber2011-01-261-1/+4
* Implement parsing of vbv buffering info in RTSP.Andreas Huber2011-01-181-1/+11
* Fail to parse duration instead of asserting, if the server response cannot be...Andreas Huber2011-01-121-5/+7
* Removed uncessary FILE structure pointer for I/OJames Dong2010-11-191-1/+1
* Better support for MP4A-LATM RTP disassembly. This used to fail if mNumSubFra...Andreas Huber2010-10-274-20/+382
* We don't have access to the md5 implementation on the simulator, let's disabl...Andreas Huber2010-10-251-0/+10
* Support for BASIC and DIGEST authentication schemes in RTSP. Support for malf...Andreas Huber2010-10-205-18/+297
* Merge fb474872 from gingerbread-plus-aospJean-Baptiste Queru2010-10-181-2/+2
|\
| * Include the framework copy of the OpenMAX headers instead of referencing exte...Andreas Huber2010-10-151-2/+2
* | am 8e4f3c76: am 646e0d5a: Merge "Some webcams output rtp streams but never se...Andreas Huber2010-10-153-4/+62
|\ \ | |/
| * Some webcams output rtp streams but never send any rtcp data in violation ofAndreas Huber2010-10-133-4/+62
* | am 5b0d0630: am 1010da2e: Merge "Just in case we\'re behind a NAT router/fire...Andreas Huber2010-10-121-0/+153
|\ \ | |/
| * Just in case we're behind a NAT router/firewall, attempt to poke holes into i...Andreas Huber2010-10-111-0/+153
* | am cac43e8a: am beffefa2: Merge "RTSP seeking is now asynchronous, MediaPlaye...Andreas Huber2010-10-102-6/+67
|\ \ | |/
| * RTSP seeking is now asynchronous, MediaPlayer is not notified that the seek i...Andreas Huber2010-10-082-6/+67