1. 3993b37 Update libjpeg-turbo to 2.0.0 by Leon Scroggins III · 6 years ago
  2. bd7903e Update libjpeg-turbo to 1.5.3 by Leon Scroggins III · 6 years ago
  3. 6eb7d37 libjpeg-turbo: Upgrade to 1.5.1 by Alex Naidis · 8 years ago
  4. 0ef076f libjpeg API: Partial scanline decompression by DRC · 8 years ago
  5. fa621c1 Clean up files used by chromium's copy of libjpeg-turbo by Matt Sarett · 9 years ago
  6. 2a6062f Update libjpeg-turbo to 1.4.2 by Matt Sarett · 9 years ago
  7. 9bafc6a Add jpeg_skip_scanlines() to the Windows DLL export list. by DRC · 9 years ago
  8. aee4f72 12-bit JPEG support by DRC · 10 years ago
  9. bc56b75 Get rid of the HAVE_PROTOTYPES configuration option, as well as the related JMETHOD and JPP macros. libjpeg-turbo has never supported compilers that don't handle prototypes. Doing so requires ansi2knr, which isn't even supported in the IJG code anymore. by DRC · 10 years ago
  10. 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
  11. 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
  12. ff6961f This patch accomplishes the following: by DRC · 10 years ago
  13. 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
  14. 24cafe9 Remove unsued win/jconfig.h file by noel@chromium.org · 10 years ago
  15. ab70623 Implement in-memory source/destination managers even when not emulating the libjpeg v8 API/ABI by DRC · 11 years ago
  16. df5ffdd Update libjpeg-turbo. This change updates our copy of libjpeg-turbo to r829. by hbono@chromium.org · 12 years ago
  17. 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 · 12 years ago
  18. ab64b62 Add LIBJPEG_TURBO_VERSION macro for checking the libjpeg-turbo version at compile time by DRC · 12 years ago
  19. c6beb74 Update libjpeg-turbo to r722. by hbono@chromium.org · 13 years ago
  20. 3fbf08b Fill unused byte with 0xFF on Windows as well by DRC · 13 years ago
  21. b4570bb Improve performance of non-SIMD color conversion routines and use global constants to define colorspace extension parameters by DRC · 13 years ago
  22. 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
  23. 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
  24. e873854 Fix I/O redirection in cjpeg and djpeg on Windows by DRC · 13 years ago
  25. 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
  26. 79778f6 1.0.2 by DRC · 13 years ago
  27. 245cfdf Allow arithmetic encoding/decoding to be disabled in CMake build by DRC · 14 years ago
  28. f0c4f33 Adds libjpeg-turbo to our repository. by hbono@chromium.org · 14 years ago
  29. b397bfd Remove old Windows build system by DRC · 14 years ago
  30. b09fde7 Oops. Forgot to check in header templates by DRC · 14 years ago
  31. c869c2c Unix LF by DRC · 14 years ago
  32. e328bf2 Export the correct symbols from the Windows DLL when built with libjpeg v7 or v8b emulation by DRC · 14 years ago
  33. 39ea562 Document new v7/v8 features; .doc = .txt by DRC · 14 years ago
  34. a5ee9df Bump revision to 1.1 alpha by DRC · 14 years ago
  35. 585a017 Use testimgflt.ppm in Windows tests by DRC · 14 years ago
  36. babb815 1.0.1 by DRC · 14 years ago
  37. bdf7986 1.0.0 by DRC · 14 years ago
  38. ef663e3 Only disable filesystem redirection in the 64-bit installers by DRC · 14 years ago
  39. 9ca2364 Use "make nsi" instead of "make dist" to be consistent with MinGW build by DRC · 14 years ago
  40. 3dc1bc2 Create separate packages for Win64 binaries by DRC · 14 years ago
  41. f9bdeb6 Not sure why the cjpeg/djpeg image loaders got disabled, but re-enable them by DRC · 14 years ago
  42. e728ed7 Win64 (mostly) works now by DRC · 14 years ago
  43. 86d8c0a 0.0.93 by DRC · 14 years ago
  44. 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
  45. f66a2b0 Get rid of cjpeg/djpeg-specific #defines by DRC · 14 years ago
  46. a9a7b22 Fix Windows package script to accommodate new output directory for VC build by DRC · 14 years ago
  47. 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
  48. aa91179 Speed up make testclean by DRC · 14 years ago
  49. 687244b Unfortunately, we have to use the DLL version of the C library to avoid crashes in cjpeg by DRC · 14 years ago
  50. 9abc855 Oops. DLL object was misnamed and thus wasn't getting removed on 'make clean' by DRC · 14 years ago
  51. 10d15cb Improve unit tests by DRC · 14 years ago
  52. 26b208d MinGW64 requires that the functions be prefixed with an underscore. Visual C++ apparently doesn't by DRC · 14 years ago
  53. 8b014d7 First attempt at Win64 support by DRC · 14 years ago
  54. 45ff6e2 Create Windows installer by DRC · 14 years ago
  55. fb18e85 Keep dllexport symbols out of static lib by DRC · 14 years ago
  56. f4253a7 Visual C++ build by DRC · 14 years ago
  57. 213a72a This should be the final modification to restore a working Visual by Peter Åstrand · 15 years ago