1. ff05b6e Build: Fix Win "installer" target Java dependency by DRC · 9 years ago
  2. e6426d2 Build: Formatting tweak by DRC · 9 years ago
  3. 2af2fe4 Build: Clean up inline keyword detection by DRC · 9 years ago
  4. 261db77 Packaging: Use correct name for SRPM spec file by DRC · 9 years ago
  5. 952191d Build: Fix issues when building as a Git submodule by DRC · 9 years ago
  6. d642da7 Build: Fix buglet in output of `make tjtest` by DRC · 9 years ago
  7. 059c9a5 Build: Fix regression in AltiVec SIMD detection by DRC · 9 years ago
  8. 94686e3 Build: Use wrapper script for gas-preprocessor.pl by DRC · 9 years ago
  9. 9720526 Travis: Fix OS X build by DRC · 9 years ago
  10. 27d4c5e Build: Fix RPATH handling by DRC · 9 years ago
  11. 6abd391 Unified CMake-based build system by DRC · 9 years ago
  12. 9df7ac2 BUILDING.md: NASM 2.10+/YASM 1.2.0+ always needed by DRC · 9 years ago
  13. 0ff7da7 Advertise the new AVX2 SIMD extensions by DRC · 9 years ago
  14. 9fdb8f8 Merge branch 'master' into dev by DRC · 9 years ago
  15. d6d7b53 AppVeyor: Use built-in MSYS2 MinGW compilers by DRC · 9 years ago
  16. f9f0c75 BUILDING.md: Clarifications and wordsmithing by DRC · 9 years ago
  17. 3da94de Windows build: Add an "uninstall" target by DRC · 9 years ago
  18. ab664e3 BUILDING.md/README.md: Increment libjpeg SO age by DRC · 9 years ago
  19. ce26e83 README.md: Don't use trailing spaces as line break by DRC · 9 years ago
  20. 74e4c79 TJBench: Fix regression/-nowrite always enabled by DRC · 9 years ago
  21. a280fa6 BUILDING.md: Don't use trailing spaces as line break by DRC · 9 years ago
  22. 6aae007 CMake build system: Fix the "testclean" target by DRC · 9 years ago
  23. 4ad94b2 Detect AltiVec support on AmigaOS 4 by Chris Young · 9 years ago
  24. a949da4 Merge branch 'master' into dev by DRC · 9 years ago
  25. 2d4b2f1 Travis: Deploy to S3 rather than SourceForge by DRC · 9 years ago
  26. 108b1cd Merge branch 'master' into dev by DRC · 9 years ago
  27. 9366cf0 Travis: GPG sign Linux binaries/source tarballs by DRC · 9 years ago
  28. 13e6b15 Win: Use YASM if it is in the PATH and NASM isn't by DRC · 9 years ago
  29. 1a8c68a Merge branch 'master' into dev by DRC · 9 years ago
  30. 1ee329d Travis: Fix deployment issue (2nd attempt) by DRC · 9 years ago
  31. fa3bdfb Merge branch 'master' into dev by DRC · 9 years ago
  32. b47c5e7 Travis: Fix deployment issue by DRC · 9 years ago
  33. ce262eb Fix AppVeyor build on non-master branches by DRC · 9 years ago
  34. 27f817c Travis: Use existing sandbox for official builds by DRC · 9 years ago
  35. 7884e24 Merge branch 'master' into dev by DRC · 9 years ago
  36. 0df2e21 Add AppVeyor config for Windows pre-release builds by DRC · 9 years ago
  37. be908ac Travis CI: Fixes to support AVX2 code by DRC · 9 years ago
  38. ed21f4b Merge branch 'master' into dev by DRC · 9 years ago
  39. 6d22430 Travis: use correct repo/branch for off. builds by DRC · 9 years ago
  40. f34f2f5 Fix 'make dist' by DRC · 9 years ago
  41. e9e3a2e Travis CI: Use correct key for this repository by DRC · 9 years ago
  42. 211c69f Add Travis CI config for Un*x pre-release builds by DRC · 9 years ago
  43. 1625253 Fix 32-bit non-SIMD FP regression tests by DRC · 9 years ago
  44. a0047bd Fix broken build w/ Visual C++ < 2010 by DRC · 9 years ago
  45. 7bfb22a Fix broken MIPS build by DRC · 9 years ago
  46. ac4a899 Fix UBSan warning in arithmetic decoder by DRC · 9 years ago
  47. dfefba7 Fix broken build with NDK platforms < android-21 by DRC · 9 years ago
  48. 4cf67f2 Bump version to 1.5.2 to prepare for new commits by DRC · 9 years ago
  49. 9407cf7 README.md: Fix typo by Roberto Civille Rodrigues · 9 years ago
  50. 6c36568 Merge branch 'master' into dev by DRC · 9 years ago
  51. cb88e5d ARM64 NEON: Fix another ABI conformance issue by mayeut · 9 years ago
  52. e9d9c31 Build: Remove ARMv6 support from 'make iosdmg' by DRC · 9 years ago
  53. 077e5bb Fix out-of-bounds write in partial decomp. feature by DRC · 9 years ago
  54. a1dd356 Silence additional UBSan warnings by DRC · 9 years ago
  55. a09ba29 Fix unsigned int overflow in libjpeg memory mgr. by DRC · 9 years ago
  56. 8ce2c91 TurboJPEG: Decomp. 4:2:2/4:4:0 JPEGs w/unusual SFs by DRC · 9 years ago
  57. db04435 Silence pedantic GCC6 code formatting warnings by DRC · 9 years ago
  58. 7723d7f Use plain upsampling if merged isn't accelerated by DRC · 9 years ago
  59. 628c168 Implement h1v2 fancy upsampling by Kornel Lesiński · 9 years ago
  60. 3924ebc AVX2: Perform additional checks for O/S support by DRC · 9 years ago
  61. 1120ff2 Fix AArch64 ABI conformance issue in SIMD code by DRC · 9 years ago
  62. 1945ad9 Don't install libturbojpeg.pc if TJPEG disabled by DRC · 9 years ago
  63. 3dcb85e AVX2: Verify O/S support for AVX2 before enabling by DRC · 9 years ago
  64. 1be87b6 Reformat jsimdcpu[-64].asm to improve readability by DRC · 9 years ago
  65. b331385 Merge branch 'master' into dev by DRC · 9 years ago
  66. b2921f1 32-bit AVX2 implementation of integer quantization by DRC · 9 years ago
  67. eaae2cd 64-bit AVX2 implementation of integer quantization by DRC · 9 years ago
  68. a7c2f97 AVX2: Avoid expensive AVX-SSE transitions by DRC · 9 years ago
  69. e06ccbe 64-bit AVX2: Fix bug in IS_ALIGNED_AVX() macro by DRC · 9 years ago
  70. 67de29b 32-bit AVX2 impl. of h2v2 & h2v1 merged upsampling by DRC · 9 years ago
  71. c22e42e Optimize 64-bit AVX2 h2v2 fancy upsampler by DRC · 9 years ago
  72. 6d76552 32-bit AVX2 impl. of h2v2 & h2v1 upsampling by DRC · 9 years ago
  73. 421d34f 32-bit AVX2 impl. of YCC->RGB color conversion by DRC · 9 years ago
  74. c6300ff 32-bit AVX2 impl. of h2v2 & h2v1 downsampling by DRC · 9 years ago
  75. 6448a5e 32-bit AVX2 impl. of RGB->YCC/RGB->Gray color conv by DRC · 9 years ago
  76. 6e9d43e Linux/PPC: Only enable AltiVec if CPU supports it by DRC · 9 years ago
  77. 9055fb4 ARM/MIPS: Change the behavior of JSIMD_FORCE* by DRC · 9 years ago
  78. 9e6c6a1 Bump version to 1.5.1 to prepare for new commits by DRC · 9 years ago
  79. 7ee3ce9 Lay the groundwork for 32-bit AVX2 SIMD support by DRC · 9 years ago
  80. b5426c5 64-bit AVX2 SIMD: Restore instructive comments by DRC · 9 years ago
  81. 621b29f 64-bit AVX2 impl. of h2v2 & h2v1 merged upsampling by DRC · 9 years ago
  82. f1cbc32 64-bit AVX2 impl. of h2v2 & h2v1 upsampling by DRC · 9 years ago
  83. 72c837d 64-bit AVX2 impl. of YCC->RGB color conversion by DRC · 9 years ago
  84. 1c8a475 64-bit AVX2 impl. of h2v2 & h2v1 downsampling by DRC · 9 years ago
  85. 8880e08 64-bit AVX2 impl. of RGB->Gray color conversion by DRC · 9 years ago
  86. 426d787 64-bit AVX2 impl. of RGB->YCC color conversion by DRC · 9 years ago
  87. 2cf199c Lay the groundwork for 64-bit AVX2 SIMD support by DRC · 9 years ago
  88. 16b1218 x86-64 SIMD: Optimize argument collection by DRC · 9 years ago
  89. 6cb27c3 Bump version to 1.6 alpha1 by DRC · 9 years ago
  90. ff5685d Reformat SSE/SSE2 SIMD code to improve readability by DRC · 9 years ago
  91. 3ff13e6 1.5.0 by DRC · 9 years ago
  92. 1d50a8c BUILDING.md: More NASM/YASM clarifications by DRC · 9 years ago
  93. 123f725 Format copyright headers more consistently by DRC · 9 years ago
  94. e5091f2 Merge branch '1.4.x' by DRC · 9 years ago
  95. 8f1c0a6 BUILDING.txt: Clarify NASM build requirements by DRC · 9 years ago
  96. 68cf83d Don't allow opaque source/dest mgrs to be swapped by DRC · 9 years ago
  97. f06cc12 Build: Add integer version macro to jconfig.h by DRC · 9 years ago
  98. 5c064de Build: Don't allow jpeg-7+ emul. w/o arith coding by DRC · 9 years ago
  99. 2e480fa ARMv7 SIMD: Fix clang compatibility (Part 2) by mattsarett · 9 years ago
  100. 5e57638 ARMv7 SIMD: Fix clang compatibility by mattsarett · 9 years ago