2021-04-12 10:30:02 by Adam Ciarcinski | Files touched by this commit (21) | |
Log message:
Revbump for multimedia/x265 update
|
2021-02-06 06:53:07 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
libheif: Update to 1.11.0
Changelog:
fix writing ispe box in HEIFs
nclx output profile encoding parameters
change the way nclx profiles is written so that macOS can read them
API for listing file brands and checking file type
fix heif_image_handle_get_depth_image_representation_info()
|
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
|