summaryrefslogtreecommitdiffstats
path: root/media/base/stream_parser.h
Commit message (Expand)AuthorAgeFilesLines
* Add live mode detection in WebM MediaSource parser.sergeyu@chromium.org2014-04-281-0/+3
* Add media::StreamParser::InitParameter struct.sergeyu@chromium.org2014-04-251-16/+22
* Add WebMediaPlayer::timelineOffset() support to WebMediaPlayerImpl.acolwell@chromium.org2014-04-161-2/+7
* Allow StreamParsers to request automatic timestampOffset updates.dalecurtis@chromium.org2014-03-191-3/+6
* MSE: Add StreamParser buffer remuxing utility and testswolenetz@chromium.org2014-02-071-4/+33
* SourceState: Coalesce OnNewBuffers() CB to include OnTextBuffers() behaviorwolenetz@chromium.org2014-01-241-13/+15
* Render inband text tracks in the media pipelinematthewjheaney@chromium.org2013-11-221-5/+10
* Change NeedKeyCB to use std::vector.acolwell@chromium.org2013-08-261-2/+1
* Add Chromium-side support for SourceBuffer.appendWindowStart and SourceBuffer...acolwell@chromium.org2013-07-261-6/+6
* Remove StreamParser::NeedKeyCB return value since nothing ever returns false.acolwell@chromium.org2013-07-031-4/+1
* Use a direct include of time headers in media/.avi@chromium.org2013-06-281-1/+1
* Media Source dispatches inband text tracksmatthewjheaney@chromium.org2013-05-231-0/+11
* Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.dcheng@chromium.org2013-04-071-1/+1
* Log MediaSource parsing errors to the MediaLog so they can appear in chrome:m...acolwell@chromium.org2012-12-081-1/+3
* Add "type" in GenerateKeyRequest() and OnNeedKey().xhwang@chromium.org2012-10-271-3/+7
* Chrome-side implementation of media source timestamp offsetvrk@google.com2012-07-271-1/+2
* Generalize AesDecryptor to make it more spec compliant.xhwang@chromium.org2012-06-161-2/+2
* Notify SourceBufferStream of each cluster's start time as it gets parsedvrk@google.com2012-06-141-1/+6
* Add StreamParserBuffer to ChunkDemuxervrk@google.com2012-05-021-2/+2
* Fire needkey event when encrypted media is encounted.xhwang@chromium.org2012-04-261-1/+10
* Replace StreamParserHost interface with callbacks.acolwell@chromium.org2012-04-261-29/+25
* Refactoring StreamParser & StreamParserHost interfaces.acolwell@chromium.org2012-04-241-11/+10
* Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-101-0/+86
* Revert 116957 - Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-101-85/+0
* Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-091-0/+85