1. 37a9dc3 Initial working Windows preview by Carl Woffenden · 5 years ago
  2. 43fccbd Update README.md by Rich Geldreich · 5 years ago
  3. 231fd71 Update README.md by Rich Geldreich · 5 years ago
  4. b6c20de Update README.md by Rich Geldreich · 5 years ago
  5. 9bb867f Enabling debug flags in transcoder by richgel999 · 5 years ago
  6. a92424d Adding webgl_videotest files by richgel999 · 5 years ago
  7. 938fe8c Removing OSX build instructions by Rich Geldreich · 5 years ago
  8. 589d389 Texture video changes by Rich Geldreich · 5 years ago
  9. 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
  10. 0000142 Fix webgl CMakeLists.txt setup by Arseny Kapoulkine · 5 years ago
  11. 06019e7 Updating examples by Rich Geldreich · 5 years ago
  12. bc5864c Updating forward compat section by Rich Geldreich · 5 years ago
  13. 78f1aa3 Updating -level section by Rich Geldreich · 5 years ago
  14. cffae80 Updating -level section by Rich Geldreich · 5 years ago
  15. 72f1cfe Updating -level section by Rich Geldreich · 5 years ago
  16. 1ea4a92 Fixing graph's axis label by Rich Geldreich · 5 years ago
  17. 13197a1 Update README.md by Rich Geldreich · 5 years ago
  18. ad308cc Adding encoder level vs. perf/quality graph. by Rich Geldreich · 5 years ago
  19. 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
  20. 00b5c25 Encoder frontend fix: Setting unquantized ETC1S selectors (that got stomped in the previous optimization). by Rich Geldreich · 5 years ago
  21. a2144d7 Update README.md by Rich Geldreich · 5 years ago
  22. 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
  23. 21ab9be Update README.md by Rich Geldreich · 5 years ago
  24. fbeb5d0 Update README.md by Rich Geldreich · 5 years ago
  25. 0c2d072 Update README.md by Rich Geldreich · 5 years ago
  26. d284b08 Update README.md by Rich Geldreich · 5 years ago
  27. dd29d75 Default mipmap filtering now follows the -linear option. Also updating tool help text, and bumping the version. by Rich Geldreich · 5 years ago
  28. 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
  29. 5a3da3e Merge pull request #17 from nigeltao/master by Rich Geldreich · 5 years ago
  30. 0215d79 Fix README.md markdown syntax typo by Nigel Tao · 5 years ago
  31. 92bc0de Fixing demo falling back to 565 problem on Firefox (and possibly Edge). by richgel999 · 5 years ago v1.00
  32. 3bfe6d5 Merge pull request #9 from 1ace/patch-1 by Rich Geldreich · 5 years ago
  33. e00e6c1 Merge pull request #10 from waracci/bg-fix-typo-readme by Rich Geldreich · 5 years ago
  34. f32dc7b Update README.md by Rich Geldreich · 5 years ago
  35. ab30538 Merge pull request #12 from kenrussell/add-examples-to-readme by Rich Geldreich · 5 years ago
  36. a3e3cdc Add more compilation and usage instructions. by Kenneth Russell · 5 years ago
  37. 87486df bg(fix-typo): fix a single typo on the readme file by warachi · 5 years ago
  38. 00f7b5b cmake: add installation target by Eric Engestrom · 5 years ago
  39. 0319b50 Merge pull request #7 from zeux/wasmopt by Rich Geldreich · 5 years ago
  40. c2430c3 Use emmalloc instead of dlmalloc to save a bit more space by Arseny Kapoulkine · 5 years ago
  41. f5d5029 Make codec options externally configurable and remove BC7 support by Arseny Kapoulkine · 5 years ago
  42. 6fa7476 Remove std::iostream from the transcoders by Arseny Kapoulkine · 5 years ago
  43. af8f9f8 Remove assert(x) hack in favor of NDEBUG by Arseny Kapoulkine · 5 years ago
  44. a52a31e Rebuild basis_transcoder with new Emscripten (emsdk 1.38.31) by Arseny Kapoulkine · 5 years ago
  45. 5f5c579 Update README.md by Rich Geldreich · 5 years ago
  46. b5d11d5 Update README.md by Rich Geldreich · 5 years ago
  47. 24cb2d8 Update README.md by Rich Geldreich · 5 years ago
  48. 8b7bd4d Merge pull request #3 from seeekr/patch-1 by Rich Geldreich · 5 years ago
  49. 84573a0 fix typos in README.md by Denis Andrejew · 5 years ago
  50. d2ba604 Add link to glTF extension (in progress) by Don McCurdy · 5 years ago
  51. 044f12d Update README.md by Rich Geldreich · 5 years ago
  52. b9bc7d3 Update README.md by Rich Geldreich · 5 years ago
  53. ba1fa55 Update README.md by Rich Geldreich · 5 years ago
  54. a2532b1 Update README.md by Rich Geldreich · 5 years ago
  55. 0007fb0 Update README.md by Rich Geldreich · 5 years ago
  56. de4f166 Update README.md by Rich Geldreich · 5 years ago
  57. 9d135d2 Update README.md by Rich Geldreich · 5 years ago
  58. 51fb743 Fixing/updating basisu tool help text. by richgel999 · 5 years ago
  59. b115f4b Add links to WebGL demos. by Don McCurdy · 5 years ago
  60. b688682 Update README.md by Rich Geldreich · 5 years ago
  61. d6e7008 Update README.md by Rich Geldreich · 5 years ago
  62. 9ccd884 Update README.md by Rich Geldreich · 5 years ago
  63. ee4d682 Update README.md by Rich Geldreich · 5 years ago
  64. 5285f3c Update README.md by Rich Geldreich · 5 years ago
  65. e42e125 Update README.md by Rich Geldreich · 5 years ago
  66. 71a866d Merge pull request #1 from BinomialLLC/gltf-demo by 狄学长ShrekShao · 5 years ago
  67. 4009e93 Use low-quality AGI model by shrekshao · 5 years ago gltf-demo
  68. ab63add Fix CMakeList and rebuilt test by shrekshao · 5 years ago
  69. b4d338b Fix broken link. by Don McCurdy · 5 years ago
  70. 70eda12 Clean up. by Don McCurdy · 5 years ago
  71. 871ccb0 Update readmes. by Don McCurdy · 5 years ago
  72. e3ffbcc Include prebuilt transcoder. by Don McCurdy · 5 years ago
  73. e654e34 Rename demo folders. by Don McCurdy · 5 years ago
  74. 3ce8a27 Update README.md by Rich Geldreich · 5 years ago
  75. 4173c06 Update README.md by Rich Geldreich · 5 years ago
  76. 86b9fa5 Add screenshots of demos by shrekshao · 5 years ago
  77. c4cc4e4 Restructure webgl demo folders and Update readme by shrekshao · 5 years ago
  78. cec4c0e Port webgl draw texture demo to use new wrapper wasm by shrekshao · 5 years ago
  79. 9a6e126 Fix build.sh tested on mac and linux by shrekshao · 5 years ago
  80. 1483648 Include basis_transcoder.js in html head by shrekshao · 5 years ago
  81. 7193e13 Build wasm with merged master by shrekshao · 5 years ago
  82. 467489f Merge branch 'master' into gltf-demo by shrekshao · 5 years ago
  83. b5e9308 Whitespace cleanup. by Don McCurdy · 5 years ago
  84. 13cd18d Remove duplicate copy of credits. by Don McCurdy · 5 years ago
  85. 0f1fbbf Reformat. by Don McCurdy · 5 years ago
  86. 0223935 Add links to credited sites. by Don McCurdy · 5 years ago
  87. eb9b396 Reformat credits. by Don McCurdy · 5 years ago
  88. 0428221 Simplify readme to use more JS-standard tooling. by Don McCurdy · 5 years ago
  89. c6ce4dd Reorganize JS to separate threejs scene setup from Basis texture loading. by Don McCurdy · 5 years ago
  90. d5ec2c2 update readme by shrekshao · 5 years ago
  91. ae867cd Get working on ios by shrekshao · 5 years ago
  92. e7fc439 wip: pvrtc by shrekshao · 5 years ago
  93. e74b3c6 gltf demo build instructions and readme by shrekshao · 5 years ago
  94. 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
  95. a416f59 Adding output filename to "compression succeeded" message by Rich Geldreich · 5 years ago
  96. a84f169 Printing per-image information in -validate command. by Rich Geldreich · 5 years ago
  97. 5bc516f Update README.md by Rich Geldreich · 5 years ago
  98. 37c74d7 Update README.md by Rich Geldreich · 5 years ago
  99. 9b00d11 Update README.md by Rich Geldreich · 5 years ago
  100. 8e68e6c Update README.md by Rich Geldreich · 5 years ago