summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/media/data_source_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove DataSourceImpl from chrome/renderer/mediahclam@chromium.org2009-05-281-342/+0
* Finished implementing seeking in WebMediaPlayerDelegateImpl.scherkus@chromium.org2009-04-291-0/+2
* Refactor DataSourceImpl to get rid of using ReleaseRendererResource for cleanuphclam@chromium.org2009-04-171-78/+101
* Revert 12739, 12740, and 12741 because we're going to fix Issue 7448 purely i...abarth@chromium.org2009-04-081-1/+0
* Adds new messages and widens some existing messages between the renderer and ...michaeln@google.com2009-04-071-0/+5
* Detach media filters from WebMediaPlayerDelegateImplhclam@chromium.org2009-04-061-0/+3
* Enable streaming in ffmpeg based on data sourcemedia::DataSource interface ha...hclam@chromium.org2009-03-301-0/+6
* Add the ability to specify a default MIME type when loading a resource. We'l...abarth@chromium.org2009-03-281-0/+1
* Fixed a lot threading issues during tear down of <video>hclam@chromium.org2009-03-271-42/+32
* Lots of files touched for a very simple change. Everywhere we used a const M...scherkus@chromium.org2009-03-261-8/+8
* SSLPolicy Fix: Step 3.abarth@chromium.org2009-03-171-1/+2
* Load media resource with file handle for media playbackhclam@chromium.org2009-03-171-23/+107
* Pipeline_Impl was modified to properly render a stream that has video but no ...ralphl@chromium.org2009-03-061-3/+1
* Changed several references from "char" to "uint8" which is the appropriate de...ralphl@chromium.org2009-03-041-13/+15
* Fix missing include in r10237hclam@chromium.org2009-02-241-0/+1
* Fix the build due to r10237hclam@chromium.org2009-02-241-1/+2
* Implementation of data source for media playerhclam@chromium.org2009-02-241-27/+194
* Merged with latest media pipeline and cleaned up some style stuff.hclam@chromium.org2009-02-031-1/+8
* Checking in stubbed out ChromeMediaPlayer filter implementations.scherkus@chromium.org2009-01-261-0/+52