]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
libjpeg-turbo: upgrade 3.0.0 -> 3.0.1
authorWang Mingyu <wangmy@fujitsu.com>
Fri, 3 Nov 2023 07:12:14 +0000 (15:12 +0800)
committerSteve Sakoman <steve@sakoman.com>
Wed, 29 Nov 2023 16:21:25 +0000 (06:21 -1000)
commitc86d9c34aea1e735c9c828029ce0ae1501928e4c
tree16bf3defd2916a88ac6bf26033af51cc607ebbe8
parentd33248db045b6959c641630dda1aa35aaf702648
libjpeg-turbo: upgrade 3.0.0 -> 3.0.1

Changelog:
=============
1. The x86-64 SIMD functions now use a standard stack frame, prologue, and
epilogue so that debuggers and profilers can reliably capture backtraces from
within the functions.

2. Fixed two minor issues in the interblock smoothing algorithm that caused
mathematical (but not necessarily perceptible) edge block errors when
decompressing progressive JPEG images exactly two MCU blocks in width or that
use vertical chrominance subsampling.

3. Fixed a regression introduced by 3.0 beta2[6] that, in rare cases, caused
the C Huffman encoder (which is not used by default on x86 and Arm CPUs) to
generate incorrect results if the Neon SIMD extensions were explicitly disabled
at build time (by setting the 'WITH_SIMD' CMake variable to '0') in an AArch64
build of libjpeg-turbo.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit f1d2ffb6c7282751919a7057ffc445db71866f96)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb [moved from meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.0.bb with 97% similarity]