- 306e1d2 Add jpeg_skip_scanlines() to the Windows DLL export list. by DRC · 9 years ago
- aee4f72 12-bit JPEG support by DRC · 10 years ago
- 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
- 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
- 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 · 11 years ago
- ff6961f This patch accomplishes the following: by DRC · 11 years ago
- c2caad0 Fix compiler warning ("always_inline function might not be inlinable") when building with recent versions of GCC; Unix EOL by DRC · 11 years ago
- ab70623 Implement in-memory source/destination managers even when not emulating the libjpeg v8 API/ABI by DRC · 12 years ago
- 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
- ab64b62 Add LIBJPEG_TURBO_VERSION macro for checking the libjpeg-turbo version at compile time by DRC · 13 years ago
- 3fbf08b Fill unused byte with 0xFF on Windows as well by DRC · 13 years ago
- b4570bb Improve performance of non-SIMD color conversion routines and use global constants to define colorspace extension parameters by DRC · 13 years ago
- 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
- 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
- e873854 Fix I/O redirection in cjpeg and djpeg on Windows by DRC · 14 years ago
- 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
- 79778f6 1.0.2 by DRC · 14 years ago
- 245cfdf Allow arithmetic encoding/decoding to be disabled in CMake build by DRC · 14 years ago
- b397bfd Remove old Windows build system by DRC · 14 years ago
- b09fde7 Oops. Forgot to check in header templates by DRC · 14 years ago
- c869c2c Unix LF by DRC · 14 years ago
- e328bf2 Export the correct symbols from the Windows DLL when built with libjpeg v7 or v8b emulation by DRC · 14 years ago
- 39ea562 Document new v7/v8 features; .doc = .txt by DRC · 14 years ago
- a5ee9df Bump revision to 1.1 alpha by DRC · 14 years ago
- 585a017 Use testimgflt.ppm in Windows tests by DRC · 14 years ago
- babb815 1.0.1 by DRC · 14 years ago
- bdf7986 1.0.0 by DRC · 14 years ago
- ef663e3 Only disable filesystem redirection in the 64-bit installers by DRC · 14 years ago
- 9ca2364 Use "make nsi" instead of "make dist" to be consistent with MinGW build by DRC · 14 years ago
- 3dc1bc2 Create separate packages for Win64 binaries by DRC · 14 years ago
- f9bdeb6 Not sure why the cjpeg/djpeg image loaders got disabled, but re-enable them by DRC · 15 years ago
- e728ed7 Win64 (mostly) works now by DRC · 15 years ago
- 86d8c0a 0.0.93 by DRC · 15 years ago
- 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
- f66a2b0 Get rid of cjpeg/djpeg-specific #defines by DRC · 15 years ago
- a9a7b22 Fix Windows package script to accommodate new output directory for VC build by DRC · 15 years ago
- 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
- aa91179 Speed up make testclean by DRC · 15 years ago
- 687244b Unfortunately, we have to use the DLL version of the C library to avoid crashes in cjpeg by DRC · 15 years ago
- 9abc855 Oops. DLL object was misnamed and thus wasn't getting removed on 'make clean' by DRC · 15 years ago
- 10d15cb Improve unit tests by DRC · 15 years ago
- 26b208d MinGW64 requires that the functions be prefixed with an underscore. Visual C++ apparently doesn't by DRC · 15 years ago
- 8b014d7 First attempt at Win64 support by DRC · 15 years ago
- 45ff6e2 Create Windows installer by DRC · 15 years ago
- fb18e85 Keep dllexport symbols out of static lib by DRC · 15 years ago
- f4253a7 Visual C++ build by DRC · 15 years ago
- 213a72a This should be the final modification to restore a working Visual by Peter Åstrand · 16 years ago