libheif icon indicating copy to clipboard operation
libheif copied to clipboard

libheif is an HEIF and AVIF file format decoder and encoder.

Results 248 libheif issues
Sort by recently updated
recently updated
newest added

Currently, the quality factor is specific to each codec (even each encoder). Investigate whether it is possible to find a comparable quality scale over all codecs. #1136

Some codecs support images composed of tiles at the codec level (ISO 23001-17, h.265). Is there any use-case to support this for writing and fast access or would it be...

Hi, I use heif_convert command(from libheif example) to convert below heif image to jpg/png. The output image color incorrect which seems too green [1040g008313u8g0qp1m4g5nkalku094d2qla98k0 2.heic.zip](https://github.com/user-attachments/files/15837489/1040g008313u8g0qp1m4g5nkalku094d2qla98k0.2.heic.zip)

Hello all, I tried the [demo ](https://strukturag.github.io/libheif/) (version 1.16.2) to convert a [HIF file (10 bit) ](https://we.tl/t-sgYLO9lAY7) to JPG. The conversion went smoothly, however, I noticed two things : 1)...

https://github.com/strukturag/libheif/blob/master/libheif/heif_context.cc#L912-L916 has code that looks like this: ``` if (refs.size() != 1) { return Error(heif_error_Invalid_input, heif_suberror_Unspecified, "Metadata not correctly assigned to image"); } ``` That seems inconsistent with ISO/IEC 14496-12:2022...

oss-fuzz issue [42535687](https://issues.oss-fuzz.com/issues/42535687) has been open since May 20th. Although it only occurs while using libheif, I was not aware that it was due to a libheif implementation feature. There...

I noticed that ppa builds are missing for Ubuntu 24.04. Any chance they can be added? 24.04 is a LTS release.

Feature request to use hardware decoding if available for hevc formats. Please apprise if it already possible. I already have a ffmpeg dist with nvidia hevc decoder. Although that works...

As part of GraphicsMagick oss-fuzz fuzz testing, oss-fuzz has detected an unusual stack overflow in latest libheif code. The issue will eventually be visible to all at [graphicsmagick:coder_AVIF_fuzzer: Stack-overflow in...