1. 1f8b601 by DRC · 14 years ago
  2. bc51580 Re-factor and re-license under the libjpeg BSD-style license. Justification: the accelerated Huffman decoding optimizations in libjpeg-turbo were all developed by me as an independent developer. The structure of the inline Huffman decoding macros was originally borrowed from similar routines in the TurboJPEG/mediaLib codec, which is part of VirtualGL and TurboVNC. Thus, although the code for these macros was not copied verbatim, they were still thought to be a derivative work of TurboJPEG/mediaLib, and I assigned the copyright and license from TurboJPEG/mediaLib to them. I have re-written these routines from first principles by breaking down the libjpeg out-of-line routines. Although the new code bears algorithmic similarities to the TurboJPEG/mediaLib macros, it can now clearly be shown to be derived from the out-of-line routines and thus, in my opinion, it can no longer be considered a derivative of TurboJPEG/mediaLib. -- DRC by DRC · 14 years ago
  3. 8071c39 by DRC · 14 years ago
  4. 051d962 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
  5. 59f954b 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
  6. 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
  7. 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
  8. ddcd5a1 Use option() to handle configuration variables, so they will show up in the CMake GUI by DRC · 14 years ago
  9. 98b8529 Use option() to handle configuration variables, so they will show up in the CMake GUI by DRC · 14 years ago
  10. dc6f6a9 Don't need MSVC definition in assembler code anymore by DRC · 14 years ago
  11. 577ae78 Don't need MSVC definition in assembler code anymore by DRC · 14 years ago
  12. 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
  13. d9ee65c by DRC · 14 years ago
  14. 2a33dfc by DRC · 14 years ago
  15. b05ebcb 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
  16. 2ffcb8e Comment code by DRC · 14 years ago
  17. e7fde87 Fix jpegoptim with v7 emulation as well by DRC · 14 years ago
  18. 7394e27 Fix jpegoptim with v7 emulation as well by DRC · 14 years ago
  19. db42506 Allow customization of Java compiler flags by DRC · 14 years ago
  20. 59a5834 Ensure that image_width and image_height are initialized if libjpeg v8 emulation is enabled. by DRC · 14 years ago
  21. c39ec14 The Independent JPEG Group's JPEG software v8c by Guido Vollbeding · 15 years ago
  22. a4ecaac The Independent JPEG Group's JPEG software v8b by Guido Vollbeding · 15 years ago
  23. f18f81b The Independent JPEG Group's JPEG software v8a by Guido Vollbeding · 15 years ago
  24. 989630f The Independent JPEG Group's JPEG software v8 by Guido Vollbeding · 16 years ago
  25. 5996a25 The Independent JPEG Group's JPEG software v7 by Guido Vollbeding · 16 years ago
  26. 1e247ac The Independent JPEG Group's JPEG software v6b with arithmetic coding support by Guido Vollbeding · 27 years ago
  27. 5ead57a The Independent JPEG Group's JPEG software v6b by Thomas G. Lane · 27 years ago
  28. 489583f The Independent JPEG Group's JPEG software v6a by Thomas G. Lane · 30 years ago
  29. bc79e06 The Independent JPEG Group's JPEG software v6 by Thomas G. Lane · 30 years ago
  30. a8b67c4 The Independent JPEG Group's JPEG software v5b by Thomas G. Lane · 30 years ago
  31. 9ba2f5e The Independent JPEG Group's JPEG software v5a by Thomas G. Lane · 31 years ago
  32. 36a4ccc The Independent JPEG Group's JPEG software v5 by Thomas G. Lane · 31 years ago
  33. cc7150e The Independent JPEG Group's JPEG software v4a by Thomas G. Lane · 32 years ago
  34. 88aeed4 The Independent JPEG Group's JPEG software v4 by Thomas G. Lane · 33 years ago
  35. 4a6b730 The Independent JPEG Group's JPEG software v3 by Thomas G. Lane · 33 years ago
  36. bd543f0 The Independent JPEG Group's JPEG software v2 by Thomas G. Lane · 34 years ago
  37. 2cbeb8a The Independent JPEG Group's JPEG software v1 by Thomas G. Lane · 34 years ago
  38. df48945 Ensure that image_width and image_height are initialized if libjpeg v8 emulation is enabled. by DRC · 14 years ago
  39. 279bd34 Change build instructions and README to reflect the fact that the Java front-end classes are now part of the build and distribution by DRC · 14 years ago
  40. a0f878a Add testclean target for cleaning up test images by DRC · 14 years ago
  41. b0428a7 Fix compiler warning by DRC · 14 years ago
  42. 848f225 Oops. Constructor should actually do something. by DRC · 14 years ago
  43. 62c6f98 Distribute TJLoader.java.in by DRC · 14 years ago
  44. 58b6ec4 Ensure that *gra*.asm is rebuilt whenever *gry*.asm changes. by DRC · 14 years ago
  45. b2f9415 Slight refactor to put ScalingFactor into its own class (mainly because the $ in the class name was wreaking havoc on the build scripts, but also to add a few convenience methods to it) and to create a separate loader class so we can provide a .jar file with the MinGW distribution that loads the correct DLL by DRC · 14 years ago
  46. 86e51f2 Fix compiler warning with OpenJDK by DRC · 14 years ago
  47. 9db6beb by DRC · 14 years ago
  48. 9e50fa7 Fixed a regression bug in the NSIS script that caused the Windows installer by DRC · 14 years ago
  49. 957d623 Include TurboJPEG/OSS Java wrapper JAR in Windows distribution packages by DRC · 14 years ago
  50. 01fa031 Fix regression bug that caused the "Installer" targets to fail when building from the MSVC IDE by DRC · 14 years ago
  51. 88f54a4 Modify build instructions to reflect the fact that the Java front-end classes are now built along with the JNI wrapper by DRC · 14 years ago
  52. dffd53d Fix 'make dist' so that it includes only what we need from java/ (it was errantly including java/Makefile) by DRC · 14 years ago
  53. f2602ce Build and package TurboJPEG/OSS Java wrapper into JAR file by DRC · 14 years ago
  54. b6ed7d3 Use a different naming convention, to avoid conflict with jpegut by DRC · 14 years ago
  55. 04def09 Use the same naming convention for the output files as the Java tests by DRC · 14 years ago
  56. 4f8c295 Clean up compiler warnings by DRC · 14 years ago
  57. ba6f457 make testclean should clean up .yuv and 4:4:0 files as well by DRC · 14 years ago
  58. e44f8c0 make testclean should clean up .yuv files as well by DRC · 14 years ago
  59. e08c05f "JAVA_CFLAGS"="JNI_CFLAGS" by DRC · 14 years ago
  60. 1e14b47 Get rid of unused IS_WIN32 conditional by DRC · 14 years ago
  61. c56a74c Get rid of unused IS_WIN32 conditional by DRC · 14 years ago
  62. 51705fb by DRC · 14 years ago
  63. 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
  64. 9026b37 "OS/X"="OS X" by DRC · 14 years ago
  65. bb83575 Get rid of unused IS_WIN32 conditional by DRC · 14 years ago
  66. b97bafd 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
  67. 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
  68. 1da7858 MinGW64 no longer prefixes symbols with underscores by default by DRC · 14 years ago
  69. b94f2de Clean up packaging system by DRC · 14 years ago
  70. cd2e694 MinGW64 no longer prefixes symbols with underscores by default by DRC · 14 years ago
  71. 1c87e45 We want to keep the same name for the install directory, even though the installer name has changed by DRC · 14 years ago
  72. 539b288 Typo by DRC · 14 years ago
  73. 47aaf6f MinGW64 no longer prefixes symbols with underscores by default by DRC · 14 years ago
  74. 328c438 Oops. Forgot to generate makecygwinpkg by DRC · 14 years ago
  75. e6f597f Don't use architecture extension in package name, since we're building a combined package by DRC · 14 years ago
  76. bfa34cf "release/"="pkgscripts/" by DRC · 14 years ago
  77. 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
  78. 95db4f4 Clean up packaging system by DRC · 14 years ago
  79. 1a79ede 1.1.1 by DRC · 14 years ago
  80. a6471c3 by DRC · 14 years ago
  81. f5c3bb3 by DRC · 14 years ago
  82. fe6a2ee Throw a warning if an unexpected marker is found in the middle of the JPEG data stream by DRC · 14 years ago
  83. ebf239d Throw a warning if an unexpected marker is found in the middle of the JPEG data stream by DRC · 14 years ago
  84. 60de06e Throw a warning if an unexpected marker is found in the middle of the JPEG data stream by DRC · 14 years ago
  85. df1c38d Throw a warning if an unexpected marker is found in the middle of the JPEG data stream by DRC · 14 years ago
  86. 1f014c3 Fix compression from/decompression to TYPE_INT_{RGB|BGR} BufferedImages on big endian platforms by DRC · 14 years ago
  87. 2c74e51 More Java API cleanup by DRC · 14 years ago
  88. 92549de Java code cleanup + Java docs by DRC · 14 years ago
  89. d932e58 tjTransform() was not working properly if r.w=0 or r.h=0 by DRC · 14 years ago
  90. 16958e8 Wordsmithing by DRC · 14 years ago
  91. 7c99822 Add notes about performance by DRC · 14 years ago
  92. 16c7077 Add an option to display the output image by DRC · 14 years ago
  93. 1da67e1 If a scaled-down JPEG output image is requested, we must decompress and recompress the transformed image. by DRC · 14 years ago
  94. 23da0c0 On Windows, long is 32-bit, so use jlong instead by DRC · 14 years ago
  95. e217b7e We actually don't need windows.h at all, and it makes both MinGW and VC++ unhappy because of conflicting macros (such as INT32 in jmorecfg.h) by DRC · 14 years ago
  96. 2930fa8 MinGW already has snprintf(), so don't use our macro substitute there by DRC · 14 years ago
  97. 6bd084a Oops. Forgot to add TJTransform class by DRC · 14 years ago
  98. e856eb0 Include new grayscale SIMD routines in dist by DRC · 14 years ago
  99. 15866ac by DRC · 14 years ago
  100. 3133441 Add access methods for getting at the JPEG buffer by DRC · 14 years ago