summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webmediaplayer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-4/+4
* Remove MessageLoop methods from Filter interface toacolwell@chromium.org2011-01-151-9/+15
* Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.acolwell@chromium.org2011-01-051-0/+2
* Revert 70277 - Revert 70275 - Revert 70267 - Refactor PipelineImpl to use Com...acolwell@chromium.org2010-12-291-2/+0
* Revert 70275 - Revert 70267 - Refactor PipelineImpl to use CompositeFilter to...acolwell@chromium.org2010-12-291-0/+2
* Revert 70267 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...acolwell@chromium.org2010-12-291-2/+0
* Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.acolwell@chromium.org2010-12-291-0/+2
* Revert 70063 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...acolwell@chromium.org2010-12-231-2/+0
* Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.acolwell@chromium.org2010-12-231-0/+2
* Revert 69959 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...acolwell@chromium.org2010-12-221-2/+0
* Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.acolwell@chromium.org2010-12-221-0/+2
* Fix black video frames when seeking (which also fixes flashing poster issue).scherkus@chromium.org2010-12-221-6/+5
* 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