summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/rtsp/MyHandler.h
Commit message (Expand)AuthorAgeFilesLines
* Send RTSP control connection keep-alive requestsAndreas Huber2012-06-071-3/+93
* Merge branch 'gingerbread' of git://android.git.kernel.org/platform/framework...Steve Kondik2011-04-301-25/+93
|\
| * DO NOT MERGE: Derive the Transport "source" attribute from the RTSP endpoint ...Andreas Huber2011-02-151-23/+42
| * DO NOT MERGE: Work around several issues with non-compliant RTSP servers.Andreas Huber2011-02-151-21/+70
* | Merge branch 'gingerbread' of git://android.git.kernel.org/platform/framework...Steve Kondik2011-02-281-6/+23
|\ \ | |/
| * DO NOT MERGE: More robust parsing of NPT time ranges in RTSP.Andreas Huber2011-01-281-4/+2
| * DO NOT MERGE: Fix parsing of ntp= PLAY response.Andreas Huber2011-01-111-3/+22
* | libstagefright: fix live RTSP streaming on some serversRicardo Cerqueira2011-02-011-1/+1
* | Fixes for simulator build on lucidMike Lockwood2011-01-211-1/+1
|/
* Some webcams output rtp streams but never send any rtcp data in violation ofAndreas Huber2010-10-131-3/+21
* Just in case we're behind a NAT router/firewall, attempt to poke holes into i...Andreas Huber2010-10-111-0/+153
* RTSP seeking is now asynchronous, MediaPlayer is not notified that the seek i...Andreas Huber2010-10-081-2/+30
* Disable the access unit timeout temporarily while a seek operation is in prog...Andreas Huber2010-10-081-6/+29
* Remove stagefright foundation's incompatible logging interface and update cal...Andreas Huber2010-09-211-36/+34
* Various fixes to improve resilience of the rtsp stack against spurious errors...Andreas Huber2010-09-151-23/+42
* Better detection of connection problems - timeout if no rtcp packets arrive w...Andreas Huber2010-08-311-41/+61
* Instead of closing the connection altogether if no UDP packets arrive after a...Andreas Huber2010-08-301-32/+75
* Finetune some rtsp timeout constants.Andreas Huber2010-08-301-3/+11
* ALoopers can now be named (useful to distinguish threads).Andreas Huber2010-08-271-3/+3
* Better support for rtsp (normal play-)time display. Better seek support, time...Andreas Huber2010-08-271-12/+202
* We accidentally always aborted after 10 secs, even if the connection was fine.Andreas Huber2010-08-271-2/+1
* Support for RTP packets arriving interleaved with RTSP responses.Andreas Huber2010-08-261-7/+57
* A first shot at proper support for seeking of rtsp streams.Andreas Huber2010-08-241-4/+105
* Better handling of rtsp connection and disconnection.Andreas Huber2010-08-231-7/+18
* Better support for rtsp streamed through VLC. Temporarily make the socket blo...Andreas Huber2010-08-181-0/+10
* Support for Gtalk video, includes AMR/H.263 assembler and packetization suppo...Andreas Huber2010-08-041-33/+32
* Various changes to improve rtsp networking, reduce packet loss and adapt to A...Andreas Huber2010-07-221-4/+27
* Initial checkin of preliminary rtsp support for stagefright.Andreas Huber2010-06-071-0/+442