Opened 2 years ago

Closed 2 years ago

#16173 closed enhancement (fixed)

libjpeg-turbo-2.1.3

Reported by: Bruce Dubbs Owned by: pierre
Priority: normal Milestone: 11.2
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by Xi Ruoyao, 2 years ago

Significant changes relative to 2.1.2

  1. Fixed a regression introduced by 2.0 beta1 whereby cjpeg compressed PGM

input files into full-color JPEG images unless the -grayscale option was used.

  1. cjpeg now automatically compresses GIF and 8-bit BMP input files into

grayscale JPEG images if the input files contain only shades of gray.

  1. 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.

  1. 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.

comment:2 by pierre, 2 years ago

Owner: changed from blfs-book to pierre
Status: newassigned

comment:3 by pierre, 2 years ago

Resolution: fixed
Status: assignedclosed

Fixed at dac8a1157a7

Note: See TracTickets for help on using tickets.