1. c0ca354 Label this release 2.0 instead of 1.6 by DRC · 6 years ago
  2. 2e90cca ChangeLog.md: clarification regarding AVX2 by DRC · 6 years ago
  3. 5b177b3 C/SSE2 optimization of encode_mcu_AC_first() by mayeut · 6 years ago
  4. 16bd984 C/SSE2 optimization of encode_mcu_AC_refine() by mayeut · 6 years ago
  5. 81baa1b simd/i386/jchuff-sse2.asm: Minor formatting tweak by DRC · 6 years ago
  6. 293263c Format preprocessor macros more consistently by DRC · 6 years ago
  7. 09497c1 Additional code formatting tweaks by DRC · 6 years ago
  8. 84fbd4f Merge branch 'master' into dev by DRC · 6 years ago
  9. bd96b30 Make all get/putenv() calls compile-time optional by DRC · 6 years ago
  10. 2575805 Win installer: allow install directories w/ spaces by DRC · 6 years ago
  11. c743009 Fix build with older MinGW releases by Cameron Cawley · 6 years ago
  12. 29e453f turbojpeg.c: Fix Windows build by DRC · 6 years ago
  13. a4da075 Merge branch 'master' into dev by DRC · 6 years ago
  14. 19c791c Improve code formatting consistency by DRC · 6 years ago
  15. d45434f usage.txt: Remove Alt-Space non-ASCII character by DRC · 6 years ago
  16. 4508ab3 Fix build when RGB_{RED,GREEN,BLUE}!={0,1,2} by DRC · 6 years ago
  17. 87bc872 Travis: OS X official builds now use YASM by DRC · 6 years ago
  18. 33ce0b5 Loongson MMI SIMD extensions by DRC · 6 years ago
  19. 35ed3c9 SIMD: Formatting tweaks + remove unnecessary code by DRC · 6 years ago
  20. 3c54642 Fix iOS/ARM[-64] build w/ newer versions of CMake by DRC · 6 years ago
  21. 367a838 Make SIMD syms private for x86[-64]/Mach-O builds by DRC · 6 years ago
  22. 7c2bfdb Merge branch 'master' into dev by DRC · 6 years ago
  23. 0dd9a2c Fix Win64 ABI conformance when using xmm8-xmm11 by mayeut · 6 years ago
  24. 32eaeea Fix BUILDING.md buglet ("--mfloat-abi=softfp") by Matthieu Darbois · 6 years ago
  25. 4c4dc61 Fix Win64 ABI conformance issue in AVX2 ISLOW IDCT by mayeut · 6 years ago
  26. feaec37 Fix build with YASM by mayeut · 6 years ago
  27. b6909ab Make SIMD symbols private for MIPS ELF builds by mayeut · 6 years ago
  28. 9bef5df Make SIMD symbols private for iOS ARM/ARM64 builds by mayeut · 6 years ago
  29. 8842156 Make SIMD symbols private for x86[-64] ELF builds by mayeut · 6 years ago
  30. 9cdec16 32-bit AVX2 implementation of slow int inverse DCT by DRC · 6 years ago
  31. 845fe8b 32-bit AVX2 buglet: IS_ALIGNED_SSE=IS_ALIGNED_AVX by DRC · 6 years ago
  32. de9e9db 64-bit AVX2 implementation of slow int inverse DCT by DRC · 6 years ago
  33. 715b7c3 32-bit AVX2 implementation of int sample conv. by DRC · 6 years ago
  34. ca387e7 32-bit AVX2 implementation of slow int forward DCT by DRC · 6 years ago
  35. 39e9e65 64-bit AVX2 implementation of int sample conv. by DRC · 6 years ago
  36. 264dd42 64-bit AVX2 implementation of slow int forward DCT by DRC · 6 years ago
  37. ff392d8 AVX2: Introduce YMMBLOCK macro for readability by DRC · 6 years ago
  38. 37bae1a Prog Huff enc: bit count/branchless abs val opts by DRC · 6 years ago
  39. 985ef4f Merge branch 'master' into dev by DRC · 6 years ago
  40. 700de8a README.md: Fix permissions by Ben Boeckel · 6 years ago
  41. 4e24079 Merge branch 'master' into dev by DRC · 6 years ago
  42. d485955 Fix dithering bug in merged 4:2:0/RGB565 algorithm by DRC · 6 years ago
  43. 289014d Merge branch 'master' into dev by DRC · 6 years ago
  44. 3847f91 Travis/OS X: Use 'brew bundle' + Brewfile by Stephen · 6 years ago
  45. bd544e2 Merge branch 'master' into dev by DRC · 6 years ago
  46. 0e2bca0 jdarith.c: Fix two signed integer overflows by DRC · 6 years ago
  47. 0fba3c1 Bump version to 1.5.4 to prepare for new commits by DRC · 6 years ago
  48. 7d3feda BUILDING.md: Adjust Android recipes for NDK r16+ by DRC · 6 years ago
  49. bf6c774 Fix whitespace errors by DRC · 6 years ago 1.5.3
  50. afdd799 Merge branch 'master' into dev by DRC · 6 years ago
  51. c308d43 jpeg_crop_scanlines: Handle gray images w/ samp!=1 by DRC · 6 years ago
  52. 773040f Fix lib state when skipping to end of 1-scan image by DRC · 6 years ago
  53. c05d124 Merge branch 'master' into dev by DRC · 6 years ago
  54. a831b5a Travis: Work around xcode7.3 image bug by DRC · 6 years ago
  55. 9f1f86b tjLoadImage(): Fix OOB array access w/TJPF_UNKNOWN by DRC · 7 years ago
  56. e817c07 tjLoadImage(): return TJPF_GRAY for grayscale BMPs by DRC · 7 years ago
  57. 479fa1d tjLoadImage(): Don't convert RGB to grayscale by DRC · 7 years ago
  58. 8c40ac8 Add TurboJPEG C example and clean up Java example by DRC · 7 years ago
  59. dc4b900 TurboJPEG: Add alpha offset array/method by DRC · 7 years ago
  60. aa74590 TurboJPEG C API: Add BMP/PPM load/save functions by DRC · 7 years ago
  61. 087ec12 tjbenchtest: Test new TurboJPEG progressive flag by DRC · 7 years ago
  62. cd8a125 Build: Fix 'tjtest' target on Windows by DRC · 7 years ago
  63. 4893e5d Merge branch 'master' into dev by DRC · 7 years ago
  64. 19b393b TJExample: Fix array index OOB w/ 4:1:1 JPEG input by DRC · 7 years ago
  65. 9d9d8fe Code formatting tweaks by DRC · 7 years ago
  66. 78e97e3 Uniquify tjbenchtest log file names based on args by DRC · 7 years ago
  67. 468f2fe TJExample.java: Don't ignore mistyped args by DRC · 7 years ago
  68. 5abf253 Doc tweak: TJFLAG_ACCURATEDCT is the first flag by DRC · 7 years ago
  69. 5fce2e9 tjbench.exe: Fix decompression access violation by DRC · 7 years ago
  70. 907dd68 ChangeLog.md: buglet by DRC · 7 years ago
  71. f008876 Build: Fix `make dist` by DRC · 7 years ago
  72. 5bc43c7 Further partial image decompression fixes by DRC · 7 years ago
  73. f3ad13e TJBench/TJUnitTest: Don't ignore mistyped args by DRC · 7 years ago
  74. 94e152b TurboJPEG C: Code formatting tweaks by DRC · 7 years ago
  75. 073b0e8 djpeg -crop: Exit gracefully with non-PPM formats by DRC · 7 years ago
  76. 616b4e2 TurboJPEG C: Compiler warnings by DRC · 7 years ago
  77. 3d72522 SRPM build: Define _libdir based on build arch by DRC · 7 years ago
  78. f0dd80f Merge branch 'master' into dev by DRC · 7 years ago
  79. 1b385f3 Prevent "unmappable character" error in Java build by DRC · 7 years ago
  80. fd778bb Fix PowerPC 32-bit RPM build by DRC · 7 years ago
  81. 8d403ae Fix 32-bit RPM build w/ newer RHEL/Fedora releases by DRC · 7 years ago
  82. 01b74c1 Packaging: Use parallel make when rebuilding SRPM by DRC · 7 years ago
  83. db0dec3 Travis: Limit parallel make jobs to # of CPU cores by DRC · 7 years ago
  84. ba6e9d8 wrjpgcom: Fix comment typo by nyg · 7 years ago
  85. 7106ffe Merge branch 'master' into dev by DRC · 7 years ago
  86. 5426a4c TJUnitTest: Usage formatting tweaks by DRC · 7 years ago
  87. d0bac69 Java: Fix TJUnitTest on big endian platforms by DRC · 7 years ago
  88. 59322e0 Build: Change ppc64le DEB arch to ppc64el by DRC · 7 years ago
  89. 51cc89f Merge branch 'master' into dev by DRC · 7 years ago
  90. 4ded4df Build: Fix AltiVec detection on OS X Leopard by DRC · 7 years ago
  91. 1d93541 Build: Use -maltivec when testing AltiVec support by DRC · 7 years ago
  92. c0f3512 Merge branch 'master' into dev by DRC · 7 years ago
  93. 02fa8f2 Fix build on PowerPC SPE systems by DRC · 7 years ago
  94. 3212005 Java: Fix NullPointerException in YUVImage by DRC · 7 years ago
  95. 1478361 Bump version to 1.5.3 to prepare for new commits by DRC · 7 years ago
  96. e5c1613 x86: Fix "short jump is out of range" w/ NASM<2.04 by DRC · 7 years ago 1.5.2
  97. c945312 TJBench: Recover from non-fatal errors if possible by DRC · 7 years ago
  98. 9baef10 TurboJPEG: Don't make STOPONWARNING persistent by DRC · 7 years ago
  99. dadebcd TurboJPEG: Add "copy none", progressive xform opts by DRC · 7 years ago
  100. dedce66 Merge branch 'master' into dev by DRC · 7 years ago