Skip to content

1.0.1

Compare
Choose a tag to compare
@dcommander dcommander released this 28 Jul 17:28

Assets

Support

Code Quality: Stable
Current Support Category: EOL

Release Notes

Significant changes relative to 1.0.0:

  1. The Huffman decoder will now handle erroneous Huffman codes (for instance, from a corrupt JPEG image.) Previously, these would cause libjpeg-turbo to crash under certain circumstances.

  2. Fixed typo in SIMD dispatch routines that was causing 4:2:2 upsampling to be used instead of 4:2:0 when decompressing JPEG images using SSE2 code.

  3. The configure script will now automatically determine whether the INCOMPLETE_TYPES_BROKEN macro should be defined.