Releases: GPUOpen-LibrariesAndSDKs/brotli_g_sdk
Releases · GPUOpen-LibrariesAndSDKs/brotli_g_sdk
Brotli-G v1.1
The Brotli-G SDK v1.1 update
- Brotli-G compressed stream and compressed page formats updated to support data pre-conditioning.
- CPU and GPU decoders updated to support data pre-conditioning.
- Improved Huffman encoding using zero length codes for Trivial Huffman tree.
- Fixed memory leak issues.
- Warnings for ill-formatted inputs enabled for pre-conditioning.
- App updates:
- App updated to support data pre-conditioning.
- Help updated to display data pre-conditioning options.
- Feedback function updated to display warnings from SDK.
- GPU decoder app updated to improve runtime.
- Build updates:
- Building Brotli-G SDK has changed to download external dependencies from their sources.
Brotli-G v1.0
The Brotli-G SDK contains the following components:
- Source code for CPU compression.
- Source code for CPU and GPU decompression.
- Documentation of bitstream format.
- Sample application.