]> code.ossystems Code Review - openembedded-core.git/commit
libjpeg-turbo: upgrade 2.1.2 -> 2.1.3
authorwangmy <wangmy@fujitsu.com>
Tue, 1 Mar 2022 11:53:51 +0000 (19:53 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 2 Mar 2022 18:41:31 +0000 (18:41 +0000)
commitbc8da75b47f4f04592d0d1c3f9fea662ac1ee56c
treeb9fc3f669ffe34643840a6f434a4e4526657b2dc
parent973f0b25aa324dbd4642f67952f5531bf68ae9f6
libjpeg-turbo: upgrade 2.1.2 -> 2.1.3

License-Update: year updated to 2022

Changelog:
==========
1. Fixed a regression introduced by 2.0 beta1[7] whereby cjpeg compressed PGM
input files into full-color JPEG images unless the '-grayscale' option was
used.

2. cjpeg now automatically compresses GIF and 8-bit BMP input files into
grayscale JPEG images if the input files contain only shades of gray.

3. The build system now enables the intrinsics implementation of the AArch64
(Arm 64-bit) Neon SIMD extensions by default when using GCC 12 or later.

4. Fixed a segfault that occurred while decompressing a 4:2:0 JPEG image using
the merged (non-fancy) upsampling algorithms (that is, with
'cinfo.do_fancy_upsampling' set to 'FALSE') along with 'jpeg_crop_scanline()'.
Specifically, the segfault occurred if the number of bytes remaining in the
output buffer was less than the number of bytes required to represent one
uncropped scanline of the output image.  For that reason, the issue could only
be reproduced using the libjpeg API, not using djpeg.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/jpeg/libjpeg-turbo_2.1.3.bb [moved from meta/recipes-graphics/jpeg/libjpeg-turbo_2.1.2.bb with 94% similarity]