Home / 2.1.4
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2023-08-23 2.0 kB
libjpeg-turbo-official-2.1.4.x86_64.rpm 2022-09-13 956.2 kB
libjpeg-turbo-official-2.1.4.src.rpm 2022-09-13 2.3 MB
libjpeg-turbo-official-2.1.4.aarch64.rpm 2022-09-13 823.2 kB
libjpeg-turbo-official-2.1.4.i386.rpm 2022-09-13 927.7 kB
libjpeg-turbo-official_2.1.4_i386.deb 2022-08-12 1.1 MB
libjpeg-turbo-official32_2.1.4_amd64.deb 2022-08-12 815.0 kB
libjpeg-turbo-official_2.1.4_amd64.deb 2022-08-12 1.2 MB
libjpeg-turbo-official_2.1.4_arm64.deb 2022-08-12 1.2 MB
libjpeg-turbo-ios-2.1.4.dmg 2022-08-12 5.0 MB
libjpeg-turbo-2.1.4.tar.gz 2022-08-12 2.3 MB
libjpeg-turbo-2.1.4.tar.gz.sig 2022-08-12 543 Bytes
libjpeg-turbo-2.1.4-vc64.exe 2022-08-12 1.5 MB
libjpeg-turbo-2.1.4-vc.exe 2022-08-12 1.3 MB
libjpeg-turbo-2.1.4.dmg 2022-08-12 3.0 MB
libjpeg-turbo-2.1.4-gcc64.exe 2022-08-12 1.5 MB
libjpeg-turbo-2.1.4-gcc.exe 2022-08-12 1.3 MB
Totals: 17 Items   25.3 MB 4,689

Package signatures

To ensure the integrity of the libjpeg-turbo binary packages, the RPM and DEB files and the source tarball are signed using the following key:
https://www.libjpeg-turbo.org/key/LJT-GPG-KEY
https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x0338c8d8d9fda62cf9c421bd7ec2dbb6f4dbf434
and the Windows installers are signed using a code signing certificate.

2.1.4

Significant changes relative to 2.1.3

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

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

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

  4. 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)].

  5. 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.
Source: README.md, updated 2023-08-23