summaryrefslogtreecommitdiffstats
path: root/media/base/filters.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify VideoDecodeEngine interface by making everything synchronous.scherkus@chromium.org2011-11-041-23/+12
* Improve audio underflow handling.acolwell@chromium.org2011-10-211-2/+12
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-18/+19
* Introduce AudioDecoderConfig to migrate away from GetAVStream().scherkus@chromium.org2011-09-211-1/+1
* Reland r101418: Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-191-3/+3
* Replace AudioDecoderConfig with simple accessors on AudioDecoder.scherkus@chromium.org2011-09-161-3/+6
* Revert 101418 - Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-161-3/+3
* Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-161-3/+3
* Remove Demuxer from the Filter class hierarchy.acolwell@chromium.org2011-09-131-44/+0
* Scale BufferedResourceLoader buffering window based on bit rate of videovrk@google.com2011-09-081-0/+4
* Create media.dll / libmedia.so.darin@chromium.org2011-08-291-9/+11
* Revert r95841 due to failing media_unittests on linux_shared bot.darin@chromium.org2011-08-081-11/+9
* Enable media.dll / libmedia.so.darin@chromium.org2011-08-081-9/+11
* Revert 95496 - Create media.dllapatrick@chromium.org2011-08-051-11/+9
* Create media.dlldarin@chromium.org2011-08-041-9/+11
* Remove VideoDecoder::ProvidesBuffer() and corresponding changes in VideoDecod...scherkus@chromium.org2011-07-221-3/+0
* Remove MediaFormat once and for all.scherkus@chromium.org2011-07-201-4/+0
* Replace VideoDecoder::media_format() with significantly simpler width()/heigh...scherkus@chromium.org2011-07-201-2/+9
* Fix live video only playback.fgalligan@chromium.org2011-06-011-0/+3
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Convert Filter::Seek() to use new callback system.acolwell@chromium.org2011-05-131-1/+8
* Convert Demuxer::Read() to use the new callback system.acolwell@chromium.org2011-05-111-3/+3
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-0/+1
* Forward decoder errors from FFmpegVideoDecodeEngine to FFmpegVideoDecoder.scherkus@chromium.org2011-04-291-0/+2
* Switch VideoDecoder over to the new hot callbacks.scherkus@chromium.org2011-04-271-14/+16
* Switch AudioDecoder's ConsumeAudioSamplesCallback over to the new hotness cal...scherkus@chromium.org2011-04-271-13/+11
* Replace AudioDecoder::media_format() with AudioDecoderConfig.scherkus@chromium.org2011-04-261-3/+3
* Implementing preload=metadata for videovrk@google.com2011-04-051-0/+19
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Die, DemuxerStream::QueryInterface, die!fischman@chromium.org2011-03-241-18/+4
* Simplify the Demuxer interface to get streams by type.fischman@chromium.org2011-03-211-11/+7
* DemuxerFactory is born!fischman@chromium.org2011-03-141-5/+0
* Refactoring code to use factories to create DataSource objects.acolwell@chromium.org2011-03-141-6/+0
* Remove the silly notion of MIME types from media code.scherkus@chromium.org2011-03-091-12/+10
* Implement webkit media metrics in chromium.scherkus@chromium.org2011-02-161-3/+13
* Remove MessageLoop methods from Filter interface toacolwell@chromium.org2011-01-151-26/+0
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-091-1/+1
* Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...scherkus@chromium.org2010-12-031-12/+12
* Move FilterType into MediaFilterCollectionacolwell@chromium.org2010-11-151-34/+0
* Revert 66125 -- Broke Windows build - Move FilterType into MediaFilterCollectionlevin@chromium.org2010-11-151-0/+34
* Move FilterType into MediaFilterCollectionacolwell@chromium.org2010-11-151-34/+0
* Remove WriteableBuffer interface as DataBuffer is the only implementation.scherkus@chromium.org2010-11-121-1/+0
* Refactor code so PipelineImpl doesn't rely on FilterType anymore.scherkus@chromium.org2010-11-041-0/+14
* Move MediaFilterCollection code into a class.scherkus@chromium.org2010-11-031-6/+6
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-231-57/+37
* FBTF: Fix more ctor/dtors found by clang plugin.erg@google.com2010-10-131-0/+7
* FBTF: Moves code to the headers.erg@google.com2010-09-281-1/+1
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-231-57/+15
* Rename all FillThisBuffer and EmptyThisBuffer to something more meaningfulhclam@chromium.org2010-09-051-19/+24
* media: bit stream converterjiesun@google.com2010-08-131-0/+2