Tim Schumacher
|
707a36dd79
LibCompress/Brotli: Update the lookback buffer with uncompressed data
|
1 년 전 |
Tim Schumacher
|
dbc25f18ec
LibCompress: Let `BrotliDecompressionStream` take a `MaybeOwned`
|
2 년 전 |
Lucas CHOLLET
|
3fdf5072ec
LibCompress/Brotli: Remove `CanonicalCode::clear()`
|
2 년 전 |
Lucas CHOLLET
|
96eace8390
LibCompress: Move `CanonicalCode` in the `Brotli` namespace
|
2 년 전 |
Lucas CHOLLET
|
9248fd7f33
LibCompress: Move `CanonicalCode`'s initializers inside `CanonicalCode`
|
2 년 전 |
Lucas CHOLLET
|
d2dd4142d1
LibCompress: Make `CanonicalCode::read_symbol` const
|
2 년 전 |
Tim Schumacher
|
d5871f5717
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
|
2 년 전 |
Tim Schumacher
|
5f2ea31816
AK: Move `Handle` from `LibCore` and name it `MaybeOwned`
|
2 년 전 |
Tim Schumacher
|
f909cfbe75
LibCore: Use the new `Handle` type for the `BitStream` types
|
2 년 전 |
Tommy Murphy
|
0ee98c69c1
LibCompress: Brotli support metadata of skip_length=0
|
2 년 전 |
Ben Wiederhake
|
8de7a91571
LibCompress+Tests: Demonstrate and fix faulty metadata length
|
2 년 전 |
Michiel Visser
|
d6a5b11f04
LibCompress: Implement Brotli decompressor
|
3 년 전 |