summaryrefslogtreecommitdiffstats
path: root/media/base/pipeline_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fold media::PipelineImpl into media::Pipeline as there is only one implementa...scherkus@chromium.org2012-01-181-927/+0
* Convert use of int ms to TimeDelta in files owned by vrk.tedvessenes@gmail.com2012-01-141-11/+13
* Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}.fischman@chromium.org2012-01-101-9/+6
* <video> decode in hardware! fischman@chromium.org2011-12-131-1/+8
* Revert 113895 - <video> decode in hardware!fischman@chromium.org2011-12-101-3/+1
* <video> decode in hardware!fischman@chromium.org2011-12-101-1/+3
* Fire CanPlayThrough immediately for local and streaming media filesvrk@google.com2011-12-011-5/+0
* Revert 111320 - Disable PipelineImplTest.AudioStream on OS Xrsleevi@chromium.org2011-11-231-7/+1
* Disable PipelineImplTest.AudioStream on OS Xrsleevi@chromium.org2011-11-231-1/+7
* Improve audio underflow handling.acolwell@chromium.org2011-10-211-4/+4
* Add NetworkEventCB to media pipeline and remove IsNetworkActive()vrk@google.com2011-10-191-1/+1
* Fix crash on media teardown when triggered by pipeline errorvrk@google.com2011-10-041-0/+50
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-15/+14
* Reland r101418: Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-191-5/+5
* Revert 101418 - Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-161-4/+5
* Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-161-5/+4
* make URL handling transparent to media pipeline.wjia@chromium.org2011-08-241-26/+2
* Remove Purify and Quantify.Doing so will reduce substantially the size of the...jeanluc@chromium.org2011-08-171-1/+1
* Migrate Pipeline & PipelineImpl to PipelineStatusCB.acolwell@chromium.org2011-08-091-25/+24
* Log PipelineImpl events to MediaLog.scottfr@chromium.org2011-08-091-3/+4
* Remove MediaFormat once and for all.scherkus@chromium.org2011-07-201-1/+0
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* The RTCVideoDecoder will eventially need to depend on third_party lib (webrtc...wjia@chromium.org2011-07-071-4/+5
* Fix live video only playback.fgalligan@chromium.org2011-06-011-3/+49
* Convert Filter::Seek() to use new callback system.acolwell@chromium.org2011-05-131-24/+26
* Fix valgrind messages for uninitialized preload_ value.vrk@google.com2011-04-051-1/+1
* Build a raw video pipeline for the <video> with a special src attribute (medi...acolwell@chromium.org2011-03-231-4/+39
* Revert 79149 - Build a raw video pipeline for the <video> with a special src ...acolwell@chromium.org2011-03-231-39/+4
* Build a raw video pipeline for the <video> with a special src attribute (medi...acolwell@chromium.org2011-03-231-4/+39
* Simplify the Demuxer interface to get streams by type.fischman@chromium.org2011-03-211-5/+7
* Stop leaking callbacks in pipeline_impl_unittest.ccfischman@chromium.org2011-03-161-1/+1
* PipelineError is dead. Long live PipelineStatus!fischman@chromium.org2011-03-161-53/+102
* DemuxerFactory is born!fischman@chromium.org2011-03-141-45/+4
* Refactoring code to use factories to create DataSource objects.acolwell@chromium.org2011-03-141-29/+15
* Remove the silly notion of MIME types from media code.scherkus@chromium.org2011-03-091-32/+17
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-071-7/+3
* Fold ClockImpl into Clock and update corresponding clients and tests.scherkus@chromium.org2011-03-041-5/+3
* Delete the StatisticsCallback passed to media filter mocks.scherkus@chromium.org2011-02-171-3/+4
* Implement webkit media metrics in chromium.scherkus@chromium.org2011-02-161-6/+8
* Prevent pending callbacks after an error from being interpreted as teardown c...acolwell@chromium.org2011-02-021-0/+36
* Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.acolwell@chromium.org2011-01-051-4/+52
* Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...scherkus@chromium.org2010-12-031-1/+1
* Fix clock update behavior at the end of stream.acolwell@chromium.org2010-11-231-2/+76
* Refactor Pipeline & PipelineImpl so WebMediaPlayerImpl references a Pipeline ...acolwell@chromium.org2010-11-111-12/+6
* Move MediaFilterCollection code into a class.scherkus@chromium.org2010-11-031-2/+1
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-1/+1
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-231-26/+30
* Prevent buffered time from being less than the current time.scherkus@chromium.org2010-10-201-24/+68
* Fixed Ended event when audio is disabled.sergeyu@chromium.org2010-09-171-0/+13
* Fixing rounding error in buffering bar for fully loaded HTTP videosvrk@google.com2010-09-011-11/+18