summaryrefslogtreecommitdiffstats
path: root/webkit/media/webmediaplayer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Fire canplaythrough as soon as download defers to fix autoplayvrk@google.com2012-01-201-9/+4
* Replace DataSourceFactory with explicitly initialized DataSources.scherkus@chromium.org2012-01-191-84/+70
* Fold media::PipelineImpl into media::Pipeline as there is only one implementa...scherkus@chromium.org2012-01-181-2/+2
* buffers.cc: replaced global TimeDelta constants with fully-inlined functions.fischman@chromium.org2012-01-181-1/+1
* Refactor webkit_media::VideoRendererImpl into standalone class.scherkus@chromium.org2012-01-131-5/+5
* Fold WebMediaPlayerImpl::Initialize() into the constructor.scherkus@chromium.org2012-01-131-30/+17
* Remove obsolete references to http://crbug.com/109026fischman@chromium.org2012-01-121-2/+0
* Remove --simple-data-source and convert WebMediaPlayerImpl::Initialize() to a...scherkus@chromium.org2012-01-121-17/+4
* Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}.fischman@chromium.org2012-01-101-11/+13
* Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNode (...crogers@google.com2012-01-071-1/+7
* Disable accelerated compositing for audio-only <video> tags.fischman@chromium.org2012-01-061-1/+3
* Revert 116643 - Integrate HTMLMediaElement with Web Audio API's MediaElementA...msw@chromium.org2012-01-061-7/+1
* Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNodecrogers@google.com2012-01-061-1/+7
* Set opaque on the WebMediaPlayerClient based on the decoderdanakj@chromium.org2011-12-231-1/+9
* Clean up painting and conversion functions inside webkit_media::VideoRenderer...scherkus@chromium.org2011-12-211-1/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-0/+1
* Revert 115227 - Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-1/+0
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-0/+1
* Revert effects of r110733 (again) for autoplay breakage.vrk@chromium.org2011-12-161-2/+8
* <video> decode in hardware! fischman@chromium.org2011-12-131-0/+2
* Revert 113895 - <video> decode in hardware!fischman@chromium.org2011-12-101-2/+0
* <video> decode in hardware!fischman@chromium.org2011-12-101-0/+2
* Replace media::Limits struct with media::limits namespace and update document...scherkus@chromium.org2011-12-071-5/+9
* Update these includes to use the new header locationsabarth@chromium.org2011-12-031-3/+3
* Fire CanPlayThrough immediately for local and streaming media filesvrk@google.com2011-12-011-11/+10
* Revert effects of r110733 because of silent WebRTC breakagevrk@chromium.org2011-11-301-2/+8
* Remove --enable-video-logging and WebVideoRenderer.scherkus@chromium.org2011-11-181-8/+7
* Fire canplaythrough event at the proper time for audio/videovrk@google.com2011-11-181-20/+21
* Moving media-related files from webkit/glue/ to webkit/media/.scherkus@chromium.org2011-11-171-0/+917