[PR #316] [MERGED] Update decoder #916

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/316
Author: @eustas
Created: 2/18/2016
Status: Merged
Merged: 2/18/2016
Merged by: @eustas

Base: masterHead: master


📝 Commits (2)

  • 2393473 Update decoder:
  • 5d0fb7a Apply 80-chars limit to CONTRIBUTING.md

📊 Changes

16 files changed (+277 additions, -508 deletions)

View changed files

📝 CONTRIBUTING.md (+6 -4)
📝 dec/bit_reader.c (+1 -1)
📝 dec/bit_reader.h (+17 -15)
📝 dec/context.h (+4 -4)
📝 dec/decode.c (+83 -110)
📝 dec/dictionary.c (+1 -1)
📝 dec/dictionary.h (+6 -7)
📝 dec/huffman.c (+98 -100)
📝 dec/huffman.h (+6 -6)
📝 dec/port.h (+17 -23)
📝 dec/state.c (+2 -2)
📝 dec/state.h (+3 -4)
dec/streams.c (+0 -102)
dec/streams.h (+0 -95)
📝 dec/transform.h (+31 -32)
📝 dec/types.h (+2 -2)

📄 Description

  • More clear/safe "copy" command stage implementation
  • Enable unaligned memory access only on whitelisted CPUs
  • Remove unused streams.{c|h}
  • Add "default" to all switches
  • Fix includes
  • Fix spacing everywhere

🔄 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/316 **Author:** [@eustas](https://github.com/eustas) **Created:** 2/18/2016 **Status:** ✅ Merged **Merged:** 2/18/2016 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`2393473`](https://github.com/google/brotli/commit/23934731f55d06e5b83701bf82c2f53bb9ddf56d) Update decoder: - [`5d0fb7a`](https://github.com/google/brotli/commit/5d0fb7a0c6b42d6245669eb7081dbd6b904d6db9) Apply 80-chars limit to CONTRIBUTING.md ### 📊 Changes **16 files changed** (+277 additions, -508 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTING.md` (+6 -4) 📝 `dec/bit_reader.c` (+1 -1) 📝 `dec/bit_reader.h` (+17 -15) 📝 `dec/context.h` (+4 -4) 📝 `dec/decode.c` (+83 -110) 📝 `dec/dictionary.c` (+1 -1) 📝 `dec/dictionary.h` (+6 -7) 📝 `dec/huffman.c` (+98 -100) 📝 `dec/huffman.h` (+6 -6) 📝 `dec/port.h` (+17 -23) 📝 `dec/state.c` (+2 -2) 📝 `dec/state.h` (+3 -4) ➖ `dec/streams.c` (+0 -102) ➖ `dec/streams.h` (+0 -95) 📝 `dec/transform.h` (+31 -32) 📝 `dec/types.h` (+2 -2) </details> ### 📄 Description - More clear/safe "copy" command stage implementation - Enable unaligned memory access only on whitelisted CPUs - Remove unused streams.{c|h} - Add "default" to all switches - Fix includes - Fix spacing everywhere --- <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:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#916