Data-Compression.org

data compression link collection

Archives

LZW Definition

Posted in October 23rd, 2000

A short (and incorrect) definiton of the acronym LZW from Computer Knowledge.

http://www.cknow.com/ckinfo/acronyms/lzw.htm

read more from " LZW Definition "

Algorithms in the Real World (Guy Blelloch)

Posted in October 23rd, 2000

Guy has a set of slides here that must illustrate a comprehensive set of links about data compression. Includes a link to a PS file containing a sample chapter on algorithms that Guy is writing.

http://www.cs.cmu.edu/afs/cs.cmu.edu/project/pscico-guyb/realworld/www/compress.html

read more from " Algorithms in the Real World (Guy Blelloch) "

The Berkeley MPEG Player

Posted in October 23rd, 2000

An MPEG player written in C tha works under X11. Supports quite a few versions of UNIX and Linux.

http://www-plateau.cs.berkeley.edu/mpeg/mpeg_play.html

read more from " The Berkeley MPEG Player "

Complexity International

Posted in October 22nd, 2000

Complexity International is a refereed journal for scientific papers dealing with any area of complex systems research.

http://www.csu.edu.au/ci/

read more from " Complexity International "

Digital Speech Compression - Putting the GSM 06.10 RPE-LTP algorithm to work

Posted in October 22nd, 2000

An article by Jutta Degener describing implementation of this GSM codec.

http://www.ddj.com/articles/1994/9412/9412b/9412b.htm

read more from " Digital Speech Compression - Putting the GSM 06.10 RPE-LTP algorithm to work "

7.14 zlib — Compression compatible with gzip

Posted in October 22nd, 2000

Information regarding the use of zlib with Python.

http://www.python.org/doc/lib/module-zlib.html

read more from " 7.14 zlib — Compression compatible with gzip "

Structured Audio Online

Posted in October 18th, 2000
Published in Links, Audio

Apparently the MPEG4 specification includes an option for an audio format called “Structured Audio”, which seems to be a MIDI-like way to create sound files.

http://www.saol.net/

read more from " Structured Audio Online "

Zip Library

Posted in October 18th, 2000

This library, found on the code project, is an MFC compatible set of code that handles most operations you would want to do on Zip files. Notably, it includes support for multi-disk archives.

http://www.codeproject.com/cpp/zip.asp

read more from " Zip Library "

VQF.COM

Posted in October 8th, 2000
Published in Links, Audio

This web site is dedicated to the support of VQF, a new audio compression format.

http://www.vqf.com/

read more from " VQF.COM "

Advanced JPEG Compressor for Windows

Posted in October 7th, 2000

A program that helps you cook up the optimal version of your JPEG file.

http://www.winsoftmagic.com/

read more from " Advanced JPEG Compressor for Windows "

Arithmetic coding

Posted in October 4th, 2000

The Data Compression Research Center has an overview of arithmetic coding on this page.
This link points to an archived site, as the original has disappeared. Links on the archived page may or may not work properly.

http://web.archive.org/web/20020602053716/http://www.rasip.fer.hr/research/compress/algorithms/fund/ac/index.html

read more from " Arithmetic coding "

Arithmetic Coding

Posted in October 3rd, 2000

A very brief overview of arithmetic coding.

http://www.zipworld.com.au/~isanta/uni/arithmetic.htm

read more from " Arithmetic Coding "

Arithmetic coding

Posted in October 3rd, 2000

One slide from a bigger presentation called “Morphological shape representation using the skeleton decomposition: application to image coding.”

http://ltssg3.epfl.ch/pub_files/brigger/thesis_html/node94.html

read more from " Arithmetic coding "

RLE - Run Length Encoding

Posted in October 3rd, 2000

The Data Compression Reference Center wants to teach you about Run Length Encoding. A tutorial here, plus some links.
This link points to an archived site, as the original has disappeared. Links on the archived page may or may not work properly.

http://web.archive.org/web/20020214085725/http://www.rasip.fer.hr/research/compress/algorithms/fund/rl/index.html

read more from " RLE - Run Length Encoding "

The Utah RLE (Run Length Encoded) format

Posted in October 3rd, 2000

A specification of a file format that uses RLE.

http://www.dcs.ed.ac.uk/home/mxr/gfx/2d/RLE.txt

read more from " The Utah RLE (Run Length Encoded) format "

Wavelet Image Software Developer’s Kit

Posted in October 3rd, 2000

Summus makes an SDK that creates compressed files in a proprietary format. They give away a plugin that can be used to view the compressed files in the normally-supported browsers.

http://www.summus.com/products/sdk/

read more from " Wavelet Image Software Developer’s Kit "