summaryrefslogtreecommitdiffstats
path: root/webkit/media
Commit message (Expand)AuthorAgeFilesLines
* Avoid a DCHECK during navigate-away from a video being HW-rendered.fischman@chromium.org2012-02-281-6/+10
* Add texture target field to video frame (for use by native textures).sievers@chromium.org2012-02-232-2/+9
* Reimplement r122778 to fix BuildMediaStreamCollection without breaking HW vid...fischman@chromium.org2012-02-221-0/+9
* Clean up callback variable names and comments inside BufferedDataSource/Buffe...scherkus@chromium.org2012-02-114-79/+80
* Return net::ERR_FAILED when BufferedResourceLoader::didFail() is called.scherkus@chromium.org2012-02-092-8/+34
* Fix re-entrancy bug in SimpleDataSource::Abort() introduced in r118338.fischman@chromium.org2012-02-073-14/+37
* Remove explicit casting needed from the .Pass() switchover, now that PassAs()...fischman@chromium.org2012-02-061-1/+1
* Update WebMediaPlayerProxy to use MessageLoopProxy.scherkus@chromium.org2012-02-063-22/+24
* 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-213-42/+28
* Fire canplaythrough as soon as download defers to fix autoplayvrk@google.com2012-01-203-28/+42
* Fold InitializeTask() into Initialize() as the method is called on the render...scherkus@chromium.org2012-01-195-103/+61
* Replace DataSourceFactory with explicitly initialized DataSources.scherkus@chromium.org2012-01-1916-397/+263
* Rename webkit_media::VideoRendererImpl to webkit_media::SkCanvasVideoRenderer.scherkus@chromium.org2012-01-195-41/+41
* Fix incorrect comment about object ownership in WebMediaPlayerImpl::WebMediaP...crogers@google.com2012-01-191-1/+0
* Fold media::PipelineImpl into media::Pipeline as there is only one implementa...scherkus@chromium.org2012-01-183-7/+7
* buffers.cc: replaced global TimeDelta constants with fully-inlined functions.fischman@chromium.org2012-01-183-4/+4
* Remove ActiveLoader::Cancel().scherkus@chromium.org2012-01-134-12/+5
* Refactor webkit_media::VideoRendererImpl into standalone class.scherkus@chromium.org2012-01-138-282/+213
* Remove Clone() from DataSourceFactory & DemuxerFactory since the methods aren...acolwell@chromium.org2012-01-132-8/+0
* Fold WebMediaPlayerImpl::Initialize() into the constructor.scherkus@chromium.org2012-01-132-38/+19
* Remove obsolete references to http://crbug.com/109026fischman@chromium.org2012-01-122-6/+1
* Fixed HW video decode EOS/Flush-related bugs.fischman@chromium.org2012-01-121-9/+13
* Remove --simple-data-source and convert WebMediaPlayerImpl::Initialize() to a...scherkus@chromium.org2012-01-122-36/+20
* Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}.fischman@chromium.org2012-01-109-41/+43
* Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNode (...crogers@google.com2012-01-072-1/+18
* 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-062-18/+1
* Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNodecrogers@google.com2012-01-062-1/+18
* Fix WebMediaPlayer-related linking errors for Androidpeter@chromium.org2011-12-301-0/+2
* Delete media::VideoFrame::planes() and ::planes_ since they can be derived fr...fischman@chromium.org2011-12-292-4/+22
* Set opaque on the WebMediaPlayerClient based on the decoderdanakj@chromium.org2011-12-237-6/+39
* Replace subclass interface from VideoRendererBase with a single paint callback.scherkus@chromium.org2011-12-222-23/+5
* Clean up VideoRendererBase timing code (relanding).scherkus@chromium.org2011-12-221-0/+2
* Clean up painting and conversion functions inside webkit_media::VideoRenderer...scherkus@chromium.org2011-12-214-208/+454
* 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
* Removing DataSource from Filter hierarchy and refactoring FilterHost into Dem...acolwell@chromium.org2011-12-168-23/+21
* Fix header guard in webkit/media/web_data_source_factory.hscherkus@chromium.org2011-12-141-3/+3
* Remove reference counting from BufferedResourceLoader.scherkus@chromium.org2011-12-147-40/+22
* <video> decode in hardware! fischman@chromium.org2011-12-133-9/+20
* Revert 113895 - <video> decode in hardware!fischman@chromium.org2011-12-103-20/+9
* <video> decode in hardware!fischman@chromium.org2011-12-103-9/+20
* Don't attempt to decode audio data for Androidpeter@chromium.org2011-12-092-0/+23
* Updating TODO bug number for BufferedDataSourceTest.Range_NotSupported.scherkus@chromium.org2011-12-071-1/+1
* Replace media::Limits struct with media::limits namespace and update document...scherkus@chromium.org2011-12-072-8/+12
* Update these includes to use the new header locationsabarth@chromium.org2011-12-0312-30/+30
* Split a portion of BufferedResourceLoader into a separate class ActiveLoader.scherkus@chromium.org2011-12-027-131/+188