]> git.sesse.net Git - narabu/history - qdc.cpp
Silence some Mesa warnings.
[narabu] / qdc.cpp
2017-10-06 Steinar H. GundersonAdd support for repeating blocks. About 2% size reduction.
2017-10-05 Steinar H. GundersonAdd some code for calculating maximum coefficent ranges...
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. GundersonReduce the spam level from qdc a little bit.
2017-09-24 Steinar H. GundersonMake blocks per stream a named constant.
2017-09-24 Steinar H. GundersonPredict Y DC from 128 instead of 0; microscopic improve...
2017-09-24 Steinar H. GundersonPredict DC across the entire slice instead of resetting...
2017-09-19 Steinar H. GundersonPrepare for more flexible slices.
2017-09-17 Steinar H. GundersonDC predict chroma. ~1.5% lower bitrate.
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-17 Steinar H. GundersonRevert "k-means instead of k-medoids; doesn't work...
2017-09-17 Steinar H. Gundersonk-means instead of k-medoids; doesn't work as well...
2017-09-17 Steinar H. GundersonAdd some code for (semi-)optimal assignment of rANS...
2017-09-16 Steinar H. GundersonEncode sign bit directly in rANS, using some symmetry...
2017-09-16 Steinar H. GundersonAdd color support.
2017-09-16 Steinar H. GundersonChange quantization to MPEG-2, some other changes.
2017-09-16 Steinar H. GundersonRevert "Encoder with 4x4 blocks (using TF switching)."
2017-09-16 Steinar H. GundersonEncoder with 4x4 blocks (using TF switching).
2017-09-16 Steinar H. GundersonInitial checkin.