1. a9b35c9 Don't include JAR file in 32-bit compatibility package by DRC · 13 years ago
  2. 1208d50 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 · 13 years ago
  3. 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 · 13 years ago
  4. e835ee3 Windows doesn't have random() by DRC · 13 years ago
  5. dc2697d Windows doesn't have random() by DRC · 13 years ago
  6. 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 · 13 years ago
  7. 724c56b 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 · 13 years ago
  8. 9b49f0e Re-work TJBUFSIZE() to take into account the level of chrominance subsampling by DRC · 13 years ago
  9. fa9ff8e Restore compatibility with the jpeg-6b error enum, even if arithmetic coding is enabled. by DRC · 13 years ago
  10. bd1ef43 Restore compatibility with the jpeg-6b error enum, even if arithmetic coding is enabled. by DRC · 13 years ago
  11. 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
  12. 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
  13. eed0861 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
  14. 8c60d22 NEON-optimized 2x2 and 4x4 scaled iDCTs by DRC · 13 years ago
  15. c52c556 by DRC · 13 years ago
  16. e54b755 iOS ARM support by DRC · 13 years ago
  17. 4346f91 iOS ARM support by DRC · 13 years ago
  18. cf137ac 1.1.2 by DRC · 13 years ago
  19. b8c6ee3 Fix a minor ABI incompatibility caused by the introduction of new error constants into the enum in jerror.h. by DRC · 13 years ago
  20. 0571e17 Fix a minor ABI incompatibility caused by the introduction of new error constants into the enum in jerror.h. by DRC · 13 years ago
  21. 215aa8b Re-factor checkBufYUV() function to more closely resemble re-factored checkBuf() function by DRC · 13 years ago
  22. ac906c5 Change the name of the pre-computed bits table to match its actual function by DRC · 13 years ago
  23. 418dbdf turbojpegl.c=turbojpeg.c by DRC · 13 years ago
  24. bd86b76 by DRC · 13 years ago
  25. 7e3fd2f jpegtran on Windows needs the same fix as cjpeg and djpeg to eliminate errors when I/O redirection is used. by DRC · 13 years ago
  26. e9f9ec4 jpegtran on Windows needs the same fix as cjpeg and djpeg to eliminate errors when I/O redirection is used. by DRC · 13 years ago
  27. 4db92ad Need to set TJFLAG_NOREALLOC for tjTransform() by DRC · 13 years ago
  28. 94f0e03 Oops. Add the already-advertised -bmp option by DRC · 13 years ago
  29. 296c71b MinGW seems to barf unless jinclude.h is included before jpeglib.h by DRC · 13 years ago
  30. 312cd79 "jpegut"="tjunittest" & "jpgtest"="tjbench" by DRC · 13 years ago
  31. b8b359a "jpegut"="tjunittest" & "jpgtest"="tjbench" by DRC · 13 years ago
  32. 3185cb9 "jpegut"="tjunittest" & "jpgtest"="tjbench" by DRC · 13 years ago
  33. 7f73d9b Fix OS X uninstaller by DRC · 13 years ago
  34. 565a5bd Add dynamic allocation test; Fix compression ratio output in quiet mode; Fix memory leak by DRC · 13 years ago
  35. 9a746ad Remove wxWindows license files from packages by DRC · 13 years ago
  36. 44eb47e Fix 'make dist' by DRC · 13 years ago
  37. 9f5320f Fix 'make dist' by DRC · 13 years ago
  38. 18821f8 Fix 'make dist' by DRC · 13 years ago
  39. 4348464 Fix build on Windows by DRC · 13 years ago
  40. d441107 Added "See also" for tjAlloc() and tjFree() by DRC · 13 years ago
  41. 6b76f75 Add new API functions, tjAlloc() and tjFree(), which allow memory to be allocated and freed using a method of the library's choosing. At the moment, the primary purpose for this is to avoid allocating/freeing memory across the DLL boundary on Windows. by DRC · 13 years ago
  42. 90215cc Fix memory leak in new TurboJPEG auto-reallocation mode by DRC · 13 years ago
  43. 67d1fc1 Remove any references to the wxWindows Library License and VirtualGL copyrights by DRC · 13 years ago
  44. b5624ee Remove any references to the wxWindows Library License and VirtualGL copyrights by DRC · 13 years ago
  45. 81f5f7c Refactor uninstall script. No legacy code remains, so relicense under BSD-style license. Remove uninstall app from package for now, until we can come up with a new version that doesn't have any legacy code. by DRC · 13 years ago
  46. be49b8c Refactored to use new TurboJPEG API and new BMP library + additional cleanup. There is no legacy code remaining, so the refactored version of the program has been re-licensed under a BSD-style license. by DRC · 13 years ago
  47. cb6205a Add new API functions to JNI mapfile as well by DRC · 13 years ago
  48. 61d06e7 Need stdlib.h to get NULL on Linux by DRC · 13 years ago
  49. ff78e37 Don't require buffer size to be preset if using TJFLAG_NOREALLOC by DRC · 13 years ago
  50. a29294a Use tjutil instead of rrutil by DRC · 13 years ago
  51. 20c404d Add max, min functions by DRC · 13 years ago
  52. 3a1bb35 Prevent header from being included multiple times by DRC · 13 years ago
  53. 0fc884a Completely refactor BMP library so that it takes advantage of the existing BMP and PPM load/save routines in libjpeg by DRC · 13 years ago
  54. 9792ce8 Simplify initialization code (we don't have to explicitly initialize a component to 0, because the whole buffer has already been initialized to 0) by DRC · 14 years ago
  55. f962fbb Refactor slightly to match new C code by DRC · 14 years ago
  56. 007a42c Clean up error messages; Fix lossless transformation; General cleanup by DRC · 14 years ago
  57. a8b8b47 Refactored jpegut to test the new TurboJPEG API. There is no legacy code remaining, so the refactored version of the program has been re-licensed under a BSD-style license. by DRC · 14 years ago
  58. 25b995a Clean up constants so that flags, pixel formats, etc. are clearly differentiated; Update documentation accordingly; Name the enums to make it easier to reference them in the docs and clean up the references accordingly; Set Doxygen option to force a detailed description for the constants to always be generated by DRC · 14 years ago
  59. 9b28def Completely refactored the TurboJPEG C API so that it uses pixel formats instead of the clunky pixel size + flags combination to define the pixel size and component order. tjCompress2() and tjTransform() can also now grow the JPEG buffer as needed, which can allow programs to save memory by not pre-allocating the "worst-case" buffer size calculated by TJBUFSIZE(). Converted API documentation to Doxygen. There is no legacy code remaining, so the refactored version of the library has been re-licensed under a BSD-style license. by DRC · 14 years ago
  60. f89dd1e Remove duplicate entries by DRC · 14 years ago
  61. ba29357 Can't assume that current directory is in PATH by DRC · 14 years ago
  62. 2bfdb5d by DRC · 14 years ago
  63. 2c289bf by DRC · 14 years ago
  64. 34a8e35 by DRC · 14 years ago
  65. e19f15e Not necessary to save r10 and r11, since these are scratch registers by DRC · 14 years ago
  66. 44a97e8 Not necessary to save r10 and r11, since these are scratch registers by DRC · 13 years ago
  67. 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
  68. 7ed7b57 Eliminate "main is usually a function" warnings by DRC · 13 years ago
  69. 2d48165 Merge spacing changes from VirtualGL by DRC · 13 years ago
  70. 307156d Merge wordsmithing/grammar fixes from trunk by DRC · 13 years ago
  71. 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 · 13 years ago
  72. 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 · 13 years ago
  73. 105f9a9 Expose NASM variable in ccmake by DRC · 13 years ago
  74. 2091870 Oops. Apparently forgot to change the description when borrowing this from VirtualGL by DRC · 13 years ago
  75. a27962b Can't assume that current directory is in PATH by DRC · 14 years ago
  76. 750e078 Include scaled decompression test images when doing 'make dist' by DRC · 14 years ago
  77. 321e068 ARM NEON support by DRC · 14 years ago
  78. 56fb237 YASM support by DRC · 14 years ago
  79. e873854 Fix I/O redirection in cjpeg and djpeg on Windows by DRC · 14 years ago
  80. fd62eca Fix I/O redirection in cjpeg and djpeg on Windows by DRC · 14 years ago
  81. 5ee81f4 Fix I/O redirection in cjpeg and djpeg on Windows by DRC · 14 years ago
  82. fad469f New libjpeg-turbo domain by DRC · 14 years ago
  83. 4f81526 New libjpeg-turbo domain by DRC · 14 years ago
  84. c07f688 New libjpeg-turbo domain by DRC · 14 years ago
  85. ee26992 by DRC · 14 years ago
  86. 65e0cd3 Update license text to reflect the newly-relicensed jchuff.c by DRC · 14 years ago
  87. 6bb57b7 Re-factor and re-license under the libjpeg BSD-style license. Justification: the accelerated Huffman encoding optimizations in libjpeg-turbo were all developed by me as an independent developer. The structure of the inline Huffman encoding 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
  88. 4852d28 Add more comprehensive tests for IDCT scaling by DRC · 14 years ago
  89. 83c8f14 Eliminate excessive I/O overhead when reading BMP files in cjpeg by DRC · 14 years ago
  90. f165c2d Eliminate excessive I/O overhead when reading BMP files in cjpeg by DRC · 14 years ago
  91. d884011 by DRC · 14 years ago
  92. 049aef5 Eliminate excessive I/O overhead when reading BMP files in cjpeg by DRC · 14 years ago
  93. 1f8b601 by DRC · 14 years ago
  94. 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
  95. c56a74c Get rid of unused IS_WIN32 conditional by DRC · 14 years ago
  96. 51705fb by DRC · 14 years ago
  97. 8071c39 by DRC · 14 years ago
  98. e43d21d by DRC · 14 years ago
  99. 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
  100. 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