Data-Compression.org

data compression link collection

Archives

An analysis of the second step algorithms in the Burrows-Wheeler compression algorithm

Posted in November 29th, 2000

A paper by Sebastian Deorowicz. Implementing the BWT transform is nice and simple, but what you do with the transformed data is where all the action is. Traditionally, we use Move To Front followed by an entropy encoder. Sebastian talks about some alternatives that help compression.

http://www-zo.iinf.polsl.gliwice.pl/~sdeor/pub/deo00b.ps

read more from " An analysis of the second step algorithms in the Burrows-Wheeler compression algorithm "

Compression and decompression using the Crypto++ library

Posted in November 27th, 2000

This article from the archives of The CodeProject describes how to use the free library to perform in-memory compression and decompression.

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

read more from " Compression and decompression using the Crypto++ library "

Compression Patents Sorted By Coverage

Posted in November 22nd, 2000

Ross Williams has provided a list of compression patents here. Might help, although the site is a few years old and doesn’t appear to have been updated recently.

http://www.ross.net/compression/patents_by_coverage.html

read more from " Compression Patents Sorted By Coverage "

The Data Compression Newsletter #11 -The CodeProject Zip Library

Posted in November 17th, 2000

Issue #11 of the DDJ Compression Newsletter contains some sample code that uses the Zip library from The CodeProject to create a little unzip program. A very simple program that uses a free library to get a lot done.

http://www.ddj.com/maillists/compression/do200010cm/do200010cm001.htm

read more from " The Data Compression Newsletter #11 -The CodeProject Zip Library "

Compression, Encoding and Graphics Files - A Practical Tutorial

Posted in November 17th, 2000

Tutorial by Rich Holowczak from Rutgers U. A set of slides that would probably be really useful if you had the lecture to go with it. Without the lecture, not so hot.

http://cimic.rutgers.edu/~holowcza/present/compress/

read more from " Compression, Encoding and Graphics Files - A Practical Tutorial "

Huffyuv v2.1.1

Posted in November 15th, 2000

A lossless video codec for Win32. It’s designed to be super-fast, allowing it to be used to capture video. Free software, full source available.

http://www.math.berkeley.edu/~benrg/huffyuv.html

read more from " Huffyuv v2.1.1 "

JPEG baseline compression

Posted in November 12th, 2000

A short description of JPEG baseline compression from the folks at DAKX, who offer a competing method of compressing analog data of all types.

http://dakx.com/theory/jpegbaseline.html

read more from " JPEG baseline compression "

Paolo Ferragina

Posted in November 9th, 2000

Paolo Ferragina’s research in data structures and string matching naturally lends itself to Data Compression and to the problem of indexing compressed data. See the link to his recent papers on indexing BWT compressed files. He is currently an Associate Professor of Computer Science at the University of Pisa.

http://www.di.unipi.it/~ferragin

read more from " Paolo Ferragina "

Crypto++ 4.0

Posted in November 4th, 2000

Crypto++ is a free compression library, that just happens to support a Zip compatible algorithm.

http://www.eskimo.com/~weidai/cryptlib.html

read more from " Crypto++ 4.0 "

RK Home Page

Posted in November 4th, 2000

Another archiver, released under GPL. No source released as of yet. The author reports that RK is a strong contender for best compresson ratios among the current crop of archivers.DCL user reports
“One of the best compressors available.”

http://rksoft.virtualave.net/

read more from " RK Home Page "

All Codecs and Decompressors

Posted in November 3rd, 2000

This site appears to have a wide variety of video codecs for popular desktop operating systems.

http://codecs.nm.ru/

read more from " All Codecs and Decompressors "