gecko-dev/dom/media/mp4
Chris Peterson 406763af7f Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj
This changeset is a simple find and replace of `MOZ_FALLTHROUGH` and `[[fallthrough]]`.

Unfortunately, the MOZ_FALLTHROUGH_ASSERT macro (to assert on case fallthrough in debug builds) is still necessary after switching from [[clang::fallthrough]] to [[fallthrough]] because:

* MOZ_ASSERT(false) followed by [[fallthrough]] triggers a -Wunreachable-code warning in DEBUG builds
* but MOZ_ASSERT(false) without [[fallthrough]] triggers a -Wimplicit-fallthrough warning in NDEBUG builds.

Differential Revision: https://phabricator.services.mozilla.com/D56440

--HG--
extra : moz-landing-system : lando
2019-12-20 07:16:43 +00:00
..
Atom.h
AtomType.h
Box.cpp Bug 1554075 - Allow direct access of source buffer's data from demuxer, eliminating most copies. r=jya 2019-06-11 07:38:16 +00:00
Box.h Bug 1554075 - Allow direct access of source buffer's data from demuxer, eliminating most copies. r=jya 2019-06-11 07:38:16 +00:00
BufferStream.cpp
BufferStream.h
ByteStream.h Bug 1554075 - Allow direct access of source buffer's data from demuxer, eliminating most copies. r=jya 2019-06-11 07:38:16 +00:00
DecoderData.cpp
DecoderData.h
Index.cpp Bug 1582518 - Replace IntervalSet.Length usages with IsEmpty where appropriate. r=dminor 2019-09-20 19:41:53 +00:00
Index.h Bug 1549406 - Break out logic to determine encryption scheme for mp4s. r=jya 2019-07-08 18:48:38 +00:00
MP4Decoder.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
MP4Decoder.h
MP4Demuxer.cpp Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj 2019-12-20 07:16:43 +00:00
MP4Demuxer.h
MP4Interval.h
MP4Metadata.cpp Bug 1454998 - Move TrackInfo::mTrackId away from TrackID as they're independent. r=karlt 2019-10-02 10:22:46 +00:00
MP4Metadata.h Bug 1454998 - Move TrackInfo::mTrackId away from TrackID as they're independent. r=karlt 2019-10-02 10:22:46 +00:00
MoofParser.cpp Bug 1604399 - Remove dead assignment from Sgpd::Parse. r=jya 2019-12-19 06:14:28 +00:00
MoofParser.h Bug 1554075 - Smooth out small gaps between MP4 samples' CTS across Moof boundaries. r=jya 2019-06-11 07:37:54 +00:00
ResourceStream.cpp
ResourceStream.h
SinfParser.cpp
SinfParser.h
moz.build Bug 1465407 - Add media fuzzing targets. r=jya 2019-07-16 14:50:17 +00:00