summaryrefslogtreecommitdiffstats
path: root/media/base/pipeline_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed a lot threading issues during tear down of <video>hclam@chromium.org2009-03-271-4/+4
* Lots of files touched for a very simple change. Everywhere we used a const M...scherkus@chromium.org2009-03-261-6/+5
* Ability for demuxer clients to get to FFmpeg's AVStream object exposed as an ...ralphl@chromium.org2009-03-261-1/+1
* Pipeline_Impl was modified to properly render a stream that has video but no ...ralphl@chromium.org2009-03-061-116/+97
* 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