summaryrefslogtreecommitdiffstats
path: root/dom/media/platforms/agnostic/AOMDecoder.h
Commit message (Collapse)AuthorAgeLines
* Fix canPlayType/isTypeSupported for AV1 contenttrav902018-10-20-3/+0
|
* Add av1 to MediaSource.isTypeSupportedtrav902018-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 AOMDecodertrav902018-10-15-0/+62
Port the VPXDecoder interface to libaom which uses the same api with the names changed.