summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webmediaplayer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Separate BufferedDataSource and BufferedResourceLoader into two files.annacc@chromium.org2010-12-161-1/+0
* Even more virtual method deinlining.erg@google.com2010-12-131-0/+8
* Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...scherkus@chromium.org2010-12-061-4/+3
* Revert 68094 - Refactoring BufferedDataSource to work with WebURLLoader inste...scherkus@chromium.org2010-12-031-3/+4
* Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...scherkus@chromium.org2010-12-031-1/+2
* Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...scherkus@chromium.org2010-12-021-4/+3
* Stopgap fix for crash in issue 53867 comment 15thakis@chromium.org2010-12-011-10/+18
* Move FilterType into MediaFilterCollectionacolwell@chromium.org2010-11-151-8/+8
* Revert 66125 -- Broke Windows build - Move FilterType into MediaFilterCollectionlevin@chromium.org2010-11-151-8/+8
* Move FilterType into MediaFilterCollectionacolwell@chromium.org2010-11-151-8/+8
* Refactor Pipeline & PipelineImpl so WebMediaPlayerImpl references a Pipeline ...acolwell@chromium.org2010-11-111-6/+8
* Move MediaFilterCollection code into a class.scherkus@chromium.org2010-11-031-14/+10
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-4/+8
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-6/+6
* Add HasSingleOrigin() to WebDataSource.scherkus@chromium.org2010-10-261-8/+15
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-231-27/+26
* Adding Abort() to DataSource to wake up hanging Read()vrk@google.com2010-10-221-4/+43
* [media] inject VDC to decoder.jiesun@google.com2010-10-131-1/+1
* Adding way to pass video frames between Chromium and WebKitvrk@google.com2010-08-311-0/+33
* Play WebM live streamhclam@chromium.org2010-08-041-1/+6
* Fixing bug where paused resource loading needs final repaintvrk@google.com2010-07-261-2/+8
* 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