[PR #164] [MERGED] Update brotli decoder with latest improvements. #769

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/164
Author: @szabadka
Created: 9/23/2015
Status: Merged
Merged: 9/23/2015
Merged by: @szabadka

Base: masterHead: master


📝 Commits (2)

  • a7cedfc Update brotli decoder with latest improvements.
  • 1216684 Merge remote-tracking branch 'upstream/master'

📊 Changes

6 files changed (+508 additions, -317 deletions)

View changed files

📝 dec/bit_reader.c (+12 -13)
📝 dec/bit_reader.h (+93 -18)
📝 dec/decode.c (+345 -261)
📝 dec/decode.h (+1 -0)
📝 dec/state.c (+7 -3)
📝 dec/state.h (+50 -22)

📄 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/164 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 9/23/2015 **Status:** ✅ Merged **Merged:** 9/23/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`a7cedfc`](https://github.com/google/brotli/commit/a7cedfc26d74b3ffffb454ea11dd8f8def92fe64) Update brotli decoder with latest improvements. - [`1216684`](https://github.com/google/brotli/commit/1216684d0b7047ec2fdee2175fda41ddce5ed1f1) Merge remote-tracking branch 'upstream/master' ### 📊 Changes **6 files changed** (+508 additions, -317 deletions) <details> <summary>View changed files</summary> 📝 `dec/bit_reader.c` (+12 -13) 📝 `dec/bit_reader.h` (+93 -18) 📝 `dec/decode.c` (+345 -261) 📝 `dec/decode.h` (+1 -0) 📝 `dec/state.c` (+7 -3) 📝 `dec/state.h` (+50 -22) </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:49 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#769