barubary
|
8a5583c308
|
C#: fixed The new LZ-0x10 and LZ-0x11 decompressors. Only LZ-0x10 hasn't been tested yet.
|
2011-04-06 16:42:27 +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
|
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
|
1c194134ac
|
C#: started on re-implementing the huffman decompression in the mew format.
|
2011-03-23 12:04:59 +00:00 |
|
barubary
|
1bd750c76d
|
C# (previous one as well): re-implemented the LZ-0x11 algorithm in the new structure. Also updated the GBATEK-like format description of the format, hopefully correct this time.
|
2011-03-22 11:31:48 +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 |
|