summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/rtsp/ARTPConnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* libstagefright: fix 64-bit warningsColin Cross2014-03-191-1/+1
* Fix overflow of rand in ARTPConnectionYajun Zeng2013-04-241-1/+2
* Fixed member access into incomplete type build errorTareq A. Siraj2012-08-221-0/+1
* Add new APIs AMessage::(set|find)Buffer to make it safer to passAndreas Huber2012-02-221-5/+3
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-3/+3
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-2/+2
* 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-261-2/+2
* Work around several issues with non-compliant RTSP servers.Andreas Huber2011-02-151-1/+3
* Change timestamp handling in RTSP, remove unused, experimental, gtalk supportAndreas Huber2011-02-101-37/+1
* Some webcams output rtp streams but never send any rtcp data in violation ofAndreas Huber2010-10-131-1/+37
* Remove stagefright foundation's incompatible logging interface and update cal...Andreas Huber2010-09-211-9/+12
* Better detection of connection problems - timeout if no rtcp packets arrive w...Andreas Huber2010-08-311-2/+6
* Instead of closing the connection altogether if no UDP packets arrive after a...Andreas Huber2010-08-301-0/+8
* Support for RTP packets arriving interleaved with RTSP responses.Andreas Huber2010-08-261-2/+66
* Support for MP4V-ES packetization format according to RFC3016.Andreas Huber2010-08-191-0/+2
* We're now going to ignore timestamps completely in gtalk video conferencing, ...Andreas Huber2010-08-101-12/+12
* Better support for fake timestamps in RTP, H.263 video now also requests FIR.Andreas Huber2010-08-051-6/+8
* Support for Gtalk video, includes AMR/H.263 assembler and packetization suppo...Andreas Huber2010-08-041-61/+121
* Initial checkin of preliminary rtsp support for stagefright.Andreas Huber2010-06-071-0/+499