[PR #58] [MERGED] Add quality and lgwin to the BrotliParams. #647

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/58
Author: @szabadka
Created: 4/1/2015
Status: Merged
Merged: 4/1/2015
Merged by: @szabadka

Base: masterHead: master


📝 Commits (1)

  • d6d69ec Add quality and lgwin to the BrotliParams.

📊 Changes

4 files changed (+166 additions, -106 deletions)

View changed files

📝 enc/brotli_bit_stream.cc (+12 -6)
📝 enc/encode.cc (+102 -83)
📝 enc/encode.h (+25 -6)
📝 enc/ringbuffer.h (+27 -11)

📄 Description

Remove the hard-coded constants for window size
and meta-block size.

Initialize internal storage for each metablock
separately and reserve only as much as needed
for the actual input.


🔄 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/58 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 4/1/2015 **Status:** ✅ Merged **Merged:** 4/1/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`d6d69ec`](https://github.com/google/brotli/commit/d6d69ec4ac979255360512980ed6300582ed3d2c) Add quality and lgwin to the BrotliParams. ### 📊 Changes **4 files changed** (+166 additions, -106 deletions) <details> <summary>View changed files</summary> 📝 `enc/brotli_bit_stream.cc` (+12 -6) 📝 `enc/encode.cc` (+102 -83) 📝 `enc/encode.h` (+25 -6) 📝 `enc/ringbuffer.h` (+27 -11) </details> ### 📄 Description Remove the hard-coded constants for window size and meta-block size. Initialize internal storage for each metablock separately and reserve only as much as needed for the actual input. --- <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:47:58 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#647