gecko-dev/dom/media/platforms
Jean-Yves Avenard d7eb320e7a Bug 1476975 - P3. Fix canPlayType/isTypeSupported for AV1 content. r=dminor
AV1 support is behind a pref, as such, the result of canPlayType should depends on the value of that pref.

Additionally to this change we remove AOMDecoder::IsSupportedCodec as it implied confusion on what a codec mimetype is. There are two type of codec mimetype: the one describing the container content ("av1") and the one describing the codec itself "video/av1")
AOMDecoder shouldn't know anything about containers (e.g. mp4 or webm)

--HG--
extra : rebase_source : 72ebe662f76fb6c9d8be1f753890601aac440061
2018-07-20 10:24:56 +02:00
..
agnostic Bug 1476975 - P3. Fix canPlayType/isTypeSupported for AV1 content. r=dminor 2018-07-20 10:24:56 +02:00
android Bug 1468241 - P2. Ensure RemoteVideoDecoder::mSeekTarget is only accessed on task queue. r=padenot 2018-06-21 13:34:41 +00:00
apple Bug 1453795 - DOM/Media - Initialize member fields in classes/ structures. r=jyavenard 2018-06-15 10:25:02 +03:00
ffmpeg Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
omx Bug 1465060 - Part 1: Fix warnings for std::move() use r=froydnj 2018-06-01 17:59:07 +02:00
wmf Bug 1409664 - P16. Fix typo in variable name. r=bryce 2018-07-03 11:45:21 -07:00
wrappers Bug 1409664 - P13. Report the Apple's H264 decoder is hardware accelerated when not yet initialized. r=bryce 2018-07-03 11:45:20 -07:00
MediaTelemetryConstants.h
moz.build Bug 1306529 - Add initial implementation of PureOmxPlatformLayer r=jya 2018-04-18 11:38:12 +09:00
PDMFactory.cpp Bug 1409664 - P19. Don't wrap H264 decoder in H264 converter. r=bryce 2018-07-03 11:45:23 -07:00
PDMFactory.h
PlatformDecoderModule.h Bug 1409664 - P19. Don't wrap H264 decoder in H264 converter. r=bryce 2018-07-03 11:45:23 -07:00
ReorderQueue.h
SimpleMap.h