[PR #6] [MERGED] Move the block switch storing functions to the brotli_bit_stream library... #575

Open
opened 2026-01-29 20:46:13 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/6
Author: @szabadka
Created: 10/28/2014
Status: Merged
Merged: 10/28/2014
Merged by: @szabadka

Base: masterHead: master


📝 Commits (1)

  • 467e6ee Move the block switch stroing functions to the brotli_bit_stream library.

📊 Changes

7 files changed (+141 additions, -123 deletions)

View changed files

📝 enc/block_splitter.cc (+1 -1)
📝 enc/block_splitter.h (+1 -2)
📝 enc/brotli_bit_stream.cc (+64 -0)
📝 enc/brotli_bit_stream.h (+30 -0)
📝 enc/encode.cc (+19 -82)
📝 enc/prefix.cc (+0 -35)
📝 enc/prefix.h (+26 -3)

📄 Description

....


🔄 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/6 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 10/28/2014 **Status:** ✅ Merged **Merged:** 10/28/2014 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`467e6ee`](https://github.com/google/brotli/commit/467e6eef80d4967cf2020a54b0841855349dfc45) Move the block switch stroing functions to the brotli_bit_stream library. ### 📊 Changes **7 files changed** (+141 additions, -123 deletions) <details> <summary>View changed files</summary> 📝 `enc/block_splitter.cc` (+1 -1) 📝 `enc/block_splitter.h` (+1 -2) 📝 `enc/brotli_bit_stream.cc` (+64 -0) 📝 `enc/brotli_bit_stream.h` (+30 -0) 📝 `enc/encode.cc` (+19 -82) 📝 `enc/prefix.cc` (+0 -35) 📝 `enc/prefix.h` (+26 -3) </details> ### 📄 Description .... --- <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:46:13 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#575