Data-Compression.org

data compression link collection

The CWI Audio File Formats Guide

Published in Links, Standards, Audio

Useful links to information describing audio file formats.

http://cui.unige.ch/OSG/info/AudioFormats/

         

Posted in June 5th, 2002

The Wavelet Tutorial

Supporting material for a Wavelet course at Rowan University. There’s quite a bit of detail here. I don’t know if it stands on its own or whether it only works in conjunction with the course. Please check it out and provide feedback!

http://engineering.rowan.edu/~polikar/WAVELETS/WTtutorial.html

         

Posted in June 5th, 2002

MPEG Audio Layer-3

An overview and explanation about MP3 from the folks at Fraunhofer. If you want to get a good overview in a single web page, this might be the spot for you.

http://www.iis.fhg.de/amm/techinf/layer3/index.html

         

Posted in June 4th, 2002

iVAST

This company labels itself as “The world leader in end-to-end MPEG-4 Solutions.” Looks like they sell a suite of authoring and encoding tools, and perhaps some server software. Follow the link to “About MPEG-4″ and you’ll get a little bit of text plus some more links.

http://www.ivast.com/

         

Posted in June 4th, 2002

MPEG-4: The Standard for Digital Media

Apple has a page with info on MPEG-4. They use this page to explain how this all fits in with QuickTime.

http://www.apple.com/mpeg4/

         

Posted in June 4th, 2002

Explanation of 2D DCT (Discrete Cosine Transform)

Notes for an Info Theory course at MIT.

http://www-mtl.mit.edu/Courses/6.095/notes/dct.html

* * *    

Posted in June 4th, 2002

LZW Examples

Notes from an Information Theory course at MIT.

http://www-mtl.mit.edu/Courses/6.095/notes/LZW-examples.html

         

Posted in June 4th, 2002

LZW and GIF explained

A guy named Steve Blackstock takes a shot at making this all clear to you. Gives some details on the LZW variation used in GIF files.

http://www.cis.udel.edu/%7Eamer/CISC651/lzw.and.gif.explained.html

         

Posted in June 4th, 2002

Fractal Image Compression

Online demos of Fractal compression and decompression. Available in English, French, and German.

http://www.eurecom.fr/~image/DEMOS/FRACTAL/

         

Posted in June 4th, 2002

Distance Coding post

A post by Edgar Binder discussing his distance coding algorithm. Distance coding is used in place of the MTF stage in BWT compression.

http://groups.google.com/groups?selm=390B6254.D5113AD2%40T-Online.de

* * * * *

Posted in June 3rd, 2002

Overview of the Nancy Codec

This PDF file provides a two page overview of the Nancy codec and the company that’s behind it, NOA, Inc.

http://datacompression.info/Miscellaneous/LightVideoCodecNancyME.pdf

         

Posted in June 2nd, 2002

Archive Comparsion Test 2.0

ACT - by Jeff Gilchrist. ACT is the Archive Comparison Test, a long running benchmark on well known archiving programs. Lots of good updates in May of 2002.

http://compression.ca/

* * * * *

Posted in June 2nd, 2002

PPMD var I1

Published in Source Code, PPM

From the archive: PPMd program is file-to-file compressor, it is written for embedding in user programs mainly and it is not intended for immediate use. I was interested in speed and performance improvements of abstract PPM model [1-5] only, without tuning it to particular data types, therefore compressor works good enough for texts, but it is not so good for nonhomogeneous files (executables) and for noisy analog data (sounds, pictures etc.).

ftp://ftp.elf.stuba.sk/pub/pc/pack/ppmdi1.rar

* * * *  

Posted in June 2nd, 2002

Nancy Technology

Nine slides that provide some description of the Nancy codec. You will have to ask Acrobat Reader to rotate the slides if you are trying to view them on the screen.

http://datacompression.info/Miscellaneous/NancyTechnologymobile.pdf

         

Posted in June 2nd, 2002

Nancy Codec Technology

Six more slides describing the Nancy codec.

http://datacompression.info/Miscellaneous/NancyTechnologynetwork.pdf

* * * * *

Posted in June 2nd, 2002

Compression Codecs

Published in Files, Links, Video, Audio

This site has a nice collection of codecs, including DirectShow filters, MPG4, MJPEG, and other video codecs. A few audio codecs and AVI test sequences as well.

http://dshow.narod.ru/

         

Posted in June 2nd, 2002

Vcodex: A Discipline&Method Library for Transforming Data

Vcodex is a software collection for transforming data. Examples of data transformers include methods for compression/decompression, data differencing, encryption, etc. The source code distribution includes an implementation of Vcdiff using the framework.

http://www.research.att.com/sw/tools/vcodex/

         

Posted in June 2nd, 2002

Bit oriented input and output in Java

DevX published this nice piece describing bit oriented I/O in Java. This might not be directly related to Data Compression, but it is a requirement in nearly all data compression software. This site may require registration, I’m not sure.

http://archive.devx.com/java/free/articles/gt052002/gt052002-1.asp

         

Posted in May 29th, 2002

Cal Tech improves on 3D compression

CNN reports on a research team at Cal Tech that has created a new algorithm for compressing 3D object representations. If you can figure out how it works from this article, send me an email!

http://www.cnn.com/2002/TECH/internet/05/24/3d.graphics.idg/index.html

         

Posted in May 29th, 2002

Toshiba licensing MPEG-2 Codec

EETimes has an article about this new single-chip MEPG-2 codec built around Toshiba’s Media Embedded Processor architecture.

http://www.eetimes.com/story/OEG20020515S0040

         

Posted in May 25th, 2002

dczip

This is a free program that the author describes as a clone of WinZip. It is written entirely in Java and supports a nice variety of archive formats, including zip, jar, gzip, and bzip2 Requires Java 1.3, 1.4 is recommended. The 1.0 release shipped in May of 2002.

http://www.davidcampaign.net/dczip.html

         

Posted in May 23rd, 2002

ALZip

Another archiver, this one supports ZIP, ACE, RAR, TAR, and ZOO formats. This appears to be a Korean product - the web page is bilingual.

http://www.alzip.com/

* * * * *

Posted in May 23rd, 2002

Almacom JPEG-2000 library

The page says:
The Almacom JPEG-2000 library was written in an effort to produce the cleanest and simplest implementation possible of the JPEG-2000 standard. We have put a particular emphasis on good architecture design and code simplicity, while at the same time providing an implementation as complete and efficient as possible.

DataCompression.info user Luca M. said I was looking for a good library of wavelets. Now I’ve found it !

http://j2000.org/

* * * * *

Posted in May 23rd, 2002

Compression and Coding Algorithms

Published in Books, Data Compression

by Alistair Moffat and Andrew Turpin. This book is scheduled for publication in 2002 by Kluwer Academic Publishers. This site has a table of contents and some sample pages to peruse while you wait for it to be printed.

This book now shows up as available on Amazon.com. Please use this
link
to purchase the book through Amazon.com. Your purchase will help support this web site.

http://www.cs.mu.oz.au/caca/

         

Posted in May 23rd, 2002

On2 uses new video compression on film

CNet reports that On2 Technologies is using a feature film to demo their new compression technology. You can see “To Kill a Lawyer” over the Internet at several speeds ranging from 400 KBps up to 1MBps. The proprietary algorithm is called VP5.

http://news.com.com/2110-1023-896435.html

         

Posted in May 20th, 2002

ZipCentral

ZipCentral is a free and easy to use zip file manager with all the utilities you need to manage your zip files. The goal of ZipCentral is to be the most robust freeware zip-package you can find today. It is a great tool for the beginner as well as the expert. Working with zip files has never been easier!

http://zipcentral.iscool.net/

*        

Posted in May 16th, 2002

Japanese Lossless Video Codec

I’ll have to take the word of the submitter on this site - it is entirely written in Japanese. Any DataCompression.info user who is fluent in the language is invited to provide a more detailed description. There are a couple of zip files on the site that perhaps contain demo programs?

http://www.geocities.co.jp/Playtown-Denei/2837/LRC.htm

         

Posted in May 15th, 2002

GEMAC

This company sells an IP core that performs lossless data compression. Not sure what algorithm they are using, it is described as “GEMAC’s data compression algorithm.” This algorithm was first published at DCC ‘95, and is described as a hybrid of ZL1 and ZL2, created with the goal of maximizing compression rate.

http://www.gemac-chemnitz.de/

         

Posted in May 14th, 2002

IEEE Standard 1180-1990 accuracy test for IDCTs

Published in Source Code, JPEG

From the archive: This archive contains a quick & dirty implementation of the IEEE Standard 1180-1990 accuracy test for inverse DCT. It is not guaranteed to be correct … but if you find any bugs, please let me know (by email totgl@cs.cmu.edu). Since the archive was created in 1993 I don’t know if you’ll have any luck with those bug reports!

http://bmrc.berkeley.edu/ftp/pub/multimedia/mpeg/mpeg2/software/ieee1180.tar.gz

         

Posted in May 9th, 2002

Florida Compression Scheme Nets Millions

This isn’t a new story, but the Florida Times-Union of Jacksonville gives a lot of detail in this treatment. A fellow named Madison Priest seems to have pulled in millions with his promises of hardware that can push high quality movies over conventional phone lines. Lots of interesting details, including the famous coax line hidden in the power cord! The second part of this story can be found
here.

http://www.jacksonville.com/tu-online/stories/050502/met_9322821.html

* * * * *

Posted in May 9th, 2002