1. b5e9308 Whitespace cleanup. by Don McCurdy · 5 years ago
  2. 13cd18d Remove duplicate copy of credits. by Don McCurdy · 5 years ago
  3. 0f1fbbf Reformat. by Don McCurdy · 5 years ago
  4. 0223935 Add links to credited sites. by Don McCurdy · 5 years ago
  5. eb9b396 Reformat credits. by Don McCurdy · 5 years ago
  6. 0428221 Simplify readme to use more JS-standard tooling. by Don McCurdy · 5 years ago
  7. c6ce4dd Reorganize JS to separate threejs scene setup from Basis texture loading. by Don McCurdy · 5 years ago
  8. d5ec2c2 update readme by shrekshao · 5 years ago
  9. ae867cd Get working on ios by shrekshao · 5 years ago
  10. e7fc439 wip: pvrtc by shrekshao · 5 years ago
  11. e74b3c6 gltf demo build instructions and readme by shrekshao · 5 years ago
  12. b844b9e Fixing crop_dup_borders() so mipmap levels smaller than 4x4 get duplicated edge pixels vs. black pixels (to reduce edge artifacts on tiny mips). by Rich Geldreich · 5 years ago
  13. a416f59 Adding output filename to "compression succeeded" message by Rich Geldreich · 5 years ago
  14. a84f169 Printing per-image information in -validate command. by Rich Geldreich · 5 years ago
  15. 5bc516f Update README.md by Rich Geldreich · 5 years ago
  16. 37c74d7 Update README.md by Rich Geldreich · 5 years ago
  17. 9b00d11 Update README.md by Rich Geldreich · 5 years ago
  18. 8e68e6c Update README.md by Rich Geldreich · 5 years ago
  19. 2658bd8 Update README.md by Rich Geldreich · 5 years ago
  20. 17335c2 Update README.md by Rich Geldreich · 5 years ago
  21. 2b0aee1 Update README.md by Rich Geldreich · 5 years ago
  22. ae07c16 Update README.md by Rich Geldreich · 5 years ago
  23. 1afb8e7 Fixing BASISU_DEVEL_MESSAGES for MSVC. by Rich Geldreich · 5 years ago
  24. 3836731 Update README.md by Rich Geldreich · 5 years ago
  25. 057629e Update README.md by Rich Geldreich · 5 years ago
  26. c407d4b Update README.md by Rich Geldreich · 5 years ago
  27. 457b6c8 Fixing typo by Rich Geldreich · 5 years ago
  28. 6d6b02c Updating readme by Rich Geldreich · 5 years ago
  29. 7679238 Updating readme by Rich Geldreich · 5 years ago
  30. 0f812af Rebuilt transcoder by Rich Geldreich · 5 years ago
  31. 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
  32. 7b9fdb1 Updating readme by Rich Geldreich · 5 years ago
  33. 3adade3 Updating readme by Rich Geldreich · 5 years ago
  34. 8670ffd WIP: glTF demo by shrekshao · 5 years ago
  35. 2323c2f Updating readme by Rich Geldreich · 5 years ago
  36. ecbec4a Updating readme by Rich Geldreich · 5 years ago
  37. 81d517c Updating readme by Rich Geldreich · 5 years ago
  38. 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
  39. 5a9c6e5 Updating readme by Rich Geldreich · 5 years ago
  40. 320dd36 Updating readme by Rich Geldreich · 5 years ago
  41. 4c44f02 Updating readme by Rich Geldreich · 5 years ago
  42. fa43048 Updating readme by Rich Geldreich · 5 years ago
  43. 19f24cc Updating readme by Rich Geldreich · 5 years ago
  44. 62abbad Update README.md by Rich Geldreich · 5 years ago
  45. 7ef84df Update README.md by Rich Geldreich · 5 years ago
  46. f7472fc Update README.md by Rich Geldreich · 5 years ago
  47. c4a7fe8 Update README.md by Rich Geldreich · 5 years ago
  48. 3041642 Adding format descriptions by Rich Geldreich · 5 years ago
  49. 86821ba Update readme by Rich Geldreich · 5 years ago
  50. 2d1a054 Update readme by Rich Geldreich · 5 years ago
  51. 2537fe4 Update readme by Rich Geldreich · 5 years ago
  52. 878f523 Adding check to make sure codelength Huffman table was actually created successfully. by Rich Geldreich · 5 years ago
  53. ce9aeb9 Refining the last Huffman fix found through fuzz testing by Rich Geldreich · 5 years ago
  54. 6781292 Rebuilding transcoder by Rich Geldreich · 5 years ago
  55. 9af44e6 Another fuzz testing fix by Rich Geldreich · 5 years ago
  56. 8c9d814 Rebuilt transcoder by Rich Geldreich · 5 years ago
  57. 6da5bf0 Another bugfix found during fuzz testing by Rich Geldreich · 5 years ago
  58. 9330108 Update README.md by Rich Geldreich · 5 years ago
  59. 71249d2 Update README.md by Rich Geldreich · 5 years ago
  60. b0595d3 Update README.md by Rich Geldreich · 5 years ago
  61. 3185a20 Updating readme by Rich Geldreich · 5 years ago
  62. c1a340e Updating readme by Rich Geldreich · 5 years ago
  63. f0be63d Rebuilt transcoder by Rich Geldreich · 5 years ago
  64. f83ee30 Adding more header checks by Rich Geldreich · 5 years ago
  65. 85f4651 Fixing mipmap bug introduced from a fuzz test fix by Rich Geldreich · 5 years ago
  66. 3347b17 Another fuzz testing fix by Rich Geldreich · 5 years ago
  67. 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
  68. 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
  69. 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
  70. d699c81 Moving g_hamming_dist[] array from transcoder to encoder (it's never used by the transcoder). by Rich Geldreich · 5 years ago
  71. d2f1594 Removing old test code by Rich Geldreich · 5 years ago
  72. 8d5a3ab updating readme by Rich Geldreich · 5 years ago
  73. f304913 updating readme by Rich Geldreich · 5 years ago
  74. 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
  75. 7599dcd new file by Rich Geldreich · 5 years ago
  76. 2d75126 Update README.md by Rich Geldreich · 5 years ago
  77. d0d34b9 Fixing help text by Rich Geldreich · 5 years ago
  78. 33996b1 Important: Changing the Basis file version, so any existing files will need to be recompressed! by Rich Geldreich · 5 years ago
  79. c540728 new file by Rich Geldreich · 5 years ago
  80. 5cbfeba new file by Rich Geldreich · 5 years ago
  81. 7cdf6fc Removing some unused/old code from transcoder by Rich Geldreich · 5 years ago
  82. afcfcf2 Update README.md by Rich Geldreich · 5 years ago
  83. 6529b2a Update README.md by Rich Geldreich · 5 years ago
  84. 7dce9af Update README.md by Rich Geldreich · 5 years ago
  85. 59e3b45 Another readme update by Rich Geldreich · 5 years ago
  86. 9d03fc1 Update README.md by Rich Geldreich · 5 years ago
  87. 27bd626 Adding special thanks to readme by Rich Geldreich · 5 years ago
  88. 4bf3972 Updating readme by Rich Geldreich · 5 years ago
  89. f688357 Update README.md by Rich Geldreich · 5 years ago
  90. 324fe29 Updating readme by Rich Geldreich · 5 years ago
  91. 917fa72 update readme by Rich Geldreich · 5 years ago
  92. cd18b4f update readme by Rich Geldreich · 5 years ago
  93. 59fa93f Update readme by Rich Geldreich · 5 years ago
  94. a541d55 Update README.md by Rich Geldreich · 5 years ago
  95. e74e6cb Update readme by Rich Geldreich · 5 years ago
  96. a36946e Adjust compressor to deal with transcoder changes (start_decoding() renamed to start_transcoding), fixing compile warnings by Rich Geldreich · 5 years ago
  97. 7a727fb ETC1S->DXT5A transcoding bugfix on solid color blocks by Rich Geldreich · 5 years ago
  98. 8e0dcf4 new WebGL test files by Rich Geldreich · 5 years ago
  99. 16c9e35 Removing detex dependency by Rich Geldreich · 5 years ago
  100. c35e288 Update README.md by Rich Geldreich · 5 years ago