| Commit message (Expand) | Author | Age | Files | Lines |
* | Move MSE parsers under "formats" root directory. | dalecurtis@chromium.org | 2014-01-23 | 1 | -105/+0 |
* | Add TextTrack.id and TextTrackList.getTrackById(). | self@brendanlong.com | 2013-11-26 | 1 | -0/+1 |
* | Render inband text tracks in the media pipeline | matthewjheaney@chromium.org | 2013-11-22 | 1 | -8/+2 |
* | media: Opus support for WebM in Media Source | vigneshv@chromium.org | 2013-09-06 | 1 | -0/+2 |
* | Place inband text track support behind a flag. | acolwell@chromium.org | 2013-06-29 | 1 | -1/+2 |
* | Media Source dispatches inband text tracks | matthewjheaney@chromium.org | 2013-05-23 | 1 | -0/+1 |
* | Parse WebM track name and language | matthewjheaney@chromium.org | 2013-05-16 | 1 | -3/+14 |
* | Revert 200308 "Parse WebM track name and language" | rouslan@chromium.org | 2013-05-15 | 1 | -14/+3 |
* | Parse WebM track name and language | matthewjheaney@chromium.org | 2013-05-15 | 1 | -3/+14 |
* | Add WebMAudioClient & WebMVideoClient to remove FFmpeg dependencies in WebMSt... | acolwell@chromium.org | 2013-03-20 | 1 | -2/+23 |
* | media source should ignore subtitles in webm files | matthewjheaney@chromium.org | 2013-02-08 | 1 | -0/+6 |
* | Add support for ignoring subtitle and extra audio & video tracks. | acolwell@chromium.org | 2012-12-26 | 1 | -0/+4 |
* | Log MediaSource parsing errors to the MediaLog so they can appear in chrome:m... | acolwell@chromium.org | 2012-12-08 | 1 | -1/+3 |
* | Support encrypted audio stream in demuxer. | xhwang@chromium.org | 2012-10-12 | 1 | -5/+8 |
* | Cleanup: IWYU for base/time.h. Also fix misc lint errors. | thestig@chromium.org | 2012-10-10 | 1 | -1/+0 |
* | Use std::string for decryption key ID in webm parser. | xhwang@chromium.org | 2012-08-02 | 1 | -2/+3 |
* | Remove a bunch of dead fields found by Scythe. | fischman@chromium.org | 2012-07-31 | 1 | -4/+2 |
* | Remove default duration logic from WebM parsing code. | acolwell@chromium.org | 2012-05-30 | 1 | -10/+0 |
* | Add AES decryptor and tests. | xhwang@chromium.org | 2012-03-08 | 1 | -0/+3 |
* | Fix memory leak in WebMContentEncodingsClient. | xhwang@chromium.org | 2012-03-05 | 1 | -2/+2 |
* | Add content encoding support to WebM demuxer. | xhwang@chromium.org | 2012-02-24 | 1 | -1/+8 |
* | Add matroska element data to make WebM parser more accepting. | acolwell@chromium.org | 2012-01-19 | 1 | -1/+2 |
* | Add multiple WebMParserClient support in WebM parser. | xhwang@chromium.org | 2011-12-29 | 1 | -4/+2 |
* | Add OVERRIDE to media/. | avi@chromium.org | 2011-11-16 | 1 | -9/+9 |
* | Improve ChunkDemuxer so AppendData() calls no longer have to be done on eleme... | acolwell@chromium.org | 2011-09-30 | 1 | -2/+3 |
* | Adding ChunkDemuxer implementation. | acolwell@chromium.org | 2011-06-29 | 1 | -0/+61 |