summaryrefslogtreecommitdiffstats
path: root/media/base/pipeline.h
Commit message (Expand)AuthorAgeFilesLines
* Change MediaFilter::Stop() to accept a callback so that Stop() is asynchronou...boliu@google.com2010-06-021-2/+0
* Reporting a more accurate buffered time for the video taghclam@chromium.org2010-05-251-1/+1
* Issues with video loopinghclam@chromium.org2010-04-201-2/+2
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-1/+1
* Correct network state and ready state reporting.ajwong@chromium.org2009-08-211-0/+4
* Reverting r24002 due to test_shell_tests rednessajwong@chromium.org2009-08-211-4/+0
* Correct network state and ready state reporting.ajwong@chromium.org2009-08-211-0/+4
* BufferedDataSource to support server without range request supporthclam@chromium.org2009-07-291-0/+4
* Implemented proper pause-then-seek behaviour for the media pipeline.scherkus@chromium.org2009-07-251-1/+0
* Added reference counting to the Pipeline interface.scherkus@chromium.org2009-07-181-1/+3
* Renamed FilterHost::Error() and Pipeline::GetTime() to more appropriate names.scherkus@chromium.org2009-07-171-2/+3
* Removed the bool parameter from PipelineCallback and cleaned up WebMediaPlaye...scherkus@chromium.org2009-07-151-11/+7
* Unreverting "Implemented injected message loops for PipelineImpl"scherkus@chromium.org2009-07-111-27/+22
* Revert "Implemented injected message loops for PipelineImpl."scherkus@chromium.org2009-07-101-22/+27
* Implemented injected message loops for PipelineImpl.scherkus@chromium.org2009-07-101-27/+22
* Big media::Pipeline cleanup.scherkus@chromium.org2009-07-091-94/+69
* Handle end of stream for mediahclam@chromium.org2009-06-041-0/+1
* Implemented Pipeline seek callbacks and a big refactor of PipelineImplTest.scherkus@chromium.org2009-05-121-18/+27
* FFmpegDemuxer now uses a thread to handle demuxing.scherkus@chromium.org2009-03-311-0/+1
* Revert tree bustage cause by r11904.hclam@chromium.org2009-03-171-2/+5
* andrew's patchhclam@chromium.org2009-03-171-5/+2
* Removed unneeded includes of base/time.h.thestig@chromium.org2009-03-161-1/+4
* Implemented AudioRendererImpl in renderer process using APIhclam@chromium.org2009-03-101-1/+1
* Checking in media::FFmpegGlue, media::FFmpegDemuxer and tests.scherkus@chromium.org2009-03-101-1/+6
* Revert "Checking in media::FFmpegDemuxer and tests."scherkus@chromium.org2009-03-101-6/+1
* Checking in media::FFmpegDemuxer and tests.scherkus@chromium.org2009-03-101-1/+6
* Pipeline_Impl was modified to properly render a stream that has video but no ...ralphl@chromium.org2009-03-061-2/+15
* Almost complete implementation of the Chrome video renderer. Still needs to ...ralphl@chromium.org2009-02-111-2/+14
* Implementation of Pipeline and FilterHost interfaces. This is a large change...ralphl@chromium.org2009-01-281-13/+17
* This is the frozen interface definition for the media pipeline, filters, and ...ralphl@chromium.org2009-01-211-57/+114
* Checking in basic pipeline interface and stubbed out media::PipelineImpl.scherkus@chromium.org2009-01-141-0/+89