[PR #93] [MERGED] Don't do any block splitting for quality 1. #697

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (1)

  • 0f726df Don't do any block splitting for quality 1.

📊 Changes

7 files changed (+166 additions, -47 deletions)

View changed files

📝 enc/backward_references.cc (+14 -11)
📝 enc/backward_references.h (+2 -1)
📝 enc/brotli_bit_stream.cc (+85 -0)
📝 enc/brotli_bit_stream.h (+12 -0)
📝 enc/encode.cc (+48 -34)
📝 enc/encode.h (+1 -0)
📝 enc/encode_parallel.cc (+4 -1)

📄 Description

No description provided


🔄 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/93 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 4/28/2015 **Status:** ✅ Merged **Merged:** 4/28/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`0f726df`](https://github.com/google/brotli/commit/0f726df1f1fd03462ca60a002fdb926673294d36) Don't do any block splitting for quality 1. ### 📊 Changes **7 files changed** (+166 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `enc/backward_references.cc` (+14 -11) 📝 `enc/backward_references.h` (+2 -1) 📝 `enc/brotli_bit_stream.cc` (+85 -0) 📝 `enc/brotli_bit_stream.h` (+12 -0) 📝 `enc/encode.cc` (+48 -34) 📝 `enc/encode.h` (+1 -0) 📝 `enc/encode_parallel.cc` (+4 -1) </details> ### 📄 Description _No description provided_ --- <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:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#697