Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-01-02 | 2.0 kB | |
libjpeg-turbo-2.0.1.dmg | 2019-01-01 | 11.9 MB | |
libjpeg-turbo-official_2.0.1_amd64.deb | 2018-11-12 | 1.1 MB | |
libjpeg-turbo-official_2.0.1_i386.deb | 2018-11-12 | 1.1 MB | |
libjpeg-turbo-official32_2.0.1_amd64.deb | 2018-11-12 | 850.0 kB | |
libjpeg-turbo-official-2.0.1.x86_64.rpm | 2018-11-12 | 1.1 MB | |
libjpeg-turbo-official-2.0.1.src.rpm | 2018-11-12 | 2.2 MB | |
libjpeg-turbo-2.0.1.tar.gz.sig | 2018-11-12 | 65 Bytes | |
libjpeg-turbo-official-2.0.1.i386.rpm | 2018-11-12 | 1.1 MB | |
libjpeg-turbo-2.0.1.tar.gz | 2018-11-12 | 2.2 MB | |
libjpeg-turbo-2.0.1-vc64.exe | 2018-11-12 | 1.3 MB | |
libjpeg-turbo-2.0.1-vc.exe | 2018-11-12 | 1.1 MB | |
libjpeg-turbo-2.0.1-jws.zip | 2018-11-12 | 1.4 MB | |
libjpeg-turbo-2.0.1-gcc64.exe | 2018-11-12 | 1.9 MB | |
libjpeg-turbo-2.0.1-gcc.exe | 2018-11-12 | 1.7 MB | |
Totals: 15 Items | 28.8 MB | 34 |
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:
http://www.libjpeg-turbo.org/key/LJT-GPG-KEY-1024
http://pgp.mit.edu/pks/lookup?op=get&search=0x85C7044E033FDE16
and the Windows installers are signed using a code signing certificate.
Packaging changes
- A new build of libjpeg-turbo-2.0.1.dmg was uploaded on 2019-01-01 to work around a regression whereby a runtime search path (rpath) was not embedded in the libjpeg-turbo shared libraries and executables for macOS and iOS. A proper fix for this regression will be included in libjpeg-turbo 2.0.2.
2.0.1
Significant changes relative to 2.0.0:
-
Fixed a regression introduced with the new CMake-based Un*x build system, whereby jconfig.h could cause compiler warnings of the form
"HAVE_*_H" redefined
if it was included by downstream Autotools-based projects that usedAC_CHECK_HEADERS()
to check for the existence of locale.h, stddef.h, or stdlib.h. -
The
jsimd_quantize_float_dspr2()
andjsimd_convsamp_float_dspr2()
functions in the MIPS DSPr2 SIMD extensions are now disabled at compile time if the soft float ABI is enabled. Those functions use instructions that are incompatible with the soft float ABI. -
Fixed a regression in the SIMD feature detection code, introduced by the AVX2 SIMD extensions (2.0 beta1[1]), that caused libjpeg-turbo to crash on Windows 7 if Service Pack 1 was not installed.
-
Fixed out-of-bounds read in cjpeg that occurred when attempting to compress a specially-crafted malformed color-index (8-bit-per-sample) Targa file in which some of the samples (color indices) exceeded the bounds of the Targa file's color table.
-
Fixed an issue whereby installing a fully static build of libjpeg-turbo (a build in which
CFLAGS
contains-static
andENABLE_SHARED
is0
) would fail with "No valid ELF RPATH or RUNPATH entry exists in the file."