mirror of
https://github.com/google/brotli.git
synced 2026-09-22 14:45:51 +00:00
[PR #115] Bug fixes for the brotli encoder. #727
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/google/brotli/pull/115
State: closed
Merged: Yes
bit cost calculation function.
splitter, because if all postfix bits are used, there
can be 520 distance symbols.
correct place. This fixes a roundtrip failure that
can occur when there is an uncompressed metablock
between two compressed metablocks.
It ended up making metablocks larger than 24 bits in size.
CreateBackwardReferences can read up to 4 bytes past end of
input if the end of input is before mask.