diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-03-09 09:48:36 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-17 13:25:17 -0700 |
| commit | d4bc3fe962e3aef4a0dae43186a4929c1fa3b504 (patch) | |
| tree | b5269f6a0e44e61470a0fc120afe8b7ca78c2399 /meta-multimedia | |
| parent | 57045ecd657e9d50fa891b4a7c0c91aaec94b7e1 (diff) | |
| download | meta-openembedded-d4bc3fe962e3aef4a0dae43186a4929c1fa3b504.tar.gz | |
libheif: upgrade 1.20.2 -> 1.21.2
Changelog:
1.21.2:
- build script for JS/WASM now supports building with JPEG2000
and "ISO23001-17 Uncompressed" support.
- image sequence SAI data now works when using the OpenH264 decoder plugin
1.21.1:
- This patch release only fixes a build error with some GCC versions
because of a missing #include.
1.21.0:
- CVE-2025-68431 fixed
- This release adds full support for reading and writing HEIF image sequences.
- libheif will now encode HEIF image sequences with all included codecs.
- Since HEIF image sequences are very similar to MP4 videos, this new version
is also capable of decoding most MP4 videos (without audio, of course).
- Support for image sequences with alpha channels. For most codecs, the alpha
channel will be stored in a separate, auxiliary, monochrome track. For
ISO/IEC 23001-17 (uncompressed) streams, the alpha channel is stored in
the main video track.
- Support for sequence track edit lists to define the number of sequence
repetitions (without actually repeating the video data).
- New encoder plugin using x264 to write H.264-compressed video streams and images.
- The FFmpeg decoder plugin will now decode both H.265 and H.264.
- Support for HEIF text items and language properties
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/libheif/libheif_1.21.2.bb (renamed from meta-multimedia/recipes-multimedia/libheif/libheif_1.20.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-multimedia/libheif/libheif_1.20.2.bb b/meta-multimedia/recipes-multimedia/libheif/libheif_1.21.2.bb index b268b37d8e..7ccac771dc 100644 --- a/meta-multimedia/recipes-multimedia/libheif/libheif_1.20.2.bb +++ b/meta-multimedia/recipes-multimedia/libheif/libheif_1.21.2.bb | |||
| @@ -6,9 +6,9 @@ LICENSE_FLAGS = "commercial" | |||
| 6 | 6 | ||
| 7 | COMPATIBLE_MACHINE:powerpc64le = "null" | 7 | COMPATIBLE_MACHINE:powerpc64le = "null" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/strukturag/libheif.git;protocol=https;branch=v1.20.x-releases" | 9 | SRC_URI = "git://github.com/strukturag/libheif.git;protocol=https;branch=master;tag=v${PV}" |
| 10 | 10 | ||
| 11 | SRCREV = "35dad50a9145332a7bfdf1ff6aef6801fb613d68" | 11 | SRCREV = "62f1b8c76ed4d8305071fdacbe74ef9717bacac5" |
| 12 | 12 | ||
| 13 | inherit cmake pkgconfig | 13 | inherit cmake pkgconfig |
| 14 | 14 | ||
