summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webmediaplayer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
...
* This is the last part of changing the buffered() function prototype: getting ...vrk@google.com2010-06-301-7/+0
* remove omx from win and mac build.jiesun@google.com2010-06-181-5/+0
* Fixed edgecase bugs for WebMediaPlayer buffered()vrk@google.com2010-06-121-2/+6
* Make MediaFilter::Stop() asynchronous.boliu@chromium.org2010-06-111-3/+10
* Change MediaFilter::Stop() to accept a callback so that Stop() is asynchronou...boliu@google.com2010-06-021-4/+0
* Reporting a more accurate buffered time for the video taghclam@chromium.org2010-05-251-0/+11
* Set the correct volume when media is loaded.scherkus@chromium.org2010-05-181-0/+3
* Issues with video loopinghclam@chromium.org2010-04-201-3/+3
* Don't forcibly set our network state to NETWORK_LOADING after media initializes.scherkus@chromium.org2010-04-021-3/+2
* Fix low quality scaling of <video> on machclam@chromium.org2010-03-031-5/+23
* Initial work for cross-process video rendering using layers.scherkus@chromium.org2010-02-261-4/+11
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Switches to enable OpenMAX for video decoding in Chromehclam@chromium.org2010-01-221-0/+7
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-3/+3
* Update the paused time when seeking while paused.scherkus@chromium.org2009-10-241-1/+15
* 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