1. f60b6dd Remove vestigial jpeg_nbits_table.inc by DRC · 4 years, 6 months ago
  2. c43a508 Merge branch 'master' into dev by DRC · 4 years, 6 months ago
  3. bd20344 tjDecompressToYUV*(): Fix OOB write/double free by DRC · 4 years, 6 months ago
  4. c30b1e7 64-bit tjbench: Fix signed int overflow/segfault by DRC · 4 years, 6 months ago
  5. 713c451 Enable SSE2 progressive Huffman encoder for x32 by DRC · 4 years, 6 months ago
  6. 2234dee Fix MSan use-of-uninitialized-value error by DRC · 4 years, 6 months ago
  7. 82695cf ChangeLog: Acknowledge 2.0.3/de-acknowledge 2.0.4 by DRC · 4 years, 6 months ago
  8. 42825b6 Fault-tolerant multi-scan block smoothing by DRC · 4 years, 6 months ago
  9. f2d4b47 Travis: Use Docker tag that matches Git branch by DRC · 4 years, 6 months ago
  10. 45dff48 Merge branch 'master' into dev by DRC · 4 years, 6 months ago
  11. 622c462 Fix copyright header formatting buglets by DRC · 4 years, 6 months ago
  12. 410c028 example.txt: Avoid undefined setjmp() behavior by DRC · 4 years, 6 months ago
  13. d70047f Travis: Use GCC 6 for Mac pre-release builds by DRC · 4 years, 6 months ago
  14. cbf0fcc i386 SSE2 Huffman: Fix pointer arithmetic issue by DRC · 4 years, 6 months ago
  15. bbedb4b Merge branch 'master' into dev by DRC · 4 years, 6 months ago
  16. cf54623 Mac: Support hiding SIMD fct symbols w/ NASM 2.14+ by DRC · 4 years, 6 months ago
  17. 087c29e Optimize Huffman encoding by DRC · 6 years ago
  18. d92ae5d Merge branch 'master' into dev by DRC · 4 years, 6 months ago
  19. ac59b2c TJBench: Fix output with -componly -quiet by DRC · 4 years, 6 months ago
  20. 6902cdb Build: Don't require ASM_NASM if !REQUIRE_SIMD by DRC · 4 years, 6 months ago
  21. adf9cc9 j*huff.c: Remove crufty ASSIGN_STATE() macro by DRC · 4 years, 7 months ago
  22. 95f4d6e Merge branch 'master' into dev by DRC · 4 years, 7 months ago
  23. 55de972 AppVeyor: Use MinGW-builds instead of MSYS2 MinGW by DRC · 4 years, 7 months ago
  24. 708f013 Win packaging: Fix 64-bit VC/GCC co-install issue by DRC · 4 years, 7 months ago
  25. 163f0b1 Bump version to 2.0.4 to prepare for new commits by DRC · 4 years, 7 months ago
  26. 3a32d19 x86 SIMD: Consistify capitalization of NASM types by DRC · 4 years, 7 months ago
  27. 9a51a87 x86 SIMD: Remove obsolete [TAB8] comments by DRC · 4 years, 7 months ago
  28. 74aeadd jc*huff.c: Consistify preproc directive formatting by DRC · 4 years, 7 months ago
  29. 2ae2bd6 Remove support for Apple's Java implementation by DRC · 4 years, 7 months ago
  30. b752305 Merge branch 'master' into dev by DRC · 4 years, 7 months ago
  31. ab6c4a5 Travis: Fix macOS build by DRC · 4 years, 7 months ago
  32. ec4cacc BUILDING.md: Document need for CRB/PowerTools repo by DRC · 4 years, 7 months ago
  33. b4110b6 Merge branch 'master' into dev by DRC · 4 years, 8 months ago
  34. 5db6a68 README.md: Document memory debugger pitfalls by DRC · 4 years, 8 months ago 2.0.3
  35. f448279 README.md: Remove vestigial autotools references by DRC · 4 years, 8 months ago
  36. ded5a50 tjDecodeYUV*: Fix err if TJ inst used for prog dec by DRC · 4 years, 9 months ago
  37. 8ef53b1 Merge branch 'master' into dev by DRC · 4 years, 9 months ago
  38. c0d0fe8 ChangeLog.md: Wordsmithing by DRC · 4 years, 9 months ago
  39. a81a8c1 SSE2 SIMD: Fix prog Huffman enc. error if Sl%16==0 by DRC · 4 years, 9 months ago
  40. 02f7bcd Travis: Enable additional sanitizer tests by DRC · 4 years, 9 months ago
  41. 7fbfe29 Merge branch 'master' into dev by DRC · 4 years, 10 months ago
  42. 5ced1f5 Travis: Cache Homebrew downloads by DRC · 4 years, 10 months ago
  43. b98ee19 Travis: Update Homebrew/fix Mac CI build by DRC · 4 years, 10 months ago
  44. ad8330a TJBench.java: Remove space in method invocation by DRC · 4 years, 10 months ago
  45. b25adab tjbench.c: Fix minor code formatting errors by DRC · 4 years, 10 months ago
  46. 875e873 tjutil.c: Fix compiler warning with Visual Studio by DRC · 4 years, 10 months ago
  47. 2a9e3bd TurboJPEG: Properly handle gigapixel images by DRC · 4 years, 10 months ago
  48. f37b7c1 Build: Fix build/install with Xcode IDE by DRC · 4 years, 10 months ago
  49. 509c268 Use bias pattern for 4:4:0 (h1v2) fancy upsampling by Jonathan Wright · 5 years ago
  50. ec5adb8 Build/packaging: Support macOS package/DMG signing by DRC · 5 years ago
  51. 051f486 Travis: Fix iOS build by DRC · 5 years ago
  52. c055c88 Discontinue support for 32-bit iOS builds by DRC · 5 years ago
  53. 85d96d4 Merge branch 'master' into dev by DRC · 5 years ago
  54. c8e5274 Travis: Use xcode8.3 image by DRC · 5 years ago
  55. f36d531 Merge branch 'master' into dev by DRC · 5 years ago
  56. 6399d0a Fix code formatting/style issues ... by DRC · 5 years ago
  57. aa9db61 x86 SIMD: Check for CPUID leaf 07H before using by Chris Blume · 5 years ago
  58. 8a0e35b Merge branch 'master' into dev by DRC · 5 years ago
  59. 2b05d47 ChangeLog.md: Document 33011754 by DRC · 5 years ago
  60. 7bc9fca jdhuff.c: Silence UBSan signed int overflow err #2 by DRC · 5 years ago
  61. bb16b94 GitHub: Remove new lines from feature-request.md by DRC · 5 years ago
  62. 3301175 Android: Fix "using JNI after critical get" errors by DRC · 5 years ago
  63. bce58f4 Consistify formatting of macros in TurboJPEG code by DRC · 5 years ago
  64. ce067a6 GitHub: Template tweaks by DRC · 5 years ago
  65. d3a3a73 jdhuff.c: Silence UBSan signed int overflow error by DRC · 5 years ago
  66. 58a3975 Bump version to 2.0.3 to prepare for new commits by DRC · 5 years ago
  67. 5857929 GitHub: Formatting tweak to CONTRIBUTING.md by DRC · 5 years ago
  68. 7094772 GitHub: Tweak bug report template by DRC · 5 years ago
  69. 1af712c GitHub: Add feature request template by DRC · 5 years ago
  70. ec90cd0 GitHub: Add contributor guidelines by DRC · 5 years ago
  71. ce76ffa GitHub: Add bug report template by DRC · 5 years ago
  72. afbe48c MMI: Support 32-bit Loongson architectures by DRC · 5 years ago
  73. 98ff550 MMI: Fix bug in jsimd_h2v1_merged_upsample_mmi() by DRC · 5 years ago
  74. 3ca6dba Merge branch 'master' into dev by DRC · 5 years ago
  75. 500b5ec turbojpeg.c: Fix compiler warning w/ -DNO_GETENV by DRC · 5 years ago
  76. 87ab336 appveyor.yml: Cache NASM binary package by DRC · 5 years ago
  77. b46af82 ARMv7 NEON: #ifdef unused funcs/vars w/ -mfpu=neon by Chris Blume · 5 years ago
  78. a4aa30d ChangeLog.md: "floating-point"="floating point" by DRC · 5 years ago 2.0.2
  79. aaf58da Merge branch 'master' into dev by DRC · 5 years ago
  80. 0d7818d rpm.spec.in: Fix "File listed twice" warning/error by DRC · 5 years ago
  81. 4b67db4 rpm.spec.in: Fix doc packaging issues w/ RHEL 7+ by DRC · 5 years ago
  82. f70a7e1 rpm.spec.in: Update deprecated [Build]Prereq tags by DRC · 5 years ago
  83. a9075a1 Merge branch 'master' into dev by DRC · 5 years ago
  84. 6a8421f GNUInstallDirs.cmake: Silence CMP0054 warning ... by DRC · 5 years ago
  85. 031e16e tjbench.c: Fix GCC 8 compiler warning by DRC · 5 years ago
  86. 75be88c Build: Optionally install PDB files for MSVC DLLs by DRC · 5 years ago
  87. bdec995 MMI: Fix unaligned decomp. perf. for 32-bit PFs by DRC · 5 years ago
  88. fa905fb MMI: Use unaligned stores w/ merged upsampling by DRC · 5 years ago
  89. 9aada25 Merge branch 'master' into dev by DRC · 5 years ago
  90. e2442e0 MMI: Fix unaligned comp. perf. for 32-bit PFs also by DRC · 5 years ago
  91. 73fd604 MMI: Fix formatting issue detected by checkstyle by DRC · 5 years ago
  92. 2f9e7c8 Loongson MMI h2v1 and h2v2 merged upsampling by DRC · 5 years ago
  93. 3c7199f Loongson MMI h2v1 fancy upsampling by DRC · 5 years ago
  94. 73b98ac Loongson MMI RGB-to-Grayscale conversion by DRC · 5 years ago
  95. bb0d170 Improve readability of Loongson MMI code by DRC · 5 years ago
  96. db84125 MMI: Use aligned store instructions when possible by DRC · 5 years ago
  97. ae4221f Loongson MMI fast forward/inverse DCT by DRC · 5 years ago
  98. 674343a Merge branch 'master' into dev by DRC · 5 years ago
  99. 1c2d3cf MMI: Fix comp. perf. issue w/ unaligned image rows by DRC · 5 years ago
  100. 2d0b675 Build: Fix install of static build w/ VStudio IDE by DRC · 5 years ago