summaryrefslogtreecommitdiffstats
path: root/media/base/pipeline_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 42727 - ffmpeg roll chromium binariesfbarchard@chromium.org2010-03-261-2/+1
* ffmpeg roll chromium binariesfbarchard@chromium.org2010-03-261-1/+2
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Report stalled event correctly for <video>hclam@chromium.org2009-10-161-0/+28
* Correct network state and ready state reporting.ajwong@chromium.org2009-08-211-0/+12
* Reverting r24002 due to test_shell_tests rednessajwong@chromium.org2009-08-211-12/+0
* Correct network state and ready state reporting.ajwong@chromium.org2009-08-211-0/+12
* Suppress slider thumb jumping around during seekinghclam@chromium.org2009-08-211-7/+40
* Framework to display disabled mute button when audio fails.kylep@chromium.org2009-08-141-0/+5
* Implemented end-of-stream callback for media::PipelineImpl.scherkus@chromium.org2009-08-121-4/+50
* Free demuxed audio packets if audio device failshclam@chromium.org2009-08-061-0/+20
* Missing buffered attribute for <video>/<audio>hclam@google.com2009-07-301-1/+16
* Pipeline will execute a callback whenever an run-time error has happened.kylep@chromium.org2009-07-301-0/+10
* BufferedDataSource to support server without range request supporthclam@chromium.org2009-07-291-0/+12
* Nice and easy fix for the media clock interpolating past the duration.scherkus@chromium.org2009-07-291-1/+5
* Cancel a task if stopped/errored so we don't hit an over-protective DCHECK.scherkus@chromium.org2009-07-281-0/+5
* Revert "Pipeline will execute a callback whenever an run-time error has happe...scherkus@chromium.org2009-07-281-10/+0
* Implemented a proper clock for audio/video synchronization.scherkus@chromium.org2009-07-281-8/+15
* Pipeline will execute a callback whenever an run-time error has happened.kylep@chromium.org2009-07-281-0/+10
* Implemented proper pause-then-seek behaviour for the media pipeline.scherkus@chromium.org2009-07-251-35/+119
* Merged PipelineInternal into PipelineImpl, eliminating a ton of thread-UNsafe...scherkus@chromium.org2009-07-231-154/+108
* Changes to provide asynchronous read in data source:hclam@chromium.org2009-07-221-1/+5
* Merged FilterHostImpl into PipelineInternal as it was no longer needed and ad...scherkus@chromium.org2009-07-221-47/+71
* Renamed FilterHost::Error() and Pipeline::GetTime() to more appropriate names.scherkus@chromium.org2009-07-171-5/+5
* Adding callback support to media filter Initialize() and Seek().scherkus@chromium.org2009-07-161-15/+19
* Revert "Splitting media filter's Initialize() into Create() + callback and Se...scherkus@chromium.org2009-07-151-19/+15
* Splitting media filter's Initialize() into Create() + callback and Seek() + c...scherkus@chromium.org2009-07-151-15/+19
* Removed the bool parameter from PipelineCallback and cleaned up WebMediaPlaye...scherkus@chromium.org2009-07-151-7/+4
* Set Volume to full at start.fbarchard@chromium.org2009-07-141-2/+2
* 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