index
:
xz.git
jiatan/v5.6.0/autofoo
jiatan/v5.6.0/tar
jiatan/v5.6.0/unpack
jiatan/v5.6.1/autofoo
jiatan/v5.6.1/tar
jiatan/v5.6.1/unpack
larhzu/master
larhzu/v5.0
larhzu/v5.2
larhzu/v5.4
larhzu/v5.6
XZ Utils
Lasse Collin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
liblzma
/
rangecoder
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-31
Remove lzma_init() and other init functions from liblzma API.
Lasse Collin
5
-83
/
+49
2008-09-27
Some API changes, bug fixes, cleanups etc.
Lasse Collin
1
-2
/
+2
2008-08-28
Sort of garbage collection commit. :-| Many things are still
Lasse Collin
8
-303
/
+272
2008-06-01
Fix a buffer overflow in the LZMA encoder. It was due to my
Lasse Collin
1
-178
/
+205
2008-04-24
Switch to uint16_t as the type of range coder probabilities.
Lasse Collin
1
-6
/
+19
2008-04-24
Use 64-bit integer as range encoder's cache size. This fixes a
Lasse Collin
1
-1
/
+1
2008-03-24
Replaced the range decoder optimization that used arithmetic
Lasse Collin
1
-37
/
+16
2008-03-22
Take advantage of arithmetic right shift in range decoder.
Lasse Collin
1
-15
/
+37
2008-01-15
Omit invalid space from printf() format string
Lasse Collin
1
-1
/
+1
2008-01-15
Convert bittree_get_price() and bittree_reverse_get_price()
Lasse Collin
1
-33
/
+43
2008-01-15
Added precomputed range coder probability price table.
Lasse Collin
6
-15
/
+150
2008-01-14
Major changes to LZ encoder, LZMA encoder, and range encoder.
Lasse Collin
1
-84
/
+33
2008-01-04
Moved range decoder initialization (reading the first
Lasse Collin
1
-27
/
+60