]> git.sesse.net Git - narabu/history - narabu.cpp
More fixes of hard-coded values.
[narabu] / narabu.cpp
2017-10-06 Steinar H. GundersonAdd support for repeating blocks. About 2% size reduction.
2017-10-03 Steinar H. GundersonRevert "Switch to 64-bit rANS, although probably due...
2017-10-03 Steinar H. GundersonSwitch to 64-bit rANS, although probably due for immedi...
2017-09-24 Steinar H. GundersonMake the number of GPU iterations a named constant.
2017-09-24 Steinar H. GundersonMake the GPU decoder (finally) work with any resolution.
2017-09-24 Steinar H. GundersonMake blocks per stream a named constant.
2017-09-21 Steinar H. GundersonMake num_blocks a uniform.
2017-09-20 Steinar H. GundersonUse WIDTH and HEIGHT some places instead of 1280 and...
2017-09-17 Steinar H. GundersonSymbolize NUM_SYMS a bit.
2017-09-17 Steinar H. GundersonGo down to 4 rANS streams instead of 8.
2017-09-16 Steinar H. GundersonEncode sign bit directly in rANS, using some symmetry...
2017-09-16 Steinar H. GundersonAdd the GPU decoder itself.