summaryrefslogtreecommitdiffstats
path: root/media/webm
Commit message (Expand)AuthorAgeFilesLines
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-37/+56
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-56/+37
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-37/+56
* Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.dcheng@chromium.org2013-04-074-7/+7
* media: Support VP9 in media source.tomfinegan@chromium.org2013-04-061-0/+3
* Libcxx cleanup.eugenis@chromium.org2013-03-221-27/+30
* Add WebMAudioClient & WebMVideoClient to remove FFmpeg dependencies in WebMSt...acolwell@chromium.org2013-03-208-235/+479
* Support for parsing encrypted WebM streams by src.fgalligan@chromium.org2013-03-145-50/+159
* Make AudioDecoderConfig copyable.xhwang@chromium.org2013-03-141-1/+1
* Make VideoDecoderConfig copyable.xhwang@chromium.org2013-03-121-1/+1
* 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