[PR #145] [MERGED] update brotli decoder with latest improvements #757

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/145
Author: @lvandeve
Created: 8/28/2015
Status: Merged
Merged: 8/28/2015
Merged by: @lvandeve

Base: masterHead: master


📝 Commits (1)

  • db71549 update brotli decoder with latest improvements

📊 Changes

9 files changed (+1477 additions, -1425 deletions)

View changed files

📝 dec/bit_reader.c (+1 -2)
📝 dec/bit_reader.h (+62 -43)
📝 dec/decode.c (+523 -548)
📝 dec/huffman.c (+92 -61)
📝 dec/huffman.h (+16 -4)
📝 dec/port.h (+17 -0)
📝 dec/prefix.h (+714 -705)
📝 dec/state.c (+4 -10)
📝 dec/state.h (+48 -52)

📄 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/145 **Author:** [@lvandeve](https://github.com/lvandeve) **Created:** 8/28/2015 **Status:** ✅ Merged **Merged:** 8/28/2015 **Merged by:** [@lvandeve](https://github.com/lvandeve) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`db71549`](https://github.com/google/brotli/commit/db71549ac5008174ed4ada46476f0a74144bf2fc) update brotli decoder with latest improvements ### 📊 Changes **9 files changed** (+1477 additions, -1425 deletions) <details> <summary>View changed files</summary> 📝 `dec/bit_reader.c` (+1 -2) 📝 `dec/bit_reader.h` (+62 -43) 📝 `dec/decode.c` (+523 -548) 📝 `dec/huffman.c` (+92 -61) 📝 `dec/huffman.h` (+16 -4) 📝 `dec/port.h` (+17 -0) 📝 `dec/prefix.h` (+714 -705) 📝 `dec/state.c` (+4 -10) 📝 `dec/state.h` (+48 -52) </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:43 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#757