This project is mirrored from https://github.com/strukturag/libheif.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 04 Jul, 2024 16 commits
-
-
Joachim Bauch authored
-
Joachim Bauch authored
-
Dirk Farin authored
Do not check maximum image size while merely parsing the file. Do the test when actually decoding the image (#1220)
-
Dirk Farin authored
-
Dirk Farin authored
-
Joachim Bauch authored
-
Joachim Bauch authored
Fixes compiler errors like the following with clang-12: /path/to/libheif/libheif/api/libheif/heif.cc:1673:10: error: result of comparison of constant 4294967295 with expression of type 'uint16_t' (aka 'unsigned short') is always false [-Werror,-Wtautological-constant-out-of-range-compare] cp > std::numeric_limits<std::underlying_type<heif_color_primaries>::type>::max()) { ~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /path/to/libheif/libheif/api/libheif/heif.cc:1714:10: error: result of comparison of constant 4294967295 with expression of type 'uint16_t' (aka 'unsigned short') is always false [-Werror,-Wtautological-constant-out-of-range-compare] tc > std::numeric_limits<std::underlying_type<heif_transfer_characteristics>::type>::max()) { ~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /path/to/libheif/libheif/api/libheif/heif.cc:1751:10: error: result of comparison of constant 4294967295 with expression of type 'uint16_t' (aka 'unsigned short') is always false [-Werror,-Wtautological-constant-out-of-range-compare] mc > std::numeric_limits<std::underlying_type<heif_matrix_coefficients>::type>::max()) { ~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 errors generated.
-
Joachim Bauch authored
-
Dirk Farin authored
-
Joachim Bauch authored
-
Joachim Bauch authored
-
Joachim Bauch authored
-
Brad Hards authored
-
Dirk Farin authored
Add convenience bindings for javascript to check filetype and to get primary image handle
-
Ezra Huang authored
-
Ezra Huang authored
-
- 02 Jul, 2024 1 commit
-
-
Dirk Farin authored
-
- 01 Jul, 2024 1 commit
-
-
Dirk Farin authored
copy DLL whenever the was rebuilt (not whenever the EXE was rebuilt), and only copy when using shared libraries
-
- 30 Jun, 2024 1 commit
-
-
Dirk Farin authored
-
- 28 Jun, 2024 10 commits
-
-
Dirk Farin authored
-
Dirk Farin authored
-
Dirk Farin authored
Fix unsigned integer
-
Jamaika1 authored
-
Dirk Farin authored
-
Dirk Farin authored
-
Dirk Farin authored
-
Dirk Farin authored
-
Dirk Farin authored
-
Dirk Farin authored
-
- 27 Jun, 2024 11 commits
-
-
Dirk Farin authored
doxygen: minor updates
-
Brad Hards authored
-
Dirk Farin authored
-
Dirk Farin authored
-
Dirk Farin authored
-
Dirk Farin authored
-
Dirk Farin authored
-
Dirk Farin authored
-
Dirk Farin authored
-
Dirk Farin authored
-
Dirk Farin authored
-