]> icculus.org git repositories - icculus/xz.git/history - src/liblzma/lzma/lzma_encoder.c
Put the interesting parts of XZ Utils into the public domain.
[icculus/xz.git] / src / liblzma / lzma / lzma_encoder.c
2009-04-13 Lasse CollinPut the interesting parts of XZ Utils into the public...
2009-02-02 Lasse CollinModify LZMA_API macro so that it works on Windows with
2009-01-27 Lasse CollinAdded initial support for preset dictionary for raw...
2009-01-19 Lasse CollinMove some LZMA2 constants to lzma2_encoder.h so that...
2008-12-27 Lasse CollinBunch of liblzma tweaks, including some API changes.
2008-12-09 Lasse CollinMake the memusage functions of LZMA1 and LZMA2 encoders
2008-09-27 Lasse CollinSome API changes, bug fixes, cleanups etc.
2008-09-17 Lasse CollinMiscellaneous LZ and LZMA encoder cleanups
2008-09-13 Lasse CollinRenamed constants:
2008-08-31 Lasse CollinFix wrong pointer calculation in LZMA encoder.
2008-08-28 Lasse CollinSort of garbage collection commit. :-| Many things...
2008-06-20 Lasse CollinRemove some redundant code from LZMA encoder.
2008-06-18 Lasse CollinComments
2008-06-01 Lasse CollinFix a buffer overflow in the LZMA encoder. It was due...
2008-04-24 Lasse CollinAdded two assert()s.
2008-03-21 Lasse CollinDemystified the "state" variable in LZMA code. Use the
2008-03-14 Lasse CollinFix data corruption in LZMA encoder. Note that this...
2008-01-18 Lasse CollinFix LZMA_SYNC_FLUSH handling in LZ and LZMA encoders.
2008-01-15 Lasse CollinRevised the fastpos code. It now uses the slightly...
2008-01-15 Lasse CollinFix a typo in lzma_encoder.c.
2008-01-15 Lasse CollinConvert bittree_get_price() and bittree_reverse_get_price()
2008-01-14 Lasse CollinMajor changes to LZ encoder, LZMA encoder, and range...
2007-12-08 Lasse CollinImported to git.