summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webmediaplayer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a saved copy of the time when pausing media elements.scherkus@chromium.org2009-10-231-0/+4
* Cleanup in webkit/glue to remove some dependencies.darin@chromium.org2009-10-221-2/+0
* Do not lower our ready state if the media resource is completely loaded.scherkus@chromium.org2009-10-221-1/+5
* Implemented WebMediaPlayerImpl::hasSingleSecurityOrigin().scherkus@chromium.org2009-10-211-2/+4
* Fix build bustage of 29235hclam@chromium.org2009-10-161-1/+1
* Report stalled event correctly for <video>hclam@chromium.org2009-10-161-2/+26
* Use WebKit::WebVector instead of std::vector in WebKit::WebMediaPlayerhclam@chromium.org2009-10-091-4/+5
* Reimplement video painting for mac using CGContext.ajwong@chromium.org2009-09-211-2/+35
* Buffered time ranges for <video>hclam@chromium.org2009-09-101-3/+9
* Fix for audio/video not firing ended if you change src and call load().scherkus@chromium.org2009-08-251-0/+4
* Fixes bug where changing the src of an audio/video element would stop firing ...scherkus@chromium.org2009-08-251-8/+6
* Correct network state and ready state reporting.ajwong@chromium.org2009-08-211-2/+11
* Reverting r24002 due to test_shell_tests rednessajwong@chromium.org2009-08-211-11/+2
* Correct network state and ready state reporting.ajwong@chromium.org2009-08-211-2/+11
* 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