summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webmediaplayer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Flag-enabled the experimental x-adaptive scheme with --enable-adaptive.fischman@chromium.org2011-03-301-0/+5
* Build a raw video pipeline for the <video> with a special src attribute (medi...acolwell@chromium.org2011-03-231-8/+17
* Revert 79149 - Build a raw video pipeline for the <video> with a special src ...acolwell@chromium.org2011-03-231-17/+8
* Build a raw video pipeline for the <video> with a special src attribute (medi...acolwell@chromium.org2011-03-231-8/+17
* Use PipelineStatusNotification instead of a condvar for pipeline stopping.fischman@chromium.org2011-03-171-9/+4
* PipelineError is dead. Long live PipelineStatus!fischman@chromium.org2011-03-161-37/+44
* DemuxerFactory is born!fischman@chromium.org2011-03-141-4/+5
* Refactoring code to use factories to create DataSource objects.acolwell@chromium.org2011-03-141-13/+26
* Remove the silly notion of MIME types from media code.scherkus@chromium.org2011-03-091-2/+2
* Rename media statistics APIs to match webkit renaming.sjl@chromium.org2011-02-251-4/+4
* Fix progress event not firing when load has completed.sjl@chromium.org2011-02-241-1/+5
* Allow WebMediaPlayerImpl to handle multiple DataSources.acolwell@chromium.org2011-02-161-10/+25
* Implement webkit media metrics in chromium.scherkus@chromium.org2011-02-161-0/+32
* Fix frame accurate seeking for the third time.scherkus@chromium.org2011-02-041-5/+21
* 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