mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #40] [MERGED] support for partial input (streaming) #626
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (1)
8270250support 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.