[PR #199] [MERGED] Update brotli decoder with latest improvements. #797

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/199
Author: @szabadka
Created: 10/2/2015
Status: Merged
Merged: 10/2/2015
Merged by: @szabadka

Base: masterHead: master


📝 Commits (4)

  • d3eb6ec Add BROTLI_FREE macro, check malloc status after histogram allocations.
  • 85fede2 Avoid loop in GetNextKey.
  • 9ceff03 Add more build parameters.
  • 5cf07a6 Initialize pos and loop_counter.

📊 Changes

5 files changed (+207 additions, -84 deletions)

View changed files

📝 dec/bit_reader.h (+67 -15)
📝 dec/decode.c (+7 -3)
📝 dec/huffman.c (+88 -30)
📝 dec/port.h (+33 -9)
📝 dec/state.c (+12 -27)

📄 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/199 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 10/2/2015 **Status:** ✅ Merged **Merged:** 10/2/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`d3eb6ec`](https://github.com/google/brotli/commit/d3eb6ecb9a9191a516ec83038c05f219e1012664) Add BROTLI_FREE macro, check malloc status after histogram allocations. - [`85fede2`](https://github.com/google/brotli/commit/85fede2f050c004771f9744a89090855c2c1fc31) Avoid loop in GetNextKey. - [`9ceff03`](https://github.com/google/brotli/commit/9ceff0372cad4236bb2b8b6cc8d2621cfa0ea058) Add more build parameters. - [`5cf07a6`](https://github.com/google/brotli/commit/5cf07a68b24a180af559fd6c20b7975c3d02fc20) Initialize pos and loop_counter. ### 📊 Changes **5 files changed** (+207 additions, -84 deletions) <details> <summary>View changed files</summary> 📝 `dec/bit_reader.h` (+67 -15) 📝 `dec/decode.c` (+7 -3) 📝 `dec/huffman.c` (+88 -30) 📝 `dec/port.h` (+33 -9) 📝 `dec/state.c` (+12 -27) </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:56 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#797