1. 2d63617 Update README.md by Rich Geldreich · 3 years, 5 months ago
  2. 5d2120b Update README.md by Rich Geldreich · 3 years, 5 months ago
  3. ea668ac Updating preview image by Rich Geldreich · 3 years, 5 months ago
  4. 5b29968 Update README.md by Rich Geldreich · 3 years, 5 months ago
  5. f51ea57 Update README.md by Rich Geldreich · 3 years, 5 months ago
  6. a21ea7f Adding missing files by Rich Geldreich · 3 years, 5 months ago
  7. 79245d4 Update README.md by Rich Geldreich · 3 years, 5 months ago
  8. 85fa18e Adding encoder WebAssembly support, encode_test sample by Rich Geldreich · 3 years, 5 months ago
  9. 9ebf018 new file by Rich Geldreich · 3 years, 5 months ago
  10. 5eebb7e new files by Rich Geldreich · 3 years, 5 months ago
  11. e880730 Missing file by Rich Geldreich · 3 years, 5 months ago
  12. 6253927 Moving encoder-related files to the "encoder" directory by Rich Geldreich · 3 years, 5 months ago
  13. ad5daec Fix comment typo in basisu_transcoder.h by Jonathan Behrens · 3 years, 5 months ago
  14. 2952f6d Merge pull request #187 from slimbuck/rgba-swizzle by Rich Geldreich · 3 years, 5 months ago before_webasm_encoder
  15. 638c348 Adding container independent transcoding support. See methods basisu_lowlevel_etc1s_transcoder::transcode_image() and basisu_lowlevel_uastc_transcoder::transcode_image(). by Rich Geldreich · 3 years, 5 months ago
  16. ef7d326 apply swizzle patch by Donovan Hutchence · 3 years, 6 months ago
  17. d3fadac Merge pull request #175 from UebelAndre/standardize-on-appveyor by Rich Geldreich · 3 years, 6 months ago
  18. 0605dc3 Merge pull request #176 from UebelAndre/fix-cmake-warning by Rich Geldreich · 3 years, 7 months ago
  19. 1d66c98 Ran ./format.sh by Andre Brisco · 3 years, 7 months ago
  20. 34282ea Use format.sh in appveyor by Andre Brisco · 3 years, 7 months ago
  21. 850313a Fixed CMake warnings by Andre Brisco · 3 years, 7 months ago
  22. e486ceb Merge pull request #173 from UebelAndre/cmake-ci by Rich Geldreich · 3 years, 7 months ago
  23. 9d0226d Use CMake in CI by Andre Brisco · 3 years, 7 months ago
  24. f80f8dd Merge pull request #145 from cician/master by Rich Geldreich · 3 years, 8 months ago
  25. eeca276 Merge pull request #143 from cwoffenden/encoder-xcode by Rich Geldreich · 3 years, 8 months ago
  26. 46af030 Merge pull request #150 from davidhubbard/master by Rich Geldreich · 3 years, 8 months ago
  27. 3cca083 Merge pull request #152 from ondys/patch-3 by Rich Geldreich · 3 years, 8 months ago
  28. 276dc27 Merge pull request #169 from oddhack/165-reuse by Rich Geldreich · 3 years, 8 months ago
  29. f400f28 Make repository compliant with REUSE (https://reuse.software). by Jon Leech · 3 years, 8 months ago
  30. 102275a Fixing filename by Rich Geldreich · 3 years, 11 months ago
  31. 5f43e1f Rebuilt by Rich Geldreich · 3 years, 11 months ago
  32. 52147e5 Fixed signed integer overflow by Ondrej Stava · 3 years, 11 months ago
  33. c65ab69 Fix #44: document _ofs header fields by David Hubbard · 4 years ago
  34. 00edf63 Update basis_spec.txt by Rich Geldreich · 4 years ago
  35. b8c614e Update basis_spec.txt by Rich Geldreich · 4 years ago
  36. 25a5d99 Update basis_spec.txt by Rich Geldreich · 4 years ago
  37. 82235af Update basis_spec.txt by Rich Geldreich · 4 years ago
  38. c5bbe54 Update basis_spec.txt by Rich Geldreich · 4 years ago
  39. 7f98f71 Update basis_spec.txt by Rich Geldreich · 4 years ago
  40. 3e72d4c Update basis_spec.txt by Rich Geldreich · 4 years ago
  41. dc85354 Update basis_spec.txt by Rich Geldreich · 4 years ago
  42. 6c51561 Update basis_spec.txt by Rich Geldreich · 4 years ago
  43. 3f0c27e Update basis_spec.txt by Rich Geldreich · 4 years ago
  44. d8d01a0 Update basis_spec.txt by Rich Geldreich · 4 years ago
  45. 3eb8464 Update basis_spec.txt by Rich Geldreich · 4 years ago
  46. 041d06b Update basis_spec.txt by Rich Geldreich · 4 years ago
  47. 8afd2e7 Update basis_spec.txt by Rich Geldreich · 4 years ago
  48. 3ea02ed Update basis_spec.txt by Rich Geldreich · 4 years ago
  49. a8d1bf1 Update basis_spec.txt by Rich Geldreich · 4 years ago
  50. 576844f Update basis_spec.txt by Rich Geldreich · 4 years ago
  51. 053785b Update basis_spec.txt by Rich Geldreich · 4 years ago
  52. 674558e Update basis_spec.txt by Rich Geldreich · 4 years ago
  53. 1929912 Update basis_spec.txt by Rich Geldreich · 4 years ago
  54. 2104349 Update basis_spec.txt by Rich Geldreich · 4 years ago
  55. 5f11015 Update basis_spec.txt by Rich Geldreich · 4 years ago
  56. 67076f5 Update basis_spec.txt by Rich Geldreich · 4 years ago
  57. dd7d699 Update basis_spec.txt by Rich Geldreich · 4 years ago
  58. 60dcfc8 Update basis_spec.txt by Rich Geldreich · 4 years ago
  59. 45fb3c7 Update basis_spec.txt by Rich Geldreich · 4 years ago
  60. 0a4b1d3 Update basis_spec.txt by Rich Geldreich · 4 years ago
  61. ef6a01c Update basis_spec.txt by Rich Geldreich · 4 years ago
  62. fbf9a04 Update basis_spec.txt by Rich Geldreich · 4 years ago
  63. 4433e80 Enable building the encoder with Enscripten to WebAssebly as a Nodejs cli tool. by Maciej Kacper Jagiełło · 4 years ago
  64. 3401fe5 Xcode encoder warnings removed by Carl Woffenden · 4 years ago
  65. 374a04d Merge pull request #134 from cwoffenden/transcoder-xcode by Rich Geldreich · 4 years ago
  66. cc1dac7 Merge pull request #136 from aaronfranke/travis by Rich Geldreich · 4 years ago
  67. 525458a Merge pull request #137 from ondys/patch-2 by Rich Geldreich · 4 years ago
  68. a168950 Huffman encoder fixes for very large streams by richgel999 · 4 years ago
  69. bb64ec6 Renaming USE_UNALIGNED_WORD_READS to BASISD_USE_UNALIGNED_WORD_READS. by richgel999 · 4 years ago
  70. 57ca9ac Fixed undefined behavior in BASISU_OFFSETOF by Ondrej Stava · 4 years ago
  71. 409d9a5 Commit files changed by the formatting script by Aaron Franke · 4 years ago
  72. 4fe7cef Add a formatting script for Travis CI by Aaron Franke · 4 years ago
  73. aaa1394 Fixing tabs by Rich Geldreich · 4 years ago
  74. 7464300 New file by Rich Geldreich · 4 years ago
  75. 5c11484 Xcode 11 transcoder warnings removed by Carl Woffenden · 4 years ago
  76. 774549d Merge pull request #125 from cwoffenden/gitignore-tweaks by Rich Geldreich · 4 years, 1 month ago
  77. 66d5306 Merge pull request #126 from brunogm0/master by Rich Geldreich · 4 years, 1 month ago
  78. fadb1e8 Merge pull request #128 from cwoffenden/vs-warnings-1 by Rich Geldreich · 4 years, 1 month ago
  79. 7a7025e Merge pull request #127 from toji/webgl-loader by Rich Geldreich · 4 years, 1 month ago
  80. 7398094 Update README.md by Rich Geldreich · 4 years, 1 month ago
  81. 2e5100b Update README.md by Rich Geldreich · 4 years, 1 month ago
  82. 76fa259 Fixing command line help text related to mipmap filtering & sRGB. by Rich Geldreich · 4 years, 1 month ago
  83. 804f141 Removing invalid assert. by Rich Geldreich · 4 years, 1 month ago
  84. 744a8c1 Update README.md by Rich Geldreich · 4 years, 1 month ago
  85. 702734f Update README.md by Rich Geldreich · 4 years, 1 month ago
  86. ee82859 Resolved various Visual Stufio warnings by Carl Woffenden · 4 years, 1 month ago
  87. 171a384 Fix a couple minor errors by Brandon Jones · 4 years, 1 month ago
  88. fc1183c Added basis_loader.js for WebGL by Brandon Jones · 4 years, 1 month ago
  89. c8cb464 Further optimize img! by Bruno George de Moraes · 4 years, 1 month ago
  90. 9dceb72 Ignoring VS working files and Mac finder by Carl Woffenden · 4 years, 1 month ago
  91. c012fe6 Enabling jpeg linear chroma filtering by Rich Geldreich · 4 years, 1 month ago
  92. 09b2397 Minor fixes: Fixing signed left shift, adding limit to 1000 progressive scans by Rich Geldreich · 4 years, 1 month ago
  93. 38d1fa2 Update README.md by Rich Geldreich · 4 years, 1 month ago
  94. 078ce18 Adding JPEG reading support by Rich Geldreich · 4 years, 1 month ago
  95. 3527cc9 New files by Rich Geldreich · 4 years, 1 month ago
  96. e9c55fa Merge pull request #106 from Cheney-W/Cheney by Rich Geldreich · 4 years, 1 month ago
  97. 12889df Adding -renorm option, manually merged from by Rich Geldreich · 4 years, 1 month ago
  98. 206622d Update to TGA reader by Rich Geldreich · 4 years, 1 month ago
  99. 3d4a39a Adding TGA reading support by Rich Geldreich · 4 years, 1 month ago
  100. 92e5720 Merge pull request #121 from EwoutH/patch-1 by Rich Geldreich · 4 years, 1 month ago