1. 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 · 13 years ago
  2. 2a33dfc by DRC · 13 years ago
  3. e7fde87 Fix jpegoptim with v7 emulation as well by DRC · 13 years ago
  4. 59a5834 Ensure that image_width and image_height are initialized if libjpeg v8 emulation is enabled. by DRC · 13 years ago
  5. c39ec14 The Independent JPEG Group's JPEG software v8c by Guido Vollbeding · 14 years ago
  6. a4ecaac The Independent JPEG Group's JPEG software v8b by Guido Vollbeding · 14 years ago
  7. f18f81b The Independent JPEG Group's JPEG software v8a by Guido Vollbeding · 15 years ago
  8. 989630f The Independent JPEG Group's JPEG software v8 by Guido Vollbeding · 15 years ago
  9. 5996a25 The Independent JPEG Group's JPEG software v7 by Guido Vollbeding · 15 years ago
  10. 1e247ac The Independent JPEG Group's JPEG software v6b with arithmetic coding support by Guido Vollbeding · 26 years ago
  11. 5ead57a The Independent JPEG Group's JPEG software v6b by Thomas G. Lane · 26 years ago
  12. 489583f The Independent JPEG Group's JPEG software v6a by Thomas G. Lane · 29 years ago
  13. bc79e06 The Independent JPEG Group's JPEG software v6 by Thomas G. Lane · 29 years ago
  14. a8b67c4 The Independent JPEG Group's JPEG software v5b by Thomas G. Lane · 29 years ago
  15. 9ba2f5e The Independent JPEG Group's JPEG software v5a by Thomas G. Lane · 30 years ago
  16. 36a4ccc The Independent JPEG Group's JPEG software v5 by Thomas G. Lane · 30 years ago
  17. cc7150e The Independent JPEG Group's JPEG software v4a by Thomas G. Lane · 32 years ago
  18. 88aeed4 The Independent JPEG Group's JPEG software v4 by Thomas G. Lane · 32 years ago
  19. 4a6b730 The Independent JPEG Group's JPEG software v3 by Thomas G. Lane · 32 years ago
  20. bd543f0 The Independent JPEG Group's JPEG software v2 by Thomas G. Lane · 33 years ago
  21. 2cbeb8a The Independent JPEG Group's JPEG software v1 by Thomas G. Lane · 33 years ago
  22. 9e50fa7 Fixed a regression bug in the NSIS script that caused the Windows installer by DRC · 13 years ago
  23. e44f8c0 make testclean should clean up .yuv files as well by DRC · 13 years ago
  24. 1e14b47 Get rid of unused IS_WIN32 conditional by DRC · 13 years ago
  25. c56a74c Get rid of unused IS_WIN32 conditional by DRC · 13 years ago
  26. 51705fb by DRC · 13 years ago
  27. 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 · 13 years ago
  28. 9026b37 "OS/X"="OS X" by DRC · 13 years ago
  29. 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 · 13 years ago
  30. 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 · 13 years ago
  31. 1da7858 MinGW64 no longer prefixes symbols with underscores by default by DRC · 13 years ago
  32. 1c87e45 We want to keep the same name for the install directory, even though the installer name has changed by DRC · 13 years ago
  33. 539b288 Typo by DRC · 13 years ago
  34. 47aaf6f MinGW64 no longer prefixes symbols with underscores by default by DRC · 13 years ago
  35. 328c438 Oops. Forgot to generate makecygwinpkg by DRC · 13 years ago
  36. e6f597f Don't use architecture extension in package name, since we're building a combined package by DRC · 13 years ago
  37. bfa34cf "release/"="pkgscripts/" by DRC · 13 years ago
  38. 5e091d4 Need to put the generated packaging scripts in a directory other than release/ so they won't get distributed by DRC · 13 years ago
  39. 95db4f4 Clean up packaging system by DRC · 13 years ago
  40. 1a79ede 1.1.1 by DRC · 13 years ago
  41. a6471c3 by DRC · 13 years ago
  42. fe6a2ee Throw a warning if an unexpected marker is found in the middle of the JPEG data stream by DRC · 13 years ago
  43. df1c38d Throw a warning if an unexpected marker is found in the middle of the JPEG data stream by DRC · 13 years ago
  44. 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
  45. 66df5ec Oops. cconvert is still needed for 12-bit samples by DRC · 14 years ago
  46. da58a91 Make Visual C++ happy by DRC · 14 years ago
  47. 0769f50 Fix compiler warnings by DRC · 14 years ago
  48. b4a50ce Enable full GCC compiler warnings by default by DRC · 14 years ago
  49. 361a637 Fix uninitialized variables by DRC · 14 years ago
  50. 3484e0b Add RGB-->Grayscale YUV decode test by DRC · 14 years ago
  51. d5a69af Fix the buffer size regression test so that it generates the intended pixel patterns by DRC · 14 years ago
  52. 0745c0f Correct memory allocation failure messages by DRC · 14 years ago
  53. 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
  54. 0cc1279 Use correct size for YUV buffers by DRC · 14 years ago
  55. 10e3193 by DRC · 14 years ago
  56. eeab695 Replace the TJ_YUV flag with two new API functions, and add TJBUFSIZEYUV() from trunk by DRC · 14 years ago
  57. 5cb1b68 Tiling doesn't work with YUV encoding either by DRC · 14 years ago
  58. 0b11d1c Fix various CR/LF issues by DRC · 14 years ago
  59. 582a46a Ensure that libjpeg state is reset if an error occurs by DRC · 14 years ago
  60. 6e51e19 Use a proper version script for libturbojpeg, since we've added functions to it since 1.0 by DRC · 14 years ago
  61. cce6b43 Oops. dumpbuf() was displaying only red components. by DRC · 14 years ago
  62. 2ca3eb5 Oops. dumpbuf() was displaying only red components. by DRC · 14 years ago
  63. 404e82e Test all YUV decode paths by DRC · 14 years ago
  64. 7d9d434 "TurboJPEG/OSS"="TurboJPEG", since the TurboJPEG header is used with other codecs besides libjpeg-turbo by DRC · 14 years ago
  65. b4b3140 RGBA=RGBX, BGRA=BGRX, ABGR=XBGR, ARGB=XRGB by DRC · 14 years ago
  66. 2a28599 Implement "ultra quiet mode" for generating output that is easy to copy/paste into a spreadsheet by DRC · 14 years ago
  67. 3e87c8b Wordsmithing by DRC · 14 years ago
  68. db8df01 by DRC · 14 years ago
  69. 240d82f Include jpgtest in Unix/Linux distribution packages by DRC · 14 years ago
  70. 8569c2f Include libjpeg run-time programs and jpgtest in installer; Move documentation in SDK distribution packages into doc\ subdirectory by DRC · 14 years ago
  71. 5d6f858 Disable CXX compiler check by DRC · 14 years ago
  72. f3281e8 Oops. We still had the description left over from VirtualGL by DRC · 14 years ago
  73. 0d2d965 Wordsmithed the project description by DRC · 14 years ago
  74. 16e761e Include high-quality test image in distribution by DRC · 14 years ago
  75. 69e1544 1.1.0 by DRC · 14 years ago
  76. da509e3 New C version of jpgtest needs libm by DRC · 14 years ago
  77. 23ce65d Updated (C) by DRC · 14 years ago
  78. f38eee0 The API/ABI should be described as "libjpeg v8", not "libjpeg v8b", since there are multiple libjpeg releases with the same interface by DRC · 14 years ago
  79. d24b276 Re-order high-quality JPEG test per existing convention by DRC · 14 years ago
  80. 94a4023 Also run high-quality JPEG test when code is built without SIMD extensions by DRC · 14 years ago
  81. c4ef01f Add high-quality JPEG tests to CMake by DRC · 14 years ago
  82. ab4db65 Various documentation tweaks by DRC · 14 years ago
  83. 856fd82 More doc tweaks by DRC · 14 years ago
  84. 39f3aa0 Various documentation tweaks by DRC · 14 years ago
  85. 6514105 Include high-quality test image in distribution by DRC · 14 years ago
  86. 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
  87. f0a5ba7 "integer forward DCT", not "forward integer DCT" by DRC · 14 years ago
  88. e1716b8 The fast integer DCT degrades for qualities > 95, so use the slow integer DCT instead to ensure that perceptually lossless performance is maintained. by DRC · 14 years ago
  89. 7c1df0a Performance pitfalls by DRC · 14 years ago
  90. bb4465f by DRC · 14 years ago
  91. 72abc29 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
  92. e2f3718 Fix typo that was causing visual artifacts in grayscale JPEGs by DRC · 14 years ago
  93. fc1970a Fix typo that was causing visual artifacts in grayscale JPEGs by DRC · 14 years ago
  94. dbf8003 Not using Intel codec anymore by DRC · 14 years ago
  95. 8254df1 Document that pitch=0 == pitch=width*pixelsize by DRC · 14 years ago
  96. 91e86ba Ensure that YUV temp buffers get properly freed if a failure occurs by DRC · 14 years ago
  97. cfef7f1 Ensure that the exit status of the program indicates failure if one of the pixel value checks fails by DRC · 14 years ago
  98. b8cc52b Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 14 years ago
  99. e27124a by DRC · 14 years ago
  100. 2e4d044 Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 14 years ago