summaryrefslogtreecommitdiffstats
path: root/media/base/pipeline_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Fold media::PipelineImpl into media::Pipeline as there is only one implementa...scherkus@chromium.org2012-01-181-1448/+0
* Break the (extra) circular reference between PipelineImpl and VideoDecoder.fischman@chromium.org2012-01-141-1/+3
* Fix deadlock in WebMediaPlayerImpl::Destroy() when HW video decode is enabled.fischman@chromium.org2012-01-141-7/+9
* Creating integration tests for media pipeline that use real decoders and demu...acolwell@chromium.org2012-01-101-18/+30
* Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}.fischman@chromium.org2012-01-101-6/+5
* Revert 116889 - Creating integration tests for media pipeline that use real d...acolwell@chromium.org2012-01-091-31/+19
* Creating integration tests for media pipeline that use real decoders and demu...acolwell@chromium.org2012-01-091-19/+31
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-1/+2
* Revert 115227 - Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-2/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-1/+2
* Removing DataSource from Filter hierarchy and refactoring FilterHost into Dem...acolwell@chromium.org2011-12-161-5/+4
* <video> decode in hardware! fischman@chromium.org2011-12-131-11/+21
* Revert 113895 - <video> decode in hardware!fischman@chromium.org2011-12-101-21/+11
* <video> decode in hardware!fischman@chromium.org2011-12-101-11/+21
* Fire CanPlayThrough immediately for local and streaming media filesvrk@google.com2011-12-011-27/+10
* Fire canplaythrough event at the proper time for audio/videovrk@google.com2011-11-181-11/+43
* First cut at UMA-exposing histograms of media data in the wild.fischman@chromium.org2011-11-081-1/+15
* 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