summaryrefslogtreecommitdiffstats
path: root/media/base/pipeline_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixes a bug in the media pipeline that resulted in the video dimensions never...ralphl@chromium.org2009-02-191-2/+2
* Could you guys get on this one ASAP. My video render code depends on these m...ralphl@chromium.org2009-02-101-10/+83
* A minor change to the pattern for filter factories that makes the implementat...ralphl@chromium.org2009-01-291-244/+239
* Implementation of Pipeline and FilterHost interfaces. This is a large change...ralphl@chromium.org2009-01-281-57/+460
* This is the frozen interface definition for the media pipeline, filters, and ...ralphl@chromium.org2009-01-211-25/+76
* Checking in basic pipeline interface and stubbed out media::PipelineImpl.scherkus@chromium.org2009-01-141-0/+60