summaryrefslogtreecommitdiffstats
path: root/media/tools/player_x11
Commit message (Expand)AuthorAgeFilesLines
* Reworked player_x11:scherkus@chromium.org2011-02-042-0/+9
* Remove MessageLoop methods from Filter interface toacolwell@chromium.org2011-01-152-6/+21
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-1/+2
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Ugh, one more scoped_refptr NewRunnableMethod.willchan@chromium.org2010-12-151-1/+1
* Last few NewRunnableMethod scoped_refptr params to fix.willchan@chromium.org2010-12-151-1/+1
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-12-072-5/+5
* Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...scherkus@chromium.org2010-12-031-2/+3
* Revert 67293 BrowserTestCanLaunchWithOSMesa was consistently failing - Initia...andybons@chromium.org2010-11-242-5/+5
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-11-242-5/+5
* FBTF: Remove unneeded headers from base/ (part 9)thestig@chromium.org2010-11-203-5/+5
* Move FilterType into MediaFilterCollectionacolwell@chromium.org2010-11-151-8/+10
* Revert 66125 -- Broke Windows build - Move FilterType into MediaFilterCollectionlevin@chromium.org2010-11-151-10/+8
* Move FilterType into MediaFilterCollectionacolwell@chromium.org2010-11-151-8/+10
* Move MediaFilterCollection code into a class.scherkus@chromium.org2010-11-031-10/+11
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-237-69/+12
* [media] inject VDC to decoder.jiesun@google.com2010-10-131-2/+11
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-231-0/+1
* Clean up texture types in VideoFramehclam@chromium.org2010-09-091-3/+2
* media: recycle buffers/direct rendering etc. (third patch)jiesun@google.com2010-09-021-1/+1
* media: preparation for recycle buffer.jiesun@google.com2010-07-221-2/+9
* Reverting 53348...bradnelson@google.com2010-07-221-9/+2
* media: preparation for recycle buffer.jiesun@google.com2010-07-221-2/+9
* media: refactoring video_render_base to recycle buffersjiesun@google.com2010-07-144-5/+18
* move quit of paint message_loop into callback of pipeline stop to guarantee m...wjia@google.com2010-06-281-13/+10
* 1. remove initial rendering lag time for egl image decoding pathwjia@google.com2010-06-247-56/+77
* move DEPS of app into player_x11wjia@google.com2010-06-241-0/+4
* code cleanup for media code for video renerers.jiesun@google.com2010-06-236-60/+27
* fix broken gl rendererwjia@google.com2010-06-232-27/+4
* add play controljiesun@google.com2010-06-161-17/+60
* 1. support stop mode for omxwjia@google.com2010-06-151-3/+9
* 1. make omx engine the driving force to read bit streamwjia@google.com2010-06-101-1/+1
* revert cl 49121 since the way of using glEglImageTargetTexture2DOES is undefi...wjia@google.com2010-06-092-23/+24
* change X/GL thread to message loop for injecting taskjiesun@google.com2010-06-097-82/+82
* use glEGLImageTargetTexture2DOES instead of FindTexture()jiesun@google.com2010-06-072-24/+23
* add support of OpenMAX EGL image decodingwjia@google.com2010-06-072-56/+198
* some vendor's compiler had issues about the constant variable.jiesun@google.com2010-06-021-2/+5
* Adding support for playing audio only also files through player_x11 applicati...scherkus@chromium.org2010-06-021-3/+10
* make opengles 2.0 worksjiesun@google.com2010-06-011-1/+3
* Add EGLImage as one media type different than regular uncompressed video buffer.scherkus@chromium.org2010-05-056-6/+15
* code fix for video framejiesun@google.com2010-04-162-72/+63
* Merged VideoSurface, VideoFrame and VideoFrameImpl in VideoFrame.scherkus@chromium.org2010-03-231-26/+21
* Fix license headers in X11/GL/GLES video renderers.scherkus@chromium.org2010-03-033-9/+9
* Fixing some subtle issues with player_x11 and GL/GLES video renderers.scherkus@chromium.org2010-03-035-58/+56
* Generate stubs for OpenMAX ILhclam@chromium.org2010-03-021-0/+8
* Some fixes to player_x11 when OpenMAX is enabledhclam@chromium.org2010-02-201-1/+0
* gles2: fix stride supportpiman@chromium.org2010-02-171-3/+26
* Fix player_x11 so it works properly with GLEShclam@chromium.org2010-02-132-68/+85
* Implement GLES video renderer in player_x11hclam@chromium.org2010-02-127-313/+873
* Use OpenMAX for video decoding in the media pipelinehclam@chromium.org2010-01-231-5/+10