summaryrefslogtreecommitdiffstats
path: root/media/formats
Commit message (Expand)AuthorAgeFilesLines
* 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
* MSE: Add StreamParser buffer remuxing utility and testswolenetz@chromium.org2014-02-077-21/+59
* Move offset_byte_queue.* from media/mp4 to media/common.damienv@chromium.org2014-02-054-6/+6
* MSE streams shouldn't update UMA stat Media.VideoCodecjrummell@chromium.org2014-01-251-1/+1
* SourceState: Coalesce OnNewBuffers() CB to include OnTextBuffers() behaviorwolenetz@chromium.org2014-01-2414-107/+87
* Move MSE parsers under "formats" root directory.dalecurtis@chromium.org2014-01-2388-0/+15786