Commit Graph
6 Commits
Author SHA1 Message Date
vanita5 55a2bb3c30 replace unnecessary mod17 function with builtin mod, see #37 and #38 2017-01-13 00:02:31 +01:00
John Starks 69b46ecca8 LZX: Split table into two parts 2016-05-12 19:47:52 -07:00
John Starks d69c9fb04e LZX: Perform buffering internally 2016-05-12 19:47:51 -07:00
John Starks 5e100a8bcc LZX: Improve huffman table encoding 2016-05-12 19:47:47 -07:00
John Starks bad3e111b5 LZX: Fix unaligned block failure
This fixes the case where an unaligned block lands on a 16-bit boundary.
2016-04-06 13:45:37 -07:00
John Starks 0e1e9fec26 Add WIM parser
This new code supports parsing WIM files. Currently, only WIM files that
were created with no compression or LZX compression are supported. Xpress
compression is not.
2016-04-04 13:51:45 -07:00