]> git.sesse.net Git - fjl/history - dehuff.c
Argh, fix issue with double-pointers vs. multidimensional arrays.
[fjl] / dehuff.c
2009-01-03 Steinar H. GundersonArgh, fix issue with double-pointers vs. multidimension...
2009-01-03 Steinar H. GundersonMove some common input stuff around.
2009-01-03 Steinar H. Gundersonread_huffman_tables() takes in unstuffed data, not...
2009-01-03 Steinar H. GundersonFix signedness warnings.
2009-01-03 Steinar H. GundersonAdd a new input source converting JPEG-format bytes...
2009-01-02 Steinar H. GundersonAdd code for efficient (?) Huffman decoding.
2009-01-02 Steinar H. GundersonPort some table-generating stuff from unjpeg.