]> git.sesse.net Git - fjl/history - Makefile
More debug code moving.
[fjl] / Makefile
2009-06-01 Steinar H. GundersonWhatever. :-P
2009-06-01 Steinar H. GundersonFix a Makefile typo.
2009-06-01 Steinar H. GundersonAdd driver to the Makefile.
2009-05-30 sgunderson@bigfoot.comAdd IDCT choices. This is rapidly becoming a bit fugly...
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.