summaryrefslogtreecommitdiffstats
path: root/media/base/pipeline_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixing rounding error in buffering bar for fully loaded HTTP videosvrk@google.com2010-09-011-11/+18
* FBTF: Remove unneeded headers from base/ (part 2)thestig@chromium.org2010-08-061-1/+0
* Added checks to GetBufferedTime() to cap at the media's durationvrk@google.com2010-06-141-0/+36
* Change MediaFilter::Stop() to accept a callback so that Stop() is asynchronou...boliu@google.com2010-06-021-10/+20
* Reporting a more accurate buffered time for the video taghclam@chromium.org2010-05-251-1/+1
* Refactoring in media::PipelineImpl and media::MediaFilter.scherkus@chromium.org2010-05-171-9/+8
* Issues with video loopinghclam@chromium.org2010-04-201-2/+2
* Change PipelineImplTest in media_unittests to workaround gmock bughclam@chromium.org2010-03-241-49/+59
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Replace hard-coded media_format() methods with Google Mock methods declared i...scherkus@chromium.org2009-11-181-14/+50
* Implemented end-of-stream callback for media::PipelineImpl.scherkus@chromium.org2009-08-121-0/+47
* Free demuxed audio packets if audio device failshclam@chromium.org2009-08-061-0/+41
* Missing buffered attribute for <video>/<audio>hclam@google.com2009-07-301-1/+36
* Pipeline will execute a callback whenever an run-time error has happened.kylep@chromium.org2009-07-301-0/+7
* Nice and easy fix for the media clock interpolating past the duration.scherkus@chromium.org2009-07-291-7/+9
* Revert "Pipeline will execute a callback whenever an run-time error has happe...scherkus@chromium.org2009-07-281-7/+0
* Pipeline will execute a callback whenever an run-time error has happened.kylep@chromium.org2009-07-281-0/+7
* Implemented proper pause-then-seek behaviour for the media pipeline.scherkus@chromium.org2009-07-251-0/+16
* Merged PipelineInternal into PipelineImpl, eliminating a ton of thread-UNsafe...scherkus@chromium.org2009-07-231-4/+1
* Added reference counting to the Pipeline interface.scherkus@chromium.org2009-07-181-65/+65
* 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-34/+37
* Revert "Splitting media filter's Initialize() into Create() + callback and Se...scherkus@chromium.org2009-07-151-37/+34
* Splitting media filter's Initialize() into Create() + callback and Seek() + c...scherkus@chromium.org2009-07-151-34/+37
* Removed the bool parameter from PipelineCallback and cleaned up WebMediaPlaye...scherkus@chromium.org2009-07-151-17/+17
* Set Volume to full at start.fbarchard@chromium.org2009-07-141-3/+3
* More media::PipelineImpl cleanup, this time focusing on not taking down the r...scherkus@chromium.org2009-07-111-8/+78
* Unreverting "Implemented injected message loops for PipelineImpl"scherkus@chromium.org2009-07-111-68/+82
* Revert "Implemented injected message loops for PipelineImpl."scherkus@chromium.org2009-07-101-82/+68
* Implemented injected message loops for PipelineImpl.scherkus@chromium.org2009-07-101-68/+82
* Converted remaining tests to use gmock and deleted all old mocking code.scherkus@chromium.org2009-07-101-86/+162
* Asynchronous initialization of media::PipelineThreadhclam@chromium.org2009-07-011-0/+15
* Make the generated stubs weak. Enable the unittests that had conflicting sym...ajwong@chromium.org2009-06-161-5/+6
* Implemented Pipeline seek callbacks and a big refactor of PipelineImplTest.scherkus@chromium.org2009-05-121-114/+168
* Revert tree bustage cause by r11904.hclam@chromium.org2009-03-171-2/+0
* andrew's patchhclam@chromium.org2009-03-171-0/+2
* Removed unneeded includes of base/time.h.thestig@chromium.org2009-03-161-1/+0
* Remove unneeded platform_thread.h includes. Reduces number of includes from 5...thestig@chromium.org2009-03-131-1/+0
* Pipeline_Impl was modified to properly render a stream that has video but no ...ralphl@chromium.org2009-03-061-28/+54
* Fixes a bug in the media pipeline that resulted in the video dimensions never...ralphl@chromium.org2009-02-191-7/+64
* Updated pipeline unit test and added mocks for a full audio pipeline.ralphl@chromium.org2009-02-051-78/+40
* A minor change to the pattern for filter factories that makes the implementat...ralphl@chromium.org2009-01-291-12/+61
* Implementation of Pipeline and FilterHost interfaces. This is a large change...ralphl@chromium.org2009-01-281-0/+60