SSDV packaging for hibbian
Go to file
Philip Heron be051b1ae2 Fix issue where exact huffman code matches were missed 2011-06-24 20:56:32 +01:00
.gitignore Update .gitignore 2011-05-31 21:27:22 +01:00
COPYING Update readme and licensing 2011-05-31 09:00:51 +01:00
Makefile Initial check-in 2011-05-30 23:37:33 +01:00
README Update readme and licensing 2011-05-31 09:00:51 +01:00
main.c Update readme and licensing 2011-05-31 09:00:51 +01:00
rs8.c Initial check-in 2011-05-30 23:37:33 +01:00
rs8.h Initial check-in 2011-05-30 23:37:33 +01:00
ssdv.c Fix issue where exact huffman code matches were missed 2011-06-24 20:56:32 +01:00
ssdv.h Update readme and licensing 2011-05-31 09:00:51 +01:00

README

SSDV - simple command line app for encoding / decoding SSDV image data

Created by Philip Heron <phil@sanslogic.co.uk>
http://www.sanslogic.co.uk/ssdv/

A robust packetised version of the JPEG image format.

Uses the Reed-Solomon codec written by Phil Karn, KA9Q.

INSTALLING

make

TODO

* Proper handling of DQT tables that don't match the SSDV tables.
* Allow the decoder to handle multiple images in the input stream.
* Try adaptive huffman tables.