1. a195fb5 Update README.md by Rich Geldreich · 4 years, 8 months ago
  2. bf3a194 Updating readme by Rich Geldreich · 4 years, 8 months ago
  3. b67956e Adding new files by richgel999 · 4 years, 8 months ago
  4. 3629438 Transcoder update: ASTC 4x4 RGB/RGBA, ATC RGB/RGBA, BC7 mode 5 RGBA, PVRTC1 4bpp RGBA, and uncompressed raster formats. by richgel999 · 4 years, 8 months ago
  5. 09e71af Update README.md by Rich Geldreich · 4 years, 8 months ago
  6. 98d9848 Update README.md by Rich Geldreich · 4 years, 8 months ago
  7. 6002320 Merge pull request #46 from Squareys/iterator-dbg-level by Rich Geldreich · 4 years, 9 months ago
  8. 8b6cfe1 Adding missing enums for BC7 and PVRTC 32bpp - somehow these got messed up in a reformat. by richgel999 · 4 years, 9 months ago
  9. ab3c0e8 Fixing basis_enc.h so it doesn't include itself by richgel999 · 4 years, 10 months ago
  10. 680ebc8 Updating readme by Rich Geldreich · 4 years, 10 months ago
  11. f8f87d5 Basis Universal doesn't pack blocks to plain ETC1, and it doesn't try to explicitly pack solid color blocks. To reduce the size of the code to maintain, I'm removing this unused/dead code. by richgel999 · 4 years, 10 months ago
  12. 2df7937 Add BASISU_NO_ITERATOR_DEBUG_LEVEL symbol to avoid debug level mismatches by Squareys · 4 years, 10 months ago
  13. 087198f Merge pull request #26 from prestomation/master by Rich Geldreich · 4 years, 11 months ago
  14. bbbce07 Removing unnecessary assert. by richgel999 · 4 years, 11 months ago
  15. c9d2411 Fixing cubemap .KTX files so the proper image_size field is written. Fixes this bug: https://github.com/BinomialLLC/basis_universal/issues/40 by richgel999 · 4 years, 11 months ago
  16. f0cb9db Merge pull request #36 from jherico/fix/assignment_copy_ctor_disable by Rich Geldreich · 5 years ago
  17. fccfdd9 Properly disable copy ctor and assignment operator by Brad Davis · 5 years ago
  18. 39b5c5b Modularize emscripten build. by Preston Tamkin · 5 years ago
  19. f3f7c69 Merge pull request #32 from cwoffenden/previewers by Rich Geldreich · 5 years ago
  20. 5e8ad71 Merge pull request #27 from zeux/wasmopt by Rich Geldreich · 5 years ago
  21. 79d0430 Added flush after updating DIB contents by Carl Woffenden · 5 years ago
  22. 7d784c7 Correcting the copyright date, as all of the Basis Universal code was written during/after April '19. by Rich Geldreich · 5 years ago
  23. b1c5642 Fix for dimensions that aren't a multiple of four by Carl Woffenden · 5 years ago
  24. 7121dee Preview image now local by Carl Woffenden · 5 years ago
  25. 37a9dc3 Initial working Windows preview by Carl Woffenden · 5 years ago
  26. 43fccbd Update README.md by Rich Geldreich · 5 years ago
  27. 231fd71 Update README.md by Rich Geldreich · 5 years ago
  28. b6c20de Update README.md by Rich Geldreich · 5 years ago
  29. 9bb867f Enabling debug flags in transcoder by richgel999 · 5 years ago
  30. a92424d Adding webgl_videotest files by richgel999 · 5 years ago
  31. 938fe8c Removing OSX build instructions by Rich Geldreich · 5 years ago
  32. 589d389 Texture video changes by Rich Geldreich · 5 years ago
  33. ab722fa - Adding support for skip blocks, i-frames and p-frames to the backend and transcoder, for texture video use. by richgel999 · 5 years ago 1.08 v1.08
  34. 0000142 Fix webgl CMakeLists.txt setup by Arseny Kapoulkine · 5 years ago
  35. 06019e7 Updating examples by Rich Geldreich · 5 years ago
  36. bc5864c Updating forward compat section by Rich Geldreich · 5 years ago
  37. 78f1aa3 Updating -level section by Rich Geldreich · 5 years ago
  38. cffae80 Updating -level section by Rich Geldreich · 5 years ago
  39. 72f1cfe Updating -level section by Rich Geldreich · 5 years ago
  40. 1ea4a92 Fixing graph's axis label by Rich Geldreich · 5 years ago
  41. 13197a1 Update README.md by Rich Geldreich · 5 years ago
  42. ad308cc Adding encoder level vs. perf/quality graph. by Rich Geldreich · 5 years ago
  43. f631b29 Frontend optimizations: Adding multiple compression levels to the encoder's frontend. Level 2 and 4 are equivalent to the initial release (default or -slower). Level 1 is now the new default, and is on average 21% faster than level 2. (Or more, up to 2-2.5x, on large images.) The help text documents what encoder features are used in each level. Level 0 is fine for most images, but is weak on artificial images and really large complex images. -slower now sets level 2 (not 4). by Rich Geldreich · 5 years ago
  44. 00b5c25 Encoder frontend fix: Setting unquantized ETC1S selectors (that got stomped in the previous optimization). by Rich Geldreich · 5 years ago
  45. a2144d7 Update README.md by Rich Geldreich · 5 years ago
  46. 3050ca4 Optimizing basisu_frontend::init_endpoint_training_vectors() so it doesn't go recompute the ETC1S block basecolor/inten tables again. We already do this in basisu_frontend::init_etc1_images(). This change should not change the output files in any way. by Rich Geldreich · 5 years ago
  47. 21ab9be Update README.md by Rich Geldreich · 5 years ago
  48. fbeb5d0 Update README.md by Rich Geldreich · 5 years ago
  49. 0c2d072 Update README.md by Rich Geldreich · 5 years ago
  50. d284b08 Update README.md by Rich Geldreich · 5 years ago
  51. dd29d75 Default mipmap filtering now follows the -linear option. Also updating tool help text, and bumping the version. by Rich Geldreich · 5 years ago
  52. c180a08 Minor transcoder update: Adding support for arbitrary output texture row pitches, for usage with the Vulkan rendering API. by Rich Geldreich · 5 years ago
  53. 5a3da3e Merge pull request #17 from nigeltao/master by Rich Geldreich · 5 years ago
  54. 0215d79 Fix README.md markdown syntax typo by Nigel Tao · 5 years ago
  55. 92bc0de Fixing demo falling back to 565 problem on Firefox (and possibly Edge). by richgel999 · 5 years ago v1.00
  56. 3bfe6d5 Merge pull request #9 from 1ace/patch-1 by Rich Geldreich · 5 years ago
  57. e00e6c1 Merge pull request #10 from waracci/bg-fix-typo-readme by Rich Geldreich · 5 years ago
  58. f32dc7b Update README.md by Rich Geldreich · 5 years ago
  59. ab30538 Merge pull request #12 from kenrussell/add-examples-to-readme by Rich Geldreich · 5 years ago
  60. a3e3cdc Add more compilation and usage instructions. by Kenneth Russell · 5 years ago
  61. 87486df bg(fix-typo): fix a single typo on the readme file by warachi · 5 years ago
  62. 00f7b5b cmake: add installation target by Eric Engestrom · 5 years ago
  63. 0319b50 Merge pull request #7 from zeux/wasmopt by Rich Geldreich · 5 years ago
  64. c2430c3 Use emmalloc instead of dlmalloc to save a bit more space by Arseny Kapoulkine · 5 years ago
  65. f5d5029 Make codec options externally configurable and remove BC7 support by Arseny Kapoulkine · 5 years ago
  66. 6fa7476 Remove std::iostream from the transcoders by Arseny Kapoulkine · 5 years ago
  67. af8f9f8 Remove assert(x) hack in favor of NDEBUG by Arseny Kapoulkine · 5 years ago
  68. a52a31e Rebuild basis_transcoder with new Emscripten (emsdk 1.38.31) by Arseny Kapoulkine · 5 years ago
  69. 5f5c579 Update README.md by Rich Geldreich · 5 years ago
  70. b5d11d5 Update README.md by Rich Geldreich · 5 years ago
  71. 24cb2d8 Update README.md by Rich Geldreich · 5 years ago
  72. 8b7bd4d Merge pull request #3 from seeekr/patch-1 by Rich Geldreich · 5 years ago
  73. 84573a0 fix typos in README.md by Denis Andrejew · 5 years ago
  74. d2ba604 Add link to glTF extension (in progress) by Don McCurdy · 5 years ago
  75. 044f12d Update README.md by Rich Geldreich · 5 years ago
  76. b9bc7d3 Update README.md by Rich Geldreich · 5 years ago
  77. ba1fa55 Update README.md by Rich Geldreich · 5 years ago
  78. a2532b1 Update README.md by Rich Geldreich · 5 years ago
  79. 0007fb0 Update README.md by Rich Geldreich · 5 years ago
  80. de4f166 Update README.md by Rich Geldreich · 5 years ago
  81. 9d135d2 Update README.md by Rich Geldreich · 5 years ago
  82. 51fb743 Fixing/updating basisu tool help text. by richgel999 · 5 years ago
  83. b115f4b Add links to WebGL demos. by Don McCurdy · 5 years ago
  84. b688682 Update README.md by Rich Geldreich · 5 years ago
  85. d6e7008 Update README.md by Rich Geldreich · 5 years ago
  86. 9ccd884 Update README.md by Rich Geldreich · 5 years ago
  87. ee4d682 Update README.md by Rich Geldreich · 5 years ago
  88. 5285f3c Update README.md by Rich Geldreich · 5 years ago
  89. e42e125 Update README.md by Rich Geldreich · 5 years ago
  90. 71a866d Merge pull request #1 from BinomialLLC/gltf-demo by 狄学长ShrekShao · 5 years ago
  91. 4009e93 Use low-quality AGI model by shrekshao · 5 years ago gltf-demo
  92. ab63add Fix CMakeList and rebuilt test by shrekshao · 5 years ago
  93. b4d338b Fix broken link. by Don McCurdy · 5 years ago
  94. 70eda12 Clean up. by Don McCurdy · 5 years ago
  95. 871ccb0 Update readmes. by Don McCurdy · 5 years ago
  96. e3ffbcc Include prebuilt transcoder. by Don McCurdy · 5 years ago
  97. e654e34 Rename demo folders. by Don McCurdy · 5 years ago
  98. 3ce8a27 Update README.md by Rich Geldreich · 5 years ago
  99. 4173c06 Update README.md by Rich Geldreich · 5 years ago
  100. 86b9fa5 Add screenshots of demos by shrekshao · 5 years ago