stuff-from-scratch/src/compression
2023-01-13 14:29:12 +00:00
..
deflate Fix windows compilation. 2022-11-30 20:53:17 +00:00
huffman Continue cleaning. 2023-01-13 14:29:12 +00:00
AbstractEncoder.h Continue png writing. 2022-11-24 16:15:41 +00:00
Adler32Checksum.h Continue png writing. 2022-11-24 16:15:41 +00:00
CMakeLists.txt Initial fixed huffman coding for png. 2022-11-28 10:16:04 +00:00
CyclicRedundancyChecker.cpp Clean up Image class. 2023-01-11 14:31:29 +00:00
CyclicRedundancyChecker.h Clean up Image class. 2023-01-11 14:31:29 +00:00
Lz77Encoder.cpp Fix windows compilation. 2022-11-30 20:53:17 +00:00
Lz77Encoder.h Convert lz77 to use fixed buffer sizes. 2022-11-29 12:05:08 +00:00
RunLengthEncoder.cpp Initial fixed huffman coding for png. 2022-11-28 10:16:04 +00:00
RunLengthEncoder.h Initial fixed huffman coding for png. 2022-11-28 10:16:04 +00:00
StreamCompressor.cpp Initial compresison. 2022-08-01 16:14:14 +01:00
StreamCompressor.h Initial compresison. 2022-08-01 16:14:14 +01:00
ZlibEncoder.cpp Fix windows compilation. 2022-11-30 20:53:17 +00:00
ZlibEncoder.h Initial fixed huffman coding for png. 2022-11-28 10:16:04 +00:00