summaryrefslogtreecommitdiffstats
path: root/media/base/pipeline.cc
Commit message (Expand)AuthorAgeFilesLines
* Report PIPELINE_ERROR_DECODE when SourceState::Append fails.jiajia.qin2015-01-271-10/+12
* Don't touch the renderer without the lock!dalecurtis2015-01-261-0/+1
* Require Renderer::Initialize() to return a status code via callback.dalecurtis2015-01-231-2/+2
* Avoid double task trampoline for Pipeline state transitions.dalecurtis2015-01-211-12/+3
* Revert current time clamp on ended; clamp paused time instead.dalecurtis2015-01-091-11/+2
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-1/+1
* Ignore seek operations to the current time during pause state. This changesrirama.m2014-12-111-0/+16
* Media Pipeline: Fire seek callback after calling StartPlayingFrom().xhwang2014-12-011-2/+2
* Handle SetCdm() in media::Renderer.xhwang2014-11-251-0/+25
* Pass |paint_cb| through media::Renderer::Initialize().xhwang2014-11-131-2/+6
* media: Pass DemuxerStreamProvider in Renderer::Initialize().xhwang2014-10-031-0/+1
* Fix typo in Pipeline::PlaybackRateChangedTask().xhwang2014-09-231-1/+1
* Initialize media timeline correctly for positive start times.dalecurtis2014-09-161-2/+7
* Switch to using media::TimeSource inside media::RendererImpl.scherkus2014-09-091-2/+1
* Fix potential deadlock between Pipeline and VideoRendererImpl.scherkus2014-09-091-1/+5
* Protect access to Pipeline::renderer_ with a lock.scherkus2014-09-051-4/+9
* Replace init_cb in Renderer::Initialize() with base::Closure.xhwang2014-09-031-4/+3
* Make Demuxer::Stop() synchronous.xhwang2014-09-021-2/+2
* media: Remove FilterCollection.xhwang2014-08-291-41/+64
* Add UMA for droppedframes countprabhur2014-08-281-0/+4
* Avoid deadlock between Pipeline and RendererImpl.xhwang2014-08-281-3/+7
* media: Introduce Renderer interface and RendererImpl.xhwang2014-08-231-306/+52
* Pipeline: Invalidate weak pointers before returning stop callback.xhwang@chromium.org2014-08-081-0/+12
* Pipeline: Use WeakPtr for DemuxerHost Calls and Tasks.xhwang@chromium.org2014-08-061-20/+14
* Use WeakPtr in media Pipeline callbacks.xhwang@chromium.org2014-07-311-67/+81
* Pipeline: Handle the case where Seek() is called after error happened.xhwang@chromium.org2014-07-311-1/+1
* Fold TextRenderer::Stop() into the dtor.xhwang@chromium.org2014-07-241-11/+5
* Fold VideoRenderer::Stop() into the dtor.xhwang@chromium.org2014-07-231-6/+2
* Fold AudioRenderer::Stop() into the dtor.xhwang@chromium.org2014-07-221-6/+4
* Make media::AudioRenderer return a media::TimeSource.scherkus@chromium.org2014-07-221-14/+19
* Drop time from media::{Audio,Video}Renderer::StartPlayingFrom().scherkus@chromium.org2014-07-181-3/+5
* Remove media::VideoRenderer::SetPlaybackRate() (round 2).scherkus@chromium.org2014-07-141-2/+0
* Revert of Remove media::VideoRenderer::SetPlaybackRate(). (https://codereview...falken@chromium.org2014-07-141-0/+2
* Remove media::VideoRenderer::SetPlaybackRate().scherkus@chromium.org2014-07-121-2/+0
* Update to Pipeline Metadata and Decoder streamsuderman@chromium.org2014-07-101-0/+1
* Rename media::Clock to media::TimeDeltaInterpolator and update API.scherkus@chromium.org2014-07-101-31/+32
* Pipeline: Call clock_->SetTime() right before StartPlayingFrom().xhwang@chromium.org2014-07-091-12/+10
* Remove duration from media::Clock.scherkus@chromium.org2014-07-091-6/+6
* Set buffering state variable even when Pipeline underflow is disabled.scherkus@chromium.org2014-07-081-5/+6
* Fold Pipeline's initial prerolling state into the playing state.scherkus@chromium.org2014-07-081-32/+30
* Make TextRenderer::Play() a synchronous method.scherkus@chromium.org2014-07-031-22/+5
* Update VideoRenderer API to fire changes in BufferingState.scherkus@chromium.org2014-07-011-44/+4
* Update AudioRenderer API to fire changes in BufferingState (round 3).scherkus@chromium.org2014-06-261-41/+39
* Revert of Update AudioRenderer API to fire changes in BufferingState (round 2...glider@chromium.org2014-06-261-39/+41
* Update AudioRenderer API to fire changes in BufferingState (round 2).scherkus@chromium.org2014-06-261-41/+39
* Introduce buffering state change callback to Pipeline.scherkus@chromium.org2014-06-241-7/+9
* Removed Media.TimetoPipelineStarted histogram metrics as it was no longer pro...suderman@chromium.org2014-06-211-9/+1
* Fix seeking when the start time is non-zero.dalecurtis@chromium.org2014-06-181-5/+4
* Revert of Fix seeking when the start time is non-zero. (https://codereview.ch...tkent@chromium.org2014-06-161-4/+5
* Fix seeking when the start time is non-zero.dalecurtis@chromium.org2014-06-161-5/+4