summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/mpeg2ts/ATSParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* libstagefright: fix 64-bit warningsColin Cross2014-04-141-8/+8
* warnings be gone (3/4)Mark Salyzyn2014-04-111-2/+4
* warnings be gone.Andreas Huber2014-04-111-1/+1
* Ignore transport stream packets with the "transport_error_indicator" bit setAndreas Huber2013-11-121-1/+4
* A reference to the psi section data could become invalid if moreAndreas Huber2013-04-291-3/+5
* Squashed commit of the following:Andreas Huber2013-03-121-0/+13
* Squashed commit of the following:Andreas Huber2013-01-291-0/+10
* Add support for HLS playlists of type 'event'.Andreas Huber2012-11-271-1/+15
* Various tweaks to wfdAndreas Huber2012-10-311-0/+17
* Fix video continuityMarco Nelissen2012-10-021-0/+2
* Improvements to our MPEG2 Transport Stream parserAndreas Huber2012-08-311-19/+152
* Fixes parsing of PSI sections in MPEG2 transport streamsAndreas Huber2012-05-171-13/+155
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-9/+9
* resolved conflicts for merge of 998a929a to masterAndreas Huber2011-11-291-31/+54
|\
| * Finer granularity discontinuity support.Andreas Huber2011-11-281-31/+54
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-39/+39
|/
* Assume a PTS of 0 if absent, don't bail on fragmented PES packets not having PTSAndreas Huber2011-10-121-2/+4
* 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-311-18/+80
* 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-301-9/+12
* Support mpeg1,2 audio and mpeg1,2,4 video content extraction from .ts streams.Andreas Huber2011-05-251-18/+112
* 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-021-13/+39
* Remove legacy, AwesomePlayer-based http live implementation.Andreas Huber2011-02-161-15/+0
* Some tweaks to HTTP live / nuplayer behaviourAndreas Huber2011-01-211-14/+71
* Some more fixes regarding HTTP live in NuPlayer.Andreas Huber2011-01-051-1/+0
* Seek/Duration support for completed http live streams in NuPlayer.Andreas Huber2011-01-051-0/+12
* Squashed commit of the following:Andreas Huber2010-12-231-2/+6
* Distinguish discontinuities w/ a format change from those without.Andreas Huber2010-12-221-2/+2
* 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-151-29/+66
* Squashed commit of the following:Andreas Huber2010-12-021-2/+10
* More HTTP live support, AES encryption etc.Andreas Huber2010-11-151-2/+7
* HTTP Live content that are tagged as complete are now seekable.Andreas Huber2010-10-121-14/+47
* Work to support switching transport streams mid-stream and signalling discont...Andreas Huber2010-10-071-1/+33
* Squashed commit of the following:Andreas Huber2010-10-011-355/+18
* Squashed commit of the following:Andreas Huber2010-09-271-17/+31
* 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
* In the absence of width/height information in the sdp, extract the dimensions...Andreas Huber2010-08-191-56/+3
* Initial checkin of mpeg2 transport stream parser for stagefright.Andreas Huber2010-06-071-0/+941