[PR #40] [MERGED] support for partial input (streaming) #626

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/40
Author: @lvandeve
Created: 3/20/2015
Status: Merged
Merged: 3/20/2015
Merged by: @lvandeve

Base: masterHead: master


📝 Commits (1)

  • 8270250 support for partial input (streaming)

📊 Changes

9 files changed (+1334 additions, -749 deletions)

View changed files

📝 dec/Makefile (+1 -1)
📝 dec/bit_reader.c (+11 -2)
📝 dec/bit_reader.h (+27 -3)
📝 dec/decode.c (+946 -736)
📝 dec/decode.h (+65 -7)
📝 dec/huffman.c (+18 -0)
📝 dec/huffman.h (+16 -0)
dec/state.c (+87 -0)
dec/state.h (+163 -0)

📄 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/40 **Author:** [@lvandeve](https://github.com/lvandeve) **Created:** 3/20/2015 **Status:** ✅ Merged **Merged:** 3/20/2015 **Merged by:** [@lvandeve](https://github.com/lvandeve) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`8270250`](https://github.com/google/brotli/commit/8270250b40f9979f61d92542739b5a786914c922) support for partial input (streaming) ### 📊 Changes **9 files changed** (+1334 additions, -749 deletions) <details> <summary>View changed files</summary> 📝 `dec/Makefile` (+1 -1) 📝 `dec/bit_reader.c` (+11 -2) 📝 `dec/bit_reader.h` (+27 -3) 📝 `dec/decode.c` (+946 -736) 📝 `dec/decode.h` (+65 -7) 📝 `dec/huffman.c` (+18 -0) 📝 `dec/huffman.h` (+16 -0) ➕ `dec/state.c` (+87 -0) ➕ `dec/state.h` (+163 -0) </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:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#626