Commit Graph

31 Commits

Author SHA1 Message Date
Piotr Fusik 77bacdd389 Migrate to travis-ci.com. 2021-06-16 09:04:55 +02:00
Piotr Fusik 1d91b11e5f zopfli --i1000. 2021-03-27 14:48:44 +01:00
Piotr Fusik 3afb6ab29f Travis build. 2020-02-18 22:02:50 +01:00
Piotr Fusik 20ee65beca Update links. 2019-11-07 11:32:22 +01:00
Piotr Fusik 5afe7d62cc Document 2017's bugs. 2019-11-07 11:32:11 +01:00
Piotr Fusik afd1101fde Document zero page requirements. 2019-11-07 11:31:22 +01:00
Piotr Fusik 8d526b7d4d If we have all 256 literals of same length, codeToLiteralSymbol is an identity mapping. 2017-11-07 20:03:06 +01:00
Piotr Fusik ebe87070eb Improve labels. 2017-11-07 19:52:27 +01:00
Piotr Fusik 0608c9adef Fix more than 256 codes of same length.
Fix all 256 literal codes of same length.

Fixes #2
2017-11-07 19:20:20 +01:00
Piotr Fusik 02c09a514e Fix 256 codes of same length.
Fixes #1
2017-11-06 19:13:29 +01:00
Piotr Fusik f7af9d3980 Clean up .gitignore 2017-11-06 19:06:38 +01:00
Piotr Fusik f196d9bc3a Fix a comment. 2017-11-06 07:39:41 +01:00
Piotr Fusik 3faede80c3 zopfli beats the other compression methods. 2017-02-12 19:40:36 +01:00
Piotr Fusik 5d41b9a647 Shorten by two bytes. 2017-02-12 11:28:55 +01:00
Piotr Fusik 8498d8fde7 Shorten by one byte. 2017-02-07 17:46:10 +01:00
Piotr Fusik fd18d5618d Shorten the labels. 2017-02-07 15:51:06 +01:00
Piotr Fusik ebbddee192 Shorten by two bytes.
Obviously there's no $ff temporary code.
2017-02-07 15:13:10 +01:00
Piotr Fusik e5dfc7db2f Make the routine ROM-friendly - the initialized data is now constant. Shorten by four bytes. 2017-02-07 15:04:19 +01:00
Piotr Fusik bc8b90cf24 Shorten the code by one byte. 2017-02-07 11:18:27 +01:00
Piotr Fusik 15c46f525e Makefile. 2013-10-02 11:13:41 +02:00
Piotr Fusik ca04480869 Clear git executable bit. 2013-10-02 11:13:22 +02:00
Piotr Fusik bfa593aba8 README: correct creation year and shell escapes, clarify readByte. 2013-10-02 11:12:29 +02:00
Piotr Fusik efa15c53d1 README. 2013-10-01 19:10:40 +02:00
Piotr Fusik b4ecaaeb5e Command-line converter from ZIP to DEFLATE. 2013-10-01 16:58:13 +02:00
Piotr Fusik ce3d27e006 Command-line converter from GZIP to DEFLATE. 2013-09-09 09:28:27 +02:00
Piotr Fusik a9c38e537e Optimize size and speed. 2013-09-09 09:28:27 +02:00
Piotr Fusik 35cc87a05c Add comments. Optional support for DEFLATE64. 2013-09-09 09:28:26 +02:00
Piotr Fusik da25b5975e Optimize code by two bytes. 2013-09-09 09:28:26 +02:00
Piotr Fusik 16403f6976 Command-line utility to compress to DEFLATE using zlib. 2013-09-09 09:28:25 +02:00
Piotr Fusik 3a52942f94 Use less memory. More verbatim labels. 2013-09-09 09:28:25 +02:00
Piotr Fusik 3455fd77a5 First version. 2013-09-09 09:28:25 +02:00