Skip to content

Releases: GPUOpen-LibrariesAndSDKs/brotli_g_sdk

Brotli-G v1.1

Choose a tag to compare

@NavNTCMP NavNTCMP released this 12 Mar 13:03
4d3d09c

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

Choose a tag to compare

@NPCompress NPCompress released this 31 Jan 14:46

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.