summaryrefslogtreecommitdiffstats
path: root/media/base/pipeline_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Improve audio underflow handling.acolwell@chromium.org2011-10-211-1/+17
* Add NetworkEventCB to media pipeline and remove IsNetworkActive()vrk@google.com2011-10-191-18/+8
* Fix DCHECKS caused by demuxer callbacks running on the wrong thread.acolwell@chromium.org2011-10-121-0/+12
* Fix crash on media teardown when triggered by pipeline errorvrk@google.com2011-10-041-5/+12
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-57/+51
* Reland r101418: Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-191-11/+8
* Revert 101418 - Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-161-8/+11
* Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-161-11/+8
* Fixing dropped seeks.serya@chromium.org2011-09-151-1/+1
* Remove Demuxer from the Filter class hierarchy.acolwell@chromium.org2011-09-131-21/+62
* Coverity: Initialize member variables.jhawkins@chromium.org2011-09-121-0/+1
* make URL handling transparent to media pipeline.wjia@chromium.org2011-08-241-11/+2
* Log media pipeline statistics to MediaLog.scottfr@chromium.org2011-08-201-0/+1
* Log FilterHost events in PipelineImpl to MediaLog.scottfr@chromium.org2011-08-171-0/+27
* Migrate Pipeline & PipelineImpl to PipelineStatusCB.acolwell@chromium.org2011-08-091-40/+35
* Log PipelineImpl events to MediaLog.scottfr@chromium.org2011-08-091-19/+29
* Revert 93891 - Migrate DemuxerFactory to new callback system.acolwell@chromium.org2011-07-271-3/+2
* Migrate DemuxerFactory to new callback system.acolwell@chromium.org2011-07-251-2/+3
* 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-2/+6
* Fix live video only playback.fgalligan@chromium.org2011-06-011-1/+13
* Convert Filter::Seek() to use new callback system.acolwell@chromium.org2011-05-131-3/+18
* Updating logging in src/media/. Using DCHECK_EQ/NE/LE() where possible.kushi.p@gmail.com2011-04-291-1/+1
* Fix erratic HTML5 audio playbackdavej@chromium.org2011-04-141-0/+17
* Fix valgrind messages for uninitialized preload_ value.vrk@google.com2011-04-051-0/+1
* Implementing preload=metadata for videovrk@google.com2011-04-051-5/+27
* Build a raw video pipeline for the <video> with a special src attribute (medi...acolwell@chromium.org2011-03-231-10/+22
* Revert 79149 - Build a raw video pipeline for the <video> with a special src ...acolwell@chromium.org2011-03-231-22/+10
* Build a raw video pipeline for the <video> with a special src attribute (medi...acolwell@chromium.org2011-03-231-10/+22
* Simplify the Demuxer interface to get streams by type.fischman@chromium.org2011-03-211-17/+2
* PipelineError is dead. Long live PipelineStatus!fischman@chromium.org2011-03-161-42/+65
* DemuxerFactory is born!fischman@chromium.org2011-03-141-34/+15
* Refactoring code to use factories to create DataSource objects.acolwell@chromium.org2011-03-141-34/+26
* Remove the silly notion of MIME types from media code.scherkus@chromium.org2011-03-091-33/+20
* Fold ClockImpl into Clock and update corresponding clients and tests.scherkus@chromium.org2011-03-041-3/+7
* Implement webkit media metrics in chromium.scherkus@chromium.org2011-02-161-3/+21
* Prevent pending callbacks after an error from being interpreted as teardown c...acolwell@chromium.org2011-02-021-13/+78
* Fix a teardown hang caused by an Abort() call while there is a pending read.acolwell@chromium.org2011-01-261-1/+3
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-42/+42
* Fix flaky behavior in pipeline teardown.acolwell@chromium.org2011-01-131-50/+80
* Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.acolwell@chromium.org2011-01-051-100/+73
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-011-1/+1
* Revert 70277 - Revert 70275 - Revert 70267 - Refactor PipelineImpl to use Com...acolwell@chromium.org2010-12-291-58/+101
* Revert 70275 - Revert 70267 - Refactor PipelineImpl to use CompositeFilter to...acolwell@chromium.org2010-12-291-101/+58
* Revert 70267 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...acolwell@chromium.org2010-12-291-58/+101
* Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.acolwell@chromium.org2010-12-291-101/+58
* Revert 70063 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...acolwell@chromium.org2010-12-231-58/+101
* Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.acolwell@chromium.org2010-12-231-101/+58
* Revert 69959 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...acolwell@chromium.org2010-12-221-58/+101