1. 6b968b2 Add TJCustomFilter to Windows build by DRC · 13 years ago
  2. 870fd8f Add a couple of missing pages by DRC · 13 years ago
  3. f546711 Implement custom filter callback in Java by DRC · 13 years ago
  4. 835b76f Fix 'make docs' with out-of-tree builds by DRC · 13 years ago
  5. c6fa5ba Fix 'make headers' with out-of-tree builds by DRC · 13 years ago
  6. 57a3736 by DRC · 13 years ago
  7. 7bf04d3 Implement a custom DCT filter callback for lossless transforms by DRC · 13 years ago
  8. 9a4570a Eliminate "main is usually a function" warnings by DRC · 13 years ago
  9. 7ed7b57 Eliminate "main is usually a function" warnings by DRC · 13 years ago
  10. 2d48165 Merge spacing changes from VirtualGL by DRC · 13 years ago
  11. 307156d Merge wordsmithing/grammar fixes from trunk by DRC · 13 years ago
  12. 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
  13. 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
  14. 105f9a9 Expose NASM variable in ccmake by DRC · 13 years ago
  15. 3fbf08b Fill unused byte with 0xFF on Windows as well by DRC · 13 years ago
  16. d89e01f Use 8-bit write to avoid potential pointer aliasing issues (also, at least on x86, it's faster than the previous approach.) by DRC · 13 years ago
  17. c08e8c1 When decompressing to a 4-byte RGB buffer, set the unused byte to 0xFF so it can be interpreted as an opaque alpha channel. by DRC · 13 years ago
  18. b4570bb Improve performance of non-SIMD color conversion routines and use global constants to define colorspace extension parameters by DRC · 13 years ago
  19. f12bb30 Fix compile error when JCS_EXTENSIONS!=1 by DRC · 13 years ago
  20. 22bfd9c Use descriptions from libjpeg v8 by DRC · 13 years ago
  21. 36edad7 Back out CMYK-to-RGB conversions. There is really no way to properly do CMYK-to-RGB conversion without color management, which is out of scope for libjpeg-turbo. Applications wishing to do a trivial conversion, such as was implemented in these routines, can simply request CMYK output and do the trivial conversion themselves (or, even better, use an OSS color management library.) We should not encourage the use of in-library CMYK-to-RGB conversion as a substitute for color management. by DRC · 13 years ago
  22. b071f01 Update Nokia contact info by DRC · 13 years ago
  23. ad6955d Improve performance of IFAST iDCT by changing the order of transpose and descale steps by DRC · 13 years ago
  24. 5129e39 Make ARM ISLOW iDCT faster on typical cases, and eliminate the possibility of 16-bit overflows when handling arbitrary coefficients. by DRC · 13 years ago
  25. 98a44fe Improve the performance of YCbCr to RGB conversion on ARM by DRC · 13 years ago
  26. ce4e3e8 NEON-accelerated slow integer inverse DCT by DRC · 13 years ago
  27. 82bd521 NEON-accelerated quantization by DRC · 13 years ago
  28. e5c6eb5 by DRC · 13 years ago
  29. a2fdd0c Use integer arithmetic for CMYK-to-RGB conversions by DRC · 13 years ago
  30. 4b024a6 Improve performance of ARM NEON IFAST iDCT by DRC · 13 years ago
  31. 0dc7c82 Oops by DRC · 13 years ago
  32. 3d0fe94 Add Nokia copyright (for ARM NEON code) by DRC · 13 years ago
  33. 8a36717 by DRC · 13 years ago
  34. 7a9376c ARM NEON-accelerated RGB-to-YCbCr conversion by DRC · 13 years ago
  35. 2a47df6 Oops by DRC · 13 years ago
  36. 51cf51a CMYK/YCCK support by DRC · 13 years ago
  37. 0f65030 Support for accelerated forward DCT using ARM NEON instructions by DRC · 13 years ago
  38. b740054 Support for accelerated forward DCT using ARM NEON instructions by DRC · 13 years ago
  39. 9c4590e by DRC · 13 years ago
  40. a9b35c9 Don't include JAR file in 32-bit compatibility package by DRC · 13 years ago
  41. 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
  42. 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
  43. 2091870 Oops. Apparently forgot to change the description when borrowing this from VirtualGL by DRC · 13 years ago
  44. e835ee3 Windows doesn't have random() by DRC · 13 years ago
  45. dc2697d Windows doesn't have random() by DRC · 13 years ago
  46. 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
  47. 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
  48. 9b49f0e Re-work TJBUFSIZE() to take into account the level of chrominance subsampling by DRC · 13 years ago
  49. fa9ff8e Restore compatibility with the jpeg-6b error enum, even if arithmetic coding is enabled. by DRC · 13 years ago
  50. bd1ef43 Restore compatibility with the jpeg-6b error enum, even if arithmetic coding is enabled. by DRC · 13 years ago
  51. 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
  52. 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
  53. 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
  54. 8c60d22 NEON-optimized 2x2 and 4x4 scaled iDCTs by DRC · 13 years ago
  55. c52c556 by DRC · 13 years ago
  56. e54b755 iOS ARM support by DRC · 13 years ago
  57. 4346f91 iOS ARM support by DRC · 13 years ago
  58. cf137ac 1.1.2 by DRC · 13 years ago
  59. 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
  60. 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
  61. 215aa8b Re-factor checkBufYUV() function to more closely resemble re-factored checkBuf() function by DRC · 13 years ago
  62. ac906c5 Change the name of the pre-computed bits table to match its actual function by DRC · 13 years ago
  63. 418dbdf turbojpegl.c=turbojpeg.c by DRC · 13 years ago
  64. bd86b76 by DRC · 13 years ago
  65. 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
  66. 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
  67. 4db92ad Need to set TJFLAG_NOREALLOC for tjTransform() by DRC · 13 years ago
  68. 94f0e03 Oops. Add the already-advertised -bmp option by DRC · 13 years ago
  69. 296c71b MinGW seems to barf unless jinclude.h is included before jpeglib.h by DRC · 13 years ago
  70. 312cd79 "jpegut"="tjunittest" & "jpgtest"="tjbench" by DRC · 13 years ago
  71. b8b359a "jpegut"="tjunittest" & "jpgtest"="tjbench" by DRC · 13 years ago
  72. 3185cb9 "jpegut"="tjunittest" & "jpgtest"="tjbench" by DRC · 13 years ago
  73. 7f73d9b Fix OS X uninstaller by DRC · 13 years ago
  74. 565a5bd Add dynamic allocation test; Fix compression ratio output in quiet mode; Fix memory leak by DRC · 13 years ago
  75. 9a746ad Remove wxWindows license files from packages by DRC · 13 years ago
  76. 44eb47e Fix 'make dist' by DRC · 13 years ago
  77. 9f5320f Fix 'make dist' by DRC · 13 years ago
  78. 18821f8 Fix 'make dist' by DRC · 13 years ago
  79. 4348464 Fix build on Windows by DRC · 13 years ago
  80. d441107 Added "See also" for tjAlloc() and tjFree() by DRC · 13 years ago
  81. 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
  82. 90215cc Fix memory leak in new TurboJPEG auto-reallocation mode by DRC · 13 years ago
  83. 67d1fc1 Remove any references to the wxWindows Library License and VirtualGL copyrights by DRC · 13 years ago
  84. b5624ee Remove any references to the wxWindows Library License and VirtualGL copyrights by DRC · 13 years ago
  85. 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
  86. 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
  87. cb6205a Add new API functions to JNI mapfile as well by DRC · 13 years ago
  88. 61d06e7 Need stdlib.h to get NULL on Linux by DRC · 13 years ago
  89. ff78e37 Don't require buffer size to be preset if using TJFLAG_NOREALLOC by DRC · 13 years ago
  90. a29294a Use tjutil instead of rrutil by DRC · 13 years ago
  91. 20c404d Add max, min functions by DRC · 13 years ago
  92. 3a1bb35 Prevent header from being included multiple times by DRC · 13 years ago
  93. 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
  94. 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
  95. f962fbb Refactor slightly to match new C code by DRC · 13 years ago
  96. 007a42c Clean up error messages; Fix lossless transformation; General cleanup by DRC · 13 years ago
  97. 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
  98. 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
  99. 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
  100. f89dd1e Remove duplicate entries by DRC · 13 years ago