Tim Schumacher
|
dbc25f18ec
LibCompress: Let `BrotliDecompressionStream` take a `MaybeOwned`
|
2 years ago |
Lucas CHOLLET
|
3fdf5072ec
LibCompress/Brotli: Remove `CanonicalCode::clear()`
|
2 years ago |
Lucas CHOLLET
|
bb834ed765
LibCompress: Add a constructor to `Brotli::CanonicalCode`
|
2 years ago |
Lucas CHOLLET
|
96eace8390
LibCompress: Move `CanonicalCode` in the `Brotli` namespace
|
2 years ago |
Lucas CHOLLET
|
9248fd7f33
LibCompress: Move `CanonicalCode`'s initializers inside `CanonicalCode`
|
2 years ago |
Lucas CHOLLET
|
d2dd4142d1
LibCompress: Make `CanonicalCode::read_symbol` const
|
2 years ago |
Tim Schumacher
|
d5871f5717
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
|
2 years ago |
Tim Schumacher
|
43f98ac6e1
Everywhere: Remove the `AK::` qualifier from Stream usages
|
2 years ago |
Tim Schumacher
|
874c7bba28
LibCore: Remove `Stream.h`
|
2 years ago |
Tim Schumacher
|
2470dd3bb5
AK: Move bit streams from `LibCore`
|
2 years ago |
Tim Schumacher
|
8464da1439
AK: Move `Stream` and `SeekableStream` from `LibCore`
|
2 years ago |
Linus Groh
|
9c08bb9555
AK: Remove `try_` prefix from FixedArray creation functions
|
2 years ago |
Tim Schumacher
|
0bdbe27d6b
LibCore: Rename InputBitStream.h to BitStream.h
|
2 years ago |
Tim Schumacher
|
5061a905ff
LibCore: Remove `Stream::is_{readable,writable}`
|
2 years ago |
Michiel Visser
|
d6a5b11f04
LibCompress: Implement Brotli decompressor
|
3 years ago |