]> git.sesse.net Git - fjl/shortlog
fjl
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.