summaryrefslogtreecommitdiffstats
path: root/media/webm
Commit message (Expand)AuthorAgeFilesLines
* Fix live bug & renable ChunkDemuxerTest.TestWebMFile_LiveAudioAndVideoacolwell@chromium.org2012-08-031-1/+1
* Add support for v0.3 of the encrypted WebM specification. (Revert Fix)fgalligan@chromium.org2012-08-022-28/+32
* Use std::string for decryption key ID in webm parser.xhwang@chromium.org2012-08-0210-59/+38
* Revert 149449 - Add support for v0.3 of the encrypted WebM specification.vandebo@chromium.org2012-08-012-33/+29
* Add support for v0.3 of the encrypted WebM specification.fgalligan@chromium.org2012-08-012-29/+33
* Remove a bunch of dead fields found by Scythe.fischman@chromium.org2012-07-314-12/+5
* Chrome-side implementation of media source timestamp offsetvrk@google.com2012-07-274-4/+22
* Add config change handling to SourceBufferStream & ChunkDemuxeracolwell@chromium.org2012-07-262-4/+10
* Add Common Encryption support to BMFF, including subsample decryption.strobe@google.com2012-07-261-4/+9
* Add proper duration to WebmEncoder-created files.ivankr@chromium.org2012-07-252-2/+7
* Reland 148024 - [cros] Implement WebM encoder/muxer for animated avatar capture.ivankr@chromium.org2012-07-245-0/+478
* Revert 148024 - [cros] Implement WebM encoder/muxer for animated avatar capture.ivankr@chromium.org2012-07-245-465/+0
* [cros] Implement WebM encoder/muxer for animated avatar capture.ivankr@chromium.org2012-07-245-0/+465
* Add support for encrypted WebM files as defined in the RFC.fgalligan@chromium.org2012-07-208-4/+101
* Revert 147169 - Add support for encrypted WebM files as defined in the RFC.jln@chromium.org2012-07-188-101/+4
* Add support for encrypted WebM files as defined in the RFC.fgalligan@chromium.org2012-07-188-4/+101
* Remove buffer duration calculation from WebMClusterParser and update SourceBu...vrk@chromium.org2012-07-102-86/+8
* Add support to WebMClusterParser to accept clusters without blocksvrk@chromium.org2012-06-293-22/+18
* 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-162-6/+6
* Notify SourceBufferStream of each cluster's start time as it gets parsedvrk@google.com2012-06-142-3/+36
* Update ChunkDemuxer to allow midstream initialization segments that match the...acolwell@chromium.org2012-06-111-4/+19
* Add support for files that use AltRef frames.acolwell@chromium.org2012-06-062-11/+58
* Remove default duration logic from WebM parsing code.acolwell@chromium.org2012-05-306-60/+8
* This patch integrates SourceBufferStreams into SourceBuffer, removes all buff...annacc@chromium.org2012-05-293-8/+7
* Update WebMClusterParser to compute durations for all StreamParserBuffers.acolwell@chromium.org2012-05-184-46/+107
* Add support for BlockGroup elements with BlockDuration.acolwell@chromium.org2012-05-168-148/+452
* Add StreamParserBuffer to ChunkDemuxervrk@google.com2012-05-022-3/+7
* Fire needkey event when encrypted media is encounted.xhwang@chromium.org2012-04-262-2/+16
* Replace StreamParserHost interface with callbacks.acolwell@chromium.org2012-04-262-16/+21
* Refactoring StreamParser & StreamParserHost interfaces.acolwell@chromium.org2012-04-242-22/+55
* Add AES decryptor and tests.xhwang@chromium.org2012-03-085-19/+55
* WebM parser bug fixes for live streams.acolwell@chromium.org2012-03-065-18/+133
* Fix memory leak in WebMContentEncodingsClient.xhwang@chromium.org2012-03-057-76/+152
* Second attempt to land ffmpeg roll.dalecurtis@google.com2012-03-011-3/+3
* Add content encoding support to WebM demuxer.xhwang@chromium.org2012-02-248-1/+588
* 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
* Add some ASSERT_XXX calls to early terminate tests.acolwell@chromium.org2012-02-081-2/+2
* Fix ChunkDemuxer seek deadlockacolwell@chromium.org2012-01-311-2/+6
* Fix ChunkDemuxer crash & parse errors on audio-only or video-only content.acolwell@chromium.org2012-01-271-5/+7
* Fix ContentEncodings element info.acolwell@chromium.org2012-01-201-5/+5
* Add matroska element data to make WebM parser more accepting.acolwell@chromium.org2012-01-195-43/+443
* Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-102-0/+417
* Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}.fischman@chromium.org2012-01-104-16/+16
* Revert 116957 - Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-102-417/+0
* Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-092-0/+417
* Add multiple WebMParserClient support in WebM parser.xhwang@chromium.org2011-12-2910-178/+242
* Revert 115229 - Revert 115214 (caused media_unittests failure in FFmpegGlueTest,acolwell@chromium.org2011-12-213-4/+55
* Revert 115214 (caused media_unittests failure in FFmpegGlueTest,dmazzoni@chromium.org2011-12-213-55/+4