summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webmediaplayer_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Eliminate skia::PlatformCanvas, a subclass of SkCanvas. Skia provides multipl...alokp@chromium.org2011-04-081-1/+1
* Implementing preload=metadata for videovrk@google.com2011-04-051-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Use PipelineStatusNotification instead of a condvar for pipeline stopping.fischman@chromium.org2011-03-171-7/+0
* PipelineError is dead. Long live PipelineStatus!fischman@chromium.org2011-03-161-17/+18
* Refactoring code to use factories to create DataSource objects.acolwell@chromium.org2011-03-141-3/+7
* Rename media statistics APIs to match webkit renaming.sjl@chromium.org2011-02-251-4/+4
* Allow WebMediaPlayerImpl to handle multiple DataSources.acolwell@chromium.org2011-02-161-3/+7
* Implement webkit media metrics in chromium.scherkus@chromium.org2011-02-161-0/+5
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-2/+2
* 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-2/+2
* Remove MessageLoop methods from Filter interface toacolwell@chromium.org2011-01-151-2/+5
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Fix black video frames when seeking (which also fixes flashing poster issue).scherkus@chromium.org2010-12-221-0/+1
* Even more virtual method deinlining.erg@google.com2010-12-131-6/+2
* Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...scherkus@chromium.org2010-12-061-2/+5
* Revert 68094 - Refactoring BufferedDataSource to work with WebURLLoader inste...scherkus@chromium.org2010-12-031-5/+2
* Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...scherkus@chromium.org2010-12-031-4/+4
* Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...scherkus@chromium.org2010-12-021-2/+5
* Stopgap fix for crash in issue 53867 comment 15thakis@chromium.org2010-12-011-5/+9
* Refactor Pipeline & PipelineImpl so WebMediaPlayerImpl references a Pipeline ...acolwell@chromium.org2010-11-111-2/+3
* Move MediaFilterCollection code into a class.scherkus@chromium.org2010-11-031-2/+2
* Add HasSingleOrigin() to WebDataSource.scherkus@chromium.org2010-10-261-4/+4
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-231-42/+13
* Adding Abort() to DataSource to wake up hanging Read()vrk@google.com2010-10-221-0/+7
* Adding way to pass video frames between Chromium and WebKitvrk@google.com2010-08-311-0/+5
* FBTF: Remove unnecessary STL #includes from src/webkit.viettrungluu@chromium.org2010-08-191-2/+0
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-0/+1
* Revert everything related to the relanding.erg@chromium.org2010-07-141-1/+0
* Reland r52336.erg@chromium.org2010-07-141-0/+1
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-1/+0
* More header cleanup:erg@chromium.org2010-07-141-0/+1
* This is the last part of changing the buffered() function prototype: getting ...vrk@google.com2010-06-301-4/+0
* Make MediaFilter::Stop() asynchronous.boliu@chromium.org2010-06-111-0/+8
* Reporting a more accurate buffered time for the video taghclam@chromium.org2010-05-251-0/+4
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-2/+2
* More dependency breaking. webkit shouldn't depend on chrome or ipc.tony@chromium.org2010-03-101-1/+0
* Initial work for cross-process video rendering using layers.scherkus@chromium.org2010-02-261-11/+43
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-2/+2
* Third patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-1/+4
* Use a saved copy of the time when pausing media elements.scherkus@chromium.org2009-10-231-0/+7
* Report stalled event correctly for <video>hclam@chromium.org2009-10-161-0/+6
* Reimplement video painting for mac using CGContext.ajwong@chromium.org2009-09-211-0/+4
* Buffered time ranges for <video>hclam@chromium.org2009-09-101-1/+4
* Finished implementation of hasAudio() to detect media without playback audio ...scherkus@chromium.org2009-08-181-1/+1
* Framework to display disabled mute button when audio fails.kylep@chromium.org2009-08-141-0/+1
* Implemented end-of-stream callback for media::PipelineImpl.scherkus@chromium.org2009-08-121-0/+6
* Pipeline will execute a callback whenever an run-time error has happened.kylep@chromium.org2009-07-301-0/+6