summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* Replace DataSourceFactory with explicitly initialized DataSources.scherkus@chromium.org2012-01-197-396/+6
* Replace a few VLOGs with CHECKs inside media::Pipeline.scherkus@chromium.org2012-01-183-38/+17
* Fix indentation in media/base/pipeline.cc.scherkus@chromium.org2012-01-181-13/+11
* Fold media::PipelineImpl into media::Pipeline as there is only one implementa...scherkus@chromium.org2012-01-188-768/+703
* Leak global atomicsequencenumber media_log_id to avoid atexit() handler being...fischman@chromium.org2012-01-181-1/+3
* buffers.cc: replaced global TimeDelta constants with fully-inlined functions.fischman@chromium.org2012-01-189-41/+41
* Remove the bulk of log spam from media_unittests runs.fischman@chromium.org2012-01-172-3/+10
* Convert use of int ms to TimeDelta in files owned by vrk.tedvessenes@gmail.com2012-01-142-12/+14
* Break the (extra) circular reference between PipelineImpl and VideoDecoder.fischman@chromium.org2012-01-141-1/+3
* Linear sub-rectangle scaler for use in Chromoting.wez@chromium.org2012-01-145-22/+292
* Fix deadlock in WebMediaPlayerImpl::Destroy() when HW video decode is enabled.fischman@chromium.org2012-01-144-9/+27
* Refactor webkit_media::VideoRendererImpl into standalone class.scherkus@chromium.org2012-01-134-25/+33
* Remove Clone() from DataSourceFactory & DemuxerFactory since the methods aren...acolwell@chromium.org2012-01-137-41/+4
* Remove obsolete references to http://crbug.com/109026fischman@chromium.org2012-01-122-4/+0
* Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-106-29/+173
* Creating integration tests for media pipeline that use real decoders and demu...acolwell@chromium.org2012-01-106-21/+56
* Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}.fischman@chromium.org2012-01-1017-119/+120
* Revert 116957 - Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-106-172/+29
* Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-096-29/+172
* Revert 116889 - Creating integration tests for media pipeline that use real d...acolwell@chromium.org2012-01-096-59/+24
* Creating integration tests for media pipeline that use real decoders and demu...acolwell@chromium.org2012-01-096-24/+59
* Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNode (...crogers@google.com2012-01-071-0/+71
* Revert 116643 - Integrate HTMLMediaElement with Web Audio API's MediaElementA...msw@chromium.org2012-01-061-70/+0
* Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNodecrogers@google.com2012-01-061-0/+70
* Revert 116349 - Creating integration tests for media pipeline that use real d...acolwell@chromium.org2012-01-042-16/+2
* Creating integration tests for media pipeline that use real decoders and demu...acolwell@chromium.org2012-01-042-2/+16
* base::Bind: Remove callback_old.h.jhawkins@chromium.org2012-01-031-2/+1
* Delete media::VideoFrame::planes() and ::planes_ since they can be derived fr...fischman@chromium.org2011-12-293-23/+0
* Set opaque on the WebMediaPlayerClient based on the decoderdanakj@chromium.org2011-12-233-0/+10
* 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-212-0/+8
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-1/+2
* Revert 115214 (caused media_unittests failure in FFmpegGlueTest,dmazzoni@chromium.org2011-12-212-8/+0
* Revert 115227 - Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-2/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-1/+2
* Fix ChunkDemuxer seeks that occur during a partially parsed cluster.acolwell@chromium.org2011-12-202-0/+8
* Replace AudioDecoder::ProduceAudioSamples/ConsumeAudioSamples with read callb...scherkus@chromium.org2011-12-203-25/+9
* Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org2011-12-201-1/+1
* Removing DataSource from Filter hierarchy and refactoring FilterHost into Dem...acolwell@chromium.org2011-12-1618-144/+304
* 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
* 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-1314-41/+217
* Revert 113895 - <video> decode in hardware!fischman@chromium.org2011-12-1015-219/+41
* <video> decode in hardware!fischman@chromium.org2011-12-1015-41/+219
* Replace media::Limits struct with media::limits namespace and update document...scherkus@chromium.org2011-12-075-25/+37
* Upstream: Media implementation for Android.michaelbai@chromium.org2011-12-021-0/+26