summaryrefslogtreecommitdiffstats
path: root/media/base/pipeline_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Revert 70063 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...acolwell@chromium.org2010-12-231-6/+14
* Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.acolwell@chromium.org2010-12-231-14/+6
* Revert 69959 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...acolwell@chromium.org2010-12-221-6/+14
* Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.acolwell@chromium.org2010-12-221-14/+6
* Move more code from headers to implementation.erg@google.com2010-12-071-8/+1
* Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...scherkus@chromium.org2010-12-031-7/+6
* Stopgap fix for crash in issue 53867 comment 15thakis@chromium.org2010-12-011-1/+1
* Fix clock update behavior at the end of stream.acolwell@chromium.org2010-11-231-2/+3
* Refactor Pipeline & PipelineImpl so WebMediaPlayerImpl references a Pipeline ...acolwell@chromium.org2010-11-111-12/+3
* Refactor code so PipelineImpl doesn't rely on FilterType anymore.scherkus@chromium.org2010-11-041-14/+24
* Move MediaFilterCollection code into a class.scherkus@chromium.org2010-11-031-14/+4
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-231-58/+41
* Prevent buffered time from being less than the current time.scherkus@chromium.org2010-10-201-0/+4
* Fixed Ended event when audio is disabled.sergeyu@chromium.org2010-09-171-0/+3
* media: add flush stage before stop().jiesun@google.com2010-08-261-24/+43
* preparation for recycling buffer, patch 2jiesun@google.com2010-08-111-0/+1
* Revert 55603nsylvain@chromium.org2010-08-111-1/+0
* preparation for recycling buffer, patch 2jiesun@google.com2010-08-101-0/+1
* GTTF: more FRIEND_TEST_ALL_PREFIXESphajdan.jr@chromium.org2010-07-271-2/+3
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-0/+1
* Revert everything related to the relanding.erg@chromium.org2010-07-141-1/+0
* Reland r52336.erg@chromium.org2010-07-141-0/+1
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-1/+0
* More header cleanup:erg@chromium.org2010-07-141-0/+1
* Added checks to GetBufferedTime() to cap at the media's durationvrk@google.com2010-06-141-1/+3
* Change MediaFilter::Stop() to accept a callback so that Stop() is asynchronou...boliu@google.com2010-06-021-12/+31
* Reporting a more accurate buffered time for the video taghclam@chromium.org2010-05-251-1/+12
* Refactoring in media::PipelineImpl and media::MediaFilter.scherkus@chromium.org2010-05-171-3/+3
* Issues with video loopinghclam@chromium.org2010-04-201-2/+3
* 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