Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add av1 to MediaSource.isTypeSupported | trav90 | 2018-10-17 | -0/+3 |
| | | | | | | When av1 video playback is enabled, declare it as supported in the webm container in MediaSource.IsTypeSupported. Also support special mime types of the form video/webm; codecs=vp9.experimental.<git-commit-id> so test sites can verify playback support of particular encodings while the av1 bitstream is under development. | |||
* | Add AOMDecoder | trav90 | 2018-10-15 | -0/+62 |
Port the VPXDecoder interface to libaom which uses the same api with the names changed. |