2023-07-22 10:37:49 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
libheif: fix build on Darwin, remove unused patch, cleanups
|
2023-07-12 00:36:43 by David Brownlee | Files touched by this commit (2) |
Log message:
Add svt-av1 buildlink3.mk
Fixed build issue if svt-av1 is installed. Bump PKGREVISION
(Timeout from "OK to commit?" email sent 2023-05-09)
|
2023-06-07 16:40:48 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
libheif: Disable rav1e option explicitly
If you have installed multimedia/rav1e, the build fails.
|
2023-05-28 19:08:43 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libheif: update to 1.16.2.
This release
adds an option to heif-convert to set the PNG compression level,
fixes a few build issues with some compilers,
fixes the --encoder option in heif-enc,
fixes heif_item_get_properties_of_type and \
heif_item_get_transformation_properties.
|
2023-05-16 10:56:02 by Thomas Klausner | Files touched by this commit (2) |
Log message:
libheif: add upstream pull request
|
2023-05-15 11:23:18 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
libheif: Explicitly use std::pow.
|
2023-05-07 14:08:07 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
libheif: update to 1.16.1.
v1.16.1 - fix building gdk-pixbuf loader Latest
Small maintenance update that fixes building the gdk-pixbuf loader.
The source package name has also been changed back to the old naming scheme.
v1.16.0 - Regions / chroma quality / uncompressed codec
This is a large release with many new features.
Support for HEIFv2 regions (rgan) and user annotations (udes). This enables \
to annotate regions in the image with several geometric primitives and assign \
user text descriptions to them. Thank you @bradh for the contributions. Mask \
support will be added soon.
Previously, chroma was downsampled and upsampled with a simple \
nearest-neighbor method. We now included the sharp-yuv chroma downsampling \
algorithm. This gives improved image quality when images are downsampled to \
4:2:0 and upsampled with bilinear interpolation. Thank you @maryla-uc for the \
contributions.
The bilinear chroma upsampling and averaging downsampling algorithms are \
also new. You can choose what to use.
We added experimental support for decoding uncompressed images according to \
ISO/IEC 23001-17:2023. This is work in progress and currently decoding only. \
Thank you @bradh for the contributions.
There are new APIs to query the image transformations. Thus, you may choose \
to get the original image and apply the transformations yourself.
A longstanding bug writing non-compliant 'ispe' boxes (image size) has been \
fixed. Files should be standard compliant now.
When building binary packages, you can now make use of a CMake presets to \
set a default configuration.
The deprecated autotools build files have been removed.
|
2023-04-12 11:35:29 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
libheif: Avoid ambiguous function call.
|
2023-03-31 22:52:15 by Thomas Klausner | Files touched by this commit (29) |
Log message:
libheif: add dav1d to bl3.mk file
pkg-config fails otherwise
Bump all dependencies
|
2023-03-30 23:47:07 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libheif: enable dav1d
Remove gcc workaround, not needed on NetBSD 10.
Bump PKGREVISION.
|