Dirk Farin
Dirk Farin
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'm the libheif author on which your wrapper is based and I'm afraid that your wrapper code is violating the usage terms of libheif. Libheif is released under the...
### Checklist - [X] I have used the search function for [**OPEN**](https://github.com/AntennaPod/AntennaPod/issues) issues to see if someone else has already submitted the same bug report. - [X] I have **also**...
**Description**: I've been using `namp` for a long time and I love it. However, I've switched from Ubuntu 22.04 to 24.04 and it does not work anymore. The files appear...
This adds the check to `kvz_api_get(bit_depth)` whether the requested bit depth is supported. See #399
Many CI checks look very outdated. In my view, we should do a release build and a test build with all codecs enabled. Once with plugins and once without, and...
OSS-Fuzz builds libaom, x265, and libde265, but does not find them when building libheif, resulting in only enabling the 'uncompressed' codec (mentioned in https://github.com/strukturag/libheif/issues/1345#issuecomment-2441552780). [Link to Build Logs.](https://oss-fuzz-build-logs.storage.googleapis.com/index.html#libheif) Additionally to...
Filenames with diacritics characters or other non-English glyphs are not processed correctly on Windows because of the different character encoding used.
Currently, we assign metadata properties (clli, mdcv, pasp) to the `heif_image` pixel image, but this does not work when images are composed (grid, iden, iovl). We need a way to...
We miss the RGB to YCbCr conversion for YCgCo(-R). This is `matrix_coefficients=8`. While we are at it, we could also add support for `matrix_coefficients=16` and `17` (YCgCo-Re / YCgCo-Ro) which...