Skip to content

Commit 3b47ac4

Browse files
authored
chore: include notice for H.264/AVC (microsoft#158255)
* chore: include notice for H.264/AVC * chore: add ffmpeg to cgmanifest
1 parent c827bd9 commit 3b47ac4

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

cglicenses.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,21 @@
201201
"SOFTWARE"
202202
]
203203
}
204+
{
205+
// Reason: This product includes AVC coding technology. MPEG LA LLC requires this notice.
206+
"name": "H.264/AVC Video Standard",
207+
"fullLicenseText": [
208+
"This product is licensed under the AVC patent portfolio license for the personal",
209+
"and non-commercial use of a consumer to (i) encode video in compliance with the AVC standard (\"AVC VIDEO\")",
210+
"and/or (ii) decode AVC video that was encoded by a consumer",
211+
"engaged in a personal and non-commercial activity and/or was obtained from a video provider",
212+
"licensed to provide AVC video. No license is granted or shall be implied for any other use.",
213+
"Additional information may be obtained from MPEG LA LLC. See http://www.MPEGLA.COM.",
214+
"",
215+
"For clarification purposes, this notice does not limit or inhibit the use of the product",
216+
"for normal business uses that are personal to that business which do not include",
217+
"(i) redistribution of the product to third parties, or",
218+
"(ii) creation of content with AVC Standard compliant technologies for distribution to third parties."
219+
]
220+
}
204221
]

cgmanifest.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,19 @@
4242
"isOnlyProductionDependency": true,
4343
"version": "102.0.5005.167"
4444
},
45+
{
46+
"component": {
47+
"type": "git",
48+
"git": {
49+
"name": "ffmpeg",
50+
"repositoryUrl": "https://chromium.googlesource.com/chromium/third_party/ffmpeg",
51+
"commitHash": "5cd95cdf972ad92c38a4ea2d059ac9d6167302ca"
52+
}
53+
},
54+
"isOnlyProductionDependency": true,
55+
"license": "LGPL-2.1+",
56+
"version": "4.4.git"
57+
},
4558
{
4659
"component": {
4760
"type": "git",

0 commit comments

Comments
 (0)