summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/rtsp/APacketSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* libstagefright: Handle MPEG4 DP playbackLeena Winterrowd2015-11-301-0/+3
* Stagefright: Fix unused variables, functions, valuesAndreas Gampe2014-11-251-2/+0
* FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to...Andreas Huber2014-02-041-1/+1
* Add support for mpeg2 transport streams to the RTSP implementation.Andreas Huber2012-08-311-0/+2
* h264 streaming: make profile-level-id optionalPatrik2 Carlsson2012-08-201-8/+13
* Prefix MPEG4-generic audio data with ADTS headersAndreas Huber2012-05-171-0/+1
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-2/+2
* NuPlayer is now taking on the task of streaming over RTSP.Andreas Huber2011-10-131-161/+2
* Eliminate superfluous memcpys by wrapping an ABuffer in a MediaBufferAndreas Huber2011-08-041-3/+1
* Support mpeg1,2 audio and mpeg1,2,4 video content extraction from .ts streams.Andreas Huber2011-05-251-81/+7
* Support for PCMA and PCMU raw audio data in RTP/RTSP.Andreas Huber2011-02-221-0/+3
* Work around several issues with non-compliant RTSP servers.Andreas Huber2011-02-151-1/+1
* Implement parsing of vbv buffering info in RTSP.Andreas Huber2011-01-181-1/+11
* Refactor some more h.264 utility code out into avc_utils. Work around a hardw...Andreas Huber2010-10-081-0/+20
* Remove stagefright foundation's incompatible logging interface and update cal...Andreas Huber2010-09-211-5/+10
* Various fixes to improve resilience of the rtsp stack against spurious errors...Andreas Huber2010-09-151-1/+5
* Better support for buffered streaming of rtsp content, if buffer drops below ...Andreas Huber2010-09-011-0/+23
* Support for RFC3640 - mpeg4-generic RTP packet type, AAC-lbr and AAC-hbr.Andreas Huber2010-08-311-0/+83
* Better support for rtsp (normal play-)time display. Better seek support, time...Andreas Huber2010-08-271-1/+51
* A first shot at proper support for seeking of rtsp streams.Andreas Huber2010-08-241-49/+3
* Support for MP4V-ES packetization format according to RFC3016.Andreas Huber2010-08-191-0/+186
* 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-181-2/+15
* 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-101-17/+22
* 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-041-5/+90
* Initial checkin of preliminary rtsp support for stagefright.Andreas Huber2010-06-071-0/+345