]> git.sesse.net Git - fjl/shortlog
fjl
2009-06-01 Steinar H.... Yet another microoptimization in the driver.
2009-06-01 Steinar H.... Yet another microoptimization in the driver.
2009-06-01 Steinar H.... Add an x86 optimized version of extend().
2009-05-31 Steinar H.... Microoptimization: Use a form of byteswapping that...
2009-05-31 Steinar H.... extend() should not need sign extension for the bits...
2009-05-31 Steinar H.... More manual strength reduction.
2009-05-31 sgunderson... Save one refill from inner coefficient-reading loop.
2009-05-31 sgunderson... Remove unused variable.
2009-05-31 sgunderson... Merge from pannekake.
2009-05-31 Steinar H.... Try to reduce the register pressure a bit in the unstuf...
2009-05-31 sgunderson... Do some manual strength reduction.
2009-05-31 sgunderson... Correct PGM height for vertically sampled components.
2009-05-31 sgunderson... Handle EOI marker.
2009-05-31 sgunderson... Let the bit source alert about EOF as soon as we have...
2009-05-31 sgunderson... Add optional padding data at the end to the bit source...
2009-05-31 sgunderson... In the driver, store the image data and output one...
2009-05-31 sgunderson... Make idct_float.c compile without optimization.
2009-05-31 sgunderson... Add the level bias we're supposed to have.
2009-05-31 sgunderson... Unfix the coefficient fix.
2009-05-31 sgunderson... Fix a typo in extend().
2009-05-31 sgunderson... Write to the right coefficient.
2009-05-31 sgunderson... Fix height/width read.
2009-05-31 sgunderson... Minor adjustments to code that does not work.
2009-05-31 sgunderson... Try to dequantize and IDCT data in the driver.
2009-05-30 sgunderson... Add DQT parsing.
2009-05-30 sgunderson... Add IDCT choices. This is rapidly becoming a bit fugly...
2009-05-30 sgunderson... Add un-zigzag table.
2009-01-28 Steinar H.... Add a stupid integerization of the AA&N IDCT -- 30...
2009-01-20 Steinar H.... Add the missing benchmarking files.
2009-01-20 Steinar H.... Split the two IDCTs into different files.
2009-01-11 Steinar H.... Replace a magic constant by a less magic constant.
2009-01-11 Steinar H.... Let IDCTs do precalculation outside the inner loops...
2009-01-11 Steinar H.... Measure CPU seconds instead of wall time, and move...
2009-01-09 Steinar H.... Correct a presentation error.
2009-01-09 Steinar H.... +static
2009-01-09 Steinar H.... Floating-point implementation of AA&N IDCT. Does not...
2009-01-09 Steinar H.... Fix a read of uninitialized memory.
2009-01-06 Steinar H.... Commit initial reference implementation of IDCT.
2009-01-03 Steinar H.... Add a decoding driver.
2009-01-03 Steinar H.... Stray newline.
2009-01-03 Steinar H.... Add an implementation of the EXTEND function.
2009-01-03 Steinar H.... The bit source needs to actually consume the data it...
2009-01-03 Steinar H.... Fix a missing #include.
2009-01-03 Steinar H.... Fix a bug in the fast Huffman decoder.
2009-01-03 Steinar H.... Rename read_length to read_uint16, and add a read_uint8.
2009-01-03 Steinar H.... Argh, fix issue with double-pointers vs. multidimension...
2009-01-03 Steinar H.... More issues with overlong returns.
2009-01-03 Steinar H.... Fix a bug where we could return too much data from...
2009-01-03 Steinar H.... byte_source_read_marker() needs to refill.
2009-01-03 Steinar H.... Fix a warning.
2009-01-03 Steinar H.... Move some common input stuff around.
2009-01-03 Steinar H.... Fix a Makefile typo.
2009-01-03 Steinar H.... Rename input.h to bitsource.h (and friends).
2009-01-03 Steinar H.... read_huffman_tables() takes in unstuffed data, not...
2009-01-03 Steinar H.... Fix signedness warnings.
2009-01-03 Steinar H.... Enable -Wall -Wextra.
2009-01-03 Steinar H.... Add back -O2.
2009-01-03 Steinar H.... Add a bytesource test for broken markers.
2009-01-03 Steinar H.... Add a new input source converting JPEG-format bytes...
2009-01-02 Steinar H.... Add code for efficient (?) Huffman decoding.
2009-01-02 Steinar H.... Compile with debugging by default.
2009-01-02 Steinar H.... Upper-case constants.
2009-01-02 Steinar H.... Port some table-generating stuff from unjpeg.
2009-01-02 Steinar H.... Rename data_source to bit_source, and add a little...
2009-01-02 Steinar H.... Initialize a very crude framework for choosing the...
2009-01-02 Steinar H.... Add a simple Makefile for compiling and running tests.
2009-01-02 Steinar H.... Added functions for bit-level reading.
2009-01-02 Steinar H.... Added some experimental data about Huffman code lengths.
2009-01-02 Steinar H.... Transform unjpeg into something slightly more useful...
2009-01-02 Steinar H.... Add unjpeg.c, frmo an earlier project.
2009-01-02 Steinar H.... Initial unstuff code.