summaryrefslogtreecommitdiffstats
path: root/dom/media/webm/WebMDemuxer.cpp
Commit message (Collapse)AuthorAgeLines
* Alow AAC audio codec data in matroska/webm streams.Jeroen Vreeken2019-07-18-0/+2
| | | | Allow CRC32 elements in matroska cluster elements.
* Allow matroska mime types for video element and MSEJeroen Vreeken2019-07-10-1/+23
| | | | Allow avc (h.264) content in matroska/webm containers
* Recognize AV1 in WebMDemuxertrav902018-10-15-4/+25
| | | | Call AOMDecoder to handle AV1 video tracks from the WebM container. The new decoder is very similar to VPXDecoder so we can use parallel calls. This codec is still build-time conditional.
* [webm] Don't reject seeks with EOStrav902018-10-08-0/+4
| | | | The MediaDecoderStateMachine treat seek's EOS as fatal errors, so instead we always resolve the seek promise, and let the next GetSample return EOS.
* [webm] Treat demuxing errors differently than EOStrav902018-10-08-37/+68
| | | | Otherwise the WebM demuxer makes no difference between a genuine EOS and encountering an error.
* Call VPXDecoder libvpx wrappers for WebMtrav902018-10-08-13/+14
| | | | Use the new helper functions instead of calling libvpx directly. This simplifies adding other codecs in the future.
* [webm] Store LastSeenFrame dimensions as an nsIntSizetrav902018-10-08-6/+5
| | | | This simplifies the comparison and update logic.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1155