summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Replace subclass interface from VideoRendererBase with a single paint callback.scherkus@chromium.org2011-12-2216-423/+205
* Clean up VideoRendererBase timing code (relanding).scherkus@chromium.org2011-12-223-139/+225
* Revert 115402 - Clean up VideoRendererBase timing code.jeremya@chromium.org2011-12-223-225/+139
* Initial checkin of chromium bug hunter script. Bug Hunter script will look in...imasaki@google.com2011-12-213-0/+652
* Clean up VideoRendererBase timing code.scherkus@chromium.org2011-12-213-139/+225
* base::Bind: Remove includes of base.bind in header files.jhawkins@chromium.org2011-12-212-1/+2
* Correctify NativeTexture's description.fischman@chromium.org2011-12-211-1/+1
* Clean up painting and conversion functions inside webkit_media::VideoRenderer...scherkus@chromium.org2011-12-211-8/+10
* Revert 115229 - Revert 115214 (caused media_unittests failure in FFmpegGlueTest,acolwell@chromium.org2011-12-217-33/+158
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-212-2/+4
* Revert 115214 (caused media_unittests failure in FFmpegGlueTest,dmazzoni@chromium.org2011-12-217-158/+33
* Revert 115227 - Coverity: Initialize member variables.jhawkins@chromium.org2011-12-212-4/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-202-2/+4
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-202-1/+3
* Fix ChunkDemuxer seeks that occur during a partially parsed cluster.acolwell@chromium.org2011-12-207-33/+158
* Replace AudioDecoder::ProduceAudioSamples/ConsumeAudioSamples with read callb...scherkus@chromium.org2011-12-2012-398/+288
* Add unit test to verify incremental cluster parsing in ChunkDemuxer.acolwell@chromium.org2011-12-201-0/+71
* Merging CNS server with scripts.shadi@chromium.org2011-12-205-43/+144
* Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org2011-12-201-1/+1
* Consolidate AudioRendererAlgorithm classes into one classvrk@google.com2011-12-1910-657/+268
* Fix typo introduced in r114819acolwell@chromium.org2011-12-161-1/+1
* Removing DataSource from Filter hierarchy and refactoring FilterHost into Dem...acolwell@chromium.org2011-12-1628-200/+354
* Stop audio FFmpegDemuxerStreams if we get notified that audio rendering is di...scherkus@chromium.org2011-12-153-76/+120
* Check in test files for bug 106735.scherkus@chromium.org2011-12-152-0/+0
* Allow the AudioLowLatencyInputOutput, WinAudioOutputTest and WinAudioInputTes...tommi@chromium.org2011-12-153-17/+11
* Remove the RecordWithSlowSink test. The test has problems running on the bui...tommi@chromium.org2011-12-151-31/+0
* Enable the AudioInputTest tests on the build bots and fix a bug in PCMQueueIn...tommi@chromium.org2011-12-143-10/+23
* Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...sail@chromium.org2011-12-141-1/+1
* Remove BindStateHolder and have Bind() return a Callback<> object directly.ajwong@chromium.org2011-12-141-1/+1
* Enable MacAudioInput tests on all mac bots.tommi@chromium.org2011-12-141-4/+4
* Adds new full-duplex test which measures and logs the reported audio delays.henrika@chromium.org2011-12-145-3/+468
* Enable the AudioInputDevice tests on all try/build bots.tommi@chromium.org2011-12-141-43/+33
* Exclude the GPU video decoder from the build for Android.peter@chromium.org2011-12-141-0/+2
* Make linux output streams consistent with other output stream implementations.tommi@chromium.org2011-12-147-249/+161
* Enable the AudioOutputController tests on all bots.tommi@chromium.org2011-12-141-31/+0
* Constrained network scripts that configure a local network upload bandwidth,shadi@chromium.org2011-12-144-0/+743
* s/NOTREACHED/LOG(FATAL)/ to die even in release builds.fischman@chromium.org2011-12-132-3/+2
* DISABLE media_unittests:CompositeFilterDeathTest.DISABLED_TestRemoveUnknownFi...fischman@chromium.org2011-12-131-1/+2
* <video> decode in hardware! fischman@chromium.org2011-12-1323-116/+918
* Adding support for incremental cluster parsing.acolwell@chromium.org2011-12-1311-267/+796
* Remove the AudioManager singleton.tommi@chromium.org2011-12-1239-471/+656
* Revert 114030 - Adding support for incremental cluster parsing.acolwell@chromium.org2011-12-1211-793/+263
* Adding support for incremental cluster parsing.acolwell@chromium.org2011-12-1211-263/+793
* Revert 113895 - <video> decode in hardware!fischman@chromium.org2011-12-1024-915/+115
* <video> decode in hardware!fischman@chromium.org2011-12-1024-115/+915
* Simplify AudioRendererImpl by using AudioDevice.vrk@google.com2011-12-091-2/+5
* Removing MessageLoop::QuitTask() from media/dcheng@chromium.org2011-12-094-8/+8
* Make check for 'opened' consistent across all audio stream implementations of...tommi@chromium.org2011-12-087-8/+19
* Replace media::Limits struct with media::limits namespace and update document...scherkus@chromium.org2011-12-079-46/+59
* Collapse FFmpegVideoDecodeEngine into FFmpegVideoDecoder and remove VideoDeco...scherkus@chromium.org2011-12-077-309/+206