]> git.sesse.net Git - fjl/history - dehuff.h
More debug code moving.
[fjl] / dehuff.h
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. GundersonMinor optimizations to the new AC coefficient tables.
2009-06-01 Steinar H. GundersonMake a shiny new lookup table for looking up complete...
2009-06-01 Steinar H. GundersonSome asm() correction.
2009-06-01 Steinar H. GundersonAdd an x86 optimized version of extend().
2009-05-31 Steinar H. Gundersonextend() should not need sign extension for the bits...
2009-05-31 sgunderson@bigfoot.comSave one refill from inner coefficient-reading loop.
2009-05-31 sgunderson@bigfoot.comAdd optional padding data at the end to the bit source...
2009-05-31 sgunderson@bigfoot.comFix a typo in extend().
2009-01-03 Steinar H. GundersonStray newline.
2009-01-03 Steinar H. GundersonAdd an implementation of the EXTEND function.
2009-01-03 Steinar H. GundersonRename input.h to bitsource.h (and friends).
2009-01-03 Steinar H. Gundersonread_huffman_tables() takes in unstuffed data, not...
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.