summaryrefslogtreecommitdiffstats
path: root/webkit/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update media-related OWNERS.scherkus@chromium.org2011-12-021-0/+9
* Fire CanPlayThrough immediately for local and streaming media filesvrk@google.com2011-12-016-45/+23
* Finish the base::Bind migration for webkit/media.fischman@chromium.org2011-12-015-57/+59
* Revert effects of r110733 because of silent WebRTC breakagevrk@chromium.org2011-11-301-2/+8
* Rewrite BufferedDataSource tests to use real BufferedResourceLoader objects.scherkus@chromium.org2011-11-295-607/+416
* Remove IsProtocolSupportedForMedia.piman@chromium.org2011-11-223-14/+1
* Remove --enable-video-logging and WebVideoRenderer.scherkus@chromium.org2011-11-188-103/+32
* Fix test_shell_test breakage due to missing SetBufferedBytes expectationvrk@google.com2011-11-181-6/+6
* Fire canplaythrough event at the proper time for audio/videovrk@google.com2011-11-186-36/+42