Opened 3 years ago
Closed 3 years ago
#16901 closed enhancement (fixed)
libjpeg-turbo-2.1.4
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
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
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 3 years ago
comment:3 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commits
a55d13b4ad Update to liblinear-245. 8a2daa5b0d Update to git-2.37.2. 0325e04605 Update to NetworkManager-1.38.4. fc83fc605d Update to libjpeg-turbo-2.1.4. 2b101127bf Update to ldns-1.8.2. cbe863aa8d Update to xfsprogs-5.19.0 and Update to mupdf-1.20.3.
Note:
See TracTickets
for help on using tickets.
2.1.4
Significant changes relative to 2.1.3
tjDecompressHeader3()
function in the TurboJPEG C API and theTJDecompressor.setSourceImage()
method in the TurboJPEG Java API now accept "abbreviated table specification" (AKA "tables-only") datastreams, which can be used to prime the decompressor with quantization and Huffman tables that can be used when decompressing subsequent "abbreviated image" datastreams.jpeg_crop_scanline()
afterjpeg_start_decompress()
but beforejpeg_start_output()
resulted in an error ("Improper call to JPEG library in state 207".)jpeg_skip_scanlines()
resulted in an error ("Bogus virtual array access") under certain circumstances.