summaryrefslogtreecommitdiffstats
path: root/media/tools/player_x11
Commit message (Expand)AuthorAgeFilesLines
* Move audio decoder initialization to AudioRendererImpl.xhwang@chromium.org2012-10-181-1/+1
* Combine audio decoding and video decoding onto a single thread.scherkus@chromium.org2012-09-061-2/+2
* Allow transitioning to HAVE_METADATA before pipeline initialization completes.acolwell@chromium.org2012-08-171-1/+3
* Use enum instead of string in MessageLoopFactory::GetMessageLoop*xhwang@chromium.org2012-08-121-4/+4
* Move VideoDecoder initialization into VideoRendererBase to simplify implement...acolwell@chromium.org2012-08-101-1/+1
* Remove WebMediaPlayerProxy::video_decoder_ & FFmpegVideoDecoder::set_decryptor.acolwell@chromium.org2012-08-071-1/+2
* Remove VideoDecoder::natural_size() & added VideoFrame::natural_size().acolwell@chromium.org2012-08-022-6/+7
* Remove use of PipelineStatus from BufferedDataSource and FileDataSource.scherkus@chromium.org2012-07-231-1/+1
* Add status parameter to DemuxerStream::ReadCBacolwell@chromium.org2012-07-171-2/+6
* Replace Pipeline::SetNetworkActivity() with BufferedDataSource -> WebMediaPla...fischman@chromium.org2012-06-121-2/+1
* RefCounted types should not have public destructors, Linux fixesrsleevi@chromium.org2012-05-182-3/+5
* ui: Move gl/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-122-3/+3
* Reland r136679, reverted in r136753: Delete MockDataSource, remove IsLocalSou...fischman@chromium.org2012-05-121-2/+1
* Revert 136679 - Delete MockDataSource, remove IsLocalSource & IsSeekable from...tkent@chromium.org2012-05-121-1/+2
* Delete MockDataSource, remove IsLocalSource & IsSeekable from Demuxer/Pipeline.fischman@chromium.org2012-05-111-2/+1
* Rename AudioRendererBase and AudioRendererAlgorithmBasevrk@chromium.org2012-04-091-2/+2
* Merge AudioRendererImpl and AudioRendererBase; add NullAudioSinkvrk@chromium.org2012-04-061-2/+4
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-031-2/+2
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-021-2/+2
* Move media/audio files into media namespacevrk@google.com2012-04-021-2/+2
* Remove DemuxerFactory and URL parameter from Pipeline.scherkus@chromium.org2012-04-021-4/+4
* Move DataSource::SetPreload() to BufferedDataSource.scherkus@chromium.org2012-03-312-6/+0
* Don't report errors twice to pipeline clients.fischman@chromium.org2012-03-271-19/+3
* Replace size_t with int in a few media classes.scherkus@chromium.org2012-03-272-4/+4
* Add frame hashing to PipelineIntegrationTests.dalecurtis@chromium.org2012-03-171-1/+2
* Create video and audio decoder threads on demand.tommi@chromium.org2012-03-111-2/+6
* Rename StatisticsCallback to StatisticsCB and DataSource::ReadCallback to Rea...xhwang@chromium.org2012-03-102-5/+5
* Replace use of XKeycodeToKeysym() with XkbKeycodeToKeysym() in player_x11.scherkus@chromium.org2012-03-081-2/+2
* Fold media::MessageLoopFactoryImpl into media::MessageLoopFactory.scherkus@chromium.org2012-03-061-2/+2
* Convert uses of int ms to TimeDelta in media.tedvessenes@gmail.com2012-03-051-3/+7
* Make AudioManager non-refcounted.tommi@chromium.org2012-02-151-2/+2
* Add DataSource logging to player_x11.scherkus@chromium.org2012-02-153-30/+144
* Remove "high"-latency audio code pathvrk@chromium.org2012-02-031-8/+3
* 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