summaryrefslogtreecommitdiffstats
path: root/media/base/pipeline_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixing rounding error in buffering bar for fully loaded HTTP videosvrk@google.com2010-09-011-3/+12
* media: add flush stage before stop().jiesun@google.com2010-08-261-30/+90
* preparation for recycling buffer, patch 2jiesun@google.com2010-08-111-13/+6
* Revert 55603nsylvain@chromium.org2010-08-111-6/+13
* preparation for recycling buffer, patch 2jiesun@google.com2010-08-101-13/+6
* Fixing crash in buffer bar painting codevrk@google.com2010-07-281-0/+13
* Added checks to GetBufferedTime() to cap at the media's durationvrk@google.com2010-06-141-8/+13
* Change MediaFilter::Stop() to accept a callback so that Stop() is asynchronou...boliu@google.com2010-06-021-102/+113
* Reporting a more accurate buffered time for the video taghclam@chromium.org2010-05-251-10/+29
* Refactoring in media::PipelineImpl and media::MediaFilter.scherkus@chromium.org2010-05-171-15/+10
* Issues with video loopinghclam@chromium.org2010-04-201-2/+7
* 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