gecko-dev/dom/media/encoder
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
..
ContainerWriter.h
EncodedFrame.h
MediaEncoder.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
MediaEncoder.h Bug 1586903 - Wait for track listener removals rather than just informing them of shutdown. r=bryce 2019-10-17 09:31:07 +00:00
moz.build
Muxer.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
Muxer.h
OpusTrackEncoder.cpp Backed out 2 changesets (bug 1594141) for media failures on test_mediarecorder_principals.html. CLOSED TREE 2019-11-08 23:32:18 +02:00
OpusTrackEncoder.h
TrackEncoder.cpp Bug 1514158 - Make VideoTrackEncoder's key frame interval uint32_t. r=bryce 2019-10-03 22:08:55 +00:00
TrackEncoder.h Backed out 2 changesets (bug 1594141) for media failures on test_mediarecorder_principals.html. CLOSED TREE 2019-11-08 23:32:18 +02:00
TrackMetadataBase.h
VP8TrackEncoder.cpp Backed out 2 changesets (bug 1594141) for media failures on test_mediarecorder_principals.html. CLOSED TREE 2019-11-08 23:32:18 +02:00
VP8TrackEncoder.h Bug 1454998 - Rename streams to tracks. r=padenot,karlt,smaug 2019-10-02 10:23:02 +00:00