1. 61976bd We use __CHAR_UNSIGNED__ (automatically defined by the AC_C_CHAR_UNSIGNED macro) rather than CHAR_IS_UNSIGNED (defined by custom autoconf code in libjpeg that we didn't port over), although I doubt it matters on any of the platforms we support. by DRC · 10 years ago
  2. ff6961f This patch accomplishes the following: by DRC · 10 years ago
  3. c2caad0 Fix compiler warning ("always_inline function might not be inlinable") when building with recent versions of GCC; Unix EOL by DRC · 10 years ago
  4. ab70623 Implement in-memory source/destination managers even when not emulating the libjpeg v8 API/ABI by DRC · 12 years ago
  5. a7466c9 Move INLINE macro into config.h. That's really where it belongs anyhow, since it is used only internally, and putting it in jconfig.h was causing problems with DevIL. by DRC · 13 years ago
  6. ab64b62 Add LIBJPEG_TURBO_VERSION macro for checking the libjpeg-turbo version at compile time by DRC · 13 years ago
  7. 3fbf08b Fill unused byte with 0xFF on Windows as well by DRC · 13 years ago
  8. b4570bb Improve performance of non-SIMD color conversion routines and use global constants to define colorspace extension parameters by DRC · 13 years ago
  9. 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
  10. 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
  11. e873854 Fix I/O redirection in cjpeg and djpeg on Windows by DRC · 13 years ago
  12. 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 · 14 years ago
  13. 79778f6 1.0.2 by DRC · 14 years ago
  14. 245cfdf Allow arithmetic encoding/decoding to be disabled in CMake build by DRC · 14 years ago
  15. b397bfd Remove old Windows build system by DRC · 14 years ago
  16. b09fde7 Oops. Forgot to check in header templates by DRC · 14 years ago
  17. c869c2c Unix LF by DRC · 14 years ago
  18. e328bf2 Export the correct symbols from the Windows DLL when built with libjpeg v7 or v8b emulation by DRC · 14 years ago
  19. 39ea562 Document new v7/v8 features; .doc = .txt by DRC · 14 years ago
  20. a5ee9df Bump revision to 1.1 alpha by DRC · 14 years ago
  21. 585a017 Use testimgflt.ppm in Windows tests by DRC · 14 years ago
  22. babb815 1.0.1 by DRC · 14 years ago
  23. bdf7986 1.0.0 by DRC · 14 years ago
  24. ef663e3 Only disable filesystem redirection in the 64-bit installers by DRC · 14 years ago
  25. 9ca2364 Use "make nsi" instead of "make dist" to be consistent with MinGW build by DRC · 14 years ago
  26. 3dc1bc2 Create separate packages for Win64 binaries by DRC · 14 years ago
  27. f9bdeb6 Not sure why the cjpeg/djpeg image loaders got disabled, but re-enable them by DRC · 14 years ago
  28. e728ed7 Win64 (mostly) works now by DRC · 14 years ago
  29. 86d8c0a 0.0.93 by DRC · 14 years ago
  30. 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 · 15 years ago
  31. f66a2b0 Get rid of cjpeg/djpeg-specific #defines by DRC · 15 years ago
  32. a9a7b22 Fix Windows package script to accommodate new output directory for VC build by DRC · 15 years ago
  33. 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 · 15 years ago
  34. aa91179 Speed up make testclean by DRC · 15 years ago
  35. 687244b Unfortunately, we have to use the DLL version of the C library to avoid crashes in cjpeg by DRC · 15 years ago
  36. 9abc855 Oops. DLL object was misnamed and thus wasn't getting removed on 'make clean' by DRC · 15 years ago
  37. 10d15cb Improve unit tests by DRC · 15 years ago
  38. 26b208d MinGW64 requires that the functions be prefixed with an underscore. Visual C++ apparently doesn't by DRC · 15 years ago
  39. 8b014d7 First attempt at Win64 support by DRC · 15 years ago
  40. 45ff6e2 Create Windows installer by DRC · 15 years ago
  41. fb18e85 Keep dllexport symbols out of static lib by DRC · 15 years ago
  42. f4253a7 Visual C++ build by DRC · 15 years ago
  43. 213a72a This should be the final modification to restore a working Visual by Peter Åstrand · 16 years ago