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