summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/mpeg2ts
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 "NuPlayer: pull more video buffers in advance in GenericSource" into mn...Chong Zhang2015-07-152-0/+18
|\
| * NuPlayer: pull more video buffers in advance in GenericSourceChong Zhang2015-07-142-0/+18
* | mpeg2ts: keep the size of the sync points at most 5mb per a trackJaesung Chung2015-07-091-2/+13
|/
* 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: revise duration estimation logicWonsik Kim2015-05-291-10/+16
* | mpeg2ts: fixing build breakage due to an unmatched argument typeJaesung Chung2015-05-221-1/+3
* | Merge "mpeg2ts: Fix SIGEGV on ATSParser::Stream::flush()" into mnc-devJaesung Chung2015-05-221-1/+1
|\ \
| * | mpeg2ts: Fix SIGEGV on ATSParser::Stream::flush()Jaesung Chung2015-05-221-1/+1
* | | Fixing build breakage due to removal of numPacketsParsedJaesung Chung2015-05-221-2/+1
|/ /
* | Merge "mpeg2ts: MPEG2TSExtractor detects A/V streams until timed out" into mn...Jaesung Chung2015-05-221-3/+6
|\ \
| * | mpeg2ts: MPEG2TSExtractor detects A/V streams until timed outJaesung Chung2015-05-201-3/+6
* | | Merge "Implement seek for MPEG2TSExtractor" into mnc-devWonsik Kim2015-05-223-73/+377
|\ \ \ | |/ / |/| |
| * | Implement seek for MPEG2TSExtractorWonsik Kim2015-05-203-73/+377
| |/
* | Merge "Change mime for HLS timed ID3 stream to application/x-id3v4" into mnc-devRobert Shih2015-05-151-1/+1
|\ \ | |/ |/|
| * Change mime for HLS timed ID3 stream to application/x-id3v4Robert Shih2015-05-141-1/+1
* | HLS: invoke signalEOS on ATSParser to flush out final samplesRobert Shih2015-05-112-0/+3
|/
* Merge "MPEG2PSExtractor: check number of bits left before skipping" into mnc-devRobert Shih2015-04-301-0/+4
|\
| * MPEG2PSExtractor: check number of bits left before skippingRobert Shih2015-04-291-0/+4
* | DO NOT MERGE: Prevent crash at erroneous MPEG2TS bitstreamJinsuk Kim2015-04-295-125/+320
|/
* Copy sei offset/size during ABuffer/MediaBuffer conversionRobert Shih2015-04-231-0/+5
* AnotherPacketSource: make getBufferedDurationUs more discontinuity-awareRobert Shih2015-04-212-104/+100
* stagefright: make more warnings errorsLajos Molnar2015-04-171-1/+1
* stagefright: warnings be gone, some are now errors, use clangLajos Molnar2015-04-171-0/+1
* stagefright: initial timed id3 support in hlsRobert Shih2015-04-166-2/+57
* am 6705a49f: am 541a9ac7: am 8cd4132a: am 3f22f5a2: Merge "Signal EOS at end ...Marco Nelissen2015-04-164-1/+33
|\
| * Signal EOS at end of mpeg video to flush out final sampleMarco Nelissen2015-04-154-1/+33
* | Merge "mpeg2ts: Set SAMPLE_FLAG_SYNC for mpeg2ts stream"Jinsuk Kim2015-04-142-0/+34
|\ \
| * | mpeg2ts: Set SAMPLE_FLAG_SYNC for mpeg2ts streamTerry Heo2015-04-142-0/+34
* | | Merge "HLS: allow down switch during prepare"Chong Zhang2015-04-101-8/+19
|\ \ \
| * | | HLS: allow down switch during prepareChong Zhang2015-04-091-8/+19
* | | | am fdbafc07: am da589e3d: am fc33bb3f: am e686cc09: Merge "Don\'t fail read w...Marco Nelissen2015-04-091-6/+11
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge "Don't fail read when "seeking" to current position"Marco Nelissen2015-04-091-6/+11
| |\ \
| | * | Don't fail read when "seeking" to current positionMarco Nelissen2015-04-031-6/+11
| * | | ESQueue:use 0x000001 instead of 0x00000001 as sync word in H264/MPEG_VIDEORobert Shih2015-04-031-2/+2
| |/ /
* | | HLS: traces in LiveSession and PlaylistFetcher for easier debuggingChong Zhang2015-04-081-2/+2
| |/ |/|
* | Merge "ESQueue:use 0x000001 instead of 0x00000001 as sync word in H264/MPEG_V...Robert Shih2015-04-031-2/+2
|\ \
| * | ESQueue:use 0x000001 instead of 0x00000001 as sync word in H264/MPEG_VIDEORobert Shih2015-04-011-2/+2
* | | Merge "HLS: misc bug fixes"Chong Zhang2015-04-034-44/+71
|\ \ \
| * | | HLS: misc bug fixesChong Zhang2015-04-024-44/+71
* | | | Merge "Do CRC check for MPEG2TS PSI sections"Jinsuk Kim2015-03-311-1/+112
|\ \ \ \ | |/ / / |/| | |
| * | | Do CRC check for MPEG2TS PSI sectionsJinsuk Kim2015-03-311-1/+112
| |/ /
* | | HLS: faster switching and pause/resume on low bufferChong Zhang2015-03-272-6/+165
* | | HLS: allow pause/resume in the middle of a segmentChong Zhang2015-03-203-0/+23
|/ /
* | HLS: some fixes for seek with discontinuity.Chong Zhang2015-03-171-4/+8