mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #87] [MERGED] Remove quality parameter from bitstream writing functions. #689
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/87
Author: @szabadka
Created: 4/23/2015
Status: ✅ Merged
Merged: 4/23/2015
Merged by: @szabadka
Base:
master← Head:master📝 Commits (1)
9853922Remove quality parameter from bitstream writing functions.📊 Changes
15 files changed (+137 additions, -150 deletions)
View changed files
📝
enc/backward_references.cc(+1 -1)📝
enc/bit_cost.h(+2 -2)📝
enc/brotli_bit_stream.cc(+34 -46)📝
enc/brotli_bit_stream.h(+2 -3)📝
enc/encode.cc(+17 -9)📝
enc/encode.h(+3 -0)📝
enc/encode_parallel.cc(+10 -7)📝
enc/entropy_encode.cc(+13 -16)📝
enc/entropy_encode.h(+0 -1)📝
enc/hash.h(+2 -2)📝
enc/histogram.cc(+14 -34)📝
enc/histogram.h(+2 -11)📝
enc/metablock.cc(+26 -10)📝
enc/metablock.h(+6 -3)📝
enc/static_dict.h(+5 -5)📄 Description
Fix a few crashes related to some quality and param combinations.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.