summaryrefslogtreecommitdiffstats
path: root/dom/media/platforms/agnostic/VPXDecoder.h
Commit message (Collapse)AuthorAgeLines
* Implement keyframe and framesize VPXDecoder helperstrav902018-10-08-0/+7
| | | | Encapsulate code from WebMDemuxer to query keyframe and frame resolution inside VPXDecoder, so we have a clean wrapper for all the libvpx functions we use.
* [vpx] Store VPXDecoder codec as an enumtrav902018-10-08-2/+3
| | | | Use the enum we already have here instead of converting to an int when we pass it around, giving us better type checking.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+69