summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webmediaplayer_delegate_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactor media player to move away from webkit_gluehclam@chromium.org2009-05-071-384/+0
* Add --simple-data-source which uses simplified media resource loading.scherkus@chromium.org2009-05-061-9/+17
* Revert "Enable video in posix builds and remove unneeded ifdefs to guard wind...ajwong@chromium.org2009-05-011-0/+6
* Enable video in posix builds and remove unneeded ifdefs to guard windows.ajwong@chromium.org2009-05-011-6/+0
* Buffered data source that does range request to provide data to media pipelinehclam@chromium.org2009-04-291-1/+2
* Finished implementing seeking in WebMediaPlayerDelegateImpl.scherkus@chromium.org2009-04-291-4/+16
* Adds --no-audio, which replaces the audio IPC layer with a mock audio device.scherkus@chromium.org2009-04-271-5/+13
* Fixes bug in WebMediaPlayerDelegateImpl::Seek() where we (wrongly) assumed ti...scherkus@chromium.org2009-04-211-3/+3
* Refactor DataSourceImpl to get rid of using ReleaseRendererResource for cleanuphclam@chromium.org2009-04-171-26/+3
* Handles audio messages on IO thread in render processhclam@chromium.org2009-04-161-14/+2
* Switch to using WebPoint, WebRect, and WebSize in more of the gluedarin@chromium.org2009-04-091-4/+10
* Reverting dfisher changes 133386 and 13381cpu@google.com2009-04-081-10/+4
* Switch to using WebPoint, WebRect, and WebSize in more of the gluedarin@chromium.org2009-04-081-4/+10
* FFmpeg video decoder glue codehclam@chromium.org2009-04-021-0/+2
* Re-enabling ENABLE_VIDEO since and made appropriate changes due toWebKit merg...hclam@chromium.org2009-03-311-4/+4
* FFmpeg Audio decoder glue codehclam@chromium.org2009-03-301-0/+2
* Fixed a lot threading issues during tear down of <video>hclam@chromium.org2009-03-271-21/+25
* Uses FFmpeg in chrome/rendererhclam@chromium.org2009-03-191-0/+8
* Fix a bug in WebMediaPlayerDelegateImpl that stalls video playbackhclam@chromium.org2009-03-171-8/+8
* Revert tree bustage cause by r11904.hclam@chromium.org2009-03-171-7/+8
* andrew's patchhclam@chromium.org2009-03-171-8/+7
* Load media resource with file handle for media playbackhclam@chromium.org2009-03-171-3/+20
* Implemented AudioRendererImpl in renderer process using APIhclam@chromium.org2009-03-101-4/+13
* WebKit merge 41447:41498ericroman@google.com2009-03-071-2/+3
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-3/+3
* Implementation of data source for media playerhclam@chromium.org2009-02-241-2/+2
* Merged with latest media pipeline and cleaned up some style stuff.hclam@chromium.org2009-02-031-59/+265
* Checking in stubbed out ChromeMediaPlayer filter implementations.scherkus@chromium.org2009-01-261-0/+12
* Add resource loading glue code for WebMediaPlayerDelegatehclam@chromium.org2009-01-171-1/+24
* Bridge out media player from MediaPlayerPrivate.hclam@chromium.org2008-12-181-0/+100