summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/rtsp/MyHandler.h
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\ \ | |/
| * Instead of asserting, signal a runtime error if the session doesn't containAndreas Huber2011-11-101-2/+15
* | 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
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-14/+14
|/
* NuPlayer is now taking on the task of streaming over RTSP.Andreas Huber2011-10-131-65/+102
* Network traffic accounting for chromium stack support in mediaserver.Ashish Sharma2011-08-051-2/+16
* Remove legacy http support from stagefright, chromium is the new hotness.Andreas Huber2011-07-131-3/+3
* Charge network traffic to the uid of the process using the MediaPlayer.Andreas Huber2011-07-011-3/+16
* Revert "Parse RTP-Info even for live streams."Andreas Huber2011-06-301-4/+2
* Parse RTP-Info even for live streams.Andreas Huber2011-06-201-2/+4
* 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-151-21/+78
* Change timestamp handling in RTSP, remove unused, experimental, gtalk supportAndreas Huber2011-02-101-59/+157
* More robust parsing of NPT time ranges in RTSP.Andreas Huber2011-01-281-4/+2
* Support for BASIC and DIGEST authentication schemes in RTSP. Support for malf...Andreas Huber2010-10-201-3/+22
* am 8e4f3c76: am 646e0d5a: Merge "Some webcams output rtp streams but never se...Andreas Huber2010-10-151-3/+21
|\
| * Some webcams output rtp streams but never send any rtcp data in violation ofAndreas Huber2010-10-131-3/+21
* | 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-101-2/+30
|\ \ | |/
| * RTSP seeking is now asynchronous, MediaPlayer is not notified that the seek i...Andreas Huber2010-10-081-2/+30
* | am 14ea1048: am c5912acc: Merge "Disable the access unit timeout temporarily ...Andreas Huber2010-10-101-6/+29
|\ \ | |/
| * Disable the access unit timeout temporarily while a seek operation is in prog...Andreas Huber2010-10-081-6/+29
* | am af909581: am 67738486: Merge "Remove stagefright foundation\'s incompatibl...Andreas Huber2010-09-211-36/+34
|\ \ | |/
| * Remove stagefright foundation's incompatible logging interface and update cal...Andreas Huber2010-09-211-36/+34
* | am 7ff94577: am 9909b948: Merge "Various fixes to improve resilience of the r...Andreas Huber2010-09-151-23/+42
|\ \ | |/
| * Various fixes to improve resilience of the rtsp stack against spurious errors...Andreas Huber2010-09-151-23/+42
* | am e1a3cddd: am 99fa510e: Merge "Better detection of connection problems - ti...Andreas Huber2010-08-311-41/+61
|\ \ | |/
| * Better detection of connection problems - timeout if no rtcp packets arrive w...Andreas Huber2010-08-311-41/+61
* | am 987556bc: am abb8398e: Merge "Instead of closing the connection altogether...Andreas Huber2010-08-301-32/+75
|\ \ | |/
| * Instead of closing the connection altogether if no UDP packets arrive after a...Andreas Huber2010-08-301-32/+75
* | am 7ed9104c: am f6639c46: Finetune some rtsp timeout constants.Andreas Huber2010-08-301-3/+11
|\ \ | |/
| * Finetune some rtsp timeout constants.Andreas Huber2010-08-301-3/+11
* | am 6df6d606: am df992ac9: Merge "ALoopers can now be named (useful to disting...Andreas Huber2010-08-301-3/+3
|\ \ | |/
| * ALoopers can now be named (useful to distinguish threads).Andreas Huber2010-08-271-3/+3
* | am 05c1cada: am 577615c9: Merge "Better support for rtsp (normal play-)time d...Andreas Huber2010-08-271-12/+202
|\ \ | |/
| * Better support for rtsp (normal play-)time display. Better seek support, time...Andreas Huber2010-08-271-12/+202
* | am e25e0361: am e250c220: Merge "We accidentally always aborted after 10 secs...Andreas Huber2010-08-271-2/+1
|\ \ | |/
| * We accidentally always aborted after 10 secs, even if the connection was fine.Andreas Huber2010-08-271-2/+1
* | am 74ae6973: am 17a765a1: Merge "Support for RTP packets arriving interleaved...Andreas Huber2010-08-261-7/+57
|\ \ | |/
| * Support for RTP packets arriving interleaved with RTSP responses.Andreas Huber2010-08-261-7/+57
* | am 67ca90b3: am 6b6ae996: Merge "A first shot at proper support for seeking o...Andreas Huber2010-08-241-4/+105
|\ \ | |/
| * A first shot at proper support for seeking of rtsp streams.Andreas Huber2010-08-241-4/+105
* | am 31e71131: am 3e22ef1e: Merge "Better handling of rtsp connection and disco...Andreas Huber2010-08-241-7/+18
|\ \ | |/
| * Better handling of rtsp connection and disconnection.Andreas Huber2010-08-231-7/+18
* | am 6bcffcd2: am 8c192fe9: Merge "Better support for rtsp streamed through VLC...Andreas Huber2010-08-211-0/+10
|\ \ | |/