| Commit message (Expand) | Author | Age | Files | Lines |
* | Fold Pipeline::Init() into Pipeline::Start(). | scherkus@chromium.org | 2012-01-30 | 1 | -7/+3 |
* | Revert 118546 because it caused PrerenderHTML5VideoNetwork to timeout on wind... | sadrul@chromium.org | 2012-01-21 | 3 | -42/+28 |
* | Fire canplaythrough as soon as download defers to fix autoplay | vrk@google.com | 2012-01-20 | 3 | -28/+42 |
* | Fold InitializeTask() into Initialize() as the method is called on the render... | scherkus@chromium.org | 2012-01-19 | 5 | -103/+61 |
* | Replace DataSourceFactory with explicitly initialized DataSources. | scherkus@chromium.org | 2012-01-19 | 16 | -397/+263 |
* | Rename webkit_media::VideoRendererImpl to webkit_media::SkCanvasVideoRenderer. | scherkus@chromium.org | 2012-01-19 | 5 | -41/+41 |
* | Fix incorrect comment about object ownership in WebMediaPlayerImpl::WebMediaP... | crogers@google.com | 2012-01-19 | 1 | -1/+0 |
* | Fold media::PipelineImpl into media::Pipeline as there is only one implementa... | scherkus@chromium.org | 2012-01-18 | 3 | -7/+7 |
* | buffers.cc: replaced global TimeDelta constants with fully-inlined functions. | fischman@chromium.org | 2012-01-18 | 3 | -4/+4 |
* | Remove ActiveLoader::Cancel(). | scherkus@chromium.org | 2012-01-13 | 4 | -12/+5 |
* | Refactor webkit_media::VideoRendererImpl into standalone class. | scherkus@chromium.org | 2012-01-13 | 8 | -282/+213 |
* | Remove Clone() from DataSourceFactory & DemuxerFactory since the methods aren... | acolwell@chromium.org | 2012-01-13 | 2 | -8/+0 |
* | Fold WebMediaPlayerImpl::Initialize() into the constructor. | scherkus@chromium.org | 2012-01-13 | 2 | -38/+19 |
* | Remove obsolete references to http://crbug.com/109026 | fischman@chromium.org | 2012-01-12 | 2 | -6/+1 |
* | Fixed HW video decode EOS/Flush-related bugs. | fischman@chromium.org | 2012-01-12 | 1 | -9/+13 |
* | Remove --simple-data-source and convert WebMediaPlayerImpl::Initialize() to a... | scherkus@chromium.org | 2012-01-12 | 2 | -36/+20 |
* | Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}. | fischman@chromium.org | 2012-01-10 | 9 | -41/+43 |
* | Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNode (... | crogers@google.com | 2012-01-07 | 2 | -1/+18 |
* | Disable accelerated compositing for audio-only <video> tags. | fischman@chromium.org | 2012-01-06 | 1 | -1/+3 |
* | Revert 116643 - Integrate HTMLMediaElement with Web Audio API's MediaElementA... | msw@chromium.org | 2012-01-06 | 2 | -18/+1 |
* | Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNode | crogers@google.com | 2012-01-06 | 2 | -1/+18 |
* | Fix WebMediaPlayer-related linking errors for Android | peter@chromium.org | 2011-12-30 | 1 | -0/+2 |
* | Delete media::VideoFrame::planes() and ::planes_ since they can be derived fr... | fischman@chromium.org | 2011-12-29 | 2 | -4/+22 |
* | Set opaque on the WebMediaPlayerClient based on the decoder | danakj@chromium.org | 2011-12-23 | 7 | -6/+39 |
* | Replace subclass interface from VideoRendererBase with a single paint callback. | scherkus@chromium.org | 2011-12-22 | 2 | -23/+5 |
* | Clean up VideoRendererBase timing code (relanding). | scherkus@chromium.org | 2011-12-22 | 1 | -0/+2 |
* | Clean up painting and conversion functions inside webkit_media::VideoRenderer... | scherkus@chromium.org | 2011-12-21 | 4 | -208/+454 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-12-21 | 1 | -0/+1 |
* | Revert 115227 - Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-12-21 | 1 | -1/+0 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-12-20 | 1 | -0/+1 |
* | Revert effects of r110733 (again) for autoplay breakage. | vrk@chromium.org | 2011-12-16 | 1 | -2/+8 |
* | Removing DataSource from Filter hierarchy and refactoring FilterHost into Dem... | acolwell@chromium.org | 2011-12-16 | 8 | -23/+21 |
* | Fix header guard in webkit/media/web_data_source_factory.h | scherkus@chromium.org | 2011-12-14 | 1 | -3/+3 |
* | Remove reference counting from BufferedResourceLoader. | scherkus@chromium.org | 2011-12-14 | 7 | -40/+22 |
* | <video> decode in hardware! | fischman@chromium.org | 2011-12-13 | 3 | -9/+20 |
* | Revert 113895 - <video> decode in hardware! | fischman@chromium.org | 2011-12-10 | 3 | -20/+9 |
* | <video> decode in hardware! | fischman@chromium.org | 2011-12-10 | 3 | -9/+20 |
* | Don't attempt to decode audio data for Android | peter@chromium.org | 2011-12-09 | 2 | -0/+23 |
* | Updating TODO bug number for BufferedDataSourceTest.Range_NotSupported. | scherkus@chromium.org | 2011-12-07 | 1 | -1/+1 |
* | Replace media::Limits struct with media::limits namespace and update document... | scherkus@chromium.org | 2011-12-07 | 2 | -8/+12 |
* | Update these includes to use the new header locations | abarth@chromium.org | 2011-12-03 | 12 | -30/+30 |
* | Split a portion of BufferedResourceLoader into a separate class ActiveLoader. | scherkus@chromium.org | 2011-12-02 | 7 | -131/+188 |
* | Update media-related OWNERS. | scherkus@chromium.org | 2011-12-02 | 1 | -0/+9 |
* | Fire CanPlayThrough immediately for local and streaming media files | vrk@google.com | 2011-12-01 | 6 | -45/+23 |
* | Finish the base::Bind migration for webkit/media. | fischman@chromium.org | 2011-12-01 | 5 | -57/+59 |
* | Revert effects of r110733 because of silent WebRTC breakage | vrk@chromium.org | 2011-11-30 | 1 | -2/+8 |
* | Rewrite BufferedDataSource tests to use real BufferedResourceLoader objects. | scherkus@chromium.org | 2011-11-29 | 5 | -607/+416 |
* | Remove IsProtocolSupportedForMedia. | piman@chromium.org | 2011-11-22 | 3 | -14/+1 |
* | Remove --enable-video-logging and WebVideoRenderer. | scherkus@chromium.org | 2011-11-18 | 8 | -103/+32 |
* | Fix test_shell_test breakage due to missing SetBufferedBytes expectation | vrk@google.com | 2011-11-18 | 1 | -6/+6 |