summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/rtsp
Commit message (Expand)AuthorAgeFilesLines
* Remove stagefright foundation's incompatible logging interface and update cal...Andreas Huber2010-09-2114-234/+179
* Various fixes to improve resilience of the rtsp stack against spurious errors...Andreas Huber2010-09-153-36/+84
* Better support for buffered streaming of rtsp content, if buffer drops below ...Andreas Huber2010-09-013-0/+47
* Keep gtalk video chat specific code consistent with rtsp changes.Andreas Huber2010-09-011-0/+8
* Merge "Support for RFC3640 - mpeg4-generic RTP packet type, AAC-lbr and AAC-h...Andreas Huber2010-08-314-6/+345
|\
| * Support for RFC3640 - mpeg4-generic RTP packet type, AAC-lbr and AAC-hbr.Andreas Huber2010-08-314-6/+345
* | Better detection of connection problems - timeout if no rtcp packets arrive w...Andreas Huber2010-08-312-43/+67
|/
* Merge "Recent changes to the rtsp code require every buffer fed to the packet...Andreas Huber2010-08-301-0/+1
|\
| * Recent changes to the rtsp code require every buffer fed to the packet source...Andreas Huber2010-08-301-0/+1
* | Instead of closing the connection altogether if no UDP packets arrive after a...Andreas Huber2010-08-302-32/+83
|/
* Finetune some rtsp timeout constants.Andreas Huber2010-08-301-3/+11
* ALoopers can now be named (useful to distinguish threads).Andreas Huber2010-08-272-3/+4
* Better support for rtsp (normal play-)time display. Better seek support, time...Andreas Huber2010-08-2711-55/+296
* 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-266-21/+216
* A first shot at proper support for seeking of rtsp streams.Andreas Huber2010-08-244-58/+120
* Better handling of rtsp connection and disconnection.Andreas Huber2010-08-232-14/+78
* Merge "Make MediaWriter stop and pause return errors if necessary" into ginge...James Dong2010-08-192-5/+7
|\
| * Make MediaWriter stop and pause return errors if necessaryJames Dong2010-08-192-5/+7
* | Support for MP4V-ES packetization format according to RFC3016.Andreas Huber2010-08-196-0/+417
* | In the absence of width/height information in the sdp, extract the dimensions...Andreas Huber2010-08-191-10/+31
|/
* Better support for rtsp streamed through VLC. Temporarily make the socket blo...Andreas Huber2010-08-185-11/+58
* Fix the h.263 assembler to properly subset a buffer's range if it already has...Andreas Huber2010-08-122-2/+2
* APacketSource is too verbose.Andreas Huber2010-08-121-1/+1
* We're now going to ignore timestamps completely in gtalk video conferencing, ...Andreas Huber2010-08-105-39/+47
* Better support for fake timestamps in RTP, H.263 video now also requests FIR.Andreas Huber2010-08-053-6/+13
* Specification of codec specific data as part of the session description is no...Andreas Huber2010-08-041-5/+12
* Support for Gtalk video, includes AMR/H.263 assembler and packetization suppo...Andreas Huber2010-08-0425-109/+2693
* Various changes to improve rtsp networking, reduce packet loss and adapt to A...Andreas Huber2010-07-223-4/+35
* Initial checkin of preliminary rtsp support for stagefright.Andreas Huber2010-06-0721-0/+4722