Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-04 | ZVISION: Remove extraneous member variable | richiesams | |
2013-08-04 | ZVISION: LZSSReadStream - Decompress directly to the destination buffer ↵ | richiesams | |
instead of an intermediate buffer | |||
2013-08-04 | ZVISION: Add underscore prefix to public static variable names | richiesams | |
2013-08-04 | ZVISION: Fix eos checking in LzssReadStream | richiesams | |
2013-08-04 | ZVISION: Move early break out above the for loop. ↵ | richiesams | |
LzssReadStream::decompressBytes() The other code would go through each of the for loops and do nothing due to EOS. | |||
2013-08-04 | ZVISION: Create class for decompressing and reading LZSS | richiesams | |