1. 5033f3e Remove MS-DOS code and information, and adjust copyright headers to reflect the removal of features in r1307 and r1308. libjpeg-turbo has never supported MS-DOS, nor is it even possible for us to do so. by DRC · 10 years ago
  2. 52ded87 Remove all of the NEED_SHORT_EXTERNAL_NAMES stuff. There is scant information available as to which linkers ever had a 15-character global symbol name limit. AFAICT, it might have been a VMS and/or a.out BSD thing, but none of those platforms have ever been supported by libjpeg-turbo (nor are such systems supported by other open source libraries of this nature.) by DRC · 10 years ago
  3. 112a0bb More recent versions of autoconf add -traditional-cpp to the CPP flags, which causes jsimdcfg.inc.h to not preprocess correctly unless we expand all of the instances of the #definev macro. by DRC · 12 years ago
  4. c08e8c1 When decompressing to a 4-byte RGB buffer, set the unused byte to 0xFF so it can be interpreted as an opaque alpha channel. by DRC · 13 years ago
  5. b4570bb Improve performance of non-SIMD color conversion routines and use global constants to define colorspace extension parameters by DRC · 13 years ago
  6. eea7215 Add SSE2 SIMD implementation of computationally intensive routines. by Pierre Ossman · 16 years ago
  7. 018fc42 Add SSE SIMD implementation of computationally intensive routines. by Pierre Ossman · 16 years ago
  8. 65d0317 Add 3DNow SIMD implementation of computationally intensive routines. by Pierre Ossman · 16 years ago
  9. 5eb84ff Add MMX SIMD implementation of computationally intensive routines. by Pierre Ossman · 16 years ago
  10. 2ae181c Implement x86 SIMD framework by Pierre Ossman · 16 years ago