Skip to content

Brotli-G v1.1

Latest
Compare
Choose a tag to compare
@NavNTCMP NavNTCMP released this 12 Mar 13:03
· 2 commits to main since this release
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.