-
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.
Browse files
Browse the repository at this point in the history
updating to the v1.6.2 tagged commit
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libheif
updated
22 files
+31 −8 | CMakeLists.txt | |
+1 −1 | README.md | |
+3 −3 | configure.ac | |
+6 −6 | examples/CMakeLists.txt | |
+2 −2 | examples/heif_enc.cc | |
+9 −0 | fuzzing/dictionary.txt | |
+7 −3 | gdk-pixbuf/CMakeLists.txt | |
+6 −6 | gdk-pixbuf/pixbufloader-heif.c | |
+2 −0 | go/heif/heif.go | |
+29 −29 | libheif/CMakeLists.txt | |
+1 −1 | libheif/box.cc | |
+4 −0 | libheif/box.h | |
+6 −0 | libheif/box_fuzzer.cc | |
+2 −0 | libheif/error.cc | |
+3 −0 | libheif/heif.cc | |
+3 −0 | libheif/heif.h | |
+155 −1 | libheif/heif_colorconversion.cc | |
+38 −4 | libheif/heif_context.cc | |
+1 −0 | libheif/heif_emscripten.h | |
+21 −4 | libheif/heif_encoder_x265.cc | |
+3 −2 | libheif/heif_file.cc | |
+1 −1 | libheif/heif_limits.h |