summaryrefslogtreecommitdiffstats
path: root/webkit/glue/media/video_renderer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-231-22/+7
* Convert LOG(INFO) to VLOG(1) - webkit/.pkasting@chromium.org2010-10-191-4/+2
* FBTF: Fix more ctor/dtors found by clang plugin.erg@google.com2010-10-131-0/+2
* Adding way to pass video frames between Chromium and WebKitvrk@google.com2010-08-311-0/+10
* media: refactoring video_render_base to recycle buffersjiesun@google.com2010-07-141-4/+14
* Calling slow video renderer in case opacity is not 1.0.pranavk@chromium.org2010-07-021-0/+19
* 1. remove initial rendering lag time for egl image decoding pathwjia@google.com2010-06-241-1/+5
* code cleanup for media code for video renerers.jiesun@google.com2010-06-231-13/+3
* Add EGLImage as one media type different than regular uncompressed video buffer.scherkus@chromium.org2010-05-051-2/+5
* Optimized version of bilinear video scaler. It is about 2 times faster than S...sergeyu@chromium.org2010-04-091-18/+16
* Don't clear VideoRendererImpl's proxy_ variable during OnStop().scherkus@chromium.org2010-04-061-5/+1
* Bilinear video scaling enabled (using Skia).scherkus@chromium.org2010-04-021-15/+21
* Added --enable-video-logging, which will log the presentation timestamp of vi...scherkus@chromium.org2010-03-301-6/+20
* Merged VideoSurface, VideoFrame and VideoFrameImpl in VideoFrame.scherkus@chromium.org2010-03-231-126/+110
* Initial work for cross-process video rendering using layers.scherkus@chromium.org2010-02-261-0/+7
* Revert two changes that accidentally got in my last checkin.brettw@chromium.org2010-01-121-16/+0
* Working rudimentary audio in Pepper.brettw@chromium.org2010-01-121-0/+16
* Refactoring to introduce refcount to WebMediaPlayerImplhclam@chromium.org2009-07-071-6/+8
* Micro-refactor: added VideoRendererBase::OnStop().scherkus@chromium.org2009-06-261-5/+5
* Renamed media::VideoThread to the more appropriate media::VideoRendererBase.scherkus@chromium.org2009-06-221-1/+1
* Fixing a bug that <video> is not rendered if clipped/mirroredhclam@chromium.org2009-06-151-4/+13
* The following two layout tests were failed because ofhclam@chromium.org2009-06-111-4/+8
* Enable <video> in test_shellhclam@chromium.org2009-06-111-0/+275