summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* Extends error handling for audio capture and rendering.henrika@chromium.org2012-02-131-1/+1
* Introducing helper wrappers for copying a rectangle from a one partial buffer...alexeypa@chromium.org2012-02-091-2/+3
* Clear buffer prior to distribution to prevent valgrind errors.dalecurtis@chromium.org2012-02-081-1/+3
* Reverting 120739 that caused valgrind breaks.alexeypa@chromium.org2012-02-071-3/+2
* Introducing helper wrappers for copying a rectangle from a one partial buffer...alexeypa@chromium.org2012-02-071-2/+3
* Fix incomplete teardown of demuxer.dalecurtis@chromium.org2012-02-071-6/+2
* Remove AudioDecoder from the Filter heirarchy.fischman@chromium.org2012-02-0711-119/+147
* Remove explicit casting needed from the .Pass() switchover, now that PassAs()...fischman@chromium.org2012-02-061-2/+1
* Initialize logging early enough to see VLOGs emitted by InitializeMediaLibrar...fischman@chromium.org2012-02-031-3/+23
* Fix media timeline so that thumb never exceeds buffered datavrk@chromium.org2012-02-0212-226/+414
* Update AudioRenderer, VideoRenderer, and AudioDecoder Initialize() methods to...acolwell@chromium.org2012-02-027-39/+23
* Fix ChunkDemuxer seek deadlockacolwell@chromium.org2012-01-312-4/+11
* Fold Pipeline::Init() into Pipeline::Start().scherkus@chromium.org2012-01-303-44/+50
* Detect errors in audio output and report them upstream.fischman@chromium.org2012-01-271-1/+4
* Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.fischman@chromium.org2012-01-231-3/+1
* Die, Pts{Stream,Heap}, Die!fischman@chromium.org2012-01-216-379/+0
* Revert 118546 because it caused PrerenderHTML5VideoNetwork to timeout on wind...sadrul@chromium.org2012-01-214-169/+109
* Fire canplaythrough as soon as download defers to fix autoplayvrk@google.com2012-01-204-109/+169
* 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