ladybird/Libraries/LibCompress
Valtteri Koskivuori 135daeb8bb LibCompress: Don't assume zlib header is available right away
Instead of checking the header in ZlibDecompressor::create(), we now
check it in read_some() when it is called for the first time. This
resolves a FIXME in the new DecompressionStream implementation.
2024-11-18 19:55:46 -05:00
..
Brotli.cpp
Brotli.h
BrotliDictionary.cpp
BrotliDictionary.cpp.dict.bin
BrotliDictionary.h
CMakeLists.txt
Deflate.cpp LibCompress: Do not verify that zlib & deflate compressors are finished 2024-11-17 22:37:45 +01:00
Deflate.h
DeflateTables.h
Forward.h
Gzip.cpp LibCompress: Allow using GzipCompressor in a streaming fashion 2024-11-17 22:37:45 +01:00
Gzip.h LibCompress: Allow using GzipCompressor in a streaming fashion 2024-11-17 22:37:45 +01:00
Huffman.h
Lzma.cpp
Lzma.h
Lzma2.cpp
Lzma2.h
Lzw.h
PackBitsDecoder.cpp
PackBitsDecoder.h
Xz.cpp
Xz.h
Zlib.cpp LibCompress: Don't assume zlib header is available right away 2024-11-18 19:55:46 -05:00
Zlib.h LibCompress: Don't assume zlib header is available right away 2024-11-18 19:55:46 -05:00