summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webmediaplayer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Change WebCanvas to be a CGContext on Mac.darin@chromium.org2009-08-191-0/+5
* Finished implementation of hasAudio() to detect media without playback audio ...scherkus@chromium.org2009-08-181-0/+3
* Video plays on server without range requesthclam@chromium.org2009-08-181-3/+7
* Framework to display disabled mute button when audio fails.kylep@chromium.org2009-08-141-0/+6
* Add disabled play and mute icons for media player.kylep@chromium.org2009-08-141-0/+3
* Implemented end-of-stream callback for media::PipelineImpl.scherkus@chromium.org2009-08-121-2/+26
* Disallow setting the rate to values that would cause busy loops (< 1/16x) or ...kylep@chromium.org2009-08-111-0/+32
* Change to WebMediaPlayerImpl incorrectly translated some pipeline errors.kylep@chromium.org2009-07-311-7/+7
* Pipeline will execute a callback whenever an run-time error has happened.kylep@chromium.org2009-07-301-2/+51
* BufferedDataSource to support server without range request supporthclam@chromium.org2009-07-291-10/+25
* Revert "Pipeline will execute a callback whenever an run-time error has happe...scherkus@chromium.org2009-07-281-46/+0
* Pipeline will execute a callback whenever an run-time error has happened.kylep@chromium.org2009-07-281-0/+46
* Added reference counting to the Pipeline interface.scherkus@chromium.org2009-07-181-1/+1
* Renamed FilterHost::Error() and Pipeline::GetTime() to more appropriate names.scherkus@chromium.org2009-07-171-1/+1
* Begin implementation of the context menu for Video and Audio tags.ajwong@chromium.org2009-07-171-0/+10
* Removed the bool parameter from PipelineCallback and cleaned up WebMediaPlaye...scherkus@chromium.org2009-07-151-72/+53
* Fixed bug where playbackRate wasn't being respected.scherkus@chromium.org2009-07-141-4/+9
* Unreverting "Implemented injected message loops for PipelineImpl"scherkus@chromium.org2009-07-111-23/+31
* Revert "Implemented injected message loops for PipelineImpl."scherkus@chromium.org2009-07-101-31/+23
* Implemented injected message loops for PipelineImpl.scherkus@chromium.org2009-07-101-23/+31
* Refactoring to introduce refcount to WebMediaPlayerImplhclam@chromium.org2009-07-071-148/+218
* Refactorying to create the ResourceLoaderBridge through a factory class for <...hclam@chromium.org2009-06-251-10/+6
* Report load errors for <video> according to WebKit's hclam@chromium.org2009-06-171-7/+23
* Hack to enable video on mac by creating a blank PlatformContextMac to draw on.ajwong@chromium.org2009-06-161-4/+2
* Enable <video> in test_shellhclam@chromium.org2009-06-111-0/+348
* Refactor media player to move away from webkit_gluehclam@chromium.org2009-05-071-90/+0
* Re-enabling ENABLE_VIDEO since and made appropriate changes due toWebKit merg...hclam@chromium.org2009-03-311-0/+15
* Merged with latest media pipeline and cleaned up some style stuff.hclam@chromium.org2009-02-031-75/+13
* Add resource loading glue code for WebMediaPlayerDelegatehclam@chromium.org2009-01-171-0/+76
* Bridge out media player from MediaPlayerPrivate.hclam@chromium.org2008-12-181-0/+61