[PR #11] [MERGED] Move the context map encoding function to the brotli_bit_stream library. #583

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (1)

  • 0428f2d Move the context map encoding function to the brotli_bit_stream library.

📊 Changes

3 files changed (+165 additions, -147 deletions)

View changed files

📝 enc/brotli_bit_stream.cc (+153 -0)
📝 enc/brotli_bit_stream.h (+12 -0)
📝 enc/encode.cc (+0 -147)

📄 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/11 **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) - [`0428f2d`](https://github.com/google/brotli/commit/0428f2d1bd8268c95ac75b876fecba8f9bcc77e8) Move the context map encoding function to the brotli_bit_stream library. ### 📊 Changes **3 files changed** (+165 additions, -147 deletions) <details> <summary>View changed files</summary> 📝 `enc/brotli_bit_stream.cc` (+153 -0) 📝 `enc/brotli_bit_stream.h` (+12 -0) 📝 `enc/encode.cc` (+0 -147) </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:46:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#583