-
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.
- Loading branch information
GC
committed
Apr 15, 2020
1 parent
be5326d
commit f84cc6b
Showing
3 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Submodule libavif
updated
19 files
+5 −1 | .travis.yml | |
+26 −2 | CHANGELOG.md | |
+9 −13 | CMakeLists.txt | |
+1 −1 | appveyor.yml | |
+2 −2 | ext/libgav1.cmd | |
+23 −6 | include/avif/avif.h | |
+3 −11 | include/avif/internal.h | |
+21 −16 | src/alpha.c | |
+8 −13 | src/avif.c | |
+7 −8 | src/codec_aom.c | |
+6 −3 | src/codec_dav1d.c | |
+6 −3 | src/codec_libgav1.c | |
+2 −9 | src/codec_rav1e.c | |
+149 −126 | src/read.c | |
+208 −206 | src/reformat.c | |
+1 −1 | src/stream.c | |
+294 −336 | src/write.c | |
+264 −123 | tests/cJSON.c | |
+81 −65 | tests/cJSON.h |