Data-Compression.org

data compression link collection

Archives

Software Implementing Arithmetic Coding

Posted in May 31st, 2000

Links to code and papers by Radford Neal and pals.

http://www.cs.toronto.edu/~radford/ac.software.html

read more from " Software Implementing Arithmetic Coding "

Radford Neal’s Home Page

Posted in May 31st, 2000

Radford Neal is a professor at the University of Toronto. One of his research interests is data compression, and his name appears on a couple of seminal papers on arithmetic coding. Links to papers can be found here.

http://www.cs.utoronto.ca/~radford/

read more from " Radford Neal’s Home Page "

ARJ Software, Inc.

Posted in May 27th, 2000

The home page for Robert Jung and ARJ. This page has links to the ARJ FAQ, downloads of the various ARJ executables, and ordering information. It also is the home page for the newer JAR archiver. Arj is now on release 2.71.

http://www.arjsoft.com

read more from " ARJ Software, Inc. "

Alex Vinokur Newgroup Posts

Posted in May 26th, 2000

Alex has collected a series of newsgroup discussions on Huffman coding.

http://alexvn.freeservers.com/s1/alexvn.html

read more from " Alex Vinokur Newgroup Posts "

n-ary Huffman Template Algorithm

Posted in May 26th, 2000

Some C++ template code implementing a Huffman algorithm by Alex Vinokur.

http://alexvn.freeservers.com/s1/huffman_template_algorithm.html

read more from " n-ary Huffman Template Algorithm "

RAR 2.70

Posted in May 25th, 2000
Published in Links, Archiving

This site appears to have a massive number of links to the current versions of RAR. The entire site is written in Dutch.

http://user.online.be/~hdesmet/rar/

read more from " RAR 2.70 "

Bzip2 mini-HOWTO

Posted in May 16th, 2000

David Fetter wrote a Linux howto telling you how to compile, install, and use bzip2, the BWT-based freeware archiver.

http://www.linuxdoc.org/HOWTO/mini/Bzip2.html

read more from " Bzip2 mini-HOWTO "

Ultimate ZIP Cracker

Posted in May 16th, 2000

A program designed to crack lost passwords for zip and arj files.

http://www.home.ru/vdg/buildframe.html?uzc.htm

read more from " Ultimate ZIP Cracker "

FMA&H

Posted in May 16th, 2000

This page is a mystery to me.

http://www.fmah.com/NewSite/HTML/Open/FMAH%20Open%20Compression.html

read more from " FMA&H "

Collake Software - JCALG1

Posted in May 16th, 2000

Home of JCALG1, an LZSS derived lossless compression algorithm with full x86 32bit assembly source. Data Compressioni Library user comment: I found LZSS C source and an EXE. The EXE was useful for testing. I expect to use this in an embedded app after further research..

http://www.collakesoftware.com/

read more from " Collake Software - JCALG1 "

Ascent Solutions, Inc.

Posted in May 16th, 2000

ASCENT SOLUTIONS Inc. PKZIP data compression software for MVS (mainframe), Windows (Netzip), VM, VSA, AS/400, UNIX, OS/2, DOS, VMS. All products are 100% cross-platform compatible.

http://www.asizip.com/

read more from " Ascent Solutions, Inc. "

EnZip 3.0

Posted in May 9th, 2000

EnZip is a freeware Windows compression program. Release 3.0 seems to have shipped in June of 2000, no activity since then.

http://website.lineone.net/~chris_m/

read more from " EnZip 3.0 "

WinArj

Posted in May 9th, 2000

A version of Arj written specifically for 32 bit Windows. From Robert Jung, the author of the ARJ archiver.

http://www.winarj.net/

read more from " WinArj "

HTML Compressor

Posted in May 9th, 2000

A program that mungs HTML files in order to make them smaller. Some safe optimizations, some unsafe. Not really compression so much as optimization. Note: I’ve classified this as non-commercial, because the web site makes no mention of any kind regarding payment. I might be wrong.

http://shensr.8m.com/en/index.htm?pr/hc/index.htm

read more from " HTML Compressor "

AltaVista Compression Links

Posted in May 7th, 2000
Published in Links, Data Compression

A page of compression links from AltaVista

http://altavista.looksmart.com/eus1/eus53832/eus155852/eus64723/eus64734/r?l&izf&

read more from " AltaVista Compression Links "

ZipGenie

Posted in May 6th, 2000

ZipGenie is yet another archiver that supports a scad of formats, including zip, cab, arj, lha, lza, arc, gz, tar, zoo, gzip, rar, tgz, ace, jar, pak, and z. The author says that the download is multilingual, with help in German, English, Spanish, and French.

http://www.databecker.de/frames.php?PHPSESSD=49485252505251515350594949535059565452

read more from " ZipGenie "

Smoothing DCT Compression Artifacts

Posted in May 4th, 2000

A paper from SID Digest by Ahumada, A. J., Jr.and Rensheng Horng. Getting rid of those annoying DCT artifacts is obviously a big deal for those of you using JPEG and MPEG compression.

http://vision.arc.nasa.gov/publications/sid94ah/94sid.html

read more from " Smoothing DCT Compression Artifacts "

Perceptual Optimization of DCT Color Quantization Matrices

Posted in May 4th, 2000

A paper by Andrew Watson from NASA Ames Research Center. This paper describes a procedure called DCTune which is claimed to create DCT quantization matrices superior to the default ones used in the JPEG algorithm.

http://vision.arc.nasa.gov/publications/icip94.pdf

read more from " Perceptual Optimization of DCT Color Quantization Matrices "

Image Compression Using the Discrete Cosine Transfer

Posted in May 4th, 2000

This paper from the Mathematica Journal gives some introductory material on using Mathematica to do a bit of image compression.

http://vision.arc.nasa.gov/publications/mathjournal94.pdf

read more from " Image Compression Using the Discrete Cosine Transfer "

An Algorithm for Online Data Compression

Posted in May 4th, 2000

The code from an article from by Sergey Ignatchenko from the October 1998 C User’s Journal. (see ignatch.zip)

ftp://ftp.mfi.com/pub/cuj/1998/cujoct98.zip

read more from " An Algorithm for Online Data Compression "

Random Access Data Compression

Posted in May 4th, 2000

Source code from Random Access Data Compression, by Philip Gage (see gage.zip) from the Septeber 1997 C User’s Journal

ftp://ftp.mfi.com/pub/cuj/1997/sep97.zip

read more from " Random Access Data Compression "

The Fast Lifting Wavelet Transform

Posted in May 4th, 2000

Paper by C. Valens describing this algorithm which is frequently used in wavelet based data compression algorithms.

http://perso.wanadoo.fr/polyvalens/clemens/lifting/lifting.html

read more from " The Fast Lifting Wavelet Transform "

G. Orme on Music Compression

Posted in May 2nd, 2000
Published in Newsgroup Posts, Audio

A proposal on comp.compression for a new method of music compression.

http://www.dejanews.com/getdoc.xp?AN=617408649

read more from " G. Orme on Music Compression "

Thoughts on Phil Katz Death

Posted in May 2nd, 2000
Published in Newsgroup Posts, People, Zip

Some reflection on the death of Phil Katz

http://www.dejanews.com/getdoc.xp?AN=617731735

read more from " Thoughts on Phil Katz Death "

Phil Katz Legal Troubles

Posted in May 2nd, 2000
Published in People, Zip

Near the end of 1999, Phil Katz showed up on a list of outstanding warrants in Ozaukee County, Wisconsin.

http://DataCompression.info/Miscellaneous/Ozaukee%20County%20Wisconsin%a0%20-%20Sheriff%20-%20Ozaukee%92s%20Most%20Wanted.htm#k

read more from " Phil Katz Legal Troubles "