summaryrefslogtreecommitdiffstats
path: root/media/base/filters.h
Commit message (Expand)AuthorAgeFilesLines
* Enable streaming in ffmpeg based on data sourcemedia::DataSource interface ha...hclam@chromium.org2009-03-301-0/+3
* Decoders now use standard callback mechanism for Reads. Removed Assignable<>...ralphl@chromium.org2009-03-301-7/+5
* Demuxer stream now uses a callback instead of Assignable template. Cleaning ...ralphl@chromium.org2009-03-271-2/+4
* Lots of files touched for a very simple change. Everywhere we used a const M...scherkus@chromium.org2009-03-261-8/+8
* Ability for demuxer clients to get to FFmpeg's AVStream object exposed as an ...ralphl@chromium.org2009-03-261-2/+22
* Changed several references from "char" to "uint8" which is the appropriate de...ralphl@chromium.org2009-03-041-1/+1
* A minor change to the pattern for filter factories that makes the implementat...ralphl@chromium.org2009-01-291-1/+13
* Implementation of Pipeline and FilterHost interfaces. This is a large change...ralphl@chromium.org2009-01-281-9/+39
* This is the frozen interface definition for the media pipeline, filters, and ...ralphl@chromium.org2009-01-211-7/+40
* Removed Interface from the end of a bunch of media classes.scherkus@chromium.org2009-01-151-28/+27
* Changed media::DataSourceInterface to use string instead of wstring.scherkus@chromium.org2009-01-071-1/+1
* Checking in media::FilterHostInterface.scherkus@chromium.org2008-12-181-3/+3
* Cleaned up Media filter interface comments and definitions.scherkus@chromium.org2008-12-081-35/+24
* Adding media filters interface definitions.The scheduler (forward declared an...scherkus@chromium.org2008-12-041-0/+180