Skip to content
/ ssdv Public
forked from fsphil/ssdv

A robust version of the JPEG image format, for transmission over an unreliable medium.

License

Notifications You must be signed in to change notification settings

hexameron/ssdv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A robust version of the JPEG image format, for transmission over an unreliable medium.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.9%
  • C 34.6%
  • CMake 1.3%
  • Makefile 0.2%