Michael Layzell
|
8b7ba021a4
|
Bug 1339537 - Part 6: Pass std::function values tree by const reference instead of by value, r=ehsan
MozReview-Commit-ID: PVAqU2DPs2
|
2017-04-27 12:44:57 -04:00 |
Jay Harris
|
f44f926c07
|
Bug 1318965 - Converts gmp-clearkey to use Chromium ContentDecryptionModule8 interface used by widevine r=cpearce
MozReview-Commit-ID: 6lOzItuuvdd
--HG--
extra : rebase_source : b1e98ecd166954f0a9e7e9ad8544504210998f49
extra : histedit_source : 7d73e59040f8f5c15bc26c388b4b40bf2ec1e5fe
|
2017-01-12 09:52:05 +13:00 |
Wes Kocher
|
07fd8cebf7
|
Backed out 3 changesets (bug 1318965) for frequent media test failures a=backout
Backed out changeset 3f756d8ee4cf (bug 1318965)
Backed out changeset 4bdf65d60c9e (bug 1318965)
Backed out changeset c1e2b6c14a7f (bug 1318965)
MozReview-Commit-ID: 6CPk5oS5AOw
--HG--
extra : source : babe3f8a0258fb592e17a590450de6ceb09460c3
|
2017-01-13 13:23:31 -08:00 |
Jay Harris
|
06bce5da83
|
Bug 1318965 - Converts gmp-clearkey to use Chromium ContentDecryptionModule8 interface used by widevine r=cpearce
MozReview-Commit-ID: 6lOzItuuvdd
--HG--
extra : rebase_source : 7f70380be5628c3e6668cf9fa235c8d2525bf1dc
extra : amend_source : 8d6afebb484ed59cf02907cab8991e6f232b0f69
|
2017-01-12 09:52:05 +13:00 |
Sebastian Hengst
|
ab415c7049
|
Backed out changeset 736a78915259 (bug 1310879)
|
2016-10-19 11:25:00 +02:00 |
Chris Pearce
|
a8a56efe47
|
Bug 1310879 - Remove persistent license support from gmp-clearkey. r=kikuo
MozReview-Commit-ID: LlBUD4xPpRC
--HG--
extra : rebase_source : 3cec8951cee990271d724c59b4c7f9d517a820a2
|
2016-10-18 16:10:05 +13:00 |
Chris Pearce
|
f49856bc79
|
Bug 1278198 - Pipe through distinctive identifier and persistent state allowed. r=gerald
MozReview-Commit-ID: A92e0XGp5s4
--HG--
extra : rebase_source : 09f7ba18c9b81263aa345cc7f34f0ef2a2548482
|
2016-07-07 17:26:15 +12:00 |
Chris Pearce
|
1fa249bfb8
|
Bug 1150437 - Make gmp-clearkey consistently Apache2 licensed. r=edwin,jwwang,kentuckyfriedtakahe
|
2015-04-03 09:08:27 +13:00 |
Andrea Marchesini
|
e6f385fb3d
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
Ehsan Akhgari
|
883849ee32
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
Edwin Flores
|
4e3006ddd2
|
Bug 1075199 - WMF decoding in ClearKey CDM - r=cpearce
|
2015-01-16 10:37:54 +13:00 |
Edwin Flores
|
1f04f15482
|
Bug 1075199 - Separate session management from ClearKeyDecryptionManager - r=cpearce
--HG--
rename : media/gmp-clearkey/0.1/ClearKeyDecryptionManager.cpp => media/gmp-clearkey/0.1/ClearKeySessionManager.cpp
|
2015-01-12 20:15:55 +13:00 |