gecko-dev/media/gmp-clearkey/0.1
Bryce Seager van Dyk defad44097 Bug 1623651 - Update enums that have changed with CDM header bump. r=alwu,dminor
The CDM header bump has moved some enums, as well as using enum classes instead
of old style enums. This patch updates consumers of these enums to be compatible
with the new headers.

Drive by remove `using namespace cdm` from a couple of files as
- In some places I'd already been using fully qualified names.
- I prefer the fully qualified names as they make it clear when enums are coming
  from the cdm namespace and `cdm::` is not a particularly more verbose thing to
  have on identifiers.

Differential Revision: https://phabricator.services.mozilla.com/D78343
2020-06-08 19:02:05 +00:00
..
gtest
ArrayUtils.h
BigEndian.h
ClearKeyBase64.cpp
ClearKeyBase64.h
ClearKeyCDM.cpp
ClearKeyCDM.h
ClearKeyDecryptionManager.cpp Bug 1626787 - ClearKeyDecryptionManager.cpp check emptiness by empty instead of by size. r=sylvestre 2020-04-08 15:47:17 +00:00
ClearKeyDecryptionManager.h Bug 1516673 - Adds CBCS encryption scheme functionality. r=bryce 2020-03-26 20:53:59 +00:00
ClearKeyPersistence.cpp
ClearKeyPersistence.h
ClearKeySession.cpp
ClearKeySession.h
ClearKeySessionManager.cpp
ClearKeySessionManager.h
ClearKeyStorage.cpp
ClearKeyStorage.h
ClearKeyUtils.cpp Bug 1516673 - Adds CBCS encryption scheme functionality. r=bryce 2020-03-26 20:53:59 +00:00
ClearKeyUtils.h Bug 1516673 - Adds CBCS encryption scheme functionality. r=bryce 2020-03-26 20:53:59 +00:00
RefCounted.h
VideoDecoder.cpp Bug 1623651 - Update enums that have changed with CDM header bump. r=alwu,dminor 2020-06-08 19:02:05 +00:00
VideoDecoder.h
WMFH264Decoder.cpp
WMFH264Decoder.h
WMFSymbols.h
WMFUtils.cpp Bug 1608657 - Drop version check from WMFDecoderDllName and inline when possible. r=jya 2020-01-14 04:03:28 +00:00
WMFUtils.h Bug 1608657 - Drop version check from WMFDecoderDllName and inline when possible. r=jya 2020-01-14 04:03:28 +00:00
gmp-clearkey.cpp
manifest.json.in
moz.build