- 44a97e8 Not necessary to save r10 and r11, since these are scratch registers by DRC · 13 years ago
- c3ba39f Merge copyright messages into one string and change the run-time messages to avoid confusion (we are not technically based on the latest libjpeg, although we do borrow some code from it) by DRC · 13 years ago
- 7ed7b57 Eliminate "main is usually a function" warnings by DRC · 13 years ago
- 2d48165 Merge spacing changes from VirtualGL by DRC · 14 years ago
- 307156d Merge wordsmithing/grammar fixes from trunk by DRC · 14 years ago
- c412184 Fixed non-fatal out-of-bounds read in SSE2 SIMD code reported by valgrind when decompressing a JPEG image to a bitmap buffer whose size was not a multiple of 16 bytes. by DRC · 14 years ago
- 795e6ad Fixed non-fatal out-of-bounds read in SSE2 SIMD code reported by valgrind when decompressing a JPEG image to a bitmap buffer whose size was not a multiple of 16 bytes. by DRC · 14 years ago
- 105f9a9 Expose NASM variable in ccmake by DRC · 14 years ago
- 68a086a Trying to out-clever ourselves by having autotools generate the deb-control file broke the 32-bit supplementary DEB, so revert to the method we used in LJT 1.0 to generate this file. by DRC · 14 years ago
- 2091870 Oops. Apparently forgot to change the description when borrowing this from VirtualGL by DRC · 14 years ago
- dc2697d Windows doesn't have random() by DRC · 14 years ago
- 868ca2b Use random noise to ensure that the JPEG image generated in the buffer size test exceeds the size of the uncompressed source image. by DRC · 14 years ago
- fa9ff8e Restore compatibility with the jpeg-6b error enum, even if arithmetic coding is enabled. by DRC · 14 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 · 14 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 · 14 years ago
- cf137ac 1.1.2 by DRC · 14 years ago
- 0571e17 Fix a minor ABI incompatibility caused by the introduction of new error constants into the enum in jerror.h. by DRC · 14 years ago
- bd86b76 by DRC · 14 years ago
- 7e3fd2f jpegtran on Windows needs the same fix as cjpeg and djpeg to eliminate errors when I/O redirection is used. by DRC · 14 years ago
- ba29357 Can't assume that current directory is in PATH by DRC · 14 years ago
- 2bfdb5d by DRC · 14 years ago
- 2c289bf by DRC · 14 years ago
- e873854 Fix I/O redirection in cjpeg and djpeg on Windows by DRC · 14 years ago
- 5ee81f4 Fix I/O redirection in cjpeg and djpeg on Windows by DRC · 14 years ago
- fad469f New libjpeg-turbo domain by DRC · 14 years ago
- 4f81526 New libjpeg-turbo domain by DRC · 14 years ago
- 83c8f14 Eliminate excessive I/O overhead when reading BMP files in cjpeg by DRC · 14 years ago
- 049aef5 Eliminate excessive I/O overhead when reading BMP files in cjpeg by DRC · 14 years ago
- c56a74c Get rid of unused IS_WIN32 conditional by DRC · 14 years ago
- 51705fb by DRC · 14 years ago
- e43d21d by DRC · 14 years ago
- 9e6378c The previous attempt to handle unexpected markers in the data stream caused breakage in applications that attempted to set bytes_in_buffer to a larger value than the actual size of the JPEG image. The latter behavior was causing the fast decoder to be used for the last MCU in the image under certain circumstances, and this sometimes caused the EOI marker to be encountered by the fast decoder, which was treating it as an "unexpected" marker and throwing an error. Now, the fast decoder simply hands off the decoding of the block to the slow decoder if any marker is encountered. by DRC · 14 years ago
- 62de122 This is subtle, but an unread marker is not an error unless we run out of bits, which may not occur in the same MCU in which the unread marker is encountered. Thus, don't try to use the fast decoder as long as there is an outstanding unread marker. by DRC · 14 years ago
- 5c36465 The previous attempt to handle unexpected markers in the data stream caused breakage in applications that attempted to set bytes_in_buffer to a larger value than the actual size of the JPEG image. The latter behavior was causing the fast decoder to be used for the last MCU in the image under certain circumstances, and this sometimes caused the EOI marker to be encountered by the fast decoder, which was treating it as an "unexpected" marker and throwing an error. Now, the fast decoder simply hands off the decoding of the block to the slow decoder if any marker is encountered. by DRC · 14 years ago
- 9026b37 "OS/X"="OS X" by DRC · 14 years ago
- 254937b Update build instructions to reflect the fact that 32-bit LJT build doesn't work with NASM 0.99 or 2.00 by DRC · 14 years ago
- 58454c7 Update build instructions to reflect the fact that 32-bit LJT build doesn't work with NASM 0.99 or 2.00 by DRC · 14 years ago
- 98b8529 Use option() to handle configuration variables, so they will show up in the CMake GUI by DRC · 14 years ago
- 577ae78 Don't need MSVC definition in assembler code anymore by DRC · 14 years ago
- 926e01f Attempt to make build work with Visual Studio 2010 (still doesn't work if SIMD or Java are enabled-- see bug tracker) by DRC · 14 years ago
- 2a33dfc by DRC · 14 years ago
- e7fde87 Fix jpegoptim with v7 emulation as well by DRC · 14 years ago
- 59a5834 Ensure that image_width and image_height are initialized if libjpeg v8 emulation is enabled. by DRC · 14 years ago
- c39ec14 The Independent JPEG Group's JPEG software v8c by Guido Vollbeding · 15 years ago
- a4ecaac The Independent JPEG Group's JPEG software v8b by Guido Vollbeding · 15 years ago
- f18f81b The Independent JPEG Group's JPEG software v8a by Guido Vollbeding · 15 years ago
- 989630f The Independent JPEG Group's JPEG software v8 by Guido Vollbeding · 16 years ago
- 5996a25 The Independent JPEG Group's JPEG software v7 by Guido Vollbeding · 16 years ago
- 1e247ac The Independent JPEG Group's JPEG software v6b with arithmetic coding support by Guido Vollbeding · 27 years ago
- 5ead57a The Independent JPEG Group's JPEG software v6b by Thomas G. Lane · 27 years ago
- 489583f The Independent JPEG Group's JPEG software v6a by Thomas G. Lane · 30 years ago
- bc79e06 The Independent JPEG Group's JPEG software v6 by Thomas G. Lane · 30 years ago
- a8b67c4 The Independent JPEG Group's JPEG software v5b by Thomas G. Lane · 30 years ago
- 9ba2f5e The Independent JPEG Group's JPEG software v5a by Thomas G. Lane · 31 years ago
- 36a4ccc The Independent JPEG Group's JPEG software v5 by Thomas G. Lane · 31 years ago
- cc7150e The Independent JPEG Group's JPEG software v4a by Thomas G. Lane · 32 years ago
- 88aeed4 The Independent JPEG Group's JPEG software v4 by Thomas G. Lane · 33 years ago
- 4a6b730 The Independent JPEG Group's JPEG software v3 by Thomas G. Lane · 33 years ago
- bd543f0 The Independent JPEG Group's JPEG software v2 by Thomas G. Lane · 34 years ago
- 2cbeb8a The Independent JPEG Group's JPEG software v1 by Thomas G. Lane · 34 years ago
- 9e50fa7 Fixed a regression bug in the NSIS script that caused the Windows installer by DRC · 14 years ago
- e44f8c0 make testclean should clean up .yuv files as well by DRC · 14 years ago
- 1e14b47 Get rid of unused IS_WIN32 conditional by DRC · 14 years ago
- a8eabfe Create local round up function for jmemmgr.c so we can revert the original argument types of jround_up() without breaking the build on 64-bit Windows. by DRC · 14 years ago
- 1da7858 MinGW64 no longer prefixes symbols with underscores by default by DRC · 14 years ago
- 1c87e45 We want to keep the same name for the install directory, even though the installer name has changed by DRC · 14 years ago
- 539b288 Typo by DRC · 14 years ago
- 47aaf6f MinGW64 no longer prefixes symbols with underscores by default by DRC · 14 years ago
- 328c438 Oops. Forgot to generate makecygwinpkg by DRC · 14 years ago
- e6f597f Don't use architecture extension in package name, since we're building a combined package by DRC · 14 years ago
- bfa34cf "release/"="pkgscripts/" by DRC · 14 years ago
- 5e091d4 Need to put the generated packaging scripts in a directory other than release/ so they won't get distributed by DRC · 14 years ago
- 95db4f4 Clean up packaging system by DRC · 14 years ago
- 1a79ede 1.1.1 by DRC · 14 years ago
- a6471c3 by DRC · 14 years ago
- fe6a2ee Throw a warning if an unexpected marker is found in the middle of the JPEG data stream by DRC · 14 years ago
- df1c38d Throw a warning if an unexpected marker is found in the middle of the JPEG data stream by DRC · 14 years ago
- 6ee5459 Don't call jpeg_finish_compress() with YUV output, because it tries to insert an EOI marker right in the middle of our image data. by DRC · 14 years ago
- 66df5ec Oops. cconvert is still needed for 12-bit samples by DRC · 14 years ago
- da58a91 Make Visual C++ happy by DRC · 14 years ago
- 0769f50 Fix compiler warnings by DRC · 14 years ago
- b4a50ce Enable full GCC compiler warnings by default by DRC · 14 years ago
- 361a637 Fix uninitialized variables by DRC · 14 years ago
- 3484e0b Add RGB-->Grayscale YUV decode test by DRC · 14 years ago
- d5a69af Fix the buffer size regression test so that it generates the intended pixel patterns by DRC · 14 years ago
- 0745c0f Correct memory allocation failure messages by DRC · 14 years ago
- 94476c6 Only access TJBUFSIZEYUV symbol if YUV encoding is enabled, and add 1 to the buffer size; This allows jpgtest to be used to benchmark the old TurboJPEG/IPP libraries. by DRC · 14 years ago
- 0cc1279 Use correct size for YUV buffers by DRC · 14 years ago
- 10e3193 by DRC · 14 years ago
- eeab695 Replace the TJ_YUV flag with two new API functions, and add TJBUFSIZEYUV() from trunk by DRC · 14 years ago
- 5cb1b68 Tiling doesn't work with YUV encoding either by DRC · 14 years ago
- 0b11d1c Fix various CR/LF issues by DRC · 14 years ago
- 582a46a Ensure that libjpeg state is reset if an error occurs by DRC · 14 years ago
- 6e51e19 Use a proper version script for libturbojpeg, since we've added functions to it since 1.0 by DRC · 14 years ago
- cce6b43 Oops. dumpbuf() was displaying only red components. by DRC · 14 years ago
- 2ca3eb5 Oops. dumpbuf() was displaying only red components. by DRC · 14 years ago
- 404e82e Test all YUV decode paths by DRC · 14 years ago
- 7d9d434 "TurboJPEG/OSS"="TurboJPEG", since the TurboJPEG header is used with other codecs besides libjpeg-turbo by DRC · 14 years ago
- b4b3140 RGBA=RGBX, BGRA=BGRX, ABGR=XBGR, ARGB=XRGB by DRC · 14 years ago
- 2a28599 Implement "ultra quiet mode" for generating output that is easy to copy/paste into a spreadsheet by DRC · 14 years ago