]> git.sesse.net Git - fjl/history - Makefile
Add a stupid integerization of the AA&N IDCT -- 30% faster or so, mostly
[fjl] / Makefile
2009-01-28 Steinar H. GundersonAdd a stupid integerization of the AA&N IDCT -- 30...
2009-01-20 Steinar H. GundersonSplit the two IDCTs into different files.
2009-01-11 Steinar H. GundersonMeasure CPU seconds instead of wall time, and move...
2009-01-06 Steinar H. GundersonCommit initial reference implementation of IDCT.
2009-01-03 Steinar H. GundersonMove some common input stuff around.
2009-01-03 Steinar H. GundersonFix a Makefile typo.
2009-01-03 Steinar H. GundersonRename input.h to bitsource.h (and friends).
2009-01-03 Steinar H. GundersonEnable -Wall -Wextra.
2009-01-03 Steinar H. GundersonAdd back -O2.
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. GundersonCompile with debugging by default.
2009-01-02 Steinar H. GundersonPort some table-generating stuff from unjpeg.
2009-01-02 Steinar H. GundersonAdd a simple Makefile for compiling and running tests.