summaryrefslogtreecommitdiffstats
path: root/media/webm/webm_stream_parser.cc
Commit message (Expand)AuthorAgeFilesLines
* Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.dcheng@chromium.org2013-04-071-1/+1
* Add WebMAudioClient & WebMVideoClient to remove FFmpeg dependencies in WebMSt...acolwell@chromium.org2013-03-201-195/+4
* Support for parsing encrypted WebM streams by src.fgalligan@chromium.org2013-03-141-7/+4
* Make AudioDecoderConfig copyable.xhwang@chromium.org2013-03-141-1/+1
* Make VideoDecoderConfig copyable.xhwang@chromium.org2013-03-121-1/+1
* media source should ignore subtitles in webm filesmatthewjheaney@chromium.org2013-02-081-1/+4
* Added debug logging for MSE config changes.ddorwin@chromium.org2013-01-081-0/+1
* Roll FFMpeg for M26. Fix ffmpeg float audio decoding.dalecurtis@google.com2013-01-041-2/+3
* Remove obsolete comments in WebMStreamParser.xhwang@chromium.org2013-01-031-2/+0
* Add support for ignoring subtitle and extra audio & video tracks.acolwell@chromium.org2012-12-261-0/+1
* Log MediaSource parsing errors to the MediaLog so they can appear in chrome:m...acolwell@chromium.org2012-12-081-5/+9
* Switch to AVIO instead of a custom FFmpeg URLProtocol handler.dalecurtis@chromium.org2012-11-011-29/+17
* Add "type" in GenerateKeyRequest() and OnNeedKey().xhwang@chromium.org2012-10-271-1/+4
* Support encrypted audio stream in demuxer.xhwang@chromium.org2012-10-121-8/+30
* Add is_encrypted() in VideoDecoderConfig.xhwang@chromium.org2012-09-181-10/+25
* Use std::string for decryption key ID in webm parser.xhwang@chromium.org2012-08-021-7/+9
* Remove a bunch of dead fields found by Scythe.fischman@chromium.org2012-07-311-1/+1
* Chrome-side implementation of media source timestamp offsetvrk@google.com2012-07-271-1/+8
* Add config change handling to SourceBufferStream & ChunkDemuxeracolwell@chromium.org2012-07-261-2/+7
* Add support for encrypted WebM files as defined in the RFC.fgalligan@chromium.org2012-07-201-0/+1
* Revert 147169 - Add support for encrypted WebM files as defined in the RFC.jln@chromium.org2012-07-181-1/+0
* Add support for encrypted WebM files as defined in the RFC.fgalligan@chromium.org2012-07-181-0/+1
* Add support to WebMClusterParser to accept clusters without blocksvrk@chromium.org2012-06-291-17/+3
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-261-1/+1
* Generalize AesDecryptor to make it more spec compliant.xhwang@chromium.org2012-06-161-4/+4
* Notify SourceBufferStream of each cluster's start time as it gets parsedvrk@google.com2012-06-141-2/+29
* Update ChunkDemuxer to allow midstream initialization segments that match the...acolwell@chromium.org2012-06-111-4/+19
* Remove default duration logic from WebM parsing code.acolwell@chromium.org2012-05-301-2/+0
* Fire needkey event when encrypted media is encounted.xhwang@chromium.org2012-04-261-1/+13
* Replace StreamParserHost interface with callbacks.acolwell@chromium.org2012-04-261-14/+15
* Refactoring StreamParser & StreamParserHost interfaces.acolwell@chromium.org2012-04-241-18/+48
* Add AES decryptor and tests.xhwang@chromium.org2012-03-081-5/+8
* WebM parser bug fixes for live streams.acolwell@chromium.org2012-03-061-3/+7
* Second attempt to land ffmpeg roll.dalecurtis@google.com2012-03-011-3/+3
* Revert 123123 (probably caused a big perf regression -- http://crbug.com/115479,thakis@chromium.org2012-02-231-3/+3
* Fix media code to work with new ffmpeg.dalecurtis@google.com2012-02-221-3/+3
* Fix ChunkDemuxer crash & parse errors on audio-only or video-only content.acolwell@chromium.org2012-01-271-5/+7
* Add matroska element data to make WebM parser more accepting.acolwell@chromium.org2012-01-191-1/+1
* Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-101-0/+350
* Revert 116957 - Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-101-350/+0
* Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-091-0/+350