mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #115] [MERGED] Bug fixes for the brotli encoder. #723
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?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/115
Author: @szabadka
Created: 6/12/2015
Status: ✅ Merged
Merged: 6/12/2015
Merged by: @szabadka
Base:
master← Head:master📝 Commits (1)
65f3fc5Bug fixes for the brotli encoder.📊 Changes
8 files changed (+26 additions, -24 deletions)
View changed files
📝
enc/bit_cost.h(+3 -0)📝
enc/block_splitter.cc(+2 -2)📝
enc/encode.cc(+10 -11)📝
enc/encode.h(+1 -0)📝
enc/encode_parallel.cc(+7 -3)📝
enc/entropy_encode.h(+1 -1)📝
enc/histogram.h(+0 -7)📝
enc/port.h(+2 -0)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.