[PR #206] [MERGED] Encoder bug fixes. #804

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/206
Author: @szabadka
Created: 10/5/2015
Status: Merged
Merged: 10/5/2015
Merged by: @szabadka

Base: masterHead: master


📝 Commits (3)

  • b6689b1 Remove unnecessary branch from literal cost calculation.
  • 99aae45 Initialize min_cost_cmd_ in constructor.
  • b39eec8 Remove C++11 vector::data() calls from encoder.

📊 Changes

5 files changed (+14 additions, -14 deletions)

View changed files

📝 enc/backward_references.cc (+2 -1)
📝 enc/block_splitter.cc (+5 -5)
📝 enc/brotli_bit_stream.cc (+1 -1)
📝 enc/encode_parallel.cc (+4 -3)
📝 enc/literal_cost.cc (+2 -4)

📄 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/206 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 10/5/2015 **Status:** ✅ Merged **Merged:** 10/5/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`b6689b1`](https://github.com/google/brotli/commit/b6689b15044bd5c8a1c3aa32ee13b2507966d20f) Remove unnecessary branch from literal cost calculation. - [`99aae45`](https://github.com/google/brotli/commit/99aae450b8beb77f617ae3a1b0a6818758d27721) Initialize min_cost_cmd_ in constructor. - [`b39eec8`](https://github.com/google/brotli/commit/b39eec88101484167451dd5cdf9cecb4e568c083) Remove C++11 vector::data() calls from encoder. ### 📊 Changes **5 files changed** (+14 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `enc/backward_references.cc` (+2 -1) 📝 `enc/block_splitter.cc` (+5 -5) 📝 `enc/brotli_bit_stream.cc` (+1 -1) 📝 `enc/encode_parallel.cc` (+4 -3) 📝 `enc/literal_cost.cc` (+2 -4) </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:50:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#804