]> git.sesse.net Git - fjl/history - dehuff.c
Kill AC_END_OF_BLOCK as well.
[fjl] / dehuff.c
2009-06-01 Steinar H. GundersonKill AC_END_OF_BLOCK as well.
2009-06-01 Steinar H. GundersonGet rid of AC_SIXTEEN_ZEROS.
2009-06-01 Steinar H. GundersonRemove an increment from the fast path of the AC coeffi...
2009-06-01 Steinar H. GundersonMinor optimizations to the new AC coefficient tables.
2009-06-01 Steinar H. GundersonMake a shiny new lookup table for looking up complete...
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.