| Commit message (Expand) | Author | Age | Files | Lines |
* | Move audio decoder initialization to AudioRendererImpl. | xhwang@chromium.org | 2012-10-18 | 1 | -1/+1 |
* | Combine audio decoding and video decoding onto a single thread. | scherkus@chromium.org | 2012-09-06 | 1 | -2/+2 |
* | Allow transitioning to HAVE_METADATA before pipeline initialization completes. | acolwell@chromium.org | 2012-08-17 | 1 | -1/+3 |
* | Use enum instead of string in MessageLoopFactory::GetMessageLoop* | xhwang@chromium.org | 2012-08-12 | 1 | -4/+4 |
* | Move VideoDecoder initialization into VideoRendererBase to simplify implement... | acolwell@chromium.org | 2012-08-10 | 1 | -1/+1 |
* | Remove WebMediaPlayerProxy::video_decoder_ & FFmpegVideoDecoder::set_decryptor. | acolwell@chromium.org | 2012-08-07 | 1 | -1/+2 |
* | Remove VideoDecoder::natural_size() & added VideoFrame::natural_size(). | acolwell@chromium.org | 2012-08-02 | 2 | -6/+7 |
* | Remove use of PipelineStatus from BufferedDataSource and FileDataSource. | scherkus@chromium.org | 2012-07-23 | 1 | -1/+1 |
* | Add status parameter to DemuxerStream::ReadCB | acolwell@chromium.org | 2012-07-17 | 1 | -2/+6 |
* | Replace Pipeline::SetNetworkActivity() with BufferedDataSource -> WebMediaPla... | fischman@chromium.org | 2012-06-12 | 1 | -2/+1 |
* | RefCounted types should not have public destructors, Linux fixes | rsleevi@chromium.org | 2012-05-18 | 2 | -3/+5 |
* | ui: Move gl/ directory out of gfx/, up to ui/. | tfarina@chromium.org | 2012-05-12 | 2 | -3/+3 |
* | 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 | 1 | -2/+2 |
* | Revert 130180 - Move media/audio files into media namespace | vrk@google.com | 2012-04-02 | 1 | -2/+2 |
* | Move media/audio files into media namespace | vrk@google.com | 2012-04-02 | 1 | -2/+2 |
* | Remove DemuxerFactory and URL parameter from Pipeline. | scherkus@chromium.org | 2012-04-02 | 1 | -4/+4 |
* | Move DataSource::SetPreload() to BufferedDataSource. | scherkus@chromium.org | 2012-03-31 | 2 | -6/+0 |
* | Don't report errors twice to pipeline clients. | fischman@chromium.org | 2012-03-27 | 1 | -19/+3 |
* | Replace size_t with int in a few media classes. | scherkus@chromium.org | 2012-03-27 | 2 | -4/+4 |
* | Add frame hashing to PipelineIntegrationTests. | dalecurtis@chromium.org | 2012-03-17 | 1 | -1/+2 |
* | Create video and audio decoder threads on demand. | tommi@chromium.org | 2012-03-11 | 1 | -2/+6 |
* | Rename StatisticsCallback to StatisticsCB and DataSource::ReadCallback to Rea... | xhwang@chromium.org | 2012-03-10 | 2 | -5/+5 |
* | Replace use of XKeycodeToKeysym() with XkbKeycodeToKeysym() in player_x11. | scherkus@chromium.org | 2012-03-08 | 1 | -2/+2 |
* | Fold media::MessageLoopFactoryImpl into media::MessageLoopFactory. | scherkus@chromium.org | 2012-03-06 | 1 | -2/+2 |
* | Convert uses of int ms to TimeDelta in media. | tedvessenes@gmail.com | 2012-03-05 | 1 | -3/+7 |
* | Make AudioManager non-refcounted. | tommi@chromium.org | 2012-02-15 | 1 | -2/+2 |
* | Add DataSource logging to player_x11. | scherkus@chromium.org | 2012-02-15 | 3 | -30/+144 |
* | Remove "high"-latency audio code path | vrk@chromium.org | 2012-02-03 | 1 | -8/+3 |
* | 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 |