-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from kaatt/master
bump libheif to v1.11.0
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libheif
updated
16 files
+21 −4 | CMakeLists.txt | |
+6 −4 | configure.ac | |
+1 −1 | examples/heif_convert.cc | |
+2 −1 | examples/heif_enc.cc | |
+33 −3 | examples/heif_info.cc | |
+2 −0 | libheif/box.h | |
+214 −45 | libheif/heif.cc | |
+51 −1 | libheif/heif.h | |
+3 −0 | libheif/heif_colorconversion.cc | |
+22 −9 | libheif/heif_context.cc | |
+14 −7 | libheif/heif_context.h | |
+62 −51 | scripts/cpplint.py | |
+14 −1 | scripts/pre-commit.hook | |
+11 −2 | scripts/run-ci.sh | |
+1 −1 | third-party/dav1d.cmd | |
+1 −1 | third-party/rav1e.cmd |