[PR #87] [MERGED] Remove quality parameter from bitstream writing functions. #689

Closed
opened 2026-01-29 20:50:21 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

  • 9853922 Remove 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.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/87 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 4/23/2015 **Status:** ✅ Merged **Merged:** 4/23/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`9853922`](https://github.com/google/brotli/commit/98539223f585a70053bd4867cd012e9d932bc378) Remove quality parameter from bitstream writing functions. ### 📊 Changes **15 files changed** (+137 additions, -150 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Fix a few crashes related to some quality and param combinations. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:50:21 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#689