2021-01-04 12:06:21 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
libheif: update to 1.10.0.
v1.10.0 - read all auxiliary images, improve macOS compatibility
new API: may access all (vendor-dependent) auxiliary images (e.g. \
hdrgainmap, semanticskinmatte, ...)
change the way images with odd sizes are written so that macOS can read them
when ICC profile is present, will now write two colr boxes (nclx and ICC) \
into AVIF files. Also reads files with two colr boxes
alpha image is now saved as monochrome
loading of 16bit greyscale PNGs in heif_enc
heif_enc, option "-E" deprecated
remove dependency on alloca()
fix known bugs
|
2020-11-16 12:05:52 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
libheif: Fix build under NetBSD/amd64 8
Disable -Werror=maybe-uninitialized for NetBSD.
Reported by gdt@. Thank you.
|
2020-10-12 01:47:31 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Do not pick up GCC's Go backend.
|
2020-10-02 19:13:17 by Juraj Lutter | Files touched by this commit (1) |
Log message:
graphics/libheif: Regenerate distinfo left out after previous commit
|
2020-10-02 19:09:35 by Juraj Lutter | Files touched by this commit (3) |
Log message:
graphics/libheif: Fix build on SmartOS
Fix build on SmartOS or other platforms where more include files
are needed.
|
2020-09-29 08:04:58 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (3) |
Log message:
libheif: Fix build on FreeBSD
pkgsrc changes:
---------------
* Add preprocessor test for stdlib.h inclusion on FreeBSD
* Bump revision
|
2020-09-28 15:38:14 by Ryo ONODERA | Files touched by this commit (8) |  |
Log message:
libheif: Update to 1.9.1
Changelog:
1.9.1
fixed missing inline definition in C++ wrapper
1.9.0
add dav1d decoder plugin for faster decoding of AVIF images
support for images having both ICC and NCLX profiles
save NCLX profiles to AV1/HEVC bitstreams and also read them from the bitstream
add color profile API to C++ wrapper
improve rounding in color conversions
conformant encoding of AVIF images <16 pixels
many fixes and small improvements
|
2020-09-06 09:18:32 by Tobias Nygren | Files touched by this commit (2) |
Log message:
libheif: add missing include
|
2020-09-03 21:08:00 by Juraj Lutter | Files touched by this commit (1) |
Log message:
libheif: Remove stray erroneous line
|
2020-09-03 21:07:19 by Juraj Lutter | Files touched by this commit (7) |
Log message:
graphics/libheif: Fix build with gcc 7.5
Fix build on platforms with gcc 7.5, like SmartOS.
|