summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/mpeg2ts
Commit message (Expand)AuthorAgeFilesLines
...
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-1/+1
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-044-22/+22
* resolved conflicts for merge of 998a929a to masterAndreas Huber2011-11-295-40/+92
|\
| * Finer granularity discontinuity support.Andreas Huber2011-11-285-40/+92
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-264-58/+58
|/
* Merge "Support for an MPEG2 Program Stream extractor."Andreas Huber2011-10-134-5/+741
|\
| * Support for an MPEG2 Program Stream extractor.Andreas Huber2011-09-304-5/+741
* | Assume a PTS of 0 if absent, don't bail on fragmented PES packets not having PTSAndreas Huber2011-10-122-2/+8
|/
* Signal an error when encountering a malformed .ts stream.Andreas Huber2011-09-011-13/+33
* I have one HLS stream that switches stream PIDs from one bandwidth to the nextAndreas Huber2011-08-313-25/+84
* Discontinuities are only signalled on streams that have been identified, i.e.Andreas Huber2011-08-311-32/+13
* ATSParser now supports a mode in which PTS is considered to be absolute timeAndreas Huber2011-08-302-10/+23
* 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
* Support mpeg1,2 audio and mpeg1,2,4 video content extraction from .ts streams.Andreas Huber2011-05-255-30/+614
* Resize internal PES buffers dynamically instead of relying on a fixed maximum...Andreas Huber2011-03-021-1/+12
* Allow optional specification of a PTS timestamp when signalling a discontinuity.Andreas Huber2011-03-024-16/+50
* Remove RefBase.h dependency on TextOutput.hMathias Agopian2011-02-221-0/+1
* Remove legacy, AwesomePlayer-based http live implementation.Andreas Huber2011-02-163-24/+1
* Add AAC extractorGloria Wang2011-02-152-52/+0
* Some tweaks to HTTP live / nuplayer behaviourAndreas Huber2011-01-212-14/+72
* Some more fixes regarding HTTP live in NuPlayer.Andreas Huber2011-01-053-9/+13
* Seek/Duration support for completed http live streams in NuPlayer.Andreas Huber2011-01-052-0/+14
* Squashed commit of the following:Andreas Huber2010-12-234-13/+38
* Distinguish discontinuities w/ a format change from those without.Andreas Huber2010-12-223-6/+8
* Squashed commit of the following:Andreas Huber2010-12-211-1/+1
* Initial support for a true streaming player for mpeg2 transport streams.Andreas Huber2010-12-157-40/+133
* Proper recovery of timestamp information in the transport stream parser.Andreas Huber2010-12-152-12/+77
* Squashed commit of the following:Andreas Huber2010-12-062-22/+37
* Squashed commit of the following:Andreas Huber2010-12-022-2/+57
* More HTTP live support, AES encryption etc.Andreas Huber2010-11-152-3/+11
* Include the framework copy of the OpenMAX headers instead of referencing exte...Andreas Huber2010-10-151-1/+1
* HTTP Live content that are tagged as complete are now seekable.Andreas Huber2010-10-126-20/+144
* Refactor some more h.264 utility code out into avc_utils. Work around a hardw...Andreas Huber2010-10-082-153/+0
* Work to support switching transport streams mid-stream and signalling discont...Andreas Huber2010-10-077-16/+80
* Squashed commit of the following:Andreas Huber2010-10-015-356/+590
* Squashed commit of the following:Andreas Huber2010-09-272-42/+61
* Remove stagefright foundation's incompatible logging interface and update cal...Andreas Huber2010-09-211-102/+90
* Properly extract all raw_data_blocks from an ADSP mpeg4 audio buffer.Andreas Huber2010-09-011-4/+69
* Allow sniffers to return a packet of opaque data that the corresponding extra...Andreas Huber2010-08-251-1/+2
* In the absence of width/height information in the sdp, extract the dimensions...Andreas Huber2010-08-194-208/+3
* Initial checkin of preliminary support for "http live" streaming in stagefright.Andreas Huber2010-06-071-0/+8
* Initial checkin of mpeg2 transport stream parser for stagefright.Andreas Huber2010-06-078-0/+1545