| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove use of PipelineStatus from BufferedDataSource and FileDataSource. | scherkus@chromium.org | 2012-07-23 | 1 | -1/+1 |
* | Move VideoRenderer out of Filter heirarchy. | scherkus@chromium.org | 2012-07-23 | 1 | -1/+1 |
* | Replace Pipeline::SetNetworkActivity() with BufferedDataSource -> WebMediaPla... | fischman@chromium.org | 2012-06-12 | 1 | -1/+0 |
* | Reland r136679, reverted in r136753: Delete MockDataSource, remove IsLocalSou... | fischman@chromium.org | 2012-05-12 | 1 | -2/+1 |
* | Revert 136679 - Delete MockDataSource, remove IsLocalSource & IsSeekable from... | tkent@chromium.org | 2012-05-12 | 1 | -1/+2 |
* | Delete MockDataSource, remove IsLocalSource & IsSeekable from Demuxer/Pipeline. | fischman@chromium.org | 2012-05-11 | 1 | -2/+1 |
* | Rename AudioRendererBase and AudioRendererAlgorithmBase | vrk@chromium.org | 2012-04-09 | 1 | -2/+2 |
* | Merge AudioRendererImpl and AudioRendererBase; add NullAudioSink | vrk@chromium.org | 2012-04-06 | 1 | -2/+4 |
* | Move media/audio files into media namespace (relanding) | vrk@google.com | 2012-04-03 | 2 | -8/+1 |
* | Revert 130180 - Move media/audio files into media namespace | vrk@google.com | 2012-04-02 | 2 | -1/+8 |
* | Move media/audio files into media namespace | vrk@google.com | 2012-04-02 | 2 | -8/+1 |
* | Remove DemuxerFactory and URL parameter from Pipeline. | scherkus@chromium.org | 2012-04-02 | 1 | -5/+4 |
* | Don't report errors twice to pipeline clients. | fischman@chromium.org | 2012-03-27 | 1 | -1/+1 |
* | Add frame hashing to PipelineIntegrationTests. | dalecurtis@chromium.org | 2012-03-17 | 1 | -5/+5 |
* | Create video and audio decoder threads on demand. | tommi@chromium.org | 2012-03-11 | 1 | -2/+7 |
* | Fold media::MessageLoopFactoryImpl into media::MessageLoopFactory. | scherkus@chromium.org | 2012-03-06 | 1 | -2/+2 |
* | Make AudioManager non-refcounted. | tommi@chromium.org | 2012-02-15 | 1 | -1/+1 |
* | Remove "high"-latency audio code path | vrk@chromium.org | 2012-02-03 | 1 | -10/+3 |
* | Fold Pipeline::Init() into Pipeline::Start(). | scherkus@chromium.org | 2012-01-30 | 1 | -1/+7 |
* | Replace DataSourceFactory with explicitly initialized DataSources. | scherkus@chromium.org | 2012-01-19 | 1 | -8/+13 |
* | Fold media::PipelineImpl into media::Pipeline as there is only one implementa... | scherkus@chromium.org | 2012-01-18 | 3 | -8/+8 |
* | Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}. | fischman@chromium.org | 2012-01-10 | 1 | -4/+6 |
* | Set opaque on the WebMediaPlayerClient based on the decoder | danakj@chromium.org | 2011-12-23 | 1 | -1/+6 |
* | Replace subclass interface from VideoRendererBase with a single paint callback. | scherkus@chromium.org | 2011-12-22 | 5 | -71/+22 |
* | Remove the AudioManager singleton. | tommi@chromium.org | 2011-12-12 | 2 | -3/+8 |
* | Remove media::VideoDecodeContext as it has no implementation and is unused. | scherkus@chromium.org | 2011-10-28 | 1 | -1/+1 |
* | Rename media::AudioRendererImpl to media::ReferenceAudioRendererImpl. | fischman@chromium.org | 2011-10-07 | 2 | -4/+3 |
* | Convert all of media/ over to the new base::{Bind,Callback} hotness. | fischman@chromium.org | 2011-09-29 | 2 | -6/+4 |
* | Remove AdaptiveDemuxer since it's been replaced with ChunkingDemuxer. | fischman@chromium.org | 2011-09-29 | 1 | -4/+2 |
* | Reland r101418: Fix aspect ratio and clarify video frame dimensions | vrk@google.com | 2011-09-19 | 1 | -1/+2 |
* | Revert 101418 - Fix aspect ratio and clarify video frame dimensions | vrk@google.com | 2011-09-16 | 1 | -2/+1 |
* | Fix aspect ratio and clarify video frame dimensions | vrk@google.com | 2011-09-16 | 1 | -1/+2 |
* | One-liner fix for player_wtl. | scherkus@chromium.org | 2011-09-07 | 1 | -1/+0 |
* | Migrate Pipeline & PipelineImpl to PipelineStatusCB. | acolwell@chromium.org | 2011-08-09 | 1 | -2/+2 |
* | 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 | -16/+7 |
* | Removing CreateFrameExternal(), CreateFrameGl(), and SurfaceType from VideoFr... | scherkus@chromium.org | 2011-07-20 | 1 | -4/+3 |
* | Fix media code to use initializer-list style for inheritance. | scherkus@chromium.org | 2011-07-18 | 2 | -13/+16 |
* | Rename CommandLine::GetArgs(), update callers. | msw@chromium.org | 2011-07-13 | 1 | -2/+2 |
* | Updating logging in src/media/. Using DCHECK_EQ/NE/LE() where possible. | kushi.p@gmail.com | 2011-04-29 | 1 | -2/+2 |
* | AdaptiveDemuxer{,Factory,Stream} are born! | fischman@chromium.org | 2011-03-29 | 1 | -2/+4 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 2 | -4/+4 |
* | PipelineError is dead. Long live PipelineStatus! | fischman@chromium.org | 2011-03-16 | 1 | -8/+7 |
* | DemuxerFactory is born! | fischman@chromium.org | 2011-03-14 | 1 | -8/+8 |
* | Refactoring code to use factories to create DataSource objects. | acolwell@chromium.org | 2011-03-14 | 1 | -4/+4 |
* | Remove MessageLoop methods from Filter interface to | acolwell@chromium.org | 2011-01-15 | 3 | -10/+16 |
* | 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 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-14 | 7 | -40/+50 |
* | Revert 68932 - Make members of Singleton<T> private and only visible to the s... | satish@chromium.org | 2010-12-11 | 7 | -50/+40 |