SSDV - simple command line app for encoding / decoding SSDV image data
 
 
Go to file
Philip Heron 59bffac801 Add support for JPEGs with reset markers 2012-02-21 22:07:14 +00:00
.gitignore
COPYING
Makefile
README
main.c
rs8.c
rs8.h
ssdv.c Add support for JPEGs with reset markers 2012-02-21 22:07:14 +00:00
ssdv.h Add support for JPEGs with reset markers 2012-02-21 22:07:14 +00: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.