1. 8a2cad0 Build: Handle CMAKE_OSX_ARCHITECTURES=(i386|ppc) by DRC · 3 years, 4 months ago
  2. b677291 Add Sponsor button for GitHub repository by DRC · 3 years, 4 months ago
  3. 399aa37 Build: Support CMAKE_OSX_ARCHITECTURES by DRC · 3 years, 4 months ago
  4. 1719d12 cjpeg: Fix FPE when compressing 0-width GIF by DRC · 3 years, 4 months ago
  5. 486cdcf Fix build with Visual C++ and /std:c11 or /std:c17 by DRC · 3 years, 4 months ago
  6. 74e6ea4 Neon: Fix Huffman enc. error w/Visual Studio+Clang by Richard Townsend · 3 years, 4 months ago
  7. d2c4079 Use CLZ compiler intrinsic for Windows/Arm builds by Jonathan Wright · 3 years, 5 months ago
  8. 3e8911a Build: Use correct SIMD exts w/VStudio IDE + Arm64 by DRC · 3 years, 4 months ago
  9. 4b838c3 jcphuff.c: Fix compiler warning with clang-cl by DRC · 3 years, 4 months ago
  10. 944f591 Migrate from Travis CI to GitHub Actions by DRC · 3 years, 4 months ago
  11. 3179f33 tjexample.c: Fix mem leak if tjTransform() fails by DRC · 3 years, 4 months ago
  12. 1388ad6 Build: Officially support Ninja by DRC · 3 years, 5 months ago
  13. 110d8d6 decompress_smooth_data(): Fix another uninit. read by DRC · 3 years, 5 months ago
  14. 7b68764 LICENSE.md: Remove trailing whitespace by DRC · 3 years, 5 months ago
  15. 21d0568 Build: Test for correct AArch32 RPM/DEBARCH value by DRC · 3 years, 5 months ago
  16. 6e4509a LICENSE.md: Formatting tweak by DRC · 3 years, 5 months ago
  17. c7ca521 Fix uninitialized read in decompress_smooth_data() by DRC · 3 years, 5 months ago
  18. ccaba5d Fix buffer overrun with certain narrow prog JPEGs by DRC · 3 years, 5 months ago
  19. cfc7e6e Bump revision to 2.0.91 for post-beta fixes by DRC · 3 years, 5 months ago
  20. 4e52b66 Travis: Use Docker tag that matches Git branch by DRC · 3 years, 5 months ago 2.0.90
  21. 8cf6f71 Bump revision to 2.0.90 to prepare for beta by DRC · 3 years, 5 months ago
  22. eb14189 Fix Neon SIMD build issues with Visual Studio by Jonathan Wright · 3 years, 6 months ago
  23. 91dd3b2 ChangeLog: macOS Armv8/x86-64 univ. binary support by DRC · 3 years, 5 months ago
  24. 7e0d94d Merge branch 'master' into dev by DRC · 3 years, 5 months ago
  25. 1c83976 Force Git to treat testorig.ppm as a binary file by DRC · 3 years, 5 months ago
  26. 6d91e95 Use 5x5 win & 9 AC coeffs when smoothing DC scans by DRC · 3 years, 7 months ago
  27. d523435 Travis: Use Xcode 12.2 for all iOS & macOS builds by DRC · 3 years, 6 months ago
  28. 1ac83cd Travis: The Mac build log is now log-macos.txt by DRC · 3 years, 6 months ago
  29. 0ba70b6 Build: Support macOS Armv8/x86-64 univ. binaries by DRC · 3 years, 6 months ago
  30. e417033 Merge branch 'master' into dev by DRC · 3 years, 6 months ago
  31. 6d2e883 jpeg_skip_scanlines(): Avoid NULL + 0 UBSan error by DRC · 3 years, 6 months ago
  32. f7c5489 Travis: Add /opt/local/bin to PATH for Mac build by DRC · 3 years, 6 months ago
  33. f7a10a6 Build: "OS X"/"OSX" = "macOS"/"MACOS" by DRC · 3 years, 6 months ago
  34. d111d9f Merge branch 'master' into dev by DRC · 3 years, 6 months ago
  35. 10ba6ed Travis: Install MacPorts without using macports-ci by DRC · 3 years, 6 months ago 2.0.6
  36. 292d78e Merge branch 'master' into dev by DRC · 3 years, 6 months ago
  37. 88bf1d1 Build: Set FLOATTEST more intelligently by DRC · 3 years, 6 months ago
  38. 8f83059 Merge branch 'master' into dev by DRC · 3 years, 6 months ago
  39. 42f7c78 BUILDING.md: Use min. iOS v8 in iOS Armv8 example by DRC · 3 years, 6 months ago
  40. 3385988 Neon: Auto-detect compiler intrinsics completeness by DRC · 3 years, 6 months ago
  41. 3e9e7c7 Fix build if WITH_12BIT==1 && WITH_JPEG(7|8)==1 by DRC · 3 years, 6 months ago
  42. bbd8089 Neon: Finalize intrinsics implementation by DRC · 3 years, 6 months ago
  43. 141f26f Neon: Intrinsics impl. of 2x2 and 4x4 scaled IDCTs by Martyn Jacques · 6 years ago
  44. 4574f01 Neon: Intrinsics impl. of h2v1 & h2v2 plain upsamp by Jonathan Wright · 6 years ago
  45. ba52a3d Neon: Intrinsics impl of h2v1 & h2v2 merged upsamp by Jonathan Wright · 6 years ago
  46. 240ba41 Neon: Intrinsics impl. of prog. Huffman encoding by Jonathan Wright · 4 years, 4 months ago
  47. ed581cd Neon: Intrinsics impl. of accurate int inverse DCT by Jonathan Wright · 5 years ago
  48. 2c6b68e Neon: Intrinsics impl. of fast integer Inverse DCT by Jonathan Wright · 6 years ago
  49. 2acfb93 Neon: Intrinsics impl. of h1v2 fancy upsamling by Jonathan Wright · 5 years ago
  50. 9753077 Neon: Intrinsics impl. of h2v1 & h2v2 fancy upsamp by Jonathan Wright · 6 years ago
  51. 5dbd393 Neon: Intrinsics implementation of YCbCr->RGB565 by Jonathan Wright · 6 years ago
  52. 0f35cd6 Neon: Intrinsics implementation of YCbCr->RGB by Jonathan Wright · 6 years ago
  53. f3c3f01 Neon: Intrinsics impl. of Huffman encoding by Jonathan Wright · 6 years ago
  54. d0004de Neon: Intrinsics impl. of accurate int forward DCT by Jonathan Wright · 6 years ago
  55. 3d84668 Neon: Intrinsics impl. of fast integer forward DCT by Jonathan Wright · 6 years ago
  56. 951d367 Neon: Intrinsics impl. of int sample conv./quant. by Jonathan Wright · 6 years ago
  57. 366168a Neon: Intrinsics impl. of h2v1 & h2v2 downsampling by Jonathan Wright · 6 years ago
  58. f73b1db Neon: Intrinsics implementation of RGB->Grayscale by Jonathan Wright · 6 years ago
  59. 4f2216b Neon: Intrinsics implementation of RGB->YCbCr by Jonathan Wright · 4 years, 5 months ago
  60. 0efc485 Merge branch 'master' into dev by DRC · 3 years, 6 months ago
  61. 02227e4 Travis: Combine PPC/Arm tests with jpeg-7/8 tests by DRC · 3 years, 6 months ago
  62. c7dd191 Merge branch 'master' into dev by DRC · 3 years, 6 months ago
  63. 40557b2 Build: Fix test failures w/ Arm Neon SIMD exts by DRC · 3 years, 6 months ago
  64. a524b9b Travis: Regression-test Armv8 and PPC SIMD exts by DRC · 3 years, 6 months ago
  65. 7c1a178 Merge branch 'master' into dev by DRC · 3 years, 6 months ago
  66. 6e632af Demote "fast" [I]DCT algorithms to legacy status by DRC · 3 years, 6 months ago
  67. cd342ac Merge branch 'master' into dev by DRC · 3 years, 6 months ago
  68. c3bfbde jpegtran.c: "subarea" = "region" by DRC · 3 years, 6 months ago
  69. a8656d7 jpegtran.1: Minor formatting tweak by DRC · 3 years, 6 months ago
  70. 9ecb67c transupp.c: Code formatting tweaks by DRC · 3 years, 6 months ago
  71. 53c685b cdjpeg.h: Remove unused function stub by DRC · 3 years, 6 months ago
  72. d27b935 Consistify formatting to simplify checkstyle by DRC · 3 years, 6 months ago
  73. 88ae609 Merge branch 'ijg' into dev by DRC · 3 years, 6 months ago
  74. 7e4eac7 Merge branch 'master' into dev by DRC · 3 years, 6 months ago
  75. 9fc018f The Independent JPEG Group's JPEG software v9d by Guido Vollbeding · 4 years, 4 months ago ijg jpeg-9d
  76. 96e4e7e The Independent JPEG Group's JPEG software v9c by Guido Vollbeding · 6 years ago jpeg-9c
  77. 26e3aed README.ijg: Update URLs; remove Usenet info by DRC · 3 years, 7 months ago
  78. b4525f9 jversion.h: Update copyrights by DRC · 3 years, 7 months ago
  79. 5935219 Merge branch 'master' into dev by DRC · 3 years, 7 months ago
  80. f7ca3c5 Build: Improve Arm 32-bit cross-comp./packaging by DRC · 3 years, 7 months ago
  81. 1ed312e "ARM"="Arm", "NEON"="Neon" by DRC · 3 years, 7 months ago
  82. b8200c6 Build: Add CMake package config files by DRC · 5 years ago
  83. ea8f643 Build: Remove lib32 symlink from official Mac pkg by DRC · 3 years, 7 months ago
  84. 460dfe4 ChangeLog: Acknowledge 2.0.6 release by DRC · 3 years, 7 months ago
  85. ae08115 Merge branch 'master' into dev by DRC · 3 years, 7 months ago
  86. b5a1472 Build: Fix permissions by DRC · 3 years, 7 months ago
  87. 190382b ChangeLog: Fix minor formatting issue by DRC · 3 years, 7 months ago
  88. 8789a5e Merge branch 'master' into dev by DRC · 3 years, 7 months ago
  89. 89c88c2 ChangeLog.md: jpeg_crop_scanline(), not scanlines by DRC · 3 years, 7 months ago
  90. 2ec4a5e Fix dec artifacts w/cropped+smoothed prog DC scans by DRC · 3 years, 7 months ago
  91. 1d7faf8 Merge branch 'master' into dev by DRC · 3 years, 7 months ago
  92. 8e895c7 Java dox: Fix errors w/ javadoc in Java 8 or later by DRC · 3 years, 7 months ago
  93. 2b121d3 Merge branch 'master' into dev by DRC · 3 years, 7 months ago
  94. 2d14fc2 Dox: Re-generate using Doxygen 1.8.20 by DRC · 3 years, 7 months ago
  95. 6ab61fa Merge branch 'master' into dev by DRC · 3 years, 8 months ago
  96. fe5b6a1 TJPEG: Remove unnecessary setCompDefaults() retval by DRC · 3 years, 8 months ago
  97. 6ee5d5f ARMv8 NEON: Support Windows builds w/AArch64 MinGW by DRC · 3 years, 9 months ago
  98. fe79f56 Merge branch 'master' into dev by DRC · 3 years, 9 months ago
  99. c1037f4 Fix bad return val when skipping past end of image by DRC · 3 years, 9 months ago
  100. 30282a8 README.md, jquant2.c: Use gender-neutral pronouns by DRC · 3 years, 9 months ago