-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update libs to: libavif 1.0.1, libde265 1.0.12, libjxl 5d20fbe, libpn…
…g 1.6.40, libwebp 1.3.2 (fixes CVE), zlib 1.3 Merge PR #235 by https://github.com/qbnu
- Loading branch information
Showing
66 changed files
with
3,513 additions
and
3,488 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libavif
updated
93 files
Submodule libde265
updated
16 files
+1 −1 | .github/workflows/arm.yml | |
+1 −1 | .github/workflows/build.yml | |
+1 −1 | .github/workflows/coverity.yml | |
+1 −1 | .github/workflows/decode.yml | |
+2 −2 | CMakeLists.txt | |
+1 −1 | appveyor.yml | |
+3 −3 | configure.ac | |
+2 −2 | extra/libde265/de265-version.h | |
+5 −0 | libde265/CMakeLists.txt | |
+2 −0 | libde265/de265.cc | |
+2 −1 | libde265/de265.h | |
+4 −2 | libde265/decctx.cc | |
+1 −1 | libde265/decctx.h | |
+12 −2 | libde265/motion.cc | |
+1 −1 | libde265/vps.cc | |
+5 −0 | scripts/ci-before-install-linux.sh |
Submodule libpng
updated
from 07b880 to f13577
4 changes: 2 additions & 2 deletions
4
extras/third_party/libpng-apng.src-patch/libpng-apng/README.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
This modified version of libpng code adds animated PNG support and is | ||
released under the same license as the upstream library. The modifications | ||
are Copyright (c) 2006-2007 Andrew Smith, Copyright (c) 2008-2017 Max Stepin, | ||
are Copyright (c) 2006-2007 Andrew Smith, Copyright (c) 2008-2023 Max Stepin, | ||
and are delimited by "#ifdef PNG_APNG_SUPPORTED / #endif" directives | ||
surrounding them in the modified libpng source files. | ||
|
||
You can get it from: | ||
https://sourceforge.net/projects/libpng-apng/files/libpng16/ | ||
https://sourceforge.net/projects/apng/files/libpng/libpng16/ | ||
https://sourceforge.net/projects/libpng-apng/files/libpng16/ | ||
https://hg.mozilla.org/mozilla-central/file/tip/media/libpng/apng.patch | ||
|
Oops, something went wrong.