gecko-dev/dom/media/fmp4
Bryce Van Dyk dc49694098 Bug 1290284 - Centralise string comparisons for H264 and VPX detection. r=cpearce
Remove string comparisons to determine from mime types if content is VPX or
H264. Replace with calls to VPXDecoder::IsVPX or MP4Decoder::IsH264 to
centralise such logic.

This patch introduces MP4Decoder:IsH264, and moves the similar functionality out
of H264Convertor for the sake of consistently having these functions in
decoders.

MozReview-Commit-ID: 5nfYusYHrUR

--HG--
extra : rebase_source : c013c4ebe28d5afedbb91ddfffadb40d23fd0ee3
2016-07-29 14:12:54 +12:00
..
MP4Decoder.cpp Bug 1290284 - Centralise string comparisons for H264 and VPX detection. r=cpearce 2016-07-29 14:12:54 +12:00
MP4Decoder.h Bug 1290284 - Centralise string comparisons for H264 and VPX detection. r=cpearce 2016-07-29 14:12:54 +12:00
MP4Demuxer.cpp Bug 1289059: P1. Add MediaDemuxer generic logging. r=cpearce 2016-07-24 22:30:07 +10:00
MP4Demuxer.h Bug 1240411: P4. Clean up readers headers. r=cpearce 2016-01-19 19:47:31 +11:00
MP4Stream.cpp Bug 1229963 - use UniquePtr<T[]> instead of nsAutoArrayPtr<T> in dom/media/; r=cpearce 2015-12-02 18:07:59 -05:00
MP4Stream.h Bug 1240411: P4. Clean up readers headers. r=cpearce 2016-01-19 19:47:31 +11:00
moz.build Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00