Data-Compression.org

data compression link collection

Archives

Webcompression.org

Posted in June 29th, 2003

This site is dedicated to discussion and explanation of HTTP compression with the Apache web server. Looks to me like the first place to go for information.

http://www.webcompression.org/

read more from " Webcompression.org "

CiderPress

Posted in June 28th, 2003

CiderPress is a Win32 programmer that is designed to support Apple II archiving formats. Full support for ShrinkIt (NuFX) archives, plus a bunch of features that provide glue functoins for dealing with AppleII stuff on modern Windows machines.

http://www.faddensoft.com/ciderpress/

read more from " CiderPress "

MP3 Streaming DownSampler

Posted in June 28th, 2003

Damascus Porteng wrote this downsampler that will take an input MP3 stream and resample it at a lower bit rate. Looks like open source that will run on *NIX systems.

http://obfuscated.yi.org/~damacus/Projects/mp3SDS/

read more from " MP3 Streaming DownSampler "

Yet another java id3 lib

Posted in June 27th, 2003

A Java library that lets you read and write the ID3 tags embedded in MP3 files. Yep, it’s free.

http://sourceforge.net/projects/yajil

read more from " Yet another java id3 lib "

IvyTV

Posted in June 27th, 2003
Published in Video

IvyTV seeks to create an open source kernel mode driver for the iTVC15 familiy of MPEG codecs, which are found on the Hauppage PVR capture cards.

http://ivtv.sourceforge.net/index.html

read more from " IvyTV "

A Bit-Wise Adaptable Entropy Coding Technique

Posted in June 27th, 2003

This paper describes an entropy encoder that can outperform Huffman or arithmetic coding.

http://www.nasatech.com/Briefs/July02/NPO21101.html

read more from " A Bit-Wise Adaptable Entropy Coding Technique "

ZipBackup

Posted in June 25th, 2003

Another Win32 backup program. 30 day free trial, but you have to pay up after that.

http://www.zipbackup.com/

read more from " ZipBackup "

Zip/JPEG Mask and Encryption

Posted in June 24th, 2003

This cool program uses either Zip file or JPEG file to encrypt some of your data. I think it’s free, email me if I’m wrong.

http://www.sfu.ca/~vwchu/zjmask.html

read more from " Zip/JPEG Mask and Encryption "

Bee Archiver

Posted in June 24th, 2003

This is an archiver. That’s all I know - the web page is in Russian, and the Babel Fish translation didn’t give me too much additional information.

http://compression.graphicon.ru/fa/

read more from " Bee Archiver "

Silesia compression corpus

Posted in June 23rd, 2003
Published in Files, Benchmarks

Sebastian Deorowicz decided to create a compression corpus of his own, attempting to overcome some of the deficiencies he sees in the old guard.

http://sun.iinf.polsl.gliwice.pl/~sdeor/corpus.htm

read more from " Silesia compression corpus "

Xceed Streaming Compression for .NET

Posted in June 22nd, 2003

Xceed Streaming Compression for .NET is an efficient and lightweight data compression class library for Microsoft .NET and ASP.NET. It can process any size byte array with ease and provides a true .NET pass-through stream object for automatically compressing or decompressing any .NET stream’s data on the fly. It supports the GZip, Zlib, Deflate and […]

http://www.xceedsoft.com/products/StreaNet/

read more from " Xceed Streaming Compression for .NET "

Xceed Streaming Compression Library

Posted in June 21st, 2003

The Xceed Streaming Compression Library is a high-performance “raw” compression library. It offers the ability to compress and decompress streaming data, buffers, strings or single files and supports multiple compressed data formats. Unlike the Xceed Zip Compression Library, this ultralight library doesn’t offer Zip file handling capabilities.

http://www.xceedsoft.com/products/Stream/index.htm

read more from " Xceed Streaming Compression Library "

The Unzip Wizard

Posted in June 21st, 2003
Published in Commercial Programs, Zip

The folks at Softword Technology have this to say about their product: There are many unzipping software tools to unzip ZIP files, but the easiest and friendliest of them all is The Unzip Wizard! It appears that this product is aimed at providing the core functionality needed by novice users. Shareware.

Version 3.1.0 is shipping as […]

http://www.unzipwizard.com/unzip-software.htm

read more from " The Unzip Wizard "

XZip and XUnzip - Add zip and/or unzip to your app

Posted in June 21st, 2003

This CodeProject article gives you support for both zipping and unzipping files from archives without requiring a lib or dll. The code is absolutely free.

Update posted June 20, 2003.

http://codeproject.com/cpp/xzipunzip.asp

read more from " XZip and XUnzip - Add zip and/or unzip to your app "

ShipInBottle Archiver

Posted in June 21st, 2003

This is a Russian language web site, so I’ll have to apologize in advance for any mistakes. As far as I can tell, this is a PPM-based archiver. I can’t tell if it’s free or not, so I’m listing it as both!

http://shipinbottle.narod.ru/

read more from " ShipInBottle Archiver "

Xceed Zip for .NET Compact Framework

Posted in June 21st, 2003

Xceed Zip for .NET Compact Framework is a data compression and all-purpose file manipulation class library for creating mobile apps. It provides flexible zip, gzip and streaming data compression capabilities for compact applications created with Visual Studio .NET 2003. The library includes an innovative and extensible filesystem object model that makes zip files as easy […]

http://www.xceedsoft.com/products/ZipNetCF/index.htm

read more from " Xceed Zip for .NET Compact Framework "

The GSLib image compression library

Posted in June 20th, 2003

Alexander Simakov has created a streaming, DCT-based, lossy compression library that works on gray scale images. This is a shareware library that works with Win32 programs. Registered users get source code, samples in several languages, and help files in English and Russian.

http://www.entropyware.info/

read more from " The GSLib image compression library "

libDSP

Posted in June 20th, 2003

A C++ library of digital signal processing routines. We link to it here because it includes a DCT algorithm, plus a few other possibly interesting routines.

http://libdsp.sourceforge.net/

read more from " libDSP "

mjpgTools

Posted in June 20th, 2003

mjpgTools is an encapsulation of the JPeGlib and MJPeGtools and several other useful routines into a single Win32 DLL. This is an Open Source project, so have at it.

http://sourceforge.net/projects/mjpgtools/

read more from " mjpgTools "

Deltup

Posted in June 19th, 2003

This program is designed to accurately create a difference file between two packages, allowing for an update with a minimal source file.

http://deltup.sourceforge.net/

read more from " Deltup "

Going from a JPG/GIF/BMP File to a HBITMAP File Using Plain API

Posted in June 17th, 2003

This article on the Codeguru site by Michael Chourdakis demonstrates how to use the Windows IPicture interface to quickly load a JPEG, GIF, or BMP file into an easy to use HBITMAP. This is of course assuming you are using C on the Win32 platform.

http://codeguru.com/bitmap/HBITMAPFile.html

read more from " Going from a JPG/GIF/BMP File to a HBITMAP File Using Plain API "

WebGraph

Posted in June 15th, 2003

This project aims to compress the graph created by spidering the web. They claim 3.8 bits per link, which seems pretty incredible to me.

http://webgraph.dsi.unimi.it/

read more from " WebGraph "

Ogg Theora

Posted in June 14th, 2003

Theora is the first video codec from Xiph.org, keepers of Ogg. Theora is based on the VP3 codec from On2.

http://www.theora.org/

read more from " Ogg Theora "

HowStuffWorks: How MP3 Files Work

Posted in June 14th, 2003

An article on MP3 encoding, pitched to the layman.

http://entertainment.howstuffworks.com/mp3.htm

read more from " HowStuffWorks: How MP3 Files Work "

Image Compression with Set Partitioning in Hierarchical Trees

Posted in June 12th, 2003

Welcome to the WWW home page that describes Set Partitioning in Hierarchical Trees (SPIHT): the powerful new wavelet-based image compression method.

http://www.cipr.rpi.edu/research/SPIHT/

read more from " Image Compression with Set Partitioning in Hierarchical Trees "

JXPM - XPM processing library for Personal Java

Posted in June 12th, 2003

This library lets you read XMP image files using Personal Java - a defunct standard targeted at handhelds and other slighly constrained platforms.

http://strony.ac-net.pl/magdah/jxpm/

read more from " JXPM - XPM processing library for Personal Java "

Windows Media Diagnostic Tool

Posted in June 12th, 2003

Having trouble with your Windows Media Player? This program gathers up all your information and stores it in a compressed file that you can quickly mail to your tech support pal in Redmond.

http://www.microsoft.com/downloads/details.aspx?FamilyID=c33b924e-a2ae-4f22-93ea-287753c52926&DisplayLang=en

read more from " Windows Media Diagnostic Tool "

HFFzip

Posted in June 12th, 2003

A Huffman file compressor for *NIX platforms. The author admits that the compression is perhaps not the best, but says it’s going to be just right for embedded programming because of its miniscule footprint and high speed.

Version 1.01 was shipping in June, 2003.

http://utenti.quipo.it/claudioscordino/hffzip.html

read more from " HFFzip "

SoftDefender

Posted in June 12th, 2003

Soft Defender is a good exe file compressor, which can reduce the file size of 32-bit Windows programs by as much as 50%.In addition, Soft Defender is a perfect product of software protection of applications.With Soft Defender, your application can have anti-debugging, anti-tracer, anti-disassemble, anti-dumping, anti-apihook, file integrity checking functions in seconds. It requires no […]

http://www.softdefender.com/

read more from " SoftDefender "

Compreso

Posted in June 9th, 2003

Compreso implements compressed sockets using an LZH algorithm, as implemented by Rolando Herrero. It does this cooperatively with the Win32 socket library, so you can only run this code under Windows. Freeware.

http://www.compreso.com.ar/compreso.htm

read more from " Compreso "