gecko-dev/media/gmp-clearkey/0.1
Chris Pearce f96fedca29 Bug 1351954 - Change ClearKey CDM to allocate its video frame buffers optimally. r=gerald
The WMF decoder gives us video frames in buffers with the planes 16 row-aligned
for some reason. If we allocate our video frames the same size we waste memory.
So let's have the ClearKey CDM not allocate its video frames with the extra
padding rows.

Excluding the padding in our copy of the decoded data also makes my work in bug
1351953 easier.

MozReview-Commit-ID: 9dD40P6ST68

--HG--
extra : rebase_source : a6c4fea01e8bf2deef8edc78d0a041e8fed0c0b8
extra : source : 433028f9a2055869cd98710f0871d040605c0535
2017-03-28 18:00:01 +13:00
..
gtest Backed out changeset 68f1d429368c (bug 1308076) 2016-10-11 10:41:25 +02:00
openaes Bug 1293384 - Part 2: Rename Snprintf.h header to Sprintf.h. r=froydnj 2016-08-14 23:43:21 -07:00
ArrayUtils.h
BigEndian.h Bug 1278036 - Rename Endian.h to BigEndian.h for case insensitive Linux builds. r=cpearce 2016-06-05 13:24:51 -04:00
ClearKeyBase64.cpp Bug 1289968 - [Part1] Ensure ClearKey doesn't assume keyIds can only be 16 bytes. r=cpearce 2016-08-01 16:28:10 +12:00
ClearKeyBase64.h Bug 1289968 - [Part1] Ensure ClearKey doesn't assume keyIds can only be 16 bytes. r=cpearce 2016-08-01 16:28:10 +12:00
ClearKeyCDM.cpp Bug 1318965 - Changes the way the the 'DeinitializeDecoder' method in the ClearkeyCDM works r=cpearce 2017-01-18 14:49:04 +13:00
ClearKeyCDM.h Bug 1318965 - Converts gmp-clearkey to use Chromium ContentDecryptionModule8 interface used by widevine r=cpearce 2017-01-12 09:52:05 +13:00
ClearKeyDecryptionManager.cpp Bug 1346648 - Better pointer checks. r=cpearce 2017-03-14 09:33:16 +11:00
ClearKeyDecryptionManager.h Bug 1318965 - Converts gmp-clearkey to use Chromium ContentDecryptionModule8 interface used by widevine r=cpearce 2017-01-12 09:52:05 +13:00
ClearKeyPersistence.cpp Bug 1318965 - Converts gmp-clearkey to use Chromium ContentDecryptionModule8 interface used by widevine r=cpearce 2017-01-12 09:52:05 +13:00
ClearKeyPersistence.h Bug 1318965 - Converts gmp-clearkey to use Chromium ContentDecryptionModule8 interface used by widevine r=cpearce 2017-01-12 09:52:05 +13:00
ClearKeySession.cpp Bug 1318965 - Converts gmp-clearkey to use Chromium ContentDecryptionModule8 interface used by widevine r=cpearce 2017-01-12 09:52:05 +13:00
ClearKeySession.h Bug 1318965 - Converts gmp-clearkey to use Chromium ContentDecryptionModule8 interface used by widevine r=cpearce 2017-01-12 09:52:05 +13:00
ClearKeySessionManager.cpp Bug 1344812: Remove variable "sessionId" from lambda-captures where it's not used, in ClearKeySessionManager.cpp. r=cpearce 2017-03-06 10:52:09 -08:00
ClearKeySessionManager.h Bug 1318965 - Converts gmp-clearkey to use Chromium ContentDecryptionModule8 interface used by widevine r=cpearce 2017-01-12 09:52:05 +13:00
ClearKeyStorage.cpp Bug 1318965 - Converts gmp-clearkey to use Chromium ContentDecryptionModule8 interface used by widevine r=cpearce 2017-01-12 09:52:05 +13:00
ClearKeyStorage.h Bug 1318965 - Converts gmp-clearkey to use Chromium ContentDecryptionModule8 interface used by widevine r=cpearce 2017-01-12 09:52:05 +13:00
ClearKeyUtils.cpp Bug 1318965 - Converts gmp-clearkey to use Chromium ContentDecryptionModule8 interface used by widevine r=cpearce 2017-01-12 09:52:05 +13:00
ClearKeyUtils.h Bug 1318965 - Converts gmp-clearkey to use Chromium ContentDecryptionModule8 interface used by widevine r=cpearce 2017-01-12 09:52:05 +13:00
RefCounted.h Bug 1318965 - Converts gmp-clearkey to use Chromium ContentDecryptionModule8 interface used by widevine r=cpearce 2017-01-12 09:52:05 +13:00
VideoDecoder.cpp Bug 1351954 - Change ClearKey CDM to allocate its video frame buffers optimally. r=gerald 2017-03-28 18:00:01 +13:00
VideoDecoder.h Bug 1351954 - Change ClearKey CDM to allocate its video frame buffers optimally. r=gerald 2017-03-28 18:00:01 +13:00
WMFH264Decoder.cpp Bug 1351954 - Change ClearKey CDM to allocate its video frame buffers optimally. r=gerald 2017-03-28 18:00:01 +13:00
WMFH264Decoder.h Bug 1351954 - Change ClearKey CDM to allocate its video frame buffers optimally. r=gerald 2017-03-28 18:00:01 +13:00
WMFSymbols.h
WMFUtils.cpp Bug 1319197 - Remove audio decoding from gmp-clearkey. r=cpearce 2016-11-22 14:32:26 +13:00
WMFUtils.h Bug 1318965 - Converts gmp-clearkey to use Chromium ContentDecryptionModule8 interface used by widevine r=cpearce 2017-01-12 09:52:05 +13:00
gmp-clearkey.cpp Bug 1318965 - Converts gmp-clearkey to use Chromium ContentDecryptionModule8 interface used by widevine r=cpearce 2017-01-12 09:52:05 +13:00
manifest.json.in Bug 1319159 - Updates how 'ParseChromiumManifest' works so that it doesn't assume Widevine (now it assumes Widevine or Clearkey..). r=cpearce 2016-12-22 11:28:40 +13:00
moz.build Bug 1344470 - add BUG_COMPONENT to media/* files. r=padenot 2017-03-07 13:06:45 -05:00