1. 1a85fc4 Additional code formatting tweaks by DRC · 7 years ago
  2. eb8bba6 Java: Further style refinements by DRC · 7 years ago
  3. 53bb941 Java: Reformat code per checkstyle recommendations by DRC · 7 years ago
  4. 2401e4d TurboJPEG: Handle CMYK JPEGs w/ subsampled M, Y by DRC · 7 years ago
  5. 34e9d7e Bump revision to 1.5.91 for post-beta fixes by DRC · 7 years ago
  6. dc9bdf1 Additional code formatting tweaks by DRC · 7 years ago
  7. b2d000e "Further" = "Furthermore" by DRC · 7 years ago
  8. bfc3ce3 x86[-64] SIMD: Don't auto-generate jsimdcfg.inc by DRC · 7 years ago
  9. 269e84c jsimd_can_encode_mcu_AC_*(): Remove useless checks by mayeut · 7 years ago
  10. b628d69 Additional code formatting tweaks by DRC · 7 years ago
  11. 450306a READMEs: Mention that prog JPEG is now accelerated by DRC · 7 years ago
  12. ed3c527 README.ijg: Wordsmith per ISO/ITU-T suggestions by DRC · 7 years ago
  13. 4a275cf Fix compiler warning w/ 32-bit MSVC builds by DRC · 7 years ago
  14. 13e4803 Fix build errors when C flags include -Werror by DRC · 7 years ago
  15. a74655a CMakeLists.txt: Move intrin.h header check by DRC · 7 years ago
  16. 58cb10e Eliminate compiler warnings w/ Solaris Studio by DRC · 7 years ago
  17. 7b3c0f0 PowerPC: Fix comp. warning when built w/ -maltivec by DRC · 7 years ago
  18. 72964b8 LICENSE.md: Explain why three licenses were used by DRC · 7 years ago
  19. 3270768 jversion.h: Bump copyright year to 2018 by DRC · 7 years ago
  20. 51f94ca Build: Use Colin Plumb's public domain MD5 code by DRC · 7 years ago
  21. 9a12cf7 Travis: Deploy only when using official repo by Matthieu Darbois · 7 years ago
  22. c80ddef Build: Fix rpath in iOS shared libraries by DRC · 7 years ago
  23. d3a1f89 Travis: Don't build tags by DRC · 7 years ago
  24. d64e8e2 Fix continuous integration of pull requests by DRC · 7 years ago
  25. e15a6b4 Include .pc and man files in MinGW install[er]s by DRC · 7 years ago
  26. ca56642 release/installer.nsi.in: Remove extraneous quotes by DRC · 7 years ago
  27. 3fa69b4 jcphuff.c: Fix compiler warning by DRC · 7 years ago
  28. d83c997 README.md: clarify where API docs can be found by DRC · 7 years ago
  29. d66dc70 ChangeLog.md: bump revision to prepare for beta by DRC · 7 years ago
  30. 8adf4c0 jcphuff.c: Fix compiler warning with Visual C++ by DRC · 7 years ago
  31. 1095b82 Bump revision to 1.5.90 to prepare for beta by DRC · 7 years ago
  32. c0ca354 Label this release 2.0 instead of 1.6 by DRC · 7 years ago
  33. 2e90cca ChangeLog.md: clarification regarding AVX2 by DRC · 7 years ago
  34. 5b177b3 C/SSE2 optimization of encode_mcu_AC_first() by mayeut · 7 years ago
  35. 16bd984 C/SSE2 optimization of encode_mcu_AC_refine() by mayeut · 7 years ago
  36. 81baa1b simd/i386/jchuff-sse2.asm: Minor formatting tweak by DRC · 7 years ago
  37. 293263c Format preprocessor macros more consistently by DRC · 7 years ago
  38. 09497c1 Additional code formatting tweaks by DRC · 7 years ago
  39. 84fbd4f Merge branch 'master' into dev by DRC · 7 years ago
  40. bd96b30 Make all get/putenv() calls compile-time optional by DRC · 7 years ago
  41. 2575805 Win installer: allow install directories w/ spaces by DRC · 7 years ago
  42. c743009 Fix build with older MinGW releases by Cameron Cawley · 7 years ago
  43. 29e453f turbojpeg.c: Fix Windows build by DRC · 7 years ago
  44. a4da075 Merge branch 'master' into dev by DRC · 7 years ago
  45. 19c791c Improve code formatting consistency by DRC · 7 years ago
  46. d45434f usage.txt: Remove Alt-Space non-ASCII character by DRC · 7 years ago
  47. 4508ab3 Fix build when RGB_{RED,GREEN,BLUE}!={0,1,2} by DRC · 7 years ago
  48. 87bc872 Travis: OS X official builds now use YASM by DRC · 7 years ago
  49. 33ce0b5 Loongson MMI SIMD extensions by DRC · 7 years ago
  50. 35ed3c9 SIMD: Formatting tweaks + remove unnecessary code by DRC · 7 years ago
  51. 3c54642 Fix iOS/ARM[-64] build w/ newer versions of CMake by DRC · 7 years ago
  52. 367a838 Make SIMD syms private for x86[-64]/Mach-O builds by DRC · 7 years ago
  53. 7c2bfdb Merge branch 'master' into dev by DRC · 7 years ago
  54. 0dd9a2c Fix Win64 ABI conformance when using xmm8-xmm11 by mayeut · 7 years ago
  55. 32eaeea Fix BUILDING.md buglet ("--mfloat-abi=softfp") by Matthieu Darbois · 7 years ago
  56. 4c4dc61 Fix Win64 ABI conformance issue in AVX2 ISLOW IDCT by mayeut · 7 years ago
  57. feaec37 Fix build with YASM by mayeut · 7 years ago
  58. b6909ab Make SIMD symbols private for MIPS ELF builds by mayeut · 7 years ago
  59. 9bef5df Make SIMD symbols private for iOS ARM/ARM64 builds by mayeut · 7 years ago
  60. 8842156 Make SIMD symbols private for x86[-64] ELF builds by mayeut · 7 years ago
  61. 9cdec16 32-bit AVX2 implementation of slow int inverse DCT by DRC · 7 years ago
  62. 845fe8b 32-bit AVX2 buglet: IS_ALIGNED_SSE=IS_ALIGNED_AVX by DRC · 7 years ago
  63. de9e9db 64-bit AVX2 implementation of slow int inverse DCT by DRC · 7 years ago
  64. 715b7c3 32-bit AVX2 implementation of int sample conv. by DRC · 7 years ago
  65. ca387e7 32-bit AVX2 implementation of slow int forward DCT by DRC · 7 years ago
  66. 39e9e65 64-bit AVX2 implementation of int sample conv. by DRC · 7 years ago
  67. 264dd42 64-bit AVX2 implementation of slow int forward DCT by DRC · 7 years ago
  68. ff392d8 AVX2: Introduce YMMBLOCK macro for readability by DRC · 7 years ago
  69. 37bae1a Prog Huff enc: bit count/branchless abs val opts by DRC · 7 years ago
  70. 985ef4f Merge branch 'master' into dev by DRC · 7 years ago
  71. 700de8a README.md: Fix permissions by Ben Boeckel · 7 years ago
  72. 4e24079 Merge branch 'master' into dev by DRC · 7 years ago
  73. d485955 Fix dithering bug in merged 4:2:0/RGB565 algorithm by DRC · 7 years ago
  74. 289014d Merge branch 'master' into dev by DRC · 8 years ago
  75. 3847f91 Travis/OS X: Use 'brew bundle' + Brewfile by Stephen · 8 years ago
  76. bd544e2 Merge branch 'master' into dev by DRC · 8 years ago
  77. 0e2bca0 jdarith.c: Fix two signed integer overflows by DRC · 8 years ago
  78. 0fba3c1 Bump version to 1.5.4 to prepare for new commits by DRC · 8 years ago
  79. 7d3feda BUILDING.md: Adjust Android recipes for NDK r16+ by DRC · 8 years ago
  80. bf6c774 Fix whitespace errors by DRC · 8 years ago
  81. afdd799 Merge branch 'master' into dev by DRC · 8 years ago
  82. c308d43 jpeg_crop_scanlines: Handle gray images w/ samp!=1 by DRC · 8 years ago
  83. 773040f Fix lib state when skipping to end of 1-scan image by DRC · 8 years ago
  84. c05d124 Merge branch 'master' into dev by DRC · 8 years ago
  85. a831b5a Travis: Work around xcode7.3 image bug by DRC · 8 years ago
  86. 9f1f86b tjLoadImage(): Fix OOB array access w/TJPF_UNKNOWN by DRC · 8 years ago
  87. e817c07 tjLoadImage(): return TJPF_GRAY for grayscale BMPs by DRC · 8 years ago
  88. 479fa1d tjLoadImage(): Don't convert RGB to grayscale by DRC · 8 years ago
  89. 8c40ac8 Add TurboJPEG C example and clean up Java example by DRC · 8 years ago
  90. dc4b900 TurboJPEG: Add alpha offset array/method by DRC · 8 years ago
  91. aa74590 TurboJPEG C API: Add BMP/PPM load/save functions by DRC · 8 years ago
  92. 087ec12 tjbenchtest: Test new TurboJPEG progressive flag by DRC · 8 years ago
  93. cd8a125 Build: Fix 'tjtest' target on Windows by DRC · 8 years ago
  94. 4893e5d Merge branch 'master' into dev by DRC · 8 years ago
  95. 19b393b TJExample: Fix array index OOB w/ 4:1:1 JPEG input by DRC · 8 years ago
  96. 9d9d8fe Code formatting tweaks by DRC · 8 years ago
  97. 78e97e3 Uniquify tjbenchtest log file names based on args by DRC · 8 years ago
  98. 468f2fe TJExample.java: Don't ignore mistyped args by DRC · 8 years ago
  99. 5abf253 Doc tweak: TJFLAG_ACCURATEDCT is the first flag by DRC · 8 years ago
  100. 5fce2e9 tjbench.exe: Fix decompression access violation by DRC · 8 years ago