Closed Bug 1787515 Opened 2 years ago Closed 1 year ago

Update libjpeg-turbo to 2.1.4

Categories

(Core :: Graphics: ImageLib, task)

task

Tracking

()

VERIFIED FIXED
109 Branch
Tracking Status
firefox109 --- verified

People

(Reporter: Virtual, Assigned: RyanVM)

References

Details

(Keywords: nightly-community)

Attachments

(1 file)

https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.1.4
https://sourceforge.net/projects/libjpeg-turbo/files/2.1.4/

Significant changes relative to 2.1.3

Fixed a regression introduced in 2.1.3 that caused build failures with Visual Studio 2010.

The tjDecompressHeader3() function in the TurboJPEG C API and the TJDecompressor.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.

libjpeg-turbo now performs run-time detection of AltiVec instructions on OS X/PowerPC systems if AltiVec instructions are not enabled at compile time. This allows both AltiVec-equipped (PowerPC G4 and G5) and non-AltiVec-equipped (PowerPC G3) CPUs to be supported using the same build of libjpeg-turbo.

Fixed an error ("Bogus virtual array access") that occurred when attempting to decompress a progressive JPEG image with a height less than or equal to one iMCU (8 * the vertical sampling factor) using buffered-image mode with interblock smoothing enabled. This was a regression introduced by 2.1 beta1[6(b)].

Fixed two issues that prevented partial image decompression from working properly with buffered-image mode:
    Attempting to call jpeg_crop_scanline() after jpeg_start_decompress() but before jpeg_start_output() resulted in an error ("Improper call to JPEG library in state 207".)
    Attempting to use jpeg_skip_scanlines() resulted in an error ("Bogus virtual array access") under certain circumstances.
See Also: → 1798532
See Also: 1798532
Assignee: nobody → ryanvm
Pushed by rvandermeulen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/deb32ba0613d
Update libjpeg-turbo to 2.1.4. r=aosmond
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
Blocks: 1815737
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: