mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
[PR #30] [MERGED] Implement a 32-bit bitstream decoder + visual studio support #607
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/30
Author: @szabadka
Created: 2/25/2015
Status: ✅ Merged
Merged: 2/25/2015
Merged by: @szabadka
Base:
master← Head:master📝 Commits (2)
6da0c5cImplement a 32-bit bitstream decoder.f0b88cbFixes to the encoder to support visual studio.📊 Changes
7 files changed (+69 additions, -21 deletions)
View changed files
📝
dec/bit_reader.h(+39 -11)📝
dec/decode.c(+11 -2)📝
dec/streams.c(+2 -0)📝
enc/block_splitter.cc(+10 -2)📝
enc/fast_log.h(+2 -1)📝
enc/port.h(+5 -0)📝
enc/write_bits.h(+0 -5)📄 Description
The 64-bit bitstream decoder seems to have portability problems
with emscripten/asm.js as it does not compile into working code.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.