summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/mpeg2ts/AnotherPacketSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* NuPlayer: pull more video buffers in advance in GenericSourceChong Zhang2015-07-141-0/+14
* Copy sei offset/size during ABuffer/MediaBuffer conversionRobert Shih2015-04-231-0/+5
* AnotherPacketSource: make getBufferedDurationUs more discontinuity-awareRobert Shih2015-04-211-99/+81
* stagefright: initial timed id3 support in hlsRobert Shih2015-04-161-1/+7
* Merge "mpeg2ts: Set SAMPLE_FLAG_SYNC for mpeg2ts stream"Jinsuk Kim2015-04-141-0/+5
|\
| * mpeg2ts: Set SAMPLE_FLAG_SYNC for mpeg2ts streamTerry Heo2015-04-141-0/+5
* | HLS: allow down switch during prepareChong Zhang2015-04-091-8/+19
* | HLS: traces in LiveSession and PlaylistFetcher for easier debuggingChong Zhang2015-04-081-2/+2
|/
* HLS: misc bug fixesChong Zhang2015-04-021-33/+46
* HLS: faster switching and pause/resume on low bufferChong Zhang2015-03-271-6/+158
* HLS: allow pause/resume in the middle of a segmentChong Zhang2015-03-201-0/+16
* HLS: some fixes for seek with discontinuity.Chong Zhang2015-03-171-4/+8
* AnotherPacketSource: return format of first non-discontinuity packetChong Zhang2015-03-091-7/+5
* httplive: Dont resume if we have almost fetched till stop timeApurupa Pattapu2015-01-281-0/+7
* httplive: Create a copy of last enqueued metadataApurupa Pattapu2015-01-281-2/+2
* Revert "HLS: QCom enhancements"Lajos Molnar2015-01-281-9/+2
* HLS: QCom enhancementsRobert Shih2014-12-221-2/+9
* AnotherPacketSource: need reset some members before returning from queueDisco...Wei Jia2014-11-131-4/+4
* AnotherPacketSource.cpp: Do not queue discontinity signal buffer resulted fro...Wei Jia2014-11-061-0/+4
* MediaBuffer: ABuffer will release MediaBuffer when it's destructed.Wei Jia2014-09-191-5/+0
* LiveSession: added onSwitchDownRobert Shih2014-09-111-4/+61
* httplive: timestamp reporting, track selectionRobert Shih2014-08-051-4/+17
* GenericSource: support track (de)selectionRobert Shih2014-07-311-2/+10
* Revert GenericSource track selection changesWei Jia2014-07-301-10/+2
* GenericSource: support track (de)selectionRobert Shih2014-07-221-2/+10
* Free MediaBuffer when ABuffer is discarded.Wei Jia2014-07-181-0/+5
* HLS: do not discard packets when queuing explicit discontinuityChong Zhang2014-06-261-12/+15
* libstagefright: fix 64-bit warningsColin Cross2014-03-191-1/+3
* Merge "AnotherPacketSource support to get latest buffered MetaData."Robert Shih2014-02-151-2/+22
|\
| * AnotherPacketSource support to get latest buffered MetaData.Robert Shih2014-02-031-2/+22
* | warnings be gone.Andreas Huber2014-02-111-1/+1
|/
* stagefright: Fix issue with tracking media format in packet sourceLajos Molnar2013-12-171-9/+39
* New HLS implementation supporting independent stream sources, audio-only streamsAndreas Huber2013-05-311-6/+23
* RTSP buffering improvementsRoger Jönsson2013-02-061-3/+17
* Buffer at least 2 secs worth of data at startup of after a seek beforeAndreas Huber2012-05-171-0/+34
* Some refactoring and cleanup of now obsolete crypto fields.Andreas Huber2012-04-181-6/+0
* Provisional support for secure decryption of media streams.Andreas Huber2012-03-261-0/+6
* resolved conflicts for merge of 998a929a to masterAndreas Huber2011-11-291-4/+21
|\
| * Finer granularity discontinuity support.Andreas Huber2011-11-281-4/+21
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-1/+1
|/
* When encountering a discontinuity, flush(clear) all content enqueued up to thatAndreas Huber2011-08-251-14/+18
* Eliminate superfluous memcpys by wrapping an ABuffer in a MediaBufferAndreas Huber2011-08-041-4/+2
* Allow optional specification of a PTS timestamp when signalling a discontinuity.Andreas Huber2011-03-021-1/+3
* Some more fixes regarding HTTP live in NuPlayer.Andreas Huber2011-01-051-6/+13
* Squashed commit of the following:Andreas Huber2010-12-231-10/+19
* Distinguish discontinuities w/ a format change from those without.Andreas Huber2010-12-221-3/+5
* Initial support for a true streaming player for mpeg2 transport streams.Andreas Huber2010-12-151-4/+44
* HTTP Live content that are tagged as complete are now seekable.Andreas Huber2010-10-121-0/+11
* Work to support switching transport streams mid-stream and signalling discont...Andreas Huber2010-10-071-11/+25
* Initial checkin of mpeg2 transport stream parser for stagefright.Andreas Huber2010-06-071-0/+112