summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/libheif
Commit message (Collapse)AuthorAgeFilesLines
* libheif: Make openh264 as packageconfigKhem Raj2025-01-071-3/+4
| | | | | | | | openh264 is an optional dependency so its good to make it a configurable option since the build says that its an optional dependency, this helps in building libheif for architectures like riscv32 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libheif: add recipeMarkus Volk2025-01-071-0/+26
libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. 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, dav1d, svt-av1, or rav1e are used as codecs. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>