summaryrefslogtreecommitdiffstats
path: root/media/tools/player_x11
Commit message (Expand)AuthorAgeFilesLines
* Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-162-3/+4
* Migrate Pipeline & PipelineImpl to PipelineStatusCB.acolwell@chromium.org2011-08-091-4/+7
* Log PipelineImpl events to MediaLog.scottfr@chromium.org2011-08-091-1/+2
* Replace VideoDecoder::media_format() with significantly simpler width()/heigh...scherkus@chromium.org2011-07-202-26/+45
* Remove Gles2VideoRenderer from player_x11 and make X11 vs GL rendering a run-...scherkus@chromium.org2011-07-197-701/+52
* Remove app from a bunch of DEPS files.tfarina@chromium.org2011-06-301-4/+0
* Removing defunct OpenMAX code (round 2).scherkus@chromium.org2011-06-281-20/+3
* Revert 87790 - Removing defunct OpenMAX code.scherkus@chromium.org2011-06-031-3/+20
* Removing defunct OpenMAX code.scherkus@chromium.org2011-06-031-20/+3
* Initialize stderr logging for player_x11 so we can use --v=N.scherkus@chromium.org2011-03-301-0/+7
* AdaptiveDemuxer{,Factory,Stream} are born!fischman@chromium.org2011-03-291-2/+5
* Refactor: Move app/gfx/gl ==> ui/gfx/glbacker@chromium.org2011-03-282-3/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-284-7/+7
* PipelineError is dead. Long live PipelineStatus!fischman@chromium.org2011-03-161-20/+25
* DemuxerFactory is born!fischman@chromium.org2011-03-141-5/+5
* Refactoring code to use factories to create DataSource objects.acolwell@chromium.org2011-03-141-2/+2
* Remove the silly notion of MIME types from media code.scherkus@chromium.org2011-03-091-2/+2
* 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