summaryrefslogtreecommitdiffstats
path: root/media/formats
Commit message (Expand)AuthorAgeFilesLines
* Merge 284869 "Don't check reserved bits when parsing AVCDecoderC..."scherkus@chromium.org2014-07-291-3/+2
* Merge 281186 "Fix MP4StreamParser to gracefully handle running o..."xhwang@chromium.org2014-07-092-8/+9
* Merge 280405 "Fix WebM parser for MediaSource to return correct ..."sergeyu@chromium.org2014-07-081-5/+3
* Fix muxed MP4 parsing so it won't crash on partial media segment appends.acolwell@chromium.org2014-06-203-15/+106
* Fix WebMStreamParser to handle Cues between Clusters correctly.sergeyu@chromium.org2014-06-192-72/+33
* MSE: Give decode error if MDAT discard peek failswolenetz@chromium.org2014-06-191-2/+4
* Fix WebMStreamParser to continue parsing after a cluster endsergeyu@chromium.org2014-06-173-45/+67
* Disable AnnexB validation for encrypted content.acolwell@chromium.org2014-05-231-1/+2
* Fix compilation error for https://codereview.chromium.org/282513004vabr@chromium.org2014-05-141-8/+9
* Fix TrackRunIterator so it doesn't mark everything as a keyframe.acolwell@chromium.org2014-05-146-107/+189
* Support CENC Sample Groups in MP4 Parserkqyang@chromium.org2014-05-095-18/+217
* Log codec IDs for MediaSource content.acolwell@chromium.org2014-05-096-54/+76
* Add a wrapper class for SampleToGroup iteratorkqyang@chromium.org2014-05-083-0/+161
* Ensure Mpeg2 TS stream parser sends valid AV configs.damienv@chromium.org2014-05-072-2/+21
* Support parsing of sgpd and sbgp boxeskqyang@chromium.org2014-05-075-2/+147
* Fill video frame gaps created after discarding invalid frames.damienv@chromium.org2014-05-062-11/+55
* Fix H264ToAnnexBBitstreamConverter so it properly handles AUD NAL units.acolwell@chromium.org2014-05-062-3/+11
* Change H264AnnexBBitstreamConverter to use AVCDecoderConfigurationRecord.acolwell@chromium.org2014-05-053-1/+25
* Support start trimming post-decoding. Use it with FFmpegDemuxer.dalecurtis@chromium.org2014-05-031-2/+3
* MSE: Make WebMClusterParser hold back buffers at or beyond buffer missing dur...wolenetz@chromium.org2014-04-283-47/+310
* Ensure DiscardPadding is parsed as a signed integer.dalecurtis@chromium.org2014-04-282-8/+19
* Add live mode detection in WebM MediaSource parser.sergeyu@chromium.org2014-04-282-1/+15
* Fix SPS/PPS insertion logic in MP4StreamParser.acolwell@chromium.org2014-04-265-16/+530
* Add media::StreamParser::InitParameter struct.sergeyu@chromium.org2014-04-258-39/+32
* Add WebMClusterParserTest coverage for duration default/estimation/fallback l...wolenetz@chromium.org2014-04-225-24/+371
* Revert 264803 "Revert 264763 "Wire up codec_delay() to MP3Stream..."dalecurtis@google.com2014-04-187-12/+41
* Revert 264763 "Wire up codec_delay() to MP3StreamParser and FFmp..."rockot@chromium.org2014-04-187-41/+12
* Wire up codec_delay() to MP3StreamParser and FFmpegAudioDecoder.dalecurtis@chromium.org2014-04-187-12/+41
* Fix unit test failures with estimated durations and splice frames.dalecurtis@chromium.org2014-04-181-2/+12
* Skip XING frames inside the MP3StreamParser.dalecurtis@chromium.org2014-04-179-28/+134
* Add WebMediaPlayer::timelineOffset() support to WebMediaPlayerImpl.acolwell@chromium.org2014-04-1610-5/+34
* MP4StreamParser: Check aux info for encrypted samples.xhwang@chromium.org2014-04-112-0/+13
* Fix WebM parser not to wait for a next frame when DefaultDuration is specified.sergeyu@chromium.org2014-04-102-21/+24
* Remove all uses of GG_LONGLONG and GG_ULONGLONG.viettrungluu@chromium.org2014-04-081-1/+1
* Revert 262147 "Remove all uses of GG_LONGLONG and GG_ULONGLONG."scottmg@chromium.org2014-04-071-1/+1
* Remove all uses of GG_LONGLONG and GG_ULONGLONG.viettrungluu@chromium.org2014-04-071-1/+1
* Adds extra header data for Android AAC playback when decoding MPEG2TS.gunsch@chromium.org2014-04-031-1/+15
* Improve the mp2t H264 parser unit test.damienv@chromium.org2014-04-011-32/+71
* Fix comment to match test data in BoxReader unit test.acolwell@chromium.org2014-03-311-1/+1
* MSE: Populate WebM missing duration with DefaultDuration, derived, or defaultwolenetz@chromium.org2014-03-284-41/+219
* Add code to skip top level uuid and emsg boxes.acolwell@chromium.org2014-03-273-8/+45
* MSE: Parse WebM TrackEntry DefaultDuration fieldwolenetz@chromium.org2014-03-275-24/+350
* Allow StreamParsers to request automatic timestampOffset updates.dalecurtis@chromium.org2014-03-1910-47/+58
* Do not enforce one PTS/DTS pair for each video PES packet.damienv@chromium.org2014-03-123-11/+273
* Fix possible timestamp overflow in the MP4 stream parser.damienv@chromium.org2014-02-231-4/+16
* Remove reserved value check in IndependentAndDisposableSamples.acolwell@chromium.org2014-02-191-1/+0
* Introduce ADTSStreamParser. Factorize MP3StreamParser and tests.dalecurtis@chromium.org2014-02-1218-587/+912
* Revert 250730 "Introduce ADTSStreamParser. Factorize MP3StreamPa..."stevet@chromium.org2014-02-1218-912/+587
* Introduce ADTSStreamParser. Factorize MP3StreamParser and tests.dalecurtis@chromium.org2014-02-1218-587/+912
* Refactoring to use a single H264 parser in media code.damienv@chromium.org2014-02-112-442/+233