Skip to content

Releases: GPUOpen-LibrariesAndSDKs/brotli_g_sdk

Brotli-G v1.1

12 Mar 13:03
4d3d09c
Compare
Choose a tag to compare

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

31 Jan 14:46
Compare
Choose a tag to compare

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.