IABSD.fr/ports/graphics/libavif

Branch :


Log

Author Commit Date CI Message
e58f3519 2025-07-20 14:47:22 update to libavif-1.3.0, from Brad (maintainer)
501f52ef 2024-08-30 07:48:53 Update libavif to 1.1.1 The libavif v1.1.0 update introduced a cmake issue that caused problems when building kf{5,6}-kimageformats. Spotted by aja, sthen, update diff by Brad (maintainer)
9ded2850 2024-08-27 07:54:17 update to libavif-1.1.0, from Brad (maintainer)
448cebf3 2024-04-03 12:13:14 update to libavif-1.0.4, from Brad (maintainer)
1e9e2808 2023-10-04 15:15:40 libavif: add dep on graphics/libwebp for libsharpyuv. remove -DCMAKE_DISABLE_FIND_PACKAGE_libsharpyuv=OFF (which is a noop, because searching for libsharpyuv is on by default). change -DCMAKE_DISABLE_FIND_PACKAGE_libyuv=OFF (also a noop) to -DCMAKE_DISABLE_FIND_PACKAGE_libyuv=ON (which I think is perhaps what was meant in the first place). found by ajacoutot@
f8b49f24 2022-11-25 21:14:09 update to libavif-0.11.1, from Brad (maintainer)
b501b464 2022-05-11 17:26:52 update to libavif-0.10.1, from Brad (maintainer)
af6a7994 2022-03-11 19:22:04 drop RCS Ids
b67c8943 2022-02-02 07:33:18 Update libavif 0.9.2 => 0.9.3 Software changes [0.9.3] - 2021-10-20: ### Added * Support for progressive AVIFs and operating point selection * Add automatic tile scaling to the item's ispe or track's dims * Add diagnostic messages for AV1 decode failures * avifdec: Add PNG compression level arg * Make image size limit configurable, expose to avifdec * Add the AVIF_STRICT_ALPHA_ISPE_REQUIRED flag ### Changed * Mandate ispe and disallow zero width or height (#640). * Re-map libavif speed 7-10 to libaom speed 7-9 (#682) * Refer to https://aomedia-review.googlesource.com/c/aom/+/140624 * If you were using libaom with the following avif speed setting: * - speed 0-6: no change is needed * - speed 7: change to speed 6 for the same results * - speed 8-9: re-test and re-adjust speed according to your app needs * Update aom.cmd: v3.2.0 * Update dav1d.cmd: 0.9.2 * Pass TestCase's minQuantizer, maxQuantizer, speed to encoder. * Regenerate tests.json * Disable JSON-based tests for now, the metrics are inconsistent/unreliable * Set diagnostic message for aom_codec_set_option() * Re-map libavif-libaom speed settings (#682) * Bump of version in CMakeLists.txt was forgotten * avifdec: Better message for unsupported file extension * Do not copy input image when encoding with libaom unless width or height is 1 * Fix the comment for AVIF_STRICT_PIXI_REQUIRED * Update libavif.pc.cmake (#692) * In 32-bit builds set dav1d's frame_size_limit setting to 8192*8192 * Allocate alpha alongside YUV (if necessary) during y4m decode to avoid incorrect alphaRowBytes math * Change avif_decode_fuzzer to be more like Chrome * Update codec_dav1d.c for the new threading model * Generalized ipco property deduplication * Rename avifParseMoovBox to avifParseMovieBox for consistency * Simplify idat storage for avifMeta structure (#756) * Fix oss-fuzz coverage build failure of dav1d * Redesign AVIF_DECODER_SOURCE_AUTO to honor the FileTypeBox's major brand * Use "C420" as default Y4M color space parametee Port changes: This update disables json tests, which are unreliable and have been deactivated upstream as well. Update from Brad
49d1e0e1 2021-06-28 17:15:06 update to libavif-0.9.2, from Brad