summaryrefslogtreecommitdiffstats
path: root/media/tools/player_x11
Commit message (Expand)AuthorAgeFilesLines
* Fold Pipeline::Init() into Pipeline::Start().scherkus@chromium.org2012-01-301-1/+4
* Replace DataSourceFactory with explicitly initialized DataSources.scherkus@chromium.org2012-01-191-5/+10
* Fold media::PipelineImpl into media::Pipeline as there is only one implementa...scherkus@chromium.org2012-01-181-5/+5
* Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}.fischman@chromium.org2012-01-101-3/+4
* Fix invalid use of Base::Bind(,this) in ~ReferenceAudioRender.dalecurtis@chromium.org2012-01-063-12/+22
* Delete media::VideoFrame::planes() and ::planes_ since they can be derived fr...fischman@chromium.org2011-12-292-9/+6
* Set opaque on the WebMediaPlayerClient based on the decoderdanakj@chromium.org2011-12-231-2/+6
* Replace subclass interface from VideoRendererBase with a single paint callback.scherkus@chromium.org2011-12-225-183/+150
* Remove the AudioManager singleton.tommi@chromium.org2011-12-121-7/+18
* Removing MessageLoop::QuitTask() from media/dcheng@chromium.org2011-12-091-1/+1
* Add OVERRIDE to media/.avi@chromium.org2011-11-232-6/+8
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-211-2/+2
* Remove media::VideoDecodeContext as it has no implementation and is unused.scherkus@chromium.org2011-10-281-2/+1
* Rename media::AudioRendererImpl to media::ReferenceAudioRendererImpl.fischman@chromium.org2011-10-071-2/+2
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-295-23/+18
* Reland r101418: Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-192-3/+4
* Revert 101418 - Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-162-4/+3
* 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