summaryrefslogtreecommitdiffstats
path: root/media/webm
Commit message (Expand)AuthorAgeFilesLines
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-2/+2
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-101-1/+1
* media source should ignore subtitles in webm filesmatthewjheaney@chromium.org2013-02-087-13/+350
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-3/+6
* Eliminate media::Buffer as a base class for media::DecoderBuffer and media::D...scherkus@chromium.org2013-01-151-1/+1
* Added debug logging for MSE config changes.ddorwin@chromium.org2013-01-081-0/+1
* Roll speex, flac, libvpx DEPS to get shim header changes.phajdan.jr@chromium.org2013-01-071-1/+2
* 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-266-7/+75
* Update WebMClusterParser so it can detect keyframes in BlockGroupsacolwell@chromium.org2012-12-213-15/+58
* Log MediaSource parsing errors to the MediaLog so they can appear in chrome:m...acolwell@chromium.org2012-12-0810-59/+85
* 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
* Change WebM parser to treat IVs from encrypted WebM as raw data.fgalligan@chromium.org2012-10-162-9/+19
* Support encrypted audio stream in demuxer.xhwang@chromium.org2012-10-127-59/+88
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-101-1/+0
* Add is_encrypted() in VideoDecoderConfig.xhwang@chromium.org2012-09-181-10/+25
* We are removing checksum/HMAC in WebM spec for encrypted content.fgalligan@chromium.org2012-09-182-17/+11
* 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