Opened 3 years ago
Closed 3 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 , 3 years ago
comment:2 by , 3 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Significant changes relative to 2.1.2
input files into full-color JPEG images unless the
-grayscale
option was used.grayscale JPEG images if the input files contain only shades of gray.
(Arm 64-bit) Neon SIMD extensions by default when using GCC 12 or later.
the merged (non-fancy) upsampling algorithms (that is, with
cinfo.do_fancy_upsampling
set toFALSE
) along withjpeg_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.