summaryrefslogtreecommitdiffstats
path: root/media/base/demuxer.h
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in media/dcheng2014-10-211-1/+1
* Initialize media timeline correctly for positive start times.dalecurtis2014-09-161-0/+3
* media: Introduce DemuxerStreamProvider interface.xhwang2014-09-101-14/+2
* Make Demuxer::Stop() synchronous.xhwang2014-09-021-4/+4
* Fix seeking when the start time is non-zero.dalecurtis@chromium.org2014-06-181-3/+0
* Revert of Fix seeking when the start time is non-zero. (https://codereview.ch...tkent@chromium.org2014-06-161-0/+3
* Fix seeking when the start time is non-zero.dalecurtis@chromium.org2014-06-161-3/+0
* Remove support for audio renderers to disable themselves at run time.scherkus@chromium.org2014-05-091-8/+0
* Add live mode detection in WebM MediaSource parser.sergeyu@chromium.org2014-04-281-0/+9
* Add WebMediaPlayer::timelineOffset() support to WebMediaPlayerImpl.acolwell@chromium.org2014-04-161-0/+5
* Separate DemuxerHost from DataSourceHost.sandersd@chromium.org2014-04-031-1/+5
* Render inband text tracks in the media pipelinematthewjheaney@chromium.org2013-11-221-2/+13
* Remove default implementations from Demuxer.rileya@chromium.org2013-10-101-7/+4
* Change NeedKeyCB to use std::vector.acolwell@chromium.org2013-08-261-0/+8
* Make calling FFmpegDemuxer::Stop() multiple times illegal.scherkus@chromium.org2013-08-221-2/+4
* Revert 218110 "Make calling FFmpegDemuxer::Stop() multiple times..."scherkus@chromium.org2013-08-191-4/+2
* Make calling FFmpegDemuxer::Stop() multiple times illegal.scherkus@chromium.org2013-08-161-2/+4
* Use a direct include of time headers in media/.avi@chromium.org2013-06-281-1/+1
* Remove reference counting from media::DemuxerStream and friends.scherkus@chromium.org2013-04-251-1/+2
* Remove reference counting from media::Demuxer and friends.scherkus@chromium.org2013-04-221-6/+2
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-061-4/+0
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-261-2/+3
* Track buffered byte ranges correctly in media::Pipeline.fischman@chromium.org2012-05-301-3/+0
* Send 'ended' event when we don't know audio duration in the beginning.enal@chromium.org2012-05-261-2/+2
* Reland r136679, reverted in r136753: Delete MockDataSource, remove IsLocalSou...fischman@chromium.org2012-05-121-9/+0
* Revert 136679 - Delete MockDataSource, remove IsLocalSource & IsSeekable from...tkent@chromium.org2012-05-121-0/+9
* Delete MockDataSource, remove IsLocalSource & IsSeekable from Demuxer/Pipeline.fischman@chromium.org2012-05-111-9/+0
* Kill Pipeline::SetBufferedTime(), since nobody needs/uses it.fischman@chromium.org2012-05-091-4/+0
* Move Demuxer::set_host() to Initialize().scherkus@chromium.org2012-04-051-20/+5
* Remove DemuxerFactory and URL parameter from Pipeline.scherkus@chromium.org2012-04-021-0/+8
* Move DataSource::SetPreload() to BufferedDataSource.scherkus@chromium.org2012-03-311-4/+0
* Callback renaming in media code.xhwang@chromium.org2012-03-151-2/+2
* Removing DataSource from Filter hierarchy and refactoring FilterHost into Dem...acolwell@chromium.org2011-12-161-12/+33
* Fire CanPlayThrough immediately for local and streaming media filesvrk@google.com2011-12-011-0/+7
* Fire canplaythrough event at the proper time for audio/videovrk@google.com2011-11-181-0/+4
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-3/+1
* Remove Demuxer from the Filter class hierarchy.acolwell@chromium.org2011-09-131-0/+77