summaryrefslogtreecommitdiffstats
path: root/media/webm
Commit message (Expand)AuthorAgeFilesLines
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in media/.dcheng@chromium.org2013-06-121-2/+2
* Use a direct include of strings headers in ipc/, jingle/, media/.avi@chromium.org2013-06-111-1/+1
* Cleanup: Remove ScopedGenericObj usage in media/.thestig@chromium.org2013-05-281-7/+5
* Media Source dispatches inband text tracksmatthewjheaney@chromium.org2013-05-237-11/+292
* Adding VP8 Alpha support in Media Sourcevigneshv@chromium.org2013-05-226-33/+91
* Parse WebM track name and languagematthewjheaney@chromium.org2013-05-1610-33/+463
* Revert 200308 "Parse WebM track name and language"rouslan@chromium.org2013-05-1510-464/+33
* Parse WebM track name and languagematthewjheaney@chromium.org2013-05-1510-33/+464
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-233-3/+3
* Add support for zero-padded strings to WebMParser.acolwell@chromium.org2013-04-172-1/+28
* 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