1. 44a97e8 Not necessary to save r10 and r11, since these are scratch registers by DRC · 13 years ago
  2. 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
  3. 7ed7b57 Eliminate "main is usually a function" warnings by DRC · 13 years ago
  4. 2d48165 Merge spacing changes from VirtualGL by DRC · 14 years ago
  5. 307156d Merge wordsmithing/grammar fixes from trunk by DRC · 14 years ago
  6. 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
  7. 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
  8. 105f9a9 Expose NASM variable in ccmake by DRC · 14 years ago
  9. 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
  10. 2091870 Oops. Apparently forgot to change the description when borrowing this from VirtualGL by DRC · 14 years ago
  11. dc2697d Windows doesn't have random() by DRC · 14 years ago
  12. 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
  13. fa9ff8e Restore compatibility with the jpeg-6b error enum, even if arithmetic coding is enabled. by DRC · 14 years ago
  14. 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
  15. 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
  16. cf137ac 1.1.2 by DRC · 14 years ago
  17. 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
  18. bd86b76 by DRC · 14 years ago
  19. 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
  20. ba29357 Can't assume that current directory is in PATH by DRC · 14 years ago
  21. 2bfdb5d by DRC · 14 years ago
  22. 2c289bf by DRC · 14 years ago
  23. e873854 Fix I/O redirection in cjpeg and djpeg on Windows by DRC · 14 years ago
  24. 5ee81f4 Fix I/O redirection in cjpeg and djpeg on Windows by DRC · 14 years ago
  25. fad469f New libjpeg-turbo domain by DRC · 14 years ago
  26. 4f81526 New libjpeg-turbo domain by DRC · 14 years ago
  27. 83c8f14 Eliminate excessive I/O overhead when reading BMP files in cjpeg by DRC · 14 years ago
  28. 049aef5 Eliminate excessive I/O overhead when reading BMP files in cjpeg by DRC · 14 years ago
  29. c56a74c Get rid of unused IS_WIN32 conditional by DRC · 14 years ago
  30. 51705fb by DRC · 14 years ago
  31. e43d21d by DRC · 14 years ago
  32. 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
  33. 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
  34. 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
  35. 9026b37 "OS/X"="OS X" by DRC · 14 years ago
  36. 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
  37. 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
  38. 98b8529 Use option() to handle configuration variables, so they will show up in the CMake GUI by DRC · 14 years ago
  39. 577ae78 Don't need MSVC definition in assembler code anymore by DRC · 14 years ago
  40. 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
  41. 2a33dfc by DRC · 14 years ago
  42. e7fde87 Fix jpegoptim with v7 emulation as well by DRC · 14 years ago
  43. 59a5834 Ensure that image_width and image_height are initialized if libjpeg v8 emulation is enabled. by DRC · 14 years ago
  44. c39ec14 The Independent JPEG Group's JPEG software v8c by Guido Vollbeding · 15 years ago
  45. a4ecaac The Independent JPEG Group's JPEG software v8b by Guido Vollbeding · 15 years ago
  46. f18f81b The Independent JPEG Group's JPEG software v8a by Guido Vollbeding · 15 years ago
  47. 989630f The Independent JPEG Group's JPEG software v8 by Guido Vollbeding · 16 years ago
  48. 5996a25 The Independent JPEG Group's JPEG software v7 by Guido Vollbeding · 16 years ago
  49. 1e247ac The Independent JPEG Group's JPEG software v6b with arithmetic coding support by Guido Vollbeding · 27 years ago
  50. 5ead57a The Independent JPEG Group's JPEG software v6b by Thomas G. Lane · 27 years ago
  51. 489583f The Independent JPEG Group's JPEG software v6a by Thomas G. Lane · 30 years ago
  52. bc79e06 The Independent JPEG Group's JPEG software v6 by Thomas G. Lane · 30 years ago
  53. a8b67c4 The Independent JPEG Group's JPEG software v5b by Thomas G. Lane · 30 years ago
  54. 9ba2f5e The Independent JPEG Group's JPEG software v5a by Thomas G. Lane · 31 years ago
  55. 36a4ccc The Independent JPEG Group's JPEG software v5 by Thomas G. Lane · 31 years ago
  56. cc7150e The Independent JPEG Group's JPEG software v4a by Thomas G. Lane · 32 years ago
  57. 88aeed4 The Independent JPEG Group's JPEG software v4 by Thomas G. Lane · 33 years ago
  58. 4a6b730 The Independent JPEG Group's JPEG software v3 by Thomas G. Lane · 33 years ago
  59. bd543f0 The Independent JPEG Group's JPEG software v2 by Thomas G. Lane · 34 years ago
  60. 2cbeb8a The Independent JPEG Group's JPEG software v1 by Thomas G. Lane · 34 years ago
  61. 9e50fa7 Fixed a regression bug in the NSIS script that caused the Windows installer by DRC · 14 years ago
  62. e44f8c0 make testclean should clean up .yuv files as well by DRC · 14 years ago
  63. 1e14b47 Get rid of unused IS_WIN32 conditional by DRC · 14 years ago
  64. 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
  65. 1da7858 MinGW64 no longer prefixes symbols with underscores by default by DRC · 14 years ago
  66. 1c87e45 We want to keep the same name for the install directory, even though the installer name has changed by DRC · 14 years ago
  67. 539b288 Typo by DRC · 14 years ago
  68. 47aaf6f MinGW64 no longer prefixes symbols with underscores by default by DRC · 14 years ago
  69. 328c438 Oops. Forgot to generate makecygwinpkg by DRC · 14 years ago
  70. e6f597f Don't use architecture extension in package name, since we're building a combined package by DRC · 14 years ago
  71. bfa34cf "release/"="pkgscripts/" by DRC · 14 years ago
  72. 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
  73. 95db4f4 Clean up packaging system by DRC · 14 years ago
  74. 1a79ede 1.1.1 by DRC · 14 years ago
  75. a6471c3 by DRC · 14 years ago
  76. fe6a2ee Throw a warning if an unexpected marker is found in the middle of the JPEG data stream by DRC · 14 years ago
  77. df1c38d Throw a warning if an unexpected marker is found in the middle of the JPEG data stream by DRC · 14 years ago
  78. 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
  79. 66df5ec Oops. cconvert is still needed for 12-bit samples by DRC · 14 years ago
  80. da58a91 Make Visual C++ happy by DRC · 14 years ago
  81. 0769f50 Fix compiler warnings by DRC · 14 years ago
  82. b4a50ce Enable full GCC compiler warnings by default by DRC · 14 years ago
  83. 361a637 Fix uninitialized variables by DRC · 14 years ago
  84. 3484e0b Add RGB-->Grayscale YUV decode test by DRC · 14 years ago
  85. d5a69af Fix the buffer size regression test so that it generates the intended pixel patterns by DRC · 14 years ago
  86. 0745c0f Correct memory allocation failure messages by DRC · 14 years ago
  87. 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
  88. 0cc1279 Use correct size for YUV buffers by DRC · 14 years ago
  89. 10e3193 by DRC · 14 years ago
  90. eeab695 Replace the TJ_YUV flag with two new API functions, and add TJBUFSIZEYUV() from trunk by DRC · 14 years ago
  91. 5cb1b68 Tiling doesn't work with YUV encoding either by DRC · 14 years ago
  92. 0b11d1c Fix various CR/LF issues by DRC · 14 years ago
  93. 582a46a Ensure that libjpeg state is reset if an error occurs by DRC · 14 years ago
  94. 6e51e19 Use a proper version script for libturbojpeg, since we've added functions to it since 1.0 by DRC · 14 years ago
  95. cce6b43 Oops. dumpbuf() was displaying only red components. by DRC · 14 years ago
  96. 2ca3eb5 Oops. dumpbuf() was displaying only red components. by DRC · 14 years ago
  97. 404e82e Test all YUV decode paths by DRC · 14 years ago
  98. 7d9d434 "TurboJPEG/OSS"="TurboJPEG", since the TurboJPEG header is used with other codecs besides libjpeg-turbo by DRC · 14 years ago
  99. b4b3140 RGBA=RGBX, BGRA=BGRX, ABGR=XBGR, ARGB=XRGB by DRC · 14 years ago
  100. 2a28599 Implement "ultra quiet mode" for generating output that is easy to copy/paste into a spreadsheet by DRC · 14 years ago