1. c163d63 Merge pull request #287 from dpwiz/only-format by Rich Geldreich · 2 years ago
  2. 1f4b564 Merge pull request #281 from cwoffenden/invalid-char by Rich Geldreich · 2 years, 3 months ago
  3. 4e3d5ba Merge pull request #282 from cwoffenden/faster-amalgamate by Rich Geldreich · 2 years, 3 months ago
  4. 547cdf8 Merge pull request #285 from zeux/macos-fix by Rich Geldreich · 2 years, 3 months ago
  5. 1531cfa Bumping version to 1.16.3 Fixing unused var warnings in MSVC by Richard Geldreich · 2 years, 3 months ago 1.16.3
  6. 7a2094b Adding SAN option to CMakeLists.txt, to make it easier to use clang's address/undefined behavior sanitizer on codebase by Richard Geldreich · 2 years, 3 months ago
  7. 44e1bcd Fixing some bugs related to changing the default from -tex_array to -individual: by Richard Geldreich · 2 years, 3 months ago 1.16.2
  8. 19111ce Fixing glTypeSize so it's always 1, as the KTX spec requires. by Richard Geldreich · 2 years, 3 months ago
  9. 65bbcdd Add `-format_only` option by IC Rainbow · 2 years, 4 months ago
  10. 4556b57 Fix macOS warnings by Arseny Kapoulkine · 2 years, 4 months ago
  11. 43c4322 Merge remote-tracking branch 'origin/master' by Richard Geldreich · 2 years, 4 months ago
  12. aa98750 trying to shut up git diff by Richard Geldreich · 2 years, 4 months ago
  13. d0a7df6 Update README.md by Rich Geldreich · 2 years, 4 months ago
  14. 3a27c24 Update README.md by Rich Geldreich · 2 years, 4 months ago
  15. 9235bc5 Update README.md by Rich Geldreich · 2 years, 4 months ago
  16. 5a72a33 Trying to disable format testing on basis_transcoder.js by Richard Geldreich · 2 years, 4 months ago
  17. 95c591d Merge remote-tracking branch 'origin/master' by Richard Geldreich · 2 years, 4 months ago
  18. 8ee9498 Adding newline to end of file by Richard Geldreich · 2 years, 4 months ago
  19. 249f09d Update README.md by Rich Geldreich · 2 years, 4 months ago 1.16
  20. deeb5ac v1.16 release: OpenCL support, removing global selector palette code (it was unused/dead code), ETC1S encoding optimizations, -parallel command line option by Richard Geldreich · 2 years, 4 months ago
  21. 5d23f64 New files by Richard Geldreich · 2 years, 4 months ago
  22. fcbd0e7 New files by Richard Geldreich · 2 years, 4 months ago
  23. c642296 New files by Richard Geldreich · 2 years, 4 months ago
  24. 8a24e40 New files by Richard Geldreich · 2 years, 4 months ago
  25. 962d4ac Update README.md by Rich Geldreich · 2 years, 4 months ago 1.15_final
  26. 32ab6e8 Update README.md by Rich Geldreich · 2 years, 4 months ago
  27. b1c70e9 Minor docs by Carl Woffenden · 2 years, 4 months ago
  28. df66ddd Replaced the slow shell script with a faster Python equivalent by Carl Woffenden · 2 years, 4 months ago
  29. d7b22b6 Replaced invalid char by Carl Woffenden · 2 years, 4 months ago
  30. 928a0ca Fixing asserts on 1x1 jpeg's when chroma filtering is enabled. by Rich Geldreich · 2 years, 5 months ago
  31. 4e0c016 Update README.md by Rich Geldreich · 2 years, 5 months ago
  32. 865a5af Update README.md by Rich Geldreich · 2 years, 5 months ago
  33. 0da4c11 Merge pull request #233 from atteneder/sse4.2 by Rich Geldreich · 2 years, 5 months ago
  34. 3755515 Merge pull request #265 from Calinou/fix-freebsd-build by Rich Geldreich · 2 years, 5 months ago
  35. 0ba72f4 Update README.md by Rich Geldreich · 2 years, 6 months ago
  36. a5cf5d8 Update README.md by Rich Geldreich · 2 years, 6 months ago
  37. 5d1335e Update README.md by Rich Geldreich · 2 years, 6 months ago
  38. 840abaf Update README.md by Rich Geldreich · 2 years, 6 months ago
  39. fcc30af Update README.md by Rich Geldreich · 2 years, 6 months ago
  40. 9ecbdaa Fix compilation on FreeBSD by Hugo Locurcio · 2 years, 6 months ago
  41. 52214ab Disallow all-zero-length Huffman tables by Alexey Knyazev · 2 years, 7 months ago
  42. 646a9f8 Rewriting reduce_all() helpers. They aren't actually used, but they are good to have around. by Rich Geldreich · 2 years, 7 months ago
  43. d7e2d47 deleting file by Rich Geldreich · 2 years, 7 months ago
  44. cdf517f Update README.md by Rich Geldreich · 2 years, 7 months ago
  45. 6d84f50 new file by Rich Geldreich · 2 years, 7 months ago
  46. 77b7df8 Merge pull request #234 from omar-polo/master by Rich Geldreich · 2 years, 8 months ago v1_15_update v1_15_update2
  47. 1ad7962 Merge pull request #235 from cwoffenden/single-file-fixes by Rich Geldreich · 2 years, 8 months ago
  48. 716f6ee Fixing bug in tree structured VQ code that would generate nodes with redundant input vector indices, causing rare frontend verify crashes. by Rich Geldreich · 2 years, 8 months ago
  49. 3478338 Update README.md by Rich Geldreich · 2 years, 8 months ago
  50. b993de4 Merge pull request #237 from zeux/enc1 by Rich Geldreich · 2 years, 9 months ago
  51. 6ac519f Merge pull request #238 from zeux/cppfix by Rich Geldreich · 2 years, 10 months ago
  52. 86506ee Merge pull request #244 from EthanMichalicek/patch-1 by Rich Geldreich · 2 years, 10 months ago
  53. 5ae3571 Updated README to reflect current -uastc_rdo_l flag by EthanMichalicek · 2 years, 11 months ago
  54. 2849bbd fix: Compile SSE kernel regardless of SSE 4.2 support being enabled by Andreas Atteneder · 3 years ago
  55. c4c0db7 Merge pull request #240 from zeux/nominmax by Rich Geldreich · 3 years ago
  56. 46a441a Merge pull request #239 from zeux/nooutput by Rich Geldreich · 3 years ago
  57. 35c42cb Remove redundant definitions of min/max by Arseny Kapoulkine · 3 years ago
  58. 94d8efb Disable read/wrote output when status output is off by Arseny Kapoulkine · 3 years ago
  59. ce94722 Fix building C source as C++ by Arseny Kapoulkine · 3 years ago
  60. d564299 Make it easier to build Basis encoder as one .cpp by Arseny Kapoulkine · 3 years ago
  61. 150b7fb Tidy docs by Carl Woffenden · 3 years ago
  62. f5722a8 Removed/moved unused vars by Carl Woffenden · 3 years ago
  63. b0c447b Minor: fixed quotes in example by Carl Woffenden · 3 years ago
  64. 51c999a Minor tweaks to fix single-file creations by Carl Woffenden · 3 years ago
  65. ed2df5b fix the build on OpenBSD by Omar Polo · 3 years ago
  66. b55d5b3 fix: Allow building SSE kernels even when SSE 4.2 is active by Andreas Atteneder · 3 years ago
  67. ba1c3e4 Merge pull request #226 from zeux/resample by Rich Geldreich · 3 years, 1 month ago
  68. 0eb541a Implement custom resampling command line args by Arseny Kapoulkine · 3 years, 1 month ago
  69. 5337227 Rebuilt WASM encoder by Rich Geldreich · 3 years, 1 month ago
  70. 24ba5de Merge pull request #214 from zeux/trial_errors by Rich Geldreich · 3 years, 1 month ago
  71. f3f7f75 Updating comment by Rich Geldreich · 3 years, 1 month ago
  72. cbcf539 Merge pull request #225 from flashk/patch-1 by Rich Geldreich · 3 years, 1 month ago
  73. 1cd2b75 Apply swizzle to user supplied mipmaps by flashk · 3 years, 1 month ago
  74. ee626ce Adding initial support for user-provided mipmaps. This isn't hooked up to the command line tool or the JS wrappers yet. by Rich Geldreich · 3 years, 1 month ago
  75. 0088fc6 Update README.md by Rich Geldreich · 3 years, 1 month ago
  76. d17837b Adding BSD.txt license file by Rich Geldreich · 3 years, 1 month ago
  77. 6891895 Update README.md by Rich Geldreich · 3 years, 1 month ago
  78. 0b9cd40 Rebuild WASM files by Rich Geldreich · 3 years, 1 month ago v1.15_rel2
  79. d57ca73 Update README.md by Rich Geldreich · 3 years, 1 month ago v1_15
  80. 078c33f Update README.md by Rich Geldreich · 3 years, 1 month ago
  81. a5a232c Update README.md by Rich Geldreich · 3 years, 1 month ago
  82. 182107c Update README.md by Rich Geldreich · 3 years, 1 month ago
  83. 7426487 Update README.md by Rich Geldreich · 3 years, 1 month ago
  84. 48a5914 - Fixing ETC1S backend endpoint palette related bug that was causing a CRC check to fail on the decompressed data during compression. by Rich Geldreich · 3 years, 1 month ago
  85. 4dc5367 Update README.md by Rich Geldreich · 3 years, 1 month ago
  86. 3d9c73b Update README.md by Rich Geldreich · 3 years, 1 month ago
  87. ebcd600 Update README.md by Rich Geldreich · 3 years, 1 month ago
  88. 4893c02 Update README.md by Rich Geldreich · 3 years, 1 month ago
  89. 477b3e6 Update README.md by Rich Geldreich · 3 years, 1 month ago
  90. 6d19ef3 Update README.md by Rich Geldreich · 3 years, 1 month ago
  91. 484d6ea Update README.md by Rich Geldreich · 3 years, 1 month ago
  92. ed86c9b Update README.md by Rich Geldreich · 3 years, 1 month ago
  93. ee610c9 Fixing tabs by Rich Geldreich · 3 years, 1 month ago
  94. 5f98685 Fixing gcc warning by Rich Geldreich · 3 years, 1 month ago
  95. 3f16857 Fixing gcc warning by Rich Geldreich · 3 years, 1 month ago
  96. ed135f0 Re-enabling the ktx2 mipPadding alignment workaround by Rich Geldreich · 3 years, 1 month ago
  97. 316a8de Fixing comment by Rich Geldreich · 3 years, 1 month ago
  98. cb63228 Adding some macros to disable the KTX2 mipPadding alignment bug workaround, and to not write key value fields at all. by Rich Geldreich · 3 years, 1 month ago
  99. c76bfef Update README.md by Rich Geldreich · 3 years, 1 month ago
  100. 55eb601 Update README.md by Rich Geldreich · 3 years, 1 month ago