summaryrefslogtreecommitdiffstats
path: root/media/base/mock_filters.cc
Commit message (Expand)AuthorAgeFilesLines
* Make media::AudioRenderer return a media::TimeSource.scherkus@chromium.org2014-07-221-0/+4
* Update to Pipeline Metadata and Decoder streamsuderman@chromium.org2014-07-101-0/+4
* Render inband text tracks in the media pipelinematthewjheaney@chromium.org2013-11-221-0/+4
* Change DemuxerStream::xxx_decoder_config() methods so they don't return a ref...acolwell@chromium.org2013-06-061-2/+2
* MockDemuxerStream keeps audio/video decoder configs.xhwang@chromium.org2013-04-251-1/+27
* Make AudioDecoderConfig copyable.xhwang@chromium.org2013-03-141-6/+0
* Make VideoDecoderConfig copyable.xhwang@chromium.org2013-03-121-6/+0
* Delete media::MockFilterCollection.scherkus@chromium.org2013-01-311-20/+0
* Encrypted Media: Replace DecryptorClient with key event callbacks.xhwang@chromium.org2012-12-221-12/+0
* Encrypted Media: Use std::string for key message in media pipeline.xhwang@chromium.org2012-12-061-9/+0
* Add RegisterKeyAddedCB in Decryptor interface.xhwang@chromium.org2012-11-021-6/+4
* Add "type" in GenerateKeyRequest() and OnNeedKey().xhwang@chromium.org2012-10-271-1/+2
* Update Decryptor interface to support audio decoding.xhwang@chromium.org2012-10-181-0/+7
* Move audio decoder initialization to AudioRendererImpl.xhwang@chromium.org2012-10-181-1/+1
* Implement video decoding methods in all Decryptor implementations.xhwang@chromium.org2012-10-111-0/+7
* Move VideoDecoder initialization into VideoRendererBase to simplify implement...acolwell@chromium.org2012-08-101-1/+1
* Move VideoRenderer out of Filter heirarchy.scherkus@chromium.org2012-07-231-9/+0
* Move AudioRenderer out of Filter heirarchy.scherkus@chromium.org2012-07-201-23/+0
* Use MockDecryptor in FFmpegVideoDecoderTest.xhwang@chromium.org2012-07-201-0/+4
* Remove default implementations for media::Filter methods.scherkus@chromium.org2012-07-091-1/+5
* Generalize AesDecryptor to make it more spec compliant.xhwang@chromium.org2012-06-161-0/+20
* Reland r136679, reverted in r136753: Delete MockDataSource, remove IsLocalSou...fischman@chromium.org2012-05-121-23/+0
* Revert 136679 - Delete MockDataSource, remove IsLocalSource & IsSeekable from...tkent@chromium.org2012-05-121-0/+23
* Delete MockDataSource, remove IsLocalSource & IsSeekable from Demuxer/Pipeline.fischman@chromium.org2012-05-111-23/+0
* Remove VideoDecoder from the Filter heirarchy.xhwang@chromium.org2012-05-031-5/+1
* Move Demuxer::set_host() to Initialize().scherkus@chromium.org2012-04-051-26/+1
* Remove DemuxerFactory and URL parameter from Pipeline.scherkus@chromium.org2012-04-021-51/+8
* Expose decryptor to WebMediaPlayerImpl.scherkus@chromium.org2012-03-301-2/+1
* Merge FilterStatusCB into PipelineStatusCB.xhwang@chromium.org2012-03-181-11/+6
* Callback renaming in media code.xhwang@chromium.org2012-03-151-6/+6
* Rename StatisticsCallback to StatisticsCB and DataSource::ReadCallback to Rea...xhwang@chromium.org2012-03-101-2/+2
* Remove explicit casting needed from the .Pass() switchover, now that PassAs()...fischman@chromium.org2012-02-061-2/+1
* Fix media timeline so that thumb never exceeds buffered datavrk@chromium.org2012-02-021-0/+5
* Update AudioRenderer, VideoRenderer, and AudioDecoder Initialize() methods to...acolwell@chromium.org2012-02-021-4/+3
* Remove the bulk of log spam from media_unittests runs.fischman@chromium.org2012-01-171-2/+9
* Remove Clone() from DataSourceFactory & DemuxerFactory since the methods aren...acolwell@chromium.org2012-01-131-4/+0
* Remove obsolete references to http://crbug.com/109026fischman@chromium.org2012-01-121-2/+0
* Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}.fischman@chromium.org2012-01-101-10/+14
* Removing DataSource from Filter hierarchy and refactoring FilterHost into Dem...acolwell@chromium.org2011-12-161-4/+4
* Revert 113895 - <video> decode in hardware!fischman@chromium.org2011-12-101-4/+0
* <video> decode in hardware!fischman@chromium.org2011-12-101-0/+4
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-30/+14
* Remove Demuxer from the Filter class hierarchy.acolwell@chromium.org2011-09-131-1/+1
* Migrate Pipeline & PipelineImpl to PipelineStatusCB.acolwell@chromium.org2011-08-091-4/+2
* Revert 93891 - Migrate DemuxerFactory to new callback system.acolwell@chromium.org2011-07-271-7/+17
* Migrate DemuxerFactory to new callback system.acolwell@chromium.org2011-07-251-17/+7
* Convert Filter::Seek() to use new callback system.acolwell@chromium.org2011-05-131-0/+4
* Build a raw video pipeline for the <video> with a special src attribute (medi...acolwell@chromium.org2011-03-231-1/+4
* Revert 79149 - Build a raw video pipeline for the <video> with a special src ...acolwell@chromium.org2011-03-231-4/+1
* Build a raw video pipeline for the <video> with a special src attribute (medi...acolwell@chromium.org2011-03-231-1/+4