2023-03-30 23:45:10 by Thomas Klausner | Files touched by this commit (2) |
Log message:
libheif: remove patch
File doesn't use alloca() any longer, so no need for alloca.h
|
2023-03-30 23:43:58 by Thomas Klausner | Files touched by this commit (2) |
Log message:
libheif: remove patch
cmath should provide pow()
|
2023-03-30 23:41:50 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
libheif: update to 1.15.2.
Switch to CMake since upstream will deprecate autoconf.
Remove merged patch.
v1.15.2 - maintenance release Latest
Fixes an incompatibility with AOM v3.6.0.
A couple of smaller fixes.
v1.15.1 - fix compilation without plugins
build fix only
v1.15.0 - Windows plugins / CLLI, MDCV, PASP boxes
codec plugin system now also works with Windows
heif_convert: manually choose which decoder should be used
support for CLLI (content light level box), MDCV (mastering display colour \
volume), PASP (pixel aspect) information
ICC profile support in gdk-pixbuf loader
various fixes
v1.14.2 - maintenance
A function name typo in the C++ wrapper was corrected in v1.14.1, but the old \
function name should not have been removed from the API
(ColorProfile_nclx::set_color_primaries()). The old name is added to the API \
again in this release.
This is the only change in this update.
v1.14.1 - maintenance release
This release fixes
various issues is the build system
encoding images smaller than 64x64 with svt-av1
the 'quality' parameter for svt-av1
a potentially wrong image orientation for PNG inputs
crash on non-null terminated XMP input
HDR RGB to YCbCr conversion coefficients for limited range coefficients
1.14.0 - codec plugins / svt-av1 backend
adds SVT-AV1 encoder as AVIF backend
dynamic plugin interface for installing codecs independently from libheif \
(currently Unix only)
add XMP header compression (using zlib)
library should now be initialized with heif_init()
heif_convert: extract EXIF and XMP to separate files
heif_enc: add benchmarking function to compare codecs
copy EXIF/XMP between HEIC/AVIF files and JPEG/PNG in all kinds of combinations
remove EXIF orientation tag from input when converting to HEIC/AVIF and \
generate irot/imir boxes matching the input orientation
|
2023-03-30 22:29:48 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Workaround a default enabled flow sensitive warning-as-error.
|
2022-09-09 17:35:16 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
libheif: update to 1.13.0.
pay attention to the correct chroma sample positions
heif_image now holds a list of decoding warnings
use AOM AOM_USAGE_ALL_INTRA mode instead of AOM_USAGE_GOOD_QUALITY
'strict' decoding mode with more checks for standard conformity of input
support for EXIF data >64k in JPEG output
proper library initialization and cleanup
separate quality settings for alpha channel (AOM)
improve color conversion speed (no lroundf)
build and packaging fixes
|
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-09 17:35:12 by Nia Alarie | Files touched by this commit (105) |
Log message:
Recursive revbump for multimedia/libaom
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2021-07-14 19:24:54 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
libheif: fix building with Clang
|
2021-05-20 10:21:21 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libheif: update to 1.12.0.
check for MIAF conformance and add as compatible brand
signaling of premultiplied alpha
parse AV1 obu_sequence_header for av1C box
write pixi box in AVIFs
save alpha as monochrome in AVIF if possible
many build fixes (thanks to the numerous external contributors)
|