summaryrefslogtreecommitdiffstats
path: root/media/base/pipeline_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Small changes to comments and add host() + message_loop() implementation into...ajwong@chromium.org2009-07-131-1/+9
* More media::PipelineImpl cleanup, this time focusing on not taking down the r...scherkus@chromium.org2009-07-111-42/+52
* Unreverting "Implemented injected message loops for PipelineImpl"scherkus@chromium.org2009-07-111-227/+248
* Revert "Implemented injected message loops for PipelineImpl."scherkus@chromium.org2009-07-101-248/+227
* Implemented injected message loops for PipelineImpl.scherkus@chromium.org2009-07-101-227/+248
* Made MediaFilter::host_ and MediaFilter::message_loop_ private.scherkus@chromium.org2009-07-091-2/+2
* Revert "Made MediaFilter::host_ and MediaFilter::message_loop_ private."scherkus@chromium.org2009-07-091-2/+2
* Made MediaFilter::host_ and MediaFilter::message_loop_ private.scherkus@chromium.org2009-07-091-2/+2
* Big media::Pipeline cleanup.scherkus@chromium.org2009-07-091-166/+127
* Asynchronous initialization of media::PipelineThreadhclam@chromium.org2009-07-011-182/+210
* Switching decoders to use the injected message loop.scherkus@chromium.org2009-06-291-1/+7
* Refactor media pipeline and filters to use injected message loops.scherkus@chromium.org2009-06-251-5/+110
* Better seeking for <video> and <audio>hclam@chromium.org2009-05-291-0/+9
* Implemented Pipeline seek callbacks and a big refactor of PipelineImplTest.scherkus@chromium.org2009-05-121-29/+52
* DCHECK now allows SetPlaybackRate(0.0f) if the pipeline is stopped.ralphl@chromium.org2009-04-211-1/+2
* 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