summaryrefslogtreecommitdiffstats
path: root/media/tools/player_x11/gl_video_renderer.cc
Commit message (Expand)AuthorAgeFilesLines
* ui: Move gl/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-121-2/+2
* Delete media::VideoFrame::planes() and ::planes_ since they can be derived fr...fischman@chromium.org2011-12-291-8/+6
* Replace subclass interface from VideoRendererBase with a single paint callback.scherkus@chromium.org2011-12-221-69/+46
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-6/+5
* Reland r101418: Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-191-1/+2
* Revert 101418 - Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-161-2/+1
* Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-161-1/+2
* Replace VideoDecoder::media_format() with significantly simpler width()/heigh...scherkus@chromium.org2011-07-201-1/+1
* Remove Gles2VideoRenderer from player_x11 and make X11 vs GL rendering a run-...scherkus@chromium.org2011-07-191-14/+9
* Refactor: Move app/gfx/gl ==> ui/gfx/glbacker@chromium.org2011-03-281-2/+2
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-12-071-3/+3
* Revert 67293 BrowserTestCanLaunchWithOSMesa was consistently failing - Initia...andybons@chromium.org2010-11-241-3/+3
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-11-241-3/+3
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-231-6/+0
* media: refactoring video_render_base to recycle buffersjiesun@google.com2010-07-141-1/+5
* 1. remove initial rendering lag time for egl image decoding pathwjia@google.com2010-06-241-3/+8
* code cleanup for media code for video renerers.jiesun@google.com2010-06-231-9/+2
* fix broken gl rendererwjia@google.com2010-06-231-24/+3
* change X/GL thread to message loop for injecting taskjiesun@google.com2010-06-091-15/+6
* Add EGLImage as one media type different than regular uncompressed video buffer.scherkus@chromium.org2010-05-051-2/+4
* code fix for video framejiesun@google.com2010-04-161-27/+22
* Fixing some subtle issues with player_x11 and GL/GLES video renderers.scherkus@chromium.org2010-03-031-23/+26
* Implement GLES video renderer in player_x11hclam@chromium.org2010-02-121-0/+313