[PR #394] [MERGED] Update decoder API #998

Closed
opened 2026-01-29 20:52:01 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/394
Author: @eustas
Created: 7/25/2016
Status: Merged
Merged: 7/26/2016
Merged by: @eustas

Base: masterHead: master


📝 Commits (4)

  • 43d4f45 Update decoder API:
  • d2b1719 Fix DecodeContextMap
  • 0ef4eda Do not use "static inline" for deprecated API.
  • 91cbcf9 Fix MSVC stdbool inclde

📊 Changes

7 files changed (+520 additions, -408 deletions)

View changed files

📝 common/types.h (+15 -0)
📝 dec/bit_reader.c (+4 -4)
📝 dec/bit_reader.h (+14 -14)
📝 dec/decode.c (+383 -304)
📝 dec/decode.h (+73 -46)
📝 dec/state.c (+14 -26)
📝 dec/state.h (+17 -14)

📄 Description

  • replace prefix Brotli -> BrotliDecoder
  • add HasMoreOutput
  • make instance pointer the first argument
  • use boolean instead of int

🔄 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/394 **Author:** [@eustas](https://github.com/eustas) **Created:** 7/25/2016 **Status:** ✅ Merged **Merged:** 7/26/2016 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`43d4f45`](https://github.com/google/brotli/commit/43d4f45b6e8635406e1709fcc938c12f3d11d76f) Update decoder API: - [`d2b1719`](https://github.com/google/brotli/commit/d2b17196f2dd9db25a84a626b59c14455f813ddd) Fix DecodeContextMap - [`0ef4eda`](https://github.com/google/brotli/commit/0ef4edacab4520c1fdc24f7e8b645c502c8025d5) Do not use "static inline" for deprecated API. - [`91cbcf9`](https://github.com/google/brotli/commit/91cbcf9ed13f41e62ab3b3e991efd8bd577c28d2) Fix MSVC stdbool inclde ### 📊 Changes **7 files changed** (+520 additions, -408 deletions) <details> <summary>View changed files</summary> 📝 `common/types.h` (+15 -0) 📝 `dec/bit_reader.c` (+4 -4) 📝 `dec/bit_reader.h` (+14 -14) 📝 `dec/decode.c` (+383 -304) 📝 `dec/decode.h` (+73 -46) 📝 `dec/state.c` (+14 -26) 📝 `dec/state.h` (+17 -14) </details> ### 📄 Description - replace prefix Brotli -> BrotliDecoder - add HasMoreOutput - make instance pointer the first argument - use boolean instead of int --- <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:52:01 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#998