1. 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
  2. 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
  3. e835ee3 Windows doesn't have random() by DRC · 13 years ago
  4. dc2697d Windows doesn't have random() by DRC · 13 years ago
  5. 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
  6. 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
  7. 9b49f0e Re-work TJBUFSIZE() to take into account the level of chrominance subsampling by DRC · 13 years ago
  8. fa9ff8e Restore compatibility with the jpeg-6b error enum, even if arithmetic coding is enabled. by DRC · 13 years ago
  9. bd1ef43 Restore compatibility with the jpeg-6b error enum, even if arithmetic coding is enabled. by DRC · 13 years ago
  10. 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
  11. 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
  12. 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
  13. 8c60d22 NEON-optimized 2x2 and 4x4 scaled iDCTs by DRC · 13 years ago
  14. c52c556 by DRC · 13 years ago
  15. e54b755 iOS ARM support by DRC · 13 years ago
  16. 4346f91 iOS ARM support by DRC · 13 years ago
  17. cf137ac 1.1.2 by DRC · 13 years ago
  18. 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
  19. 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
  20. 215aa8b Re-factor checkBufYUV() function to more closely resemble re-factored checkBuf() function by DRC · 13 years ago
  21. ac906c5 Change the name of the pre-computed bits table to match its actual function by DRC · 13 years ago
  22. 418dbdf turbojpegl.c=turbojpeg.c by DRC · 13 years ago
  23. bd86b76 by DRC · 13 years ago
  24. 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
  25. 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
  26. 4db92ad Need to set TJFLAG_NOREALLOC for tjTransform() by DRC · 13 years ago
  27. 94f0e03 Oops. Add the already-advertised -bmp option by DRC · 13 years ago
  28. 296c71b MinGW seems to barf unless jinclude.h is included before jpeglib.h by DRC · 13 years ago
  29. 312cd79 "jpegut"="tjunittest" & "jpgtest"="tjbench" by DRC · 13 years ago
  30. b8b359a "jpegut"="tjunittest" & "jpgtest"="tjbench" by DRC · 13 years ago
  31. 3185cb9 "jpegut"="tjunittest" & "jpgtest"="tjbench" by DRC · 13 years ago
  32. 7f73d9b Fix OS X uninstaller by DRC · 13 years ago
  33. 565a5bd Add dynamic allocation test; Fix compression ratio output in quiet mode; Fix memory leak by DRC · 13 years ago
  34. 9a746ad Remove wxWindows license files from packages by DRC · 13 years ago
  35. 44eb47e Fix 'make dist' by DRC · 13 years ago
  36. 9f5320f Fix 'make dist' by DRC · 13 years ago
  37. 18821f8 Fix 'make dist' by DRC · 13 years ago
  38. 4348464 Fix build on Windows by DRC · 13 years ago
  39. d441107 Added "See also" for tjAlloc() and tjFree() by DRC · 13 years ago
  40. 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
  41. 90215cc Fix memory leak in new TurboJPEG auto-reallocation mode by DRC · 13 years ago
  42. 67d1fc1 Remove any references to the wxWindows Library License and VirtualGL copyrights by DRC · 13 years ago
  43. b5624ee Remove any references to the wxWindows Library License and VirtualGL copyrights by DRC · 13 years ago
  44. 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
  45. 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
  46. cb6205a Add new API functions to JNI mapfile as well by DRC · 13 years ago
  47. 61d06e7 Need stdlib.h to get NULL on Linux by DRC · 13 years ago
  48. ff78e37 Don't require buffer size to be preset if using TJFLAG_NOREALLOC by DRC · 13 years ago
  49. a29294a Use tjutil instead of rrutil by DRC · 13 years ago
  50. 20c404d Add max, min functions by DRC · 13 years ago
  51. 3a1bb35 Prevent header from being included multiple times by DRC · 13 years ago
  52. 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
  53. 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 · 13 years ago
  54. f962fbb Refactor slightly to match new C code by DRC · 13 years ago
  55. 007a42c Clean up error messages; Fix lossless transformation; General cleanup by DRC · 13 years ago
  56. 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 · 13 years ago
  57. 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 · 13 years ago
  58. 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 · 13 years ago
  59. f89dd1e Remove duplicate entries by DRC · 13 years ago
  60. ba29357 Can't assume that current directory is in PATH by DRC · 13 years ago
  61. 2bfdb5d by DRC · 13 years ago
  62. 2c289bf by DRC · 13 years ago
  63. 34a8e35 by DRC · 13 years ago
  64. e19f15e Not necessary to save r10 and r11, since these are scratch registers by DRC · 13 years ago
  65. 44a97e8 Not necessary to save r10 and r11, since these are scratch registers by DRC · 13 years ago
  66. 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
  67. 7ed7b57 Eliminate "main is usually a function" warnings by DRC · 13 years ago
  68. 2d48165 Merge spacing changes from VirtualGL by DRC · 13 years ago
  69. 307156d Merge wordsmithing/grammar fixes from trunk by DRC · 13 years ago
  70. 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
  71. 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
  72. 105f9a9 Expose NASM variable in ccmake by DRC · 13 years ago
  73. 2091870 Oops. Apparently forgot to change the description when borrowing this from VirtualGL by DRC · 13 years ago
  74. a27962b Can't assume that current directory is in PATH by DRC · 13 years ago
  75. 750e078 Include scaled decompression test images when doing 'make dist' by DRC · 13 years ago
  76. 321e068 ARM NEON support by DRC · 13 years ago
  77. 56fb237 YASM support by DRC · 13 years ago
  78. e873854 Fix I/O redirection in cjpeg and djpeg on Windows by DRC · 13 years ago
  79. fd62eca Fix I/O redirection in cjpeg and djpeg on Windows by DRC · 13 years ago
  80. 5ee81f4 Fix I/O redirection in cjpeg and djpeg on Windows by DRC · 13 years ago
  81. fad469f New libjpeg-turbo domain by DRC · 13 years ago
  82. 4f81526 New libjpeg-turbo domain by DRC · 13 years ago
  83. c07f688 New libjpeg-turbo domain by DRC · 13 years ago
  84. ee26992 by DRC · 13 years ago
  85. 65e0cd3 Update license text to reflect the newly-relicensed jchuff.c by DRC · 13 years ago
  86. 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 · 13 years ago
  87. 4852d28 Add more comprehensive tests for IDCT scaling by DRC · 13 years ago
  88. 83c8f14 Eliminate excessive I/O overhead when reading BMP files in cjpeg by DRC · 13 years ago
  89. f165c2d Eliminate excessive I/O overhead when reading BMP files in cjpeg by DRC · 13 years ago
  90. d884011 by DRC · 13 years ago
  91. 049aef5 Eliminate excessive I/O overhead when reading BMP files in cjpeg by DRC · 13 years ago
  92. 1f8b601 by DRC · 13 years ago
  93. 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 · 13 years ago
  94. c56a74c Get rid of unused IS_WIN32 conditional by DRC · 13 years ago
  95. 51705fb by DRC · 13 years ago
  96. 8071c39 by DRC · 13 years ago
  97. e43d21d by DRC · 13 years ago
  98. 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
  99. 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 · 13 years ago
  100. 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 · 13 years ago