[PR #431] Update decoder #1044

Open
opened 2026-01-29 20:52:15 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/google/brotli/pull/431

State: closed
Merged: Yes


  • use BROTLI_MAX_DISTANCE_BITS instead of magic constant
  • introduce BROTLI_DEPRECATED
  • move BROTLI_RESTRICT to common/port.h
  • promote reg_t to dec/port.h
  • remove deprecated decoder API
  • more optimistic ring-buffer allocation
  • fix MSVC warnings
  • fix (not tested) for ARM 64-bit RBIT
**Original Pull Request:** https://github.com/google/brotli/pull/431 **State:** closed **Merged:** Yes --- - use `BROTLI_MAX_DISTANCE_BITS` instead of magic constant - introduce `BROTLI_DEPRECATED` - move `BROTLI_RESTRICT` to `common/port.h` - promote `reg_t` to `dec/port.h` - remove deprecated decoder API - more optimistic ring-buffer allocation - fix MSVC warnings - fix (not tested) for ARM 64-bit RBIT
claunia added the pull-request label 2026-01-29 20:52:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1044