]> icculus.org git repositories - icculus/xz.git/history - src/liblzma/rangecoder
liblzma: Make lzma_code() check the reserved members in lzma_stream.
[icculus/xz.git] / src / liblzma / rangecoder /
2009-06-30 Lasse CollinBuild system fixes
2009-06-26 Lasse CollinFix @variables@ to $(variables) in Makefile.am files.
2009-04-13 Lasse CollinPut the interesting parts of XZ Utils into the public...
2008-12-30 Lasse CollinRemove lzma_init() and other init functions from liblzm...
2008-09-27 Lasse CollinSome API changes, bug fixes, cleanups etc.
2008-08-28 Lasse CollinSort of garbage collection commit. :-| Many things...
2008-06-01 Lasse CollinFix a buffer overflow in the LZMA encoder. It was due...
2008-04-24 Lasse CollinSwitch to uint16_t as the type of range coder probabili...
2008-04-24 Lasse CollinUse 64-bit integer as range encoder's cache size. This...
2008-03-24 Lasse CollinReplaced the range decoder optimization that used arith...
2008-03-22 Lasse CollinTake advantage of arithmetic right shift in range decoder.
2008-01-15 Lasse CollinOmit invalid space from printf() format string
2008-01-15 Lasse CollinConvert bittree_get_price() and bittree_reverse_get_price()
2008-01-15 Lasse CollinAdded precomputed range coder probability price table.
2008-01-14 Lasse CollinMajor changes to LZ encoder, LZMA encoder, and range...
2008-01-04 Lasse CollinMoved range decoder initialization (reading the first
2007-12-08 Lasse CollinImported to git.