]> git.sesse.net Git - fjl/commit
Add a new input source converting JPEG-format bytes into unstuffed bytes.
authorSteinar H. Gunderson <sesse@debian.org>
Sat, 3 Jan 2009 01:15:21 +0000 (02:15 +0100)
committerSteinar H. Gunderson <sesse@debian.org>
Sat, 3 Jan 2009 01:15:21 +0000 (02:15 +0100)
commit30860bda5fd2474a3b45b05f6b89dcf7230a75a8
tree75b2f7fcb168806902f2c6ea3cb10190a0a3d8b5
parent618548d1f2e076a3da21368e708cf887dcbd20d2
Add a new input source converting JPEG-format bytes into unstuffed bytes.
Also fixed a bug in the "slow source".
Makefile
bytesource.c [new file with mode: 0644]
bytesource.h [new file with mode: 0644]
bytesource_test.c [new file with mode: 0644]
dehuff.c
dehuff.h
input.c
input_test.c