diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:45:30 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:45:30 +0000 |
commit | b8470619016a1f87a6d2db4ce1857608dbd2fb21 (patch) | |
tree | 5dff6f0557f7da575ab9c0ace0c8bc8b0e80fc81 /AUTHORS | |
parent | Adding debian version 1.1-4. (diff) | |
download | lzlib-b8470619016a1f87a6d2db4ce1857608dbd2fb21.tar.xz lzlib-b8470619016a1f87a6d2db4ce1857608dbd2fb21.zip |
Merging upstream version 1.2.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | AUTHORS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,7 @@ Lzlib was written by Antonio Diaz Diaz. -Lzlib implements a simplified version of the LZMA algorithm. -The original LZMA algorithm was designed by Igor Pavlov. +The ideas embodied in lzlib are due to (at least) the following people: +Abraham Lempel and Jacob Ziv (for the LZ algorithm), Andrey Markov (for +the definition of Markov chains), G.N.N. Martin (for the definition of +range encoding), Igor Pavlov (for putting all the above together in +LZMA), and Julian Seward (for bzip2's CLI and the idea of unzcrash). |