| Commit message (Expand) | Author | Age | Files | Lines |
* | Fold Pipeline::Init() into Pipeline::Start(). | scherkus@chromium.org | 2012-01-30 | 1 | -1/+4 |
* | Replace DataSourceFactory with explicitly initialized DataSources. | scherkus@chromium.org | 2012-01-19 | 1 | -5/+10 |
* | Fold media::PipelineImpl into media::Pipeline as there is only one implementa... | scherkus@chromium.org | 2012-01-18 | 1 | -5/+5 |
* | Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}. | fischman@chromium.org | 2012-01-10 | 1 | -3/+4 |
* | Fix invalid use of Base::Bind(,this) in ~ReferenceAudioRender. | dalecurtis@chromium.org | 2012-01-06 | 3 | -12/+22 |
* | Delete media::VideoFrame::planes() and ::planes_ since they can be derived fr... | fischman@chromium.org | 2011-12-29 | 2 | -9/+6 |
* | Set opaque on the WebMediaPlayerClient based on the decoder | danakj@chromium.org | 2011-12-23 | 1 | -2/+6 |
* | Replace subclass interface from VideoRendererBase with a single paint callback. | scherkus@chromium.org | 2011-12-22 | 5 | -183/+150 |
* | Remove the AudioManager singleton. | tommi@chromium.org | 2011-12-12 | 1 | -7/+18 |
* | Removing MessageLoop::QuitTask() from media/ | dcheng@chromium.org | 2011-12-09 | 1 | -1/+1 |
* | Add OVERRIDE to media/. | avi@chromium.org | 2011-11-23 | 2 | -6/+8 |
* | Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,... | ajwong@chromium.org | 2011-11-21 | 1 | -2/+2 |
* | Remove media::VideoDecodeContext as it has no implementation and is unused. | scherkus@chromium.org | 2011-10-28 | 1 | -2/+1 |
* | Rename media::AudioRendererImpl to media::ReferenceAudioRendererImpl. | fischman@chromium.org | 2011-10-07 | 1 | -2/+2 |
* | Convert all of media/ over to the new base::{Bind,Callback} hotness. | fischman@chromium.org | 2011-09-29 | 5 | -23/+18 |
* | Reland r101418: Fix aspect ratio and clarify video frame dimensions | vrk@google.com | 2011-09-19 | 2 | -3/+4 |
* | Revert 101418 - Fix aspect ratio and clarify video frame dimensions | vrk@google.com | 2011-09-16 | 2 | -4/+3 |
* | Fix aspect ratio and clarify video frame dimensions | vrk@google.com | 2011-09-16 | 2 | -3/+4 |
* | Migrate Pipeline & PipelineImpl to PipelineStatusCB. | acolwell@chromium.org | 2011-08-09 | 1 | -4/+7 |
* | Log PipelineImpl events to MediaLog. | scottfr@chromium.org | 2011-08-09 | 1 | -1/+2 |
* | Replace VideoDecoder::media_format() with significantly simpler width()/heigh... | scherkus@chromium.org | 2011-07-20 | 2 | -26/+45 |
* | Remove Gles2VideoRenderer from player_x11 and make X11 vs GL rendering a run-... | scherkus@chromium.org | 2011-07-19 | 7 | -701/+52 |
* | Remove app from a bunch of DEPS files. | tfarina@chromium.org | 2011-06-30 | 1 | -4/+0 |
* | Removing defunct OpenMAX code (round 2). | scherkus@chromium.org | 2011-06-28 | 1 | -20/+3 |
* | Revert 87790 - Removing defunct OpenMAX code. | scherkus@chromium.org | 2011-06-03 | 1 | -3/+20 |
* | Removing defunct OpenMAX code. | scherkus@chromium.org | 2011-06-03 | 1 | -20/+3 |
* | Initialize stderr logging for player_x11 so we can use --v=N. | scherkus@chromium.org | 2011-03-30 | 1 | -0/+7 |
* | AdaptiveDemuxer{,Factory,Stream} are born! | fischman@chromium.org | 2011-03-29 | 1 | -2/+5 |
* | Refactor: Move app/gfx/gl ==> ui/gfx/gl | backer@chromium.org | 2011-03-28 | 2 | -3/+3 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 4 | -7/+7 |
* | PipelineError is dead. Long live PipelineStatus! | fischman@chromium.org | 2011-03-16 | 1 | -20/+25 |
* | DemuxerFactory is born! | fischman@chromium.org | 2011-03-14 | 1 | -5/+5 |
* | Refactoring code to use factories to create DataSource objects. | acolwell@chromium.org | 2011-03-14 | 1 | -2/+2 |
* | Remove the silly notion of MIME types from media code. | scherkus@chromium.org | 2011-03-09 | 1 | -2/+2 |
* | Reworked player_x11: | scherkus@chromium.org | 2011-02-04 | 2 | -0/+9 |
* | Remove MessageLoop methods from Filter interface to | acolwell@chromium.org | 2011-01-15 | 2 | -6/+21 |
* | Remove base/platform_thread.h stub and fix up all callers to use the new loca... | brettw@google.com | 2011-01-01 | 1 | -1/+2 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Ugh, one more scoped_refptr NewRunnableMethod. | willchan@chromium.org | 2010-12-15 | 1 | -1/+1 |
* | Last few NewRunnableMethod scoped_refptr params to fix. | willchan@chromium.org | 2010-12-15 | 1 | -1/+1 |
* | Initialize destinations variables before calling GL functions | gman@chromium.org | 2010-12-07 | 2 | -5/+5 |
* | Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ... | scherkus@chromium.org | 2010-12-03 | 1 | -2/+3 |
* | Revert 67293 BrowserTestCanLaunchWithOSMesa was consistently failing - Initia... | andybons@chromium.org | 2010-11-24 | 2 | -5/+5 |
* | Initialize destinations variables before calling GL functions | gman@chromium.org | 2010-11-24 | 2 | -5/+5 |
* | FBTF: Remove unneeded headers from base/ (part 9) | thestig@chromium.org | 2010-11-20 | 3 | -5/+5 |
* | Move FilterType into MediaFilterCollection | acolwell@chromium.org | 2010-11-15 | 1 | -8/+10 |
* | Revert 66125 -- Broke Windows build - Move FilterType into MediaFilterCollection | levin@chromium.org | 2010-11-15 | 1 | -10/+8 |
* | Move FilterType into MediaFilterCollection | acolwell@chromium.org | 2010-11-15 | 1 | -8/+10 |
* | Move MediaFilterCollection code into a class. | scherkus@chromium.org | 2010-11-03 | 1 | -10/+11 |
* | Terminate FilterFactory and his nasty friends | hclam@chromium.org | 2010-10-23 | 7 | -69/+12 |