summaryrefslogtreecommitdiffstats
path: root/media/base/filter_host.h
Commit message (Expand)AuthorAgeFilesLines
* Change MediaFilter::Stop() to accept a callback so that Stop() is asynchronou...boliu@google.com2010-06-021-1/+1
* Reporting a more accurate buffered time for the video taghclam@chromium.org2010-05-251-0/+6
* Refactoring in media::PipelineImpl and media::MediaFilter.scherkus@chromium.org2010-05-171-3/+4
* Issues with video loopinghclam@chromium.org2010-04-201-0/+3
* Report stalled event correctly for <video>hclam@chromium.org2009-10-161-1/+4
* Correct network state and ready state reporting.ajwong@chromium.org2009-08-211-0/+3
* Reverting r24002 due to test_shell_tests rednessajwong@chromium.org2009-08-211-3/+0
* Correct network state and ready state reporting.ajwong@chromium.org2009-08-211-0/+3
* Implemented end-of-stream callback for media::PipelineImpl.scherkus@chromium.org2009-08-121-0/+4
* Free demuxed audio packets if audio device failshclam@chromium.org2009-08-061-0/+4
* BufferedDataSource to support server without range request supporthclam@chromium.org2009-07-291-0/+3
* Renamed FilterHost::Error() and Pipeline::GetTime() to more appropriate names.scherkus@chromium.org2009-07-171-1/+1
* Adding callback support to media filter Initialize() and Seek().scherkus@chromium.org2009-07-161-5/+0
* Revert "Splitting media filter's Initialize() into Create() + callback and Se...scherkus@chromium.org2009-07-151-0/+5
* Splitting media filter's Initialize() into Create() + callback and Seek() + c...scherkus@chromium.org2009-07-151-5/+0
* Big media::Pipeline cleanup.scherkus@chromium.org2009-07-091-28/+6
* Removing FilterHost::PostTask() in preparation of injected message loops.scherkus@chromium.org2009-06-221-8/+0
* Pipeline_Impl was modified to properly render a stream that has video but no ...ralphl@chromium.org2009-03-061-1/+2
* Could you guys get on this one ASAP. My video render code depends on these m...ralphl@chromium.org2009-02-101-0/+8
* Fixed up the EOL style on all /src/media source files.scherkus@chromium.org2009-01-291-2/+2
* Implementation of Pipeline and FilterHost interfaces. This is a large change...ralphl@chromium.org2009-01-281-6/+6
* This is the frozen interface definition for the media pipeline, filters, and ...ralphl@chromium.org2009-01-211-92/+43
* Removed Interface from the end of a bunch of media classes.scherkus@chromium.org2009-01-151-7/+7
* Forgot to make a few media::FilterHostInterface functions pure virtual.scherkus@chromium.org2009-01-061-11/+11
* Checking in media::FilterHostInterface.scherkus@chromium.org2008-12-181-0/+137