summaryrefslogtreecommitdiffstats
path: root/media/filters
Commit message (Expand)AuthorAgeFilesLines
* Introduce new ffmpeg regression tests based on PipelineIntegrationTests.dalecurtis@chromium.org2012-02-103-3/+12
* As titled, provides a way to check the audio config prior to Initialize so th...dalecurtis@chromium.org2012-02-093-10/+39
* Add some ASSERT_XXX calls to early terminate tests.acolwell@chromium.org2012-02-081-52/+59
* Refactor PipelineIntegrationTest into PipelineIntegrationTestBase.dalecurtis@chromium.org2012-02-073-181/+239
* Fix incomplete teardown of demuxer.dalecurtis@chromium.org2012-02-071-5/+1
* Remove AudioDecoder from the Filter heirarchy.fischman@chromium.org2012-02-075-45/+23
* Remove logspam from VideoRendererBaseTest that snuck in with r120151.fischman@chromium.org2012-02-071-2/+2
* Remove "high"-latency audio code pathvrk@chromium.org2012-02-032-181/+0
* Fix media timeline so that thumb never exceeds buffered datavrk@chromium.org2012-02-026-18/+47
* Update AudioRenderer, VideoRenderer, and AudioDecoder Initialize() methods to...acolwell@chromium.org2012-02-029-26/+27
* Disable PipelineIntegrationTest.SeekWhilePaused because it's also flaky on me...fischman@chromium.org2012-02-011-1/+2
* Fix PipelineIntegrationTest so it can't hang on decoder errors.acolwell@chromium.org2012-01-311-36/+54
* Disable PipelineIntegrationTest.SeekWhilePlaying until timeout problem is fixed.acolwell@chromium.org2012-01-311-1/+1
* Fix ChunkDemuxer seek deadlockacolwell@chromium.org2012-01-3112-123/+540
* Fold Pipeline::Init() into Pipeline::Start().scherkus@chromium.org2012-01-301-7/+7
* Don't register an ffmpeg bitstream filter more than once.fischman@chromium.org2012-01-301-2/+5
* Minor code refactoring: move 'signal send end of stream' fromenal@chromium.org2012-01-287-24/+63
* Detect errors in audio output and report them upstream.fischman@chromium.org2012-01-272-3/+13
* Fix ChunkDemuxer crash & parse errors on audio-only or video-only content.acolwell@chromium.org2012-01-273-59/+144
* Die, Pts{Stream,Heap}, Die!fischman@chromium.org2012-01-214-97/+1
* Replace DataSourceFactory with explicitly initialized DataSources.scherkus@chromium.org2012-01-198-118/+28
* Rename webkit_media::VideoRendererImpl to webkit_media::SkCanvasVideoRenderer.scherkus@chromium.org2012-01-191-5/+5
* set timestamp of captured video frames. also set duration of the media and me...wjia@chromium.org2012-01-192-2/+8
* Fold media::PipelineImpl into media::Pipeline as there is only one implementa...scherkus@chromium.org2012-01-185-6/+11
* buffers.cc: replaced global TimeDelta constants with fully-inlined functions.fischman@chromium.org2012-01-186-24/+24
* Remove the bulk of log spam from media_unittests runs.fischman@chromium.org2012-01-171-0/+3
* Convert use of int ms to TimeDelta in files owned by vrk.tedvessenes@gmail.com2012-01-141-5/+5
* Fix deadlock in WebMediaPlayerImpl::Destroy() when HW video decode is enabled.fischman@chromium.org2012-01-142-71/+114
* Remove Clone() from DataSourceFactory & DemuxerFactory since the methods aren...acolwell@chromium.org2012-01-138-23/+0
* Remove VideoDecodeAccelerator::Client::NotifyEndOfStream / PPP_VideoDecoder_D...fischman@chromium.org2012-01-132-6/+0
* Fixed HW video decode EOS/Flush-related bugs.fischman@chromium.org2012-01-125-74/+110
* Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-104-344/+128
* Creating integration tests for media pipeline that use real decoders and demu...acolwell@chromium.org2012-01-104-51/+265
* Clean up AudioRendererAlgorithmBasevrk@google.com2012-01-104-314/+239
* Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}.fischman@chromium.org2012-01-1015-62/+70
* Revert 116957 - Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-104-127/+345
* Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-094-345/+127
* Revert 116889 - Creating integration tests for media pipeline that use real d...acolwell@chromium.org2012-01-094-264/+51
* Creating integration tests for media pipeline that use real decoders and demu...acolwell@chromium.org2012-01-094-51/+264
* add components for integration test which will detect breakage of media pipel...wjia@chromium.org2012-01-062-0/+160
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-5/+4
* Remove PtsStream from GpuVideoDecoder.fischman@chromium.org2012-01-063-33/+95
* Mark VideoRendererBaseTest, MAYBE_GetCurrentFrame_EndOfStream as flaky on Mac.asvitkine@chromium.org2012-01-061-2/+8
* Fix invalid use of Base::Bind(,this) in ~ReferenceAudioRender.dalecurtis@chromium.org2012-01-062-11/+9
* Revert 116349 - Creating integration tests for media pipeline that use real d...acolwell@chromium.org2012-01-041-218/+0
* Creating integration tests for media pipeline that use real decoders and demu...acolwell@chromium.org2012-01-041-0/+218
* Set opaque on the WebMediaPlayerClient based on the decoderdanakj@chromium.org2011-12-235-5/+30
* Moving underflow callback execution so ResumeAfterUnderflow() can be called i...acolwell@chromium.org2011-12-232-1/+38
* Replace subclass interface from VideoRendererBase with a single paint callback.scherkus@chromium.org2011-12-225-165/+33
* Clean up VideoRendererBase timing code (relanding).scherkus@chromium.org2011-12-223-139/+225