1. 16c7077 Add an option to display the output image by DRC · 13 years ago
  2. 1da67e1 If a scaled-down JPEG output image is requested, we must decompress and recompress the transformed image. by DRC · 13 years ago
  3. 23da0c0 On Windows, long is 32-bit, so use jlong instead by DRC · 13 years ago
  4. 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 · 13 years ago
  5. 2930fa8 MinGW already has snprintf(), so don't use our macro substitute there by DRC · 13 years ago
  6. 6bd084a Oops. Forgot to add TJTransform class by DRC · 13 years ago
  7. e856eb0 Include new grayscale SIMD routines in dist by DRC · 13 years ago
  8. 15866ac by DRC · 13 years ago
  9. 3133441 Add access methods for getting at the JPEG buffer by DRC · 13 years ago
  10. 7d4b001 If transforming and outputting a JPEG file, output the transformed file directly instead of decompressing/recompressing it by DRC · 13 years ago
  11. bb0e0b5 Add TJTransformer JNI functions to mapfile by DRC · 13 years ago
  12. d0a8136 Handle 4:4:0 (transposed 4:2:2 subsampling) by DRC · 13 years ago
  13. a3f68b4 Handle 4:4:0 (transposed 4:2:2 subsampling) by DRC · 13 years ago
  14. e857301 Implement lossless cropping interface in Java by DRC · 13 years ago
  15. 46531c3 Don't need PAD() anymore by DRC · 13 years ago
  16. 2e2358e Print stack trace on error by DRC · 13 years ago
  17. ad05754 Methods of a final class are automatically final by DRC · 13 years ago
  18. d8ebb6b Modify filename of decompressed output files to indicate that scaling was used by DRC · 13 years ago
  19. ddd728c If losslessly transforming to grayscale, compute trimmed dimensions based on grayscale MCU size, not MCU size of source image by DRC · 13 years ago
  20. ba5ea51 Tile generation did not work with TJXFORM_HFLIP, because the underlying transform code was using an in-place algorithm, which modified the source coefficients after the first tile was generated. Thus, create a new option which allows TurboJPEG to turn off the in-place horizontal flip if there are multiple transforms being performed from the same set of coefficients. by DRC · 13 years ago
  21. f2cef49 Transform tests; Variable benchmark time; General cleanup by DRC · 13 years ago
  22. 6a833a8 Add an option to force grayscale->RGB conversion (needed for jpgtest regression test) by DRC · 13 years ago
  23. 3c2d7f2 Move per-format flag assignments to the actual TurboJPEG function calls by DRC · 13 years ago
  24. 9977e28 Make the C version work more like the Java version by DRC · 13 years ago
  25. 45358dd Generate separate JPEG images for the YUV decode tests by DRC · 13 years ago
  26. 0a07969 Oops. Left out the all-important transform structures by DRC · 13 years ago
  27. 0a32519 Since lossless transforms have such a high fixed performance cost, implement a mechanism for performing more than one at a time on the same source image. by DRC · 13 years ago
  28. a81d310 Wordsmithing and general cleanup by DRC · 13 years ago
  29. da5220a Fix Windows build; Add grayscale tests to Windows build; Add proper implementation of snprintf on Windows and use snprintf() in TurboJPEG library and tests instead of sprintf() by DRC · 13 years ago
  30. e6ab539 Fix compiler warnings in Visual C++ by DRC · 13 years ago
  31. 43a29d2 Fix compiler warnings in Visual C++ by DRC · 13 years ago
  32. 6acf52b Perform size checks on arrays by DRC · 13 years ago
  33. 5528b55 Use new scaling API by DRC · 13 years ago
  34. 0f1f60d Make error handling more consistent with other TurboJPEG C code by DRC · 13 years ago
  35. b15b7df Use "bailout" label to be more consistent with other TurboJPEG C code by DRC · 13 years ago
  36. f7f3ea4 Use consistent formatting conventions by DRC · 13 years ago
  37. 20ec358 Add getScalingFactors() method to libturbojpeg version script by DRC · 13 years ago
  38. 109a578 tjGetScaledSize() would never be able to accommodate scaling factors > 1, so replace it with a function that returns a list of fractional scaling factors that TurboJPEG supports. by DRC · 13 years ago
  39. 7166bb7 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 · 13 years ago
  40. 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 · 13 years ago
  41. 438affe by DRC · 13 years ago
  42. 1a3dbe6 Unused variables by DRC · 13 years ago
  43. 23f2bba Improve performance a bit for the non-SIMD case by DRC · 13 years ago
  44. 5a9d6c3 Improve performance a bit for the non-SIMD case by DRC · 13 years ago
  45. 66df5ec Oops. cconvert is still needed for 12-bit samples by DRC · 13 years ago
  46. ddb158c Add short names for RGB->grayscale MMX functions by DRC · 13 years ago
  47. 07122dd Change filename in header by DRC · 13 years ago
  48. 0244061 Make Visual C++ happy by DRC · 13 years ago
  49. da58a91 Make Visual C++ happy by DRC · 13 years ago
  50. 890f1e0 Expose libjpeg lossless transform feature in TurboJPEG/OSS by DRC · 13 years ago
  51. 17ac372 Fix compiler warnings by DRC · 13 years ago
  52. 5d1e034 Enable full GCC compiler warnings by default by DRC · 13 years ago
  53. 0769f50 Fix compiler warnings by DRC · 13 years ago
  54. b4a50ce Enable full GCC compiler warnings by default by DRC · 13 years ago
  55. 992611b "tjScaledSize"="tjGetScaledSize" (again) by DRC · 13 years ago
  56. 98a7bde Remove entry for tjScaledSize() by DRC · 13 years ago
  57. 89d1164 Include tjGetScaledSize() in version scripts by DRC · 13 years ago
  58. 1b1e886 "tjScaledSize"="tjGetScaledSize" by DRC · 13 years ago
  59. 361a637 Fix uninitialized variables by DRC · 13 years ago
  60. 88534c5 Add RGB --> Grayscale YUV decoding test by DRC · 13 years ago
  61. 3484e0b Add RGB-->Grayscale YUV decode test by DRC · 13 years ago
  62. e4d9b5b by DRC · 13 years ago
  63. 4f1580c Implement YUV encode/decode methods at the Java level; Remove some of the arguments from the Java API and replace with get/set methods; General API cleanup; Fix BufferedImage grayscale tests in TJUnitTest by DRC · 13 years ago
  64. d5a69af Fix the buffer size regression test so that it generates the intended pixel patterns by DRC · 13 years ago
  65. 0a192ac Oops. Committed some debugging code by DRC · 13 years ago
  66. 8424160 Replace the TJ_YUV flag with two new API functions by DRC · 13 years ago
  67. 0745c0f Correct memory allocation failure messages by DRC · 13 years ago
  68. 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 · 13 years ago
  69. 0cc1279 Use correct size for YUV buffers by DRC · 13 years ago
  70. 6a1580f Tiling doesn't work with YUV encoding either by DRC · 13 years ago
  71. f8552fa Fix various CR/LF issues by DRC · 13 years ago
  72. 9fa9559 Use a proper version script for libturbojpeg by DRC · 13 years ago
  73. 10e3193 by DRC · 13 years ago
  74. eeab695 Replace the TJ_YUV flag with two new API functions, and add TJBUFSIZEYUV() from trunk by DRC · 13 years ago
  75. 5cb1b68 Tiling doesn't work with YUV encoding either by DRC · 13 years ago
  76. 0b11d1c Fix various CR/LF issues by DRC · 13 years ago
  77. 582a46a Ensure that libjpeg state is reset if an error occurs by DRC · 13 years ago
  78. 6e51e19 Use a proper version script for libturbojpeg, since we've added functions to it since 1.0 by DRC · 13 years ago
  79. 0ad78a6 Add line feed by DRC · 14 years ago
  80. 026f7ce Numerous enhancements, including using the new BufferedImage support to read/write non-JPEG files by DRC · 14 years ago
  81. b605cac Check for invalid subsampling factor by DRC · 14 years ago
  82. 84a1bcc Support for compressing from/decompressing to a BufferedImage in the Java wrapper by DRC · 14 years ago
  83. 3bad53f More JNI cleanup + added unit test and fixed bugs uncovered by it by DRC · 14 years ago
  84. 2ca3eb5 Oops. dumpbuf() was displaying only red components. by DRC · 14 years ago
  85. cce6b43 Oops. dumpbuf() was displaying only red components. by DRC · 14 years ago
  86. 7ffa0c8 Oops. dumpbuf() was displaying only red components. by DRC · 14 years ago
  87. 404e82e Test all YUV decode paths by DRC · 14 years ago
  88. 601a433 Test all YUV decode paths by DRC · 14 years ago
  89. e0d4d34 by DRC · 14 years ago
  90. 36336fc Streamline Java wrapper by DRC · 14 years ago
  91. 4e8ae08 Add new functions to anonymous version script by DRC · 14 years ago
  92. b28fc57 Make the scaling API a bit more friendly by DRC · 14 years ago
  93. 45bd1f2 "TurboJPEG/OSS"="TurboJPEG", since the TurboJPEG header is used with other codecs besides libjpeg-turbo by DRC · 14 years ago
  94. 7d9d434 "TurboJPEG/OSS"="TurboJPEG", since the TurboJPEG header is used with other codecs besides libjpeg-turbo by DRC · 14 years ago
  95. f3cf973 Add TJBUFSIZEYUV() convenience function by DRC · 14 years ago
  96. 035aac4 RGBA=RGBX, BGRA=BGRX, ABGR=XBGR, ARGB=XRGB by DRC · 14 years ago
  97. b67c2dc Implement "ultra quiet mode" for generating output that is easy to copy/paste into a spreadsheet by DRC · 14 years ago
  98. c4c3049 Wordsmithing by DRC · 14 years ago
  99. 9cd2c42 Include jpgtest in Unix/Linux distribution packages by DRC · 14 years ago
  100. c62cc76 Include libjpeg run-time programs and jpgtest in installer; Move documentation in SDK distribution packages into doc\ subdirectory by DRC · 14 years ago