summaryrefslogtreecommitdiffstats
path: root/webkit/media/webmediaplayer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Report pipeline errors even during all phases of lifecycle.fischman@chromium.org2012-04-101-34/+38
* Remove FFmpegDemuxer::first_seek_hack_ and related unnecessary code.scherkus@chromium.org2012-04-091-12/+0
* Rename AudioRendererBase and AudioRendererAlgorithmBasevrk@chromium.org2012-04-091-2/+2
* Merge AudioRendererImpl and AudioRendererBase; add NullAudioSinkvrk@chromium.org2012-04-061-2/+4
* De-craxify BufferedResourceLoader::didReceiveResponse()'s control flow, fixin...fischman@chromium.org2012-04-031-2/+5
* Remove DemuxerFactory and URL parameter from Pipeline.scherkus@chromium.org2012-04-021-5/+9
* Move DataSource::SetPreload() to BufferedDataSource.scherkus@chromium.org2012-03-311-2/+6
* Expose decryptor to WebMediaPlayerImpl.scherkus@chromium.org2012-03-301-2/+8
* Don't report errors twice to pipeline clients.fischman@chromium.org2012-03-271-3/+4
* Add explicit alpha parameter to the mediaplayer's paint method. This allows s...reed@google.com2012-03-271-2/+10
* Fix reporting of Media.AcceleratedCompositingActive to account for JS-created...fischman@chromium.org2012-03-261-9/+7
* Add frame hashing to PipelineIntegrationTests.dalecurtis@chromium.org2012-03-171-1/+2
* BufferedDataSource wants to know the content length of non-http(s) resources,...fischman@chromium.org2012-03-171-9/+3
* Fold media::MessageLoopFactoryImpl into media::MessageLoopFactory.scherkus@chromium.org2012-03-061-1/+0
* Update WebMediaPlayerProxy to use MessageLoopProxy.scherkus@chromium.org2012-02-061-1/+2
* Fold Pipeline::Init() into Pipeline::Start().scherkus@chromium.org2012-01-301-7/+3
* Revert 118546 because it caused PrerenderHTML5VideoNetwork to timeout on wind...sadrul@chromium.org2012-01-211-4/+9
* 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