barubary
|
8892f527f5
|
C#: added a variation to the original LZ-10 compression algorithm that increases the compression rate, while still ensuring compatibility with the built-in decompression.
|
2011-05-14 14:19:11 +00:00 |
|
barubary
|
69cd6ee199
|
C#: added built-in check for arm9.bin in LZ-Overlay decompression, as it has some extra bytes that should be ignored when decompressing. Only the file-based methods can handle that of course. Perhaps the extra bytes should also be copied to the output file however, which is currently not the case.
|
2011-04-21 14:16:59 +00:00 |
|
barubary
|
fa10d8a515
|
C#: Extended the generic Supports(Stream) method with the length of the input stream, since Overlay-LZ compresses from end to start.
|
2011-04-05 16:50:17 +00:00 |
|
barubary
|
2c6ef5570a
|
C#: updated the generic compression/decompression functions to make sure the folder of the given output file exists before creating the file.
|
2011-04-05 16:41:43 +00:00 |
|
barubary
|
edc3d2da24
|
C#: added an untested compressed algorithm for RLE. (all new decompression algorithms are also untested)
|
2011-04-04 13:07:07 +00:00 |
|
barubary
|
8c777e2c02
|
The start of an attempt to make this program structured better, as well as for easier addition of more formats AND compression for supported formats.
|
2011-03-21 19:18:07 +00:00 |
|