| Commit message (Expand) | Author | Age | Files | Lines |
* | Pipeline: Invalidate weak pointers before returning stop callback. | xhwang@chromium.org | 2014-08-08 | 1 | -0/+1 |
* | Use WeakPtr in media Pipeline callbacks. | xhwang@chromium.org | 2014-07-31 | 1 | -13/+11 |
* | Make media::AudioRenderer return a media::TimeSource. | scherkus@chromium.org | 2014-07-22 | 1 | -1/+5 |
* | Update to Pipeline Metadata and Decoder stream | suderman@chromium.org | 2014-07-10 | 1 | -1/+4 |
* | Rename media::Clock to media::TimeDeltaInterpolator and update API. | scherkus@chromium.org | 2014-07-10 | 1 | -15/+14 |
* | Remove duration from media::Clock. | scherkus@chromium.org | 2014-07-09 | 1 | -0/+3 |
* | Fold Pipeline's initial prerolling state into the playing state. | scherkus@chromium.org | 2014-07-08 | 1 | -9/+1 |
* | Make TextRenderer::Play() a synchronous method. | scherkus@chromium.org | 2014-07-03 | 1 | -4/+0 |
* | Update AudioRenderer API to fire changes in BufferingState (round 3). | scherkus@chromium.org | 2014-06-26 | 1 | -4/+10 |
* | Revert of Update AudioRenderer API to fire changes in BufferingState (round 2... | glider@chromium.org | 2014-06-26 | 1 | -10/+4 |
* | Update AudioRenderer API to fire changes in BufferingState (round 2). | scherkus@chromium.org | 2014-06-26 | 1 | -4/+10 |
* | Introduce buffering state change callback to Pipeline. | scherkus@chromium.org | 2014-06-24 | 1 | -6/+5 |
* | Removed Media.TimetoPipelineStarted histogram metrics as it was no longer pro... | suderman@chromium.org | 2014-06-21 | 1 | -4/+0 |
* | Revert of Update AudioRenderer API to fire changes in BufferingState. (https:... | alph@chromium.org | 2014-05-23 | 1 | -2/+4 |
* | Update AudioRenderer API to fire changes in BufferingState. | scherkus@chromium.org | 2014-05-23 | 1 | -4/+2 |
* | Extract media::Clock::IsPlaying() into media::Pipeline::ClockState enum. | scherkus@chromium.org | 2014-05-22 | 1 | -4/+13 |
* | Add return-by-value implementations of blink::WebMediaPlayer::buffered() | sandersd@chromium.org | 2014-05-16 | 1 | -1/+1 |
* | Non-const impls. for WebMediaPlayer::didLoadingProgress(). | sandersd@chromium.org | 2014-05-12 | 1 | -2/+2 |
* | Introduce audio/video BufferingState to Pipeline. | scherkus@chromium.org | 2014-05-12 | 1 | -11/+24 |
* | Remove support for audio renderers to disable themselves at run time. | scherkus@chromium.org | 2014-05-09 | 1 | -11/+0 |
* | Add WebMediaPlayer::timelineOffset() support to WebMediaPlayerImpl. | acolwell@chromium.org | 2014-04-16 | 1 | -0/+1 |
* | Move DataSourceHost to BufferedDataSourceHost. | sandersd@chromium.org | 2014-04-10 | 1 | -16/+4 |
* | Separate DemuxerHost from DataSourceHost. | sandersd@chromium.org | 2014-04-03 | 1 | -1/+1 |
* | Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipeline. | sandersd@chromium.org | 2014-03-26 | 1 | -48/+25 |
* | Revert of Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipe... | erikchen@chromium.org | 2014-03-26 | 1 | -25/+48 |
* | Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipeline. | sandersd@chromium.org | 2014-03-25 | 1 | -48/+25 |
* | Revert 259154 "Remove HasAudio(), HasVideo(), GetInitialNaturalS..." | viettrungluu@chromium.org | 2014-03-25 | 1 | -25/+48 |
* | Remove HasAudio(), HasVideo(), GetInitialNaturalSize() from media::Pipeline. | sandersd@chromium.org | 2014-03-25 | 1 | -48/+25 |
* | Remove VideoRenderer::NaturalSizeChangedCB. | scherkus@chromium.org | 2014-01-16 | 1 | -11/+7 |
* | Revert 244590 "Remove VideoRenderer::NaturalSizeChangedCB." | scherkus@chromium.org | 2014-01-14 | 1 | -7/+11 |
* | Remove VideoRenderer::NaturalSizeChangedCB. | scherkus@chromium.org | 2014-01-13 | 1 | -11/+7 |
* | Replace MessageLoopProxy with SingleThreadTaskRunner for media/base/. | scherkus@chromium.org | 2013-12-20 | 1 | -11/+11 |
* | Render inband text tracks in the media pipeline | matthewjheaney@chromium.org | 2013-11-22 | 1 | -3/+19 |
* | Replace erroneous use of base::Time with base::TimeTicks throughout media code. | miu@chromium.org | 2013-06-13 | 1 | -4/+4 |
* | Reland: Use a shared thread for media operations (round 3). | scherkus@chromium.org | 2013-06-06 | 1 | -0/+2 |
* | Reland: Remove reference counting from media::Pipeline. | scherkus@chromium.org | 2013-05-09 | 1 | -7/+2 |
* | Revert 198760 "Remove reference counting from media::Pipeline." | scherkus@chromium.org | 2013-05-08 | 1 | -2/+7 |
* | Remove reference counting from media::Pipeline. | scherkus@chromium.org | 2013-05-07 | 1 | -7/+2 |
* | Delete media::PipelineStatusNotification as it isn't used in production code. | scherkus@chromium.org | 2013-04-26 | 1 | -27/+0 |
* | Remove reference counting from media::Demuxer and friends. | scherkus@chromium.org | 2013-04-22 | 1 | -7/+8 |
* | Move MessageLoop to base namespace. | brettw@chromium.org | 2013-03-31 | 1 | -2/+0 |
* | Add a Clock and TickClock interface for mocking out time | akalin@chromium.org | 2013-02-21 | 1 | -0/+4 |
* | Move duration change logic from WebMediaPlayerImpl to ChunkDemuxer. | acolwell@chromium.org | 2013-02-15 | 1 | -2/+7 |
* | Remove reference counting from media::AudioRenderer and friends. | scherkus@chromium.org | 2013-02-05 | 1 | -1/+1 |
* | Remove reference counting from media::VideoRenderer and friends. | scherkus@chromium.org | 2013-02-05 | 1 | -1/+1 |
* | Change PipelineStatusCB to Closure for ended callbacks. | wolenetz@chromium.org | 2013-01-03 | 1 | -3/+3 |
* | Move audio decoder initialization to AudioRendererImpl. | xhwang@chromium.org | 2012-10-18 | 1 | -9/+0 |
* | Remove VideoDecoder::PrepareForShutdownHack() and friends. | scherkus@chromium.org | 2012-09-13 | 1 | -9/+2 |
* | Rewrite media::Pipeline state transition machinery and simplify shutdown. | scherkus@chromium.org | 2012-09-11 | 1 | -116/+59 |
* | Allow transitioning to HAVE_METADATA before pipeline initialization completes. | acolwell@chromium.org | 2012-08-17 | 1 | -9/+26 |