summaryrefslogtreecommitdiffstats
path: root/media/webm
Commit message (Expand)AuthorAgeFilesLines
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-081-2/+2
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-081-2/+2
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-071-2/+2
* Add TextTrack.id and TextTrackList.getTrackById().self@brendanlong.com2013-11-266-19/+42
* Render inband text tracks in the media pipelinematthewjheaney@chromium.org2013-11-227-75/+46
* Roll libvpx 228256:232686johannkoenig@chromium.org2013-11-042-3/+3
* Revert 232493 "Update libvpx"scherkus@chromium.org2013-11-022-3/+3
* Update libvpxjohannkoenig@chromium.org2013-11-012-3/+3
* Clean up remaining unused globals (on mac).thakis@chromium.org2013-09-261-3/+0
* media source: Support WebM streams containing a FrameRate element.tomfinegan@chromium.org2013-09-112-0/+2
* media: Opus support for WebM in Media Sourcevigneshv@chromium.org2013-09-068-12/+63
* Change NeedKeyCB to use std::vector.acolwell@chromium.org2013-08-261-5/+2
* Fix undefined behavior due to negative bitshifting.dalecurtis@chromium.org2013-08-131-1/+3
* Drop redundant "TEST" prefix from test names in media code.xhwang@chromium.org2013-08-024-11/+11
* Add Chromium-side support for SourceBuffer.appendWindowStart and SourceBuffer...acolwell@chromium.org2013-07-262-16/+11
* TBR: dmichaeltyoverby@chromium.org2013-07-182-15/+15
* Place inband text track support behind a flag.acolwell@chromium.org2013-06-294-8/+47
* 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