Skip to content

Tags: ondys/basis_universal

Tags

1.08

Toggle 1.08's commit message
- Adding support for skip blocks, i-frames and p-frames to the backen…

…d and transcoder, for texture video use.

- For PVRTC1, we now memset() any extra blocks after the blocks we know will be transcoded into. This is done because in GL there is padding that occurs on textures smaller than 8x8.
- Removing all OpenMP usage and replacing it with a basis C  11 job system.
- Fixing TSVQ class so it can split very long "thin" clusters that before weren't being split. This improves endpoint quantization on videos and complex 2D textures.
- More frontend perf. optimizations.

Tested on OSX, Linux with gcc/clang, and Win using MSVC 2019.

v1.08

Toggle v1.08's commit message
- Adding support for skip blocks, i-frames and p-frames to the backen…

…d and transcoder, for texture video use.

- For PVRTC1, we now memset() any extra blocks after the blocks we know will be transcoded into. This is done because in GL there is padding that occurs on textures smaller than 8x8.
- Removing all OpenMP usage and replacing it with a basis C  11 job system.
- Fixing TSVQ class so it can split very long "thin" clusters that before weren't being split. This improves endpoint quantization on videos and complex 2D textures.
- More frontend perf. optimizations.

Tested on OSX, Linux with gcc/clang, and Win using MSVC 2019.

v1.00

Toggle v1.00's commit message
Fixing demo falling back to 565 problem on Firefox (and possibly Edge).