1. ab64b62 Add LIBJPEG_TURBO_VERSION macro for checking the libjpeg-turbo version at compile time by DRC · 13 years ago
  2. 3fbf08b Fill unused byte with 0xFF on Windows as well by DRC · 13 years ago
  3. b4570bb Improve performance of non-SIMD color conversion routines and use global constants to define colorspace extension parameters by DRC · 13 years ago
  4. b7120ca Prevent jmorecfg.h from re-defining INT32 and INT16 if those types have already been defined by the Windows system headers. by DRC · 13 years ago
  5. ffdb8f2 Prevent jmorecfg.h from re-defining INT32 and INT16 if those types have already been defined by the Windows system headers. by DRC · 13 years ago
  6. e873854 Fix I/O redirection in cjpeg and djpeg on Windows by DRC · 13 years ago
  7. 6ca6953 The SIMD quantization algorithm does not produce correct results with the fast forward integer DCT and JPEG qualities >= 98, so for now, use the non-SIMD quantization function under those circumstances. by DRC · 13 years ago
  8. 79778f6 1.0.2 by DRC · 14 years ago
  9. 245cfdf Allow arithmetic encoding/decoding to be disabled in CMake build by DRC · 14 years ago
  10. b397bfd Remove old Windows build system by DRC · 14 years ago
  11. b09fde7 Oops. Forgot to check in header templates by DRC · 14 years ago
  12. c869c2c Unix LF by DRC · 14 years ago
  13. e328bf2 Export the correct symbols from the Windows DLL when built with libjpeg v7 or v8b emulation by DRC · 14 years ago
  14. 39ea562 Document new v7/v8 features; .doc = .txt by DRC · 14 years ago
  15. a5ee9df Bump revision to 1.1 alpha by DRC · 14 years ago
  16. 585a017 Use testimgflt.ppm in Windows tests by DRC · 14 years ago
  17. babb815 1.0.1 by DRC · 14 years ago
  18. bdf7986 1.0.0 by DRC · 14 years ago
  19. ef663e3 Only disable filesystem redirection in the 64-bit installers by DRC · 14 years ago
  20. 9ca2364 Use "make nsi" instead of "make dist" to be consistent with MinGW build by DRC · 14 years ago
  21. 3dc1bc2 Create separate packages for Win64 binaries by DRC · 14 years ago
  22. f9bdeb6 Not sure why the cjpeg/djpeg image loaders got disabled, but re-enable them by DRC · 14 years ago
  23. e728ed7 Win64 (mostly) works now by DRC · 14 years ago
  24. 86d8c0a 0.0.93 by DRC · 14 years ago
  25. 0a1f68e Visual C++ libraries can't be made to work with MinGW because of the dependency on msvcr90.dll, so build a separate installer for MinGW libraries by DRC · 14 years ago
  26. f66a2b0 Get rid of cjpeg/djpeg-specific #defines by DRC · 14 years ago
  27. a9a7b22 Fix Windows package script to accommodate new output directory for VC build by DRC · 14 years ago
  28. 748fda3 Use the C library DLL only with jpeg62.dll where it is needed. Build turbojpeg.dll with the static C library to maintain backward compatibility with TurboJPEG/IPP by DRC · 14 years ago
  29. aa91179 Speed up make testclean by DRC · 14 years ago
  30. 687244b Unfortunately, we have to use the DLL version of the C library to avoid crashes in cjpeg by DRC · 14 years ago
  31. 9abc855 Oops. DLL object was misnamed and thus wasn't getting removed on 'make clean' by DRC · 14 years ago
  32. 10d15cb Improve unit tests by DRC · 14 years ago
  33. 26b208d MinGW64 requires that the functions be prefixed with an underscore. Visual C++ apparently doesn't by DRC · 14 years ago
  34. 8b014d7 First attempt at Win64 support by DRC · 14 years ago
  35. 45ff6e2 Create Windows installer by DRC · 14 years ago
  36. fb18e85 Keep dllexport symbols out of static lib by DRC · 14 years ago
  37. f4253a7 Visual C++ build by DRC · 14 years ago
  38. 213a72a This should be the final modification to restore a working Visual by Peter Åstrand · 16 years ago