AuroraRuntime/Source/Compression/Compressors
Jamie Reece Wilson 3db5554673 [+] brotli now respects CompressInfo::uCompressionLevel
[+] brotli now respects CompressInfo::uBlockSize
[*] refactored CompressInfo::uLz4BlockSize -> CompressInfo::uBlockSize
[*] zstd decompressor now respects user arguments
[*] zstd compressor now respects user arguments
[*] brotli decompressor now respects user arguments
[*] brotli compressor now respects user arguments
2023-07-27 20:45:49 +01:00
..
BrotliCompressor.hpp [+] brotli now respects CompressInfo::uCompressionLevel 2023-07-27 20:45:49 +01:00
BrotliDecompressor.hpp [+] brotli now respects CompressInfo::uCompressionLevel 2023-07-27 20:45:49 +01:00
BZip2Compressor.hpp [*] Amend compression/decompression error checking; ensure correct library specific OK value is used 2023-07-05 17:06:30 +01:00
BZip2Decompressor.hpp [*] Amend compression/decompression error checking; ensure correct library specific OK value is used 2023-07-05 17:06:30 +01:00
DeflateCompressor.hpp [*] optimize the other half (aa7f783f) of compression streams when used with the interceptor interface 2023-06-10 20:03:29 +01:00
DeflateDecompressor.hpp [*] optimize the other half (aa7f783f) of compression streams when used with the interceptor interface 2023-06-10 20:03:29 +01:00
LZ4Compressor.hpp [*] optimize the other half (aa7f783f) of compression streams when used with the interceptor interface 2023-06-10 20:03:29 +01:00
LZ4Decompressor.hpp [*] optimize the other half (aa7f783f) of compression streams when used with the interceptor interface 2023-06-10 20:03:29 +01:00
LZMACompressor.hpp [+] brotli now respects CompressInfo::uCompressionLevel 2023-07-27 20:45:49 +01:00
LZMADecompressor.hpp [*] Amend compression/decompression error checking; ensure correct library specific OK value is used 2023-07-05 17:06:30 +01:00
ZSTDCompressor.hpp [+] brotli now respects CompressInfo::uCompressionLevel 2023-07-27 20:45:49 +01:00
ZSTDDecompressor.hpp [+] brotli now respects CompressInfo::uCompressionLevel 2023-07-27 20:45:49 +01:00