summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/mpeg2ts/ATSParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/android-6.0.1_r52' into HEADJessica Wagantall2016-07-071-0/+7
|\
| * Check section size when verifying CRCMarco Nelissen2016-05-271-0/+7
* | Fix harmless unsigned overflow in recoverPTSChad Brubaker2016-03-221-1/+1
|/
* Merge "mpeg2ts: more error tolerance" into mnc-devWonsik Kim2015-06-111-5/+2
|\
| * mpeg2ts: more error toleranceWonsik Kim2015-06-111-5/+2
* | Merge "stagefright: check the validity of the range of adaptation field" into...Jaesung Chung2015-06-091-0/+5
|\ \ | |/ |/|
| * stagefright: check the validity of the range of adaptation fieldJaesung Chung2015-05-151-0/+5
* | mpeg2ts: Fix SIGEGV on ATSParser::Stream::flush()Jaesung Chung2015-05-221-1/+1
* | Implement seek for MPEG2TSExtractorWonsik Kim2015-05-201-26/+68
|/
* HLS: invoke signalEOS on ATSParser to flush out final samplesRobert Shih2015-05-111-0/+1
* DO NOT MERGE: Prevent crash at erroneous MPEG2TS bitstreamJinsuk Kim2015-04-291-62/+124
* stagefright: initial timed id3 support in hlsRobert Shih2015-04-161-0/+21
* am 6705a49f: am 541a9ac7: am 8cd4132a: am 3f22f5a2: Merge "Signal EOS at end ...Marco Nelissen2015-04-161-0/+8
|\
| * Signal EOS at end of mpeg video to flush out final sampleMarco Nelissen2015-04-151-0/+8
* | Merge "HLS: misc bug fixes"Chong Zhang2015-04-031-9/+22
|\ \
| * | HLS: misc bug fixesChong Zhang2015-04-021-9/+22
* | | Do CRC check for MPEG2TS PSI sectionsJinsuk Kim2015-03-311-1/+112
|/ /
* | Fix print format error.Chih-Hung Hsieh2015-03-121-1/+1
* | ATSParser: handle PID changeChong Zhang2015-03-091-47/+96
* | handle mpeg2ts PTS wraparoundChong Zhang2015-03-031-1/+21
|/
* NuPlayer: tunnel decoder with renderer for data buffer passing.Wei Jia2014-11-141-1/+1
* PlaylistFetcher: check ts program streams before disabling a/vRobert Shih2014-11-121-3/+28
* stagefright: return failure on malformed TS streamsDavid Yeh2014-10-211-9/+23
* httplive: timestamp reporting, track selectionRobert Shih2014-08-051-0/+6
* ATSParser: treat stream type 0x83 as TrueHD AC3Chong Zhang2014-07-301-6/+2
* HLS: do not discard packets when queuing explicit discontinuityChong Zhang2014-06-261-1/+1
* do not drop TS packet on discontinuity at payload startChong Zhang2014-06-061-1/+3
* libstagefright: fix 64-bit warningsColin Cross2014-03-191-9/+11
* warnings be gone.Andreas Huber2014-02-111-2/+2
* am 5274e21e: am 26c8f714: Merge "Ignore transport stream packets with the "tr...Andreas Huber2013-11-131-1/+4
|\
| * Ignore transport stream packets with the "transport_error_indicator" bit setAndreas Huber2013-11-121-1/+4
* | Support TS + AC3 for ATSC standardChangwan Ryu2013-11-061-0/+6
|/
* 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