aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/init_encoder.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-1/+1
broken. API has changed a lot and it will still change a little more here and there. The command line tool doesn't have all the required changes to reflect the API changes, so it's easy to get "internal error" or trigger assertions.
2008-01-15Revised the fastpos code. It now uses the slightly fasterLasse Collin1-3/+0
table-based version from LZMA SDK 4.57. This should be fast on most systems. A simpler and smaller alternative version is also provided. On some CPUs this can be even a little faster than the default table-based version (see comments in fastpos.h), but on most systems the table-based code is faster.
2008-01-15Fix CRC code in case --enable-small is used.Lasse Collin1-2/+0
2008-01-15Added precomputed range coder probability price table.Lasse Collin1-2/+3
2007-12-09Imported to git.Lasse Collin1-0/+44