summaryrefslogtreecommitdiffstats
path: root/media/base/pipeline.h
Commit message (Expand)AuthorAgeFilesLines
* Fix buffered range updates in media::Pipelineservolk2016-01-141-3/+3
* Add missing macros includes in media/.avi2015-12-191-0/+1
* Do not read |state_| in GetMediaTime().sandersd2015-12-111-1/+2
* Implement Pipeline suspend and resume.sandersd2015-12-081-11/+57
* Add methods for telling V8 how much memory audio/video is using.dalecurtis2015-10-291-1/+1
* Switch to double for time calculations using playback rate.a.berwal2015-04-221-10/+10
* Revert "Speculative revert by sheriff"Bartosz Fabianowski2015-04-161-4/+0
* Speculative revert by sheriffBartosz Fabianowski2015-04-161-0/+4
* Prime the landing pad for the new video rendering pipeline.dalecurtis2015-04-151-4/+0
* Revert of Prime the landing pad for the new video rendering pipeline. (patchs...gunsch2015-04-151-0/+4
* Prime the landing pad for the new video rendering pipeline.dalecurtis2015-04-151-4/+0
* Decryptors can report kNoKey to WebMediaPlayerjrummell2015-03-021-1/+5
* Report PIPELINE_ERROR_DECODE when SourceState::Append fails.jiajia.qin2015-01-271-2/+0
* Require Renderer::Initialize() to return a status code via callback.dalecurtis2015-01-231-1/+1
* Avoid double task trampoline for Pipeline state transitions.dalecurtis2015-01-211-1/+0
* Cleanup: Update the path to gfx size headers.tfarina2015-01-031-1/+1
* Handle SetCdm() in media::Renderer.xhwang2014-11-251-0/+15
* Pass |paint_cb| through media::Renderer::Initialize().xhwang2014-11-131-0/+9
* Standardize usage of virtual/override/final in media/dcheng2014-10-211-8/+8
* replace OVERRIDE and FINAL with override and final in media/mostynb2014-10-071-5/+5
* Replace init_cb in Renderer::Initialize() with base::Closure.xhwang2014-09-031-1/+1
* media: Remove FilterCollection.xhwang2014-08-291-12/+17
* media: Introduce Renderer interface and RendererImpl.xhwang2014-08-231-84/+10
* Pipeline: Invalidate weak pointers before returning stop callback.xhwang@chromium.org2014-08-081-0/+1
* Use WeakPtr in media Pipeline callbacks.xhwang@chromium.org2014-07-311-13/+11
* Make media::AudioRenderer return a media::TimeSource.scherkus@chromium.org2014-07-221-1/+5
* Update to Pipeline Metadata and Decoder streamsuderman@chromium.org2014-07-101-1/+4
* Rename media::Clock to media::TimeDeltaInterpolator and update API.scherkus@chromium.org2014-07-101-15/+14
* Remove duration from media::Clock.scherkus@chromium.org2014-07-091-0/+3
* Fold Pipeline's initial prerolling state into the playing state.scherkus@chromium.org2014-07-081-9/+1
* Make TextRenderer::Play() a synchronous method.scherkus@chromium.org2014-07-031-4/+0
* Update AudioRenderer API to fire changes in BufferingState (round 3).scherkus@chromium.org2014-06-261-4/+10
* Revert of Update AudioRenderer API to fire changes in BufferingState (round 2...glider@chromium.org2014-06-261-10/+4
* Update AudioRenderer API to fire changes in BufferingState (round 2).scherkus@chromium.org2014-06-261-4/+10
* Introduce buffering state change callback to Pipeline.scherkus@chromium.org2014-06-241-6/+5
* Removed Media.TimetoPipelineStarted histogram metrics as it was no longer pro...suderman@chromium.org2014-06-211-4/+0
* Revert of Update AudioRenderer API to fire changes in BufferingState. (https:...alph@chromium.org2014-05-231-2/+4
* Update AudioRenderer API to fire changes in BufferingState.scherkus@chromium.org2014-05-231-4/+2
* Extract media::Clock::IsPlaying() into media::Pipeline::ClockState enum.scherkus@chromium.org2014-05-221-4/+13
* Add return-by-value implementations of blink::WebMediaPlayer::buffered()sandersd@chromium.org2014-05-161-1/+1
* Non-const impls. for WebMediaPlayer::didLoadingProgress().sandersd@chromium.org2014-05-121-2/+2
* Introduce audio/video BufferingState to Pipeline.scherkus@chromium.org2014-05-121-11/+24
* Remove support for audio renderers to disable themselves at run time.scherkus@chromium.org2014-05-091-11/+0
* Add WebMediaPlayer::timelineOffset() support to WebMediaPlayerImpl.acolwell@chromium.org2014-04-161-0/+1
* Move DataSourceHost to BufferedDataSourceHost.sandersd@chromium.org2014-04-101-16/+4
* Separate DemuxerHost from DataSourceHost.sandersd@chromium.org2014-04-031-1/+1
* Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipeline.sandersd@chromium.org2014-03-261-48/+25
* Revert of Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipe...erikchen@chromium.org2014-03-261-25/+48
* Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipeline.sandersd@chromium.org2014-03-251-48/+25
* Revert 259154 "Remove HasAudio(), HasVideo(), GetInitialNaturalS..."viettrungluu@chromium.org2014-03-251-25/+48