chore: include notice for H.264/AVC (#158255)

* chore: include notice for H.264/AVC

* chore: add ffmpeg to cgmanifest
This commit is contained in:
Robo 2022-08-16 23:12:26 +09:00 committed by GitHub
parent c827bd9838
commit 3b47ac45ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 0 deletions

View file

@ -201,4 +201,21 @@
"SOFTWARE"
]
}
{
// Reason: This product includes AVC coding technology. MPEG LA LLC requires this notice.
"name": "H.264/AVC Video Standard",
"fullLicenseText": [
"This product is licensed under the AVC patent portfolio license for the personal",
"and non-commercial use of a consumer to (i) encode video in compliance with the AVC standard (\"AVC VIDEO\")",
"and/or (ii) decode AVC video that was encoded by a consumer",
"engaged in a personal and non-commercial activity and/or was obtained from a video provider",
"licensed to provide AVC video. No license is granted or shall be implied for any other use.",
"Additional information may be obtained from MPEG LA LLC. See http://www.MPEGLA.COM.",
"",
"For clarification purposes, this notice does not limit or inhibit the use of the product",
"for normal business uses that are personal to that business which do not include",
"(i) redistribution of the product to third parties, or",
"(ii) creation of content with AVC Standard compliant technologies for distribution to third parties."
]
}
]

View file

@ -42,6 +42,19 @@
"isOnlyProductionDependency": true,
"version": "102.0.5005.167"
},
{
"component": {
"type": "git",
"git": {
"name": "ffmpeg",
"repositoryUrl": "https://chromium.googlesource.com/chromium/third_party/ffmpeg",
"commitHash": "5cd95cdf972ad92c38a4ea2d059ac9d6167302ca"
}
},
"isOnlyProductionDependency": true,
"license": "LGPL-2.1+",
"version": "4.4.git"
},
{
"component": {
"type": "git",