Data-Compression.org

data compression link collection

Archives

TwinVQ

Posted in July 30th, 2000

An audio compression format invented at NTT’s Cyber Space Laboratories. Get your player and compressor right here. (English avaible by following the sharp-eyed link.)

http://sound.splab.ecl.ntt.co.jp/

read more from " TwinVQ "

WIS Technologies, Inc.

Posted in July 29th, 2000

WIS Technologies sells software (both standalone and plugins) to perform various types of compression, including wavelet and DCT based lossly algorithms. In addition, they seem to be moving into the hardware business with the announcement of an ASIC JPEG2000 codec.

http://www.wischip.com/

read more from " WIS Technologies, Inc. "

Data-compression.com

Posted in July 29th, 2000

The title says A website devoted to the principles and practices of data compression. Can’t ask for anything better than that. Appears to be run by Nam Phamdo from SUNY Stony Brook. Links to papers, explanations, and software.
User comment:Gives technical explanations and animated examples of a small number of compression methods. The explanations are […]

http://www.data-compression.com/

read more from " Data-compression.com "

Theory of Data Compression

Posted in July 29th, 2000

A nice overview of the field by Nam Phamdo, slanted a bit towards the academic view but at a very accessible level. Links to important and influential papers.

http://www.data-compression.com/theory.html

read more from " Theory of Data Compression "

Lossless Data Compression

Posted in July 29th, 2000

An overview of the topic by Nam Phamdo, with some basic definitions, plus a look at Huffman coding and LZ78/LZW coding.

http://www.data-compression.com/lossless.html

read more from " Lossless Data Compression "

Vector Quantization

Posted in July 29th, 2000

A short description of VQ by Nam Phamdo. Contains an animation which provides a nice picture of what actually happens in VQ.

http://www.data-compression.com/vq.html

read more from " Vector Quantization "

Speech Compression

Posted in July 29th, 2000

A page on speech compression by Nam Phamd. Concentrates on LPC and CELP.

http://www.data-compression.com/speech.html

read more from " Speech Compression "

An LBG VQ program in C

Posted in July 29th, 2000

This program by Nam Phambdo doesn’t have any declaration regarding use, so please contact the author before attempting to use it.

Reader Prabhu S. pronounced this program “Nice.”

http://www.data-compression.com/lbgvq.c

read more from " An LBG VQ program in C "

LPC-10 speech coder software

Posted in July 29th, 2000
Published in Source Code, Speech

This is supposed to be a 2.4 Kbps LPC speech codec.

http://www.arl.wustl.edu/~jaf/lpc/

read more from " LPC-10 speech coder software "

13 kbps GSM speech coder.

Posted in July 29th, 2000
Published in Source Code, Speech

This is reputed to be C source code for a GSM codec.

ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/gsm-1.0.10.tar.gz

read more from " 13 kbps GSM speech coder. "

A Mathematical Theory of Communication

Posted in July 29th, 2000

by Claude Shannon. This paper is generally credited with being the opening kickoff of the science of Information Theory.

http://cm.bell-labs.com/cm/ms/what/shannonday/shannon1948.pdf

read more from " A Mathematical Theory of Communication "

Claude Elwood Shannon : Collected Papers

Posted in July 29th, 2000

According to the publisher, this contains all of Shannon’s published works, plus papers that were previously unpublished for various reasons, including wartime secrecy.

http://www.amazon.com/exec/obidos/ASIN/0780304349/theinternetdatac

read more from " Claude Elwood Shannon : Collected Papers "

Elements of Information Theory

Posted in July 29th, 2000

by Thomas M. Cover, Joy A. Thomas. This is an introductory text on Info Theory, covering all the basics, which of course includes coding and data compression.

http://www.amazon.com/exec/obidos/ASIN/0471062596/theinternetdatac

read more from " Elements of Information Theory "

Digital Processing of Speech Signals

Posted in July 29th, 2000
Published in Books, Speech

by Lawrence R. Rabiner, Ronald W. Schafer. A basic overview of how to use DSP to deal with speech.

http://www.amazon.com/exec/obidos/ASIN/0132136031/theinternetdatac

read more from " Digital Processing of Speech Signals "

Computer Speech : Recognition, Compression, Synthesis

Posted in July 29th, 2000
Published in Books, Speech

by Manfred R. Schroeder. How about a customer review of this book?

http://www.amazon.com/exec/obidos/ASIN/3540643974/theinternetdatac

read more from " Computer Speech : Recognition, Compression, Synthesis "

Information Content and Compression Limit FAQ

Posted in July 29th, 2000

How much can a given piece of data be compressed? This FAQ addresses that question, including some necessary critiques of the question itself. Graham Fyffe apparently spends some time thinking about complexity.

http://www.geocities.com/CollegePark/9315/infofaq.htm

read more from " Information Content and Compression Limit FAQ "

Principles of compression techniques

Posted in July 29th, 2000

A set of slides, apparently for a course talking about data compression.

http://www.cdt.luth.se/~johnny/courses/smd074_1999_2/CodingCompression/kap28/slide0.html

read more from " Principles of compression techniques "

Source and Executables for the Amiga

Posted in July 22nd, 2000

A huge selection of compression source and executables for the enigmatic Amiga.. I don’t know if this is a mirror site or independent.

ftp://us.aminet.net/pub/aminet/util/pack/

read more from " Source and Executables for the Amiga "

UB Video, Inc.

Posted in July 22nd, 2000

UB Video says:

UB Video Inc., based in Vancouver, Canada, is a leading provider of coding and transcoding software solutions for video communications. UB Video provides software products that run on desktop PCs as well as on programmable Digital Signal Processors and Media Processors. UB Video’s products include:
Encoders/Decoders

H.261 (Libraries/Source code)

H.263/H.263+ (Libraries/Source code, Encoder/Decoder DirectShow filters, Video […]

http://www.ubvideo.com/

read more from " UB Video, Inc. "

Neural Network Text Compression Programs and Papers

Posted in July 17th, 2000

A couple of programs using neural networks for compression, along with a couple of papers by the author. This area of data compression is definitely underserved, check out what’s here and see if neural networks deserve more attention than they are getting.

Update: This page appears to now have some links to general lossless benchmarking info.

http://cs.fit.edu/~mmahoney/compression/

read more from " Neural Network Text Compression Programs and Papers "

Data Compression and Encryption Algorithms

Posted in July 15th, 2000

Douglas W. Jones, University of Iowa Department of Computer Science. This page contains some C source for a Splay Tree algorithm.

http://www.cs.uiowa.edu/~jones/compress/

read more from " Data Compression and Encryption Algorithms "

Sub-Linear Decoding of Huffman Codes Almost In-Place

Posted in July 15th, 2000

A paper by Andrej Brodnik and Svante Carlsson. A data structure that lets you decode Huffman streams super-duper quick.

ftp://www.ijp.si/pub/preprints/ps/98/pp600.ps

read more from " Sub-Linear Decoding of Huffman Codes Almost In-Place "

MUSICompress Home Page

Posted in July 15th, 2000

The home page of the MUSICompress lossless compression method.

http://hometown.aol.com/sndspace/index.html

read more from " MUSICompress Home Page "

Very Low bit rate speech coding

Posted in July 15th, 2000

A project at Cambridge University that led to a low bit rate speech coder that was used in the HP 620LX Palmtop PC.

http://svr-www.eng.cam.ac.uk/~ajr/speechCoding.html

read more from " Very Low bit rate speech coding "

Intelligent Compression Technologies

Posted in July 15th, 2000

A company that speciailizes in providing compression technology to other companies.

http://www.ictcompress.com/

read more from " Intelligent Compression Technologies "

Quicktime

Posted in July 15th, 2000

Apple’s Quicktime page. Get it here.

http://www.apple.com/quicktime/

read more from " Quicktime "

Professor John G. Cleary

Posted in July 15th, 2000
Published in People, Data Compression

One of the many academics interested in data compression at University of Waikato in New Zealand. Cleary has been involved in many important developments in the field.

http://www.cs.waikato.ac.nz/Staff/john-g.-cleary.html

read more from " Professor John G. Cleary "

SPACL

Posted in July 15th, 2000

The Signal Processing and Coding Laboratory (SPACL) at The University of Arizona has some papers on line, plus some information on their current projects. They seem to be interested in wavelets, quantization, and signal coding.
A DCL reader complained: Very little useful information on the website. On topic, but not helpful at all.

http://www-spacl.ece.arizona.edu/

read more from " SPACL "

Huffman Compression

Posted in July 14th, 2000

A straightforward discussion of Huffman compression. Written at a level so that it can be understood without much experience in data compression or programming.

http://home.ecn.ab.ca/~jsavard/crypto/mi0601.htm

read more from " Huffman Compression "

Cisco V.44 Press Release

Posted in July 14th, 2000

Cisco talks a bit about new products using V.44 compression licensed from Hughes Network Systems. A few claims, not much in the way of facts.

http://www.cisco.com/warp/public/146/pressroom/2000/jul00/sp_071100.htm

read more from " Cisco V.44 Press Release "