-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix alpha on non-8bit or limited range
- Loading branch information
GC
committed
Mar 16, 2020
1 parent
ff0c9da
commit 806207f
Showing
3 changed files
with
106 additions
and
6 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
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
14 files
+3 −1 | .gitignore | |
+18 −1 | CHANGELOG.md | |
+73 −13 | CMakeLists.txt | |
+22 −3 | apps/avifdec.c | |
+36 −4 | apps/avifenc.c | |
+216 −0 | apps/shared/avifpng.c | |
+13 −0 | apps/shared/avifpng.h | |
+10 −1 | appveyor.yml | |
+8 −0 | ext/zlibpng.cmd | |
+1 −1 | include/avif/avif.h | |
+12 −12 | src/alpha.c | |
+1 −4 | src/avif.c | |
+2 −7 | src/read.c | |
+7 −2 | src/write.c |