summaryrefslogtreecommitdiffstats
path: root/media/base/filters.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge FilterStatusCB into PipelineStatusCB.xhwang@chromium.org2012-03-181-3/+3
* Remove AudioDecoder from the Filter heirarchy.fischman@chromium.org2012-02-071-4/+0
* Fix deadlock in WebMediaPlayerImpl::Destroy() when HW video decode is enabled.fischman@chromium.org2012-01-141-1/+3
* Set opaque on the WebMediaPlayerClient based on the decoderdanakj@chromium.org2011-12-231-0/+4
* Replace AudioDecoder::ProduceAudioSamples/ConsumeAudioSamples with read callb...scherkus@chromium.org2011-12-201-4/+0
* Removing DataSource from Filter hierarchy and refactoring FilterHost into Dem...acolwell@chromium.org2011-12-161-3/+0
* <video> decode in hardware! fischman@chromium.org2011-12-131-0/+5
* Revert 113895 - <video> decode in hardware!fischman@chromium.org2011-12-101-5/+0
* <video> decode in hardware!fischman@chromium.org2011-12-101-0/+5
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-17/+23
* Remove Demuxer from the Filter class hierarchy.acolwell@chromium.org2011-09-131-6/+0
* Convert Filter::Seek() to use new callback system.acolwell@chromium.org2011-05-131-21/+18
* Switch AudioDecoder's ConsumeAudioSamplesCallback over to the new hotness cal...scherkus@chromium.org2011-04-271-0/+4
* Die, DemuxerStream::QueryInterface, die!fischman@chromium.org2011-03-241-1/+1
* Refactoring code to use factories to create DataSource objects.acolwell@chromium.org2011-03-141-4/+0
* Remove the silly notion of MIME types from media code.scherkus@chromium.org2011-03-091-21/+1
* Remove MessageLoop methods from Filter interface toacolwell@chromium.org2011-01-151-44/+1
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-091-0/+4
* Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...scherkus@chromium.org2010-12-031-17/+17
* Move FilterType into MediaFilterCollectionacolwell@chromium.org2010-11-151-24/+0
* Revert 66125 -- Broke Windows build - Move FilterType into MediaFilterCollectionlevin@chromium.org2010-11-151-0/+24
* Move FilterType into MediaFilterCollectionacolwell@chromium.org2010-11-151-24/+0
* Refactor code so PipelineImpl doesn't rely on FilterType anymore.scherkus@chromium.org2010-11-041-0/+32
* Move MediaFilterCollection code into a class.scherkus@chromium.org2010-11-031-6/+6
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-231-0/+48
* FBTF: Fix more ctor/dtors found by clang plugin.erg@google.com2010-10-131-0/+8
* FBTF: Moves code to the headers.erg@google.com2010-09-281-0/+2
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-231-0/+80