summaryrefslogtreecommitdiffstats
path: root/media/base/pipeline_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Report stalled event correctly for <video>hclam@chromium.org2009-10-161-0/+12
* Correct network state and ready state reporting.ajwong@chromium.org2009-08-211-0/+6
* Reverting r24002 due to test_shell_tests rednessajwong@chromium.org2009-08-211-6/+0
* Correct network state and ready state reporting.ajwong@chromium.org2009-08-211-0/+6
* Suppress slider thumb jumping around during seekinghclam@chromium.org2009-08-211-0/+5
* Implemented end-of-stream callback for media::PipelineImpl.scherkus@chromium.org2009-08-121-2/+14
* Free demuxed audio packets if audio device failshclam@chromium.org2009-08-061-0/+4
* Pipeline will execute a callback whenever an run-time error has happened.kylep@chromium.org2009-07-301-1/+7
* BufferedDataSource to support server without range request supporthclam@chromium.org2009-07-291-0/+6
* Revert "Pipeline will execute a callback whenever an run-time error has happe...scherkus@chromium.org2009-07-281-8/+1
* Implemented a proper clock for audio/video synchronization.scherkus@chromium.org2009-07-281-2/+5
* Pipeline will execute a callback whenever an run-time error has happened.kylep@chromium.org2009-07-281-1/+8
* Implemented proper pause-then-seek behaviour for the media pipeline.scherkus@chromium.org2009-07-251-27/+71
* Merged PipelineInternal into PipelineImpl, eliminating a ton of thread-UNsafe...scherkus@chromium.org2009-07-231-176/+101
* Merged FilterHostImpl into PipelineInternal as it was no longer needed and ad...scherkus@chromium.org2009-07-221-56/+39
* Added reference counting to the Pipeline interface.scherkus@chromium.org2009-07-181-1/+1
* Renamed FilterHost::Error() and Pipeline::GetTime() to more appropriate names.scherkus@chromium.org2009-07-171-5/+6
* Adding callback support to media filter Initialize() and Seek().scherkus@chromium.org2009-07-161-5/+4
* Revert "Splitting media filter's Initialize() into Create() + callback and Se...scherkus@chromium.org2009-07-151-4/+5
* Splitting media filter's Initialize() into Create() + callback and Seek() + c...scherkus@chromium.org2009-07-151-5/+4
* More media::PipelineImpl cleanup, this time focusing on not taking down the r...scherkus@chromium.org2009-07-111-14/+15
* Unreverting "Implemented injected message loops for PipelineImpl"scherkus@chromium.org2009-07-111-67/+72
* Revert "Implemented injected message loops for PipelineImpl."scherkus@chromium.org2009-07-101-72/+67
* Implemented injected message loops for PipelineImpl.scherkus@chromium.org2009-07-101-67/+72
* Big media::Pipeline cleanup.scherkus@chromium.org2009-07-091-43/+28
* Asynchronous initialization of media::PipelineThreadhclam@chromium.org2009-07-011-49/+97
* Refactor media pipeline and filters to use injected message loops.scherkus@chromium.org2009-06-251-0/+3
* Implemented Pipeline seek callbacks and a big refactor of PipelineImplTest.scherkus@chromium.org2009-05-121-11/+18
* Lots of files touched for a very simple change. Everywhere we used a const M...scherkus@chromium.org2009-03-261-2/+2
* Pipeline_Impl was modified to properly render a stream that has video but no ...ralphl@chromium.org2009-03-061-31/+55
* Could you guys get on this one ASAP. My video render code depends on these m...ralphl@chromium.org2009-02-101-4/+23
* Merged with latest media pipeline and cleaned up some style stuff.hclam@chromium.org2009-02-031-1/+1
* Fixed up the EOL style on all /src/media source files.scherkus@chromium.org2009-01-291-10/+10
* Implementation of Pipeline and FilterHost interfaces. This is a large change...ralphl@chromium.org2009-01-281-7/+250
* This is the frozen interface definition for the media pipeline, filters, and ...ralphl@chromium.org2009-01-211-20/+22
* Checking in basic pipeline interface and stubbed out media::PipelineImpl.scherkus@chromium.org2009-01-141-0/+46