Package Details: libheif-highmem 1.19.7-2

Git Clone URL: https://aur.archlinux.org/libheif-highmem.git (read-only, click to copy)
Package Base: libheif-highmem
Description: An HEIF and AVIF file format decoder and encoder with 1GB memory and 2000 max items support
Upstream URL: https://github.com/strukturag/libheif
Licenses: GPL3
Conflicts: libheif
Provides: libheif, libheif.so
Replaces: libheif
Submitter: ABHIRAMSHIBU
Maintainer: ABHIRAMSHIBU
Last Packager: ABHIRAMSHIBU
Votes: 0
Popularity: 0.000000
First Submitted: 2024-12-18 18:38 (UTC)
Last Updated: 2025-04-04 07:33 (UTC)

Dependencies (21)

Required by (101)

Sources (1)

Latest Comments

bcyran commented on 2025-04-05 14:00 (UTC)

@ABHIRAMSHIBU Thanks a lot. It works like a charm!

ABHIRAMSHIBU commented on 2025-04-04 07:34 (UTC)

@bcyran, I have added it please check it out :-).

bcyran commented on 2025-04-03 17:00 (UTC)

@ABHIRAMSHIBU Thanks!

ABHIRAMSHIBU commented on 2025-04-03 16:24 (UTC)

@bcyran, I can add it. Will add this patch and push it after some time.

bcyran commented on 2025-04-03 15:54 (UTC)

Hi, I'm developing an application depending on libheif which often fails due to hitting the security limits. In my case, however, the problematic limit is max_items, not max_memory_block_size patched in this package. Would you be willing to patch the max_items value as well so I could recommend libheif-highmem as a workaround to the users of my application?

This is the application in question: - https://github.com/bcyran/timewall - https://aur.archlinux.org/packages/timewall

I confirmed that adding the following line to the PKGBUILD fixes the issue:

sed -i 's/.max_items = 1000,/.max_items = 2000,/' ${srcdir}/${pkgname}/libheif/security_limits.cc