./graphics/libheif, HEIF and AVIF file format decoder and encoder library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.19.7, Package name: libheif-1.19.7, Maintainer: ryoon

libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File
Format) file format decoder and encoder.

HEIF and AVIF are new image file formats employing HEVC (h.265) or
AV1 image coding, respectively, for the best compression ratios
currently possible.

libheif makes use of libde265 for HEIF image decoding and x265 for
encoding. For AVIF, libaom is used as encoder and decoder.
Alternative codecs for, e.g., AVC and JPEG can be provided as
plugins.


Master sites:

Filesize: 1676.939 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-11 13:37:03 by Nia Alarie | Files touched by this commit (1)
Log message:
libheif: Build dependent packages with same compiler baseline.
   2025-03-10 16:45:24 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
libheif: update to 1.19.7.

1.19.7

Fixes a build error with SVT-AV1 encoder plugin when using reduced symbol \ 
visibility (#1480).

1.19.6

Bugfix release.

Additionally, there are the following changes:

    C++ and Go wrapper licenses have been changed to MIT
    supports SVT-AV1 v3.0.0 encoder
    support emscripten builds for ES6 modules
   2025-02-18 11:33:23 by Thomas Klausner | Files touched by this commit (38)
Log message:
*: recursive bump for openh264
   2024-11-24 11:07:53 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
libheif: update to 1.19.5.

1.19.5

fix heif_image_handle_is_premultiplied_alpha() #1394

1.19.4

Fixes a few minor bugs:

    fix crash when encoding tiled unci images
    fix crash in heif_context_encode_grid()
    fix querying the preferred colorspace for monochrome AVIF files
    error when using a chroma format or bit depth that is not supported by the \ 
Kvazaar plugin
    output proper error message when memory allocation failed and use \ 
user-defined security limits
    heif-dec: do not show progress when option --quiet it given
   2024-11-24 07:59:09 by Adam Ciarcinski | Files touched by this commit (41)
Log message:
revbump for x265
   2024-11-17 10:16:25 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
libheif: update to 1.19.3.

fixes a race condition that may lead to some image tiles not being included in \ 
the output image (#1379)
fix a potential crash when querying overlay image information
   2024-11-09 11:57:04 by Thomas Klausner | Files touched by this commit (1)
Log message:
libheif: now requires c++20.
   2024-11-07 19:42:14 by Thomas Klausner | Files touched by this commit (4)
Log message:
libheif: add upstream commit to revert API change

Fixes py-pillow_heif.

Bump PKGREVISION.