| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use enum instead of string in MessageLoopFactory::GetMessageLoop* | xhwang@chromium.org | 2012-08-12 | 1 | -1/+2 |
* | Move VideoDecoder initialization into VideoRendererBase to simplify implement... | acolwell@chromium.org | 2012-08-10 | 1 | -14/+11 |
* | Merge Pipeline's kError state with kStopped: a baby step towards bringing san... | scherkus@chromium.org | 2012-08-09 | 1 | -26/+5 |
* | Remove Pipeline::IsInitialized() and replace stop_pending_ with checks for st... | scherkus@chromium.org | 2012-08-09 | 1 | -26/+8 |
* | Add a lot of Pipeline tests to cover stopping/error handling while in a varie... | scherkus@chromium.org | 2012-08-09 | 1 | -0/+1 |
* | Replace Pipeline::kEnded state and HasEnded() methods with renderer-specific ... | scherkus@chromium.org | 2012-08-09 | 1 | -8/+11 |
* | Revert 150591 - Remove Pipeline::kEnded state as it is redundant with Pipelin... | scherkus@chromium.org | 2012-08-08 | 1 | -0/+4 |
* | Remove Pipeline::kEnded state as it is redundant with Pipeline::kStarted. | scherkus@chromium.org | 2012-08-08 | 1 | -4/+0 |
* | Inline media::Pipeline::ResetState() into initializer list. | scherkus@chromium.org | 2012-08-08 | 1 | -4/+0 |
* | Replace RunInSeries() and RunInParallel() with SerialRunner helper class. | scherkus@chromium.org | 2012-08-03 | 1 | -10/+11 |
* | Move VideoRenderer out of Filter heirarchy. | scherkus@chromium.org | 2012-07-23 | 1 | -27/+20 |
* | Move AudioRenderer out of Filter heirarchy. | scherkus@chromium.org | 2012-07-20 | 1 | -17/+25 |
* | Ensure media's buffered ranges always have a range that includes currentTime. | fischman@chromium.org | 2012-06-23 | 1 | -0/+3 |
* | Replace Pipeline::SetNetworkActivity() with BufferedDataSource -> WebMediaPla... | fischman@chromium.org | 2012-06-12 | 1 | -18/+0 |
* | Delete Pipeline::GetBufferedBytes() in preparation for didLoadingProgress() s... | fischman@chromium.org | 2012-05-30 | 1 | -8/+9 |
* | Track buffered byte ranges correctly in media::Pipeline. | fischman@chromium.org | 2012-05-30 | 1 | -13/+8 |
* | Reland r136679, reverted in r136753: Delete MockDataSource, remove IsLocalSou... | fischman@chromium.org | 2012-05-12 | 1 | -8/+0 |
* | Revert 136679 - Delete MockDataSource, remove IsLocalSource & IsSeekable from... | tkent@chromium.org | 2012-05-12 | 1 | -0/+8 |
* | Delete MockDataSource, remove IsLocalSource & IsSeekable from Demuxer/Pipeline. | fischman@chromium.org | 2012-05-11 | 1 | -8/+0 |
* | Re-land r136486 (reverted in r136500). | fischman@chromium.org | 2012-05-11 | 1 | -23/+0 |