]> git.sesse.net Git - fjl/history - dehuff.c
Microoptimization: Use a form of byteswapping that gcc realizes that is auto-zero...
[fjl] / dehuff.c
2009-01-03 Steinar H. GundersonFix a bug in the fast Huffman decoder.
2009-01-03 Steinar H. GundersonRename read_length to read_uint16, and add a read_uint8.
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.