[PR #358] [MERGED] Update decoder #949

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/358
Author: @eustas
Created: 5/31/2016
Status: Merged
Merged: 6/2/2016
Merged by: @eustas

Base: masterHead: master


📝 Commits (2)

📊 Changes

4 files changed (+111 additions, -83 deletions)

View changed files

📝 dec/decode.c (+46 -37)
📝 dec/decode.h (+63 -44)
📝 dec/state.c (+0 -1)
📝 dec/state.h (+2 -1)

📄 Description

  • More discreet trivial literal context detection
  • Make total_out parameter nullable
  • More strict stream validity check
  • Added BrotliErrorString

🔄 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/358 **Author:** [@eustas](https://github.com/eustas) **Created:** 5/31/2016 **Status:** ✅ Merged **Merged:** 6/2/2016 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`755b909`](https://github.com/google/brotli/commit/755b909424990732dffa482f883b2b5773e7355e) Update decoder - [`384c595`](https://github.com/google/brotli/commit/384c595d19ca0b8518755948c8b158bca52fa039) Remove "inline" specification ### 📊 Changes **4 files changed** (+111 additions, -83 deletions) <details> <summary>View changed files</summary> 📝 `dec/decode.c` (+46 -37) 📝 `dec/decode.h` (+63 -44) 📝 `dec/state.c` (+0 -1) 📝 `dec/state.h` (+2 -1) </details> ### 📄 Description - More discreet trivial literal context detection - Make total_out parameter nullable - More strict stream validity check - Added BrotliErrorString --- <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:51:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#949