1. dedce66 Merge branch 'master' into dev by DRC · 7 years ago
  2. b9ab64d TurboJPEG: Thread-safe error message retrieval by DRC · 7 years ago
  3. 44b2399 libjpeg API: Support reading/writing ICC profiles by DRC · 8 years ago
  4. 6530203 Build: More GNUInstallDirs improvements by DRC · 8 years ago
  5. c8358fc Build: Various improvements to install/pkg system by DRC · 8 years ago
  6. b0fcd0c Build: Minor tweaks to GNUInstallDirs defaults by DRC · 8 years ago
  7. d681fa7 Build: Set install dirs in a more GNU-friendly way by DRC · 8 years ago
  8. 2af2fe4 Build: Clean up inline keyword detection by DRC · 8 years ago
  9. 952191d Build: Fix issues when building as a Git submodule by DRC · 8 years ago
  10. d642da7 Build: Fix buglet in output of `make tjtest` by DRC · 8 years ago
  11. 27d4c5e Build: Fix RPATH handling by DRC · 8 years ago
  12. 6abd391 Unified CMake-based build system by DRC · 8 years ago
  13. 9fdb8f8 Merge branch 'master' into dev by DRC · 8 years ago
  14. 3da94de Windows build: Add an "uninstall" target by DRC · 8 years ago
  15. 6aae007 CMake build system: Fix the "testclean" target by DRC · 8 years ago
  16. ed21f4b Merge branch 'master' into dev by DRC · 8 years ago
  17. 1625253 Fix 32-bit non-SIMD FP regression tests by DRC · 8 years ago
  18. 4cf67f2 Bump version to 1.5.2 to prepare for new commits by DRC · 8 years ago
  19. 9e6c6a1 Bump version to 1.5.1 to prepare for new commits by DRC · 8 years ago
  20. 6cb27c3 Bump version to 1.6 alpha1 by DRC · 8 years ago
  21. 3ff13e6 1.5.0 by DRC · 8 years ago
  22. f06cc12 Build: Add integer version macro to jconfig.h by DRC · 8 years ago
  23. 5c064de Build: Don't allow jpeg-7+ emul. w/o arith coding by DRC · 8 years ago
  24. 0d61e80 Merge branch '1.4.x' by DRC · 8 years ago
  25. ee681aa Fix CMake fallback BUILD var on non-U.S. machines by DRC · 8 years ago
  26. 346837c Merge branch '1.4.x' by DRC · 8 years ago
  27. eb7962a CMakeLists.txt: Clarify that Un*x isn't supported by DRC · 8 years ago
  28. 2354810 1.5 beta1 by DRC · 9 years ago
  29. 3ab68cf libjpeg API: Partial scanline decompression by DRC · 9 years ago
  30. 03841e6 Win: Display effective C/LD flags in CMake output by DRC · 9 years ago
  31. f913438 Win: Enable testing cross-compiled builds by DRC · 9 years ago
  32. e7f1418 1.4.3 by DRC · 9 years ago
  33. 7e3acc0 Rename README, LICENSE, BUILDING text files by DRC · 9 years ago
  34. 30ebafd 1.4.2 by DRC · 9 years ago
  35. 7a7da94 Add regression tests for jpeg_skip_scanlines(); change "stripe" to "strip" in djpeg; document -strip and -skip parameters in djpeg by DRC · 9 years ago
  36. 6a25894 Make sure that Java is disabled when 12-bit is enabled (Java requires TurboJPEG, which currently only supports 8-bit samples), and tabs-->spaces by DRC · 9 years ago
  37. ecc5836 Make sure that Java is disabled when 12-bit is enabled (Java requires TurboJPEG, which currently only supports 8-bit samples), and tabs-->spaces by DRC · 9 years ago
  38. 89b5e06 Studies show that GCC v5.1.0 performs as well as or better than v4.2, but v4.7.x-v4.9.x do not perform as well as v4.2. by DRC · 9 years ago
  39. 665c96e Allow building only static or only shared libraries on Windows by DRC · 9 years ago
  40. 89a3f97 Allow the executables and libraries outside of the sharedlib/ directory to be linked against msvcr*.dll instead of libcmt*.lib. This is reported to be necessary when building libjpeg-turbo for use with C#. by DRC · 10 years ago
  41. 2b7a391 1.4.1 by DRC · 10 years ago
  42. e59196d 1.4.0 by DRC · 10 years ago
  43. 1e2f496 Fix 'make dist' by DRC · 10 years ago
  44. 4c773cf Fix typos in test names by DRC · 10 years ago
  45. f72f1f2 Bump version to 1.5 alpha1 to prepare for new features by DRC · 10 years ago
  46. 022a901 1.4 beta1 by DRC · 10 years ago
  47. aee4f72 12-bit JPEG support by DRC · 10 years ago
  48. 73821bf Big oops. wrjpgcom on Windows was being built using the rdjpgcom source. by DRC · 10 years ago
  49. 3da1033 Big oops. wrjpgcom on Windows was being built using the rdjpgcom source. by DRC · 10 years ago
  50. a81f542 Big oops. wrjpgcom on Windows was being built using the rdjpgcom source. by DRC · 10 years ago
  51. 78df2e6 Add support for decompressing to RGB565 (16-bit) pixels by DRC · 10 years ago
  52. 715bb41 Port the more accurate (and slightly faster) floating point IDCT implementation from jpeg-8a and later. New research revealed that the SSE/SSE2 floating point IDCT implementation was actually more accurate than the jpeg-6b implementation, not less, which is why its mathematical results have always differed from those of the jpeg-6b implementation. This patch brings the accuracy of the C code in line with that of the SSE/SSE2 code. by DRC · 10 years ago
  53. 35db75e Redesign the libjpeg regression tests so that they fully cover all of the SIMD-accelerated algorithms (and most of the other ones as well) by DRC · 10 years ago
  54. ff6961f This patch accomplishes the following: by DRC · 10 years ago
  55. 714839d This patch accomplishes the following: by DRC · 10 years ago
  56. 06fa20d 1.3.2 by DRC · 10 years ago
  57. 9fe22da Set the BUILD environment variable properly when building with MinGW implementations that lack a Unix shell (TDM-GCC, for instance); Only set CMP0022 if it is supported (older CMake implementations don't support it); Remove trailing spaces by DRC · 10 years ago
  58. ffb2b6e Set the BUILD environment variable properly when building with MinGW implementations that lack a Unix shell (TDM-GCC, for instance); Only set CMP0022 if it is supported (older CMake implementations don't support it); Remove trailing spaces by DRC · 10 years ago
  59. aa36758 Silence warning in CMake 2.8.12 and later by DRC · 11 years ago
  60. 5eb1efa Silence warning in CMake 2.8.12 and later by DRC · 11 years ago
  61. 3bf21e0 Fix the build of the Java classes when using MSVC 2010 and later. Something in the recesses of my brain is telling me that I tried this before and it failed under some circumstances, but it must have been a bug in an older CMake implementation. CMake 2.8.8 and later seem to work fine with this patch. This patch also updates the minimum required version to 2.8.8, because 2.8.8 fixed another issue that was preventing the SIMD code from building under MSVC 2010 and later. by DRC · 11 years ago
  62. d45c549 Fix the build of the Java classes when using MSVC 2010 and later. Something in the recesses of my brain is telling me that I tried this before and it failed under some circumstances, but it must have been a bug in an older CMake implementation. CMake 2.8.8 and later seem to work fine with this patch. This patch also updates the minimum required version to 2.8.8, because 2.8.8 fixed another issue that was preventing the SIMD code from building under MSVC 2010 and later. by DRC · 11 years ago
  63. e163653 Back-port code from jpeg-8 that removes unpopulated (and unneeded) tables for AC and DC coefficients when generating progressive JPEG files with arithmetic coding. This should make such files bitwise compatible with jpeg-8, barring any other mathematical differences (such as the different subsampling algorithm used in jpeg-8.) Add regression tests for progressive+arithmetic JPEG files. by DRC · 11 years ago
  64. 4b50928 Back-port code from jpeg-8 that removes unpopulated (and unneeded) tables for AC and DC coefficients when generating progressive JPEG files with arithmetic coding. This should make such files bitwise compatible with jpeg-8, barring any other mathematical differences listed in README-turbo.txt. Add regression tests for progressive+arithmetic JPEG files. by DRC · 11 years ago
  65. 5430aa1 Back-port code from jpeg-8 that removes unpopulated (and unneeded) tables for AC and DC coefficients when generating progressive JPEG files with arithmetic coding. This should make such files bitwise compatible with jpeg-8, barring any other mathematical differences listed in README-turbo.txt. Add regression tests for progressive+arithmetic JPEG files. by DRC · 11 years ago
  66. faa868b Add 'tjunittest -yuv -alloc' test on Windows as well by DRC · 11 years ago
  67. 7ef2616 1.3.1 by DRC · 11 years ago
  68. 6e0bbbf 1.3.0 by DRC · 11 years ago
  69. fef9852 Extend the TurboJPEG Java API to support generating YUV images with arbitrary padding and to support image scaling when decompressing to YUV by DRC · 11 years ago
  70. f610d61 Extend the TurboJPEG C API to support generating YUV images with arbitrary padding and to support image scaling when decompressing to YUV by DRC · 11 years ago
  71. 17745dd Bump version to prepare for new features by DRC · 11 years ago
  72. 7175e51 Further enhancements/fixes to the packaging system: by DRC · 11 years ago
  73. 5e96c9b Bump version for post-beta pre-releases by DRC · 12 years ago
  74. 5039d73 Eliminated the awkward and confusing "TurboJPEG/OSS" designation, since there are no other active implementations of the TurboJPEG API anymore; don't refer to the libjpeg API library as "libjpeg-turbo" anymore, since that can be confusing; ARM v7s build instructions by DRC · 12 years ago
  75. ab70623 Implement in-memory source/destination managers even when not emulating the libjpeg v8 API/ABI by DRC · 12 years ago
  76. 211d1e7 Consolidate the MD5 sums into one location and add a --without-turbojpeg switch to the Un*x build to allow building libjpeg-turbo without the TurboJPEG/OSS wrapper library. These modifications were supposed to lay the ground work for adding compile-time-selectable 12-bit JPEG support, but unfortunately there are deeper issues that prevent the implementation of that feature right now (namely, some of the modifications made to the C code to support the SIMD code are apparently not 12-bit-friendly.) by DRC · 12 years ago
  77. f29ffd3 Modify 'make test' so that it uses MD5 sums instead of reference images. This eliminates the need to check most of the test images into the repository, which keeps the source tarball to a reasonable size. by DRC · 12 years ago
  78. 84f7122 1.2.90 (1.3 beta1) by DRC · 12 years ago
  79. 75cf497 Use a more robust method of obtaining the build timestamp on Windows. 'wmic os get LocalDateTime' will always return the timestamp in the format we want (YYYYMMDD), whereas date /t is sensitive to locale. If wmic fails, then we fall back to using date /t, even though this means that the BUILD variable will end up in the incorrect format on some systems. by DRC · 12 years ago
  80. 5e3bb3e Use a more robust method of obtaining the build timestamp on Windows. 'wmic os get LocalDateTime' will always return the timestamp in the format we want (YYYYMMDD), whereas date /t is sensitive to locale. If wmic fails, then we fall back to using date /t, even though this means that the BUILD variable will end up in the incorrect format on some systems. by DRC · 12 years ago
  81. de924b8 Use a more robust method of obtaining the build timestamp on Windows. 'wmic os get LocalDateTime' will always return the timestamp in the format we want (YYYYMMDD), whereas date /t is sensitive to locale. If wmic fails, then we fall back to using date /t, even though this means that the BUILD variable will end up in the incorrect format on some systems. by DRC · 12 years ago
  82. 3367f40 1.2.2 by DRC · 12 years ago
  83. 68071bd 1.2.1 by DRC · 13 years ago
  84. 02cd567 Install docs when doing 'make install' on Unix; Fix 'install' target on Windows; Include wizard.txt, example.c, and structure.txt in installed docs by DRC · 13 years ago
  85. a1647c8 Install docs when doing 'make install' on Unix; Fix 'install' target on Windows; Include wizard.txt, example.c, and structure.txt in installed docs by DRC · 13 years ago
  86. 760ea8d Merge documentation and wordsmithing changes from 1.2, including promotion of -arithmetic to a "switch for advanced users" by DRC · 13 years ago
  87. cf775bf Oops. Need to use -nosmooth so that the output matches the reference images generated by jpeg-8 by DRC · 13 years ago
  88. 0af8d67 Add tests for the additional scaling factors by DRC · 13 years ago
  89. 7ab0364 Move test images into their own subdirectory by DRC · 13 years ago
  90. 6ebf110 Move test images into their own subdirectory by DRC · 13 years ago
  91. bf0bdac Bump version to 1.2.80 (1.3 alpha1) to prepare for receiving new features by DRC · 13 years ago
  92. b56ae3d 1.2.0 by DRC · 13 years ago
  93. 4ad6003 Always link tjbench against jpeg-static instead of the JPEG DLL, since we are only using libjpeg for bitmap I/O by DRC · 13 years ago
  94. cf137ac 1.1.2 by DRC · 13 years ago
  95. 418dbdf turbojpegl.c=turbojpeg.c by DRC · 13 years ago
  96. 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
  97. 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
  98. 3185cb9 "jpegut"="tjunittest" & "jpgtest"="tjbench" by DRC · 13 years ago
  99. 4348464 Fix build on Windows by DRC · 13 years ago
  100. 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