SSDV - simple command line app for encoding / decoding SSDV image data
 
 
Go to file
Philip Heron fe7ff49074 Only reset the MCU DC values for the first MCU on each packet 2012-01-29 18:56:17 +00:00
.gitignore Only reset the MCU DC values for the first MCU on each packet 2012-01-29 18:56:17 +00: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 Only reset the MCU DC values for the first MCU on each packet 2012-01-29 18:56:17 +00:00
ssdv.h Only reset the MCU DC values for the first MCU on each packet 2012-01-29 18:56:17 +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.