1. 2658bd8 Update README.md by Rich Geldreich · 5 years ago
  2. 17335c2 Update README.md by Rich Geldreich · 5 years ago
  3. 2b0aee1 Update README.md by Rich Geldreich · 5 years ago
  4. ae07c16 Update README.md by Rich Geldreich · 5 years ago
  5. 1afb8e7 Fixing BASISU_DEVEL_MESSAGES for MSVC. by Rich Geldreich · 5 years ago
  6. 3836731 Update README.md by Rich Geldreich · 5 years ago
  7. 057629e Update README.md by Rich Geldreich · 5 years ago
  8. c407d4b Update README.md by Rich Geldreich · 5 years ago
  9. 457b6c8 Fixing typo by Rich Geldreich · 5 years ago
  10. 6d6b02c Updating readme by Rich Geldreich · 5 years ago
  11. 7679238 Updating readme by Rich Geldreich · 5 years ago
  12. 0f812af Rebuilt transcoder by Rich Geldreich · 5 years ago
  13. 81464a6 Changing the ETC1S->BC4 and ETC1S->ETC2 EAC transcoders so they convert from the source red channel, not source green. Source red makes more sense when transcoding to BC4/BC5, especially when the source texture only has color slices. BC4 is red, and BC5 is red/green. This change makes no difference if the source texture slices are grayscale. by Rich Geldreich · 5 years ago
  14. 7b9fdb1 Updating readme by Rich Geldreich · 5 years ago
  15. 3adade3 Updating readme by Rich Geldreich · 5 years ago
  16. 8670ffd WIP: glTF demo by shrekshao · 5 years ago
  17. 2323c2f Updating readme by Rich Geldreich · 5 years ago
  18. ecbec4a Updating readme by Rich Geldreich · 5 years ago
  19. 81d517c Updating readme by Rich Geldreich · 5 years ago
  20. 4f08db6 Adding more checks to canonical Huffman decoder's table initialization function. They don't seem necessary, as I didn't discover them during fuzzing. These fixes are precautionary. by Rich Geldreich · 5 years ago
  21. 5a9c6e5 Updating readme by Rich Geldreich · 5 years ago
  22. 320dd36 Updating readme by Rich Geldreich · 5 years ago
  23. 4c44f02 Updating readme by Rich Geldreich · 5 years ago
  24. fa43048 Updating readme by Rich Geldreich · 5 years ago
  25. 19f24cc Updating readme by Rich Geldreich · 5 years ago
  26. 62abbad Update README.md by Rich Geldreich · 5 years ago
  27. 7ef84df Update README.md by Rich Geldreich · 5 years ago
  28. f7472fc Update README.md by Rich Geldreich · 5 years ago
  29. c4a7fe8 Update README.md by Rich Geldreich · 5 years ago
  30. 3041642 Adding format descriptions by Rich Geldreich · 5 years ago
  31. 86821ba Update readme by Rich Geldreich · 5 years ago
  32. 2d1a054 Update readme by Rich Geldreich · 5 years ago
  33. 2537fe4 Update readme by Rich Geldreich · 5 years ago
  34. 878f523 Adding check to make sure codelength Huffman table was actually created successfully. by Rich Geldreich · 5 years ago
  35. ce9aeb9 Refining the last Huffman fix found through fuzz testing by Rich Geldreich · 5 years ago
  36. 6781292 Rebuilding transcoder by Rich Geldreich · 5 years ago
  37. 9af44e6 Another fuzz testing fix by Rich Geldreich · 5 years ago
  38. 8c9d814 Rebuilt transcoder by Rich Geldreich · 5 years ago
  39. 6da5bf0 Another bugfix found during fuzz testing by Rich Geldreich · 5 years ago
  40. 9330108 Update README.md by Rich Geldreich · 5 years ago
  41. 71249d2 Update README.md by Rich Geldreich · 5 years ago
  42. b0595d3 Update README.md by Rich Geldreich · 5 years ago
  43. 3185a20 Updating readme by Rich Geldreich · 5 years ago
  44. c1a340e Updating readme by Rich Geldreich · 5 years ago
  45. f0be63d Rebuilt transcoder by Rich Geldreich · 5 years ago
  46. f83ee30 Adding more header checks by Rich Geldreich · 5 years ago
  47. 85f4651 Fixing mipmap bug introduced from a fuzz test fix by Rich Geldreich · 5 years ago
  48. 3347b17 Another fuzz testing fix by Rich Geldreich · 5 years ago
  49. 78e2223 More transcoder fixes found during fuzz testing (I disabled all header/data CRC checking by setting BASISU_NO_HEADER_OR_DATA_CRC16_CHECKS to 1). by Rich Geldreich · 5 years ago
  50. d7b22fc Adding -fuzz_testing command line option, which disables the file data CRC16 check used by the -validate command. To fuzz testing using zzuf on Linux: by Rich Geldreich · 5 years ago
  51. c7e14a9 - Fixing minor block artifacts on pure 2 color B&W blocks when transcoding to BC1/BC7. This was caused by the ETC1S blocks using extreme ETC1S settings: codetable 7 (the one with the largest intensity deltas), using blocks with selectors that took up the full range (0-3), but the blocks only actually used the two outlier colors (0 and 3 only). The ETC1S->BC1/BC7 table based format conversion system doesn't realize that only the outlie colors were going to be used (i.e. not all 4 colors, just the outer 2), and so the quality of the transcoded block suffered because pure black could not be mapped. In BC7 mode, we now switch to pure BCT (block truncation coding) for any blocks with <= 2 unique colors, independent of their selectors. by Rich Geldreich · 5 years ago
  52. d699c81 Moving g_hamming_dist[] array from transcoder to encoder (it's never used by the transcoder). by Rich Geldreich · 5 years ago
  53. d2f1594 Removing old test code by Rich Geldreich · 5 years ago
  54. 8d5a3ab updating readme by Rich Geldreich · 5 years ago
  55. f304913 updating readme by Rich Geldreich · 5 years ago
  56. 130eb9f Major compression performance/quality improvements, for a 15-35% or so decrease in file size for the same Y PSNR/SSIM. The basis file format has changed due to these optimizations. by Rich Geldreich · 5 years ago
  57. 7599dcd new file by Rich Geldreich · 5 years ago
  58. 2d75126 Update README.md by Rich Geldreich · 5 years ago
  59. d0d34b9 Fixing help text by Rich Geldreich · 5 years ago
  60. 33996b1 Important: Changing the Basis file version, so any existing files will need to be recompressed! by Rich Geldreich · 5 years ago
  61. c540728 new file by Rich Geldreich · 5 years ago
  62. 5cbfeba new file by Rich Geldreich · 5 years ago
  63. 7cdf6fc Removing some unused/old code from transcoder by Rich Geldreich · 5 years ago
  64. afcfcf2 Update README.md by Rich Geldreich · 5 years ago
  65. 6529b2a Update README.md by Rich Geldreich · 5 years ago
  66. 7dce9af Update README.md by Rich Geldreich · 5 years ago
  67. 59e3b45 Another readme update by Rich Geldreich · 5 years ago
  68. 9d03fc1 Update README.md by Rich Geldreich · 5 years ago
  69. 27bd626 Adding special thanks to readme by Rich Geldreich · 5 years ago
  70. 4bf3972 Updating readme by Rich Geldreich · 5 years ago
  71. f688357 Update README.md by Rich Geldreich · 5 years ago
  72. 324fe29 Updating readme by Rich Geldreich · 5 years ago
  73. 917fa72 update readme by Rich Geldreich · 5 years ago
  74. cd18b4f update readme by Rich Geldreich · 5 years ago
  75. 59fa93f Update readme by Rich Geldreich · 5 years ago
  76. a541d55 Update README.md by Rich Geldreich · 5 years ago
  77. e74e6cb Update readme by Rich Geldreich · 5 years ago
  78. a36946e Adjust compressor to deal with transcoder changes (start_decoding() renamed to start_transcoding), fixing compile warnings by Rich Geldreich · 5 years ago
  79. 7a727fb ETC1S->DXT5A transcoding bugfix on solid color blocks by Rich Geldreich · 5 years ago
  80. 8e0dcf4 new WebGL test files by Rich Geldreich · 5 years ago
  81. 16c9e35 Removing detex dependency by Rich Geldreich · 5 years ago
  82. c35e288 Update README.md by Rich Geldreich · 5 years ago
  83. 98ae591 Update README.md by Rich Geldreich · 5 years ago
  84. d7d999c Update README.md by Rich Geldreich · 5 years ago
  85. c3f26e4 Update README.md by Rich Geldreich · 5 years ago
  86. 1594eb5 Update README.md by Rich Geldreich · 5 years ago
  87. 7a2f905 Update README.md by Rich Geldreich · 5 years ago
  88. 1e4eb6d Command line parser fix by Rich Geldreich · 5 years ago
  89. 17f9270 Update README.md by Rich Geldreich · 5 years ago
  90. 842eb0c Update README.md by Rich Geldreich · 5 years ago
  91. 8f1974e Update README.md by Rich Geldreich · 5 years ago
  92. c234933 Update README.md by Rich Geldreich · 5 years ago
  93. c52ce32 Update README.md by Rich Geldreich · 5 years ago
  94. 59fd1aa Update README.md by Rich Geldreich · 5 years ago
  95. 587558e Update README.md by Rich Geldreich · 5 years ago
  96. 4a52d04 Update README.md by Rich Geldreich · 5 years ago
  97. 4aa47b3 Update README.md by Rich Geldreich · 5 years ago
  98. be6e38e Update README.md by Rich Geldreich · 5 years ago
  99. cf473ff Update README.md by Rich Geldreich · 5 years ago
  100. b6dfac6 Update README.md by Rich Geldreich · 5 years ago