summaryrefslogtreecommitdiffstats
path: root/media/base/stream_parser_buffer.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove implicit conversions from scoped_refptr to T* in media/dcheng2014-08-271-9/+9
* Introduce DecodeTimestamp class to make it easier to distiguish presentation ...acolwell@chromium.org2014-08-121-5/+5
* Update SourceBufferStream and its unit tests to always expect valid durations.acolwell@chromium.org2014-07-171-0/+7
* Revert of Update SourceBufferStream and its unit tests to always expect valid...falken@chromium.org2014-07-161-7/+0
* Update SourceBufferStream and its unit tests to always expect valid durations.acolwell@chromium.org2014-07-161-0/+7
* Add gapless playback support for AAC playback.dalecurtis@google.com2014-05-311-1/+40
* Rename get_splice_buffers() to splice_buffers() per style.dalecurtis@google.com2014-05-211-1/+1
* Fix missing splice_timestamp() on pre-splice buffers.dalecurtis@chromium.org2014-04-121-1/+3
* Generate and plumb splice frames to the renderer.dalecurtis@google.com2014-03-241-16/+73
* MSE: Add StreamParser buffer remuxing utility and testswolenetz@chromium.org2014-02-071-7/+14
* Add plumbing and support for crossfading StreamParserBuffers.dalecurtis@chromium.org2014-01-171-0/+20
* TBR: dmichaeltyoverby@chromium.org2013-07-181-2/+2
* Adding VP8 Alpha support in Media Sourcevigneshv@chromium.org2013-05-221-4/+13
* Tighten up media::DecoderBuffer API contract for end of stream buffers (round...scherkus@chromium.org2013-01-281-1/+6
* Revert 177550scherkus@chromium.org2013-01-181-3/+1
* Tighten up media::DecoderBuffer API contract for end of stream buffers.scherkus@chromium.org2013-01-181-1/+3
* Eliminate media::Buffer as a base class for media::DecoderBuffer and media::D...scherkus@chromium.org2013-01-151-0/+1
* Add config change handling to SourceBufferStream & ChunkDemuxeracolwell@chromium.org2012-07-261-1/+10
* Remove buffer duration calculation from WebMClusterParser and update SourceBu...vrk@chromium.org2012-07-101-7/+0
* The ISO BMFF Media Source parser supplied decode timestamps instead of presen...strobe@google.com2012-06-281-3/+14
* Introducing DecoderBuffer and general Buffer cleanup.dalecurtis@google.com2012-05-311-1/+1
* RefCounted types should not have public destructors, media/ and gpu/ editionrsleevi@chromium.org2012-05-181-7/+11
* Update WebMClusterParser to compute durations for all StreamParserBuffers.acolwell@chromium.org2012-05-181-0/+1
* Implement support for completely overlapping the selected range in SourceBuff...vrk@chromium.org2012-05-111-0/+8
* Add StreamParserBuffer to ChunkDemuxervrk@google.com2012-05-021-0/+25