Data-Compression.org

data compression link collection

Archives

Wikipedia entry: MPEG-1

Posted in January 27th, 2002

This Wikipedia entry describes the MPEG-1 standard. Very sparse.

http://en.wikipedia.org/wiki/MPEG-1

read more from " Wikipedia entry: MPEG-1 "

Wikipedia entry: MPEG-2

Posted in January 27th, 2002

This Wikipedia entry describes the MPEG-2 standard, the version of MPEG used to encode movies on DVD. Not too much information here, although it does enumerate the standards documents that collectively define MPEG-2.

http://en.wikipedia.org/wiki/MPEG-2

read more from " Wikipedia entry: MPEG-2 "

Wikipedia entry: MPEG-4

Posted in January 27th, 2002

This Wikipedia entry describes the MPEG-4 standard, the version of MPEG designed for lower bit-rate applications. Light on detail.

http://www.wikipedia.com/wiki.phtml?title=MPEG-4

read more from " Wikipedia entry: MPEG-4 "

UC Berkeley Wavelet Group

Posted in January 25th, 2002

The wavelet group has links to books, publications, and people doing wavelet things. Link updated to new location January 2002

http://www-wavelet.eecs.berkeley.edu/

read more from " UC Berkeley Wavelet Group "

Slashdot Takes on MP3 and Competitors

Posted in January 22nd, 2002
Published in Newsgroup Posts, Audio

The folks at Slashdot are having a chat trying to decide what the best non-MP3 codec is for home music recording. Ogg Vorbis gets a lot of votes the last time I checked the thread, but WMA and MP3 have a fair number of adherents.

http://slashdot.org/askslashdot/02/01/21/1941222.shtml

read more from " Slashdot Takes on MP3 and Competitors "

Symbol Ranking Text Compression with Shannon Recodings

Posted in January 19th, 2002

by Peter Fenwick, Department of Computer Science, The University of Auckland.

In his work on the information content of English text in 1951, Shannon described a method of recoding the input text, a technique which has apparently lain dormant for the ensuing 45 years. Whereas traditional compressors exploit symbol frequencies and symbol contexts, Shannon’s method adds […]

http://www.jucs.org/jucs_3_2/symbol_ranking_text_compression

read more from " Symbol Ranking Text Compression with Shannon Recodings "

Universal Compression and Retrieval

Posted in January 19th, 2002

By Rafail Krichevsky, Institute of Mathematics, Russian Academy of Sciences, Novosibirsk University, Russia. This volume constitutes a comprehensive self-contained course on source encoding.
Please use
this link to purchase the book through Amazon.com. Your purchase will help support this web site.
Reader Yuriy R. says: A concise and rigorous course on universal source coding and universal information […]

http://kapis.www.wkap.nl/prod/b/0-7923-2672-5

read more from " Universal Compression and Retrieval "

Source Coding Theory by Robert M. Gray Information Systems Laboratory, Stanford University, CA, USA

Posted in January 19th, 2002
Published in Books, Coding

Hardbound, ISBN 0-7923-9048-2 October 1989, 208 pp. Part of the Kluwer International Series in Engineering and Computer Science.
Please use
this link to purchase the book through Amazon.com. Your purchase will help support this web site.

http://kapis.www.wkap.nl/prod/b/0-7923-9048-2

read more from " Source Coding Theory by Robert M. Gray Information Systems Laboratory, Stanford University, CA, USA "

Vector Quantization and Signal Compression by Allen Gersho

Posted in January 19th, 2002
Published in Books, Quantization

Kluwer Academic Publishers, Boston Hardbound, ISBN 0-7923-9181-0 November 1991, 760 pp.
Please use
this link to purchase the book through Amazon.com. Your purchase will help support this web site.

http://kapis.www.wkap.nl/prod/b/0-7923-9181-0

read more from " Vector Quantization and Signal Compression by Allen Gersho "

Source and Channel Coding: An Algorithmic Approach by John B. Anderson

Posted in January 19th, 2002
Published in Books, Coding

Source and Channel Coding: An Algorithmic Approach provides in-depth coverage of coded communication with the first unified treatment of trellis coding and modern bandwidth-efficient coding
Please use
this link to purchase the book through Amazon.com. Your purchase will help support this web site.

http://kapis.www.wkap.nl/prod/b/0-7923-9210-8

read more from " Source and Channel Coding: An Algorithmic Approach by John B. Anderson "

Claude Shannon: Reluctant Father of the Digital Age

Posted in January 19th, 2002

Loving article about the father of Information Theory in MIT’s Technology Review.

http://www.technologyreview.com/articles/waldrop0701.asp

read more from " Claude Shannon: Reluctant Father of the Digital Age "

Philips - Business Team Sound Coding

Posted in January 19th, 2002
Published in Audio

Historically, the BTSC has been involved in MPEG Audio from the very start. This site provides some background information on the various MPEG Audio standards.

This site provides some info on the background of MPEG, plus a couple of links to standards and so on.

http://www.mpegaudio.philips.com/

read more from " Philips - Business Team Sound Coding "

Block Sorting Compression Algorithm

Posted in January 18th, 2002

This is an academic project. A library and a sample program will be developed, that will implement the Burrows-Wheeler compression algorithm, using C++ and templates. This is the same algorithm for BZip.

http://sourceforge.net/projects/compression/

read more from " Block Sorting Compression Algorithm "

The Ogg Vorbis CODEC project

Posted in January 17th, 2002

Ogg Vorbis is a fully Open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for mid to high quality (8kHz-48.0kHz, 16+ bit, polyphonic) audio and music at fixed and variable bitrates from 16 to 128 kbps/channel. This places Vorbis in the same competetive class as audio representations such as MPEG-4 (AAC), and similar to, but higher performance […]

http://www.xiph.org/ogg/vorbis/index.html

read more from " The Ogg Vorbis CODEC project "

Wired Interviews ZeoSync CEO

Posted in January 16th, 2002

Wired Magazine got ZeoSync CEO Peter St. George to sit down for a little chat. They posted the article here.

http://www.wired.com/news/technology/0,1282,49599,00.html

read more from " Wired Interviews ZeoSync CEO "

zlib for WinCE

Posted in January 14th, 2002

Source code and demo projects from Ciprian Miclaus. Ciprian said he created this because the only other available port for CE did not include source.
DCL reader Mike P. said Very good … especially that I found on the same site a port of libbzip2 for WinCE. Excellent … exactly what my project needed.

http://www.ciprian-miclaus.com/sources/zlibce.asp?id=5&tip=c

read more from " zlib for WinCE "

libbzip2 for WinCE

Posted in January 14th, 2002

A version of libzip2 in source format for WinCE, along with demo code and project files. Ciprian Miclaus created this port along with one of zlib, and has made them available for all manking. Thanks Ciprian!

http://www.ciprian-miclaus.com/sources/libbzip2.asp?id=6&tip=c

read more from " libbzip2 for WinCE "

PICVideo Codec from Pegasus Imaging

Posted in January 12th, 2002

This software codec produces video in three different formats: Motion JPEG, Wavelet 2000, and Lossless JPEG.

http://video.jpg.com/

read more from " PICVideo Codec from Pegasus Imaging "

MPEG Audio Programmer’s corner

Posted in January 12th, 2002

MP3′ Tech calls this “the biggest MPEG audio source codes area avaible on the Internet.” Find source for MPEG-1/2/2.5 Layer 1/2/3, MPEG-2 AAC and MPEG-4, as well as UI code.

Reader Robert S. said It seems very hard to find a description of the Layer 3 bitstream format. Fimally found it here.

http://www.mp3-tech.org/programmer/programmers.html

read more from " MPEG Audio Programmer’s corner "

Publications of Wojciech Szpankowski

Posted in January 12th, 2002

A good selection of papers online relating to pattern matching and compression.

http://www.cs.purdue.edu/homes/spa/publications.html

read more from " Publications of Wojciech Szpankowski "

Xdelta

Posted in January 10th, 2002

Xdelta is a complete system for managing delta-compressed storage and network transport. Using the Xdelta system, you can easily incorporate this functionality into your application.

http://sourceforge.net/projects/xdelta

read more from " Xdelta "

Patent-Clear and Headache-Free Sound Format

Posted in January 10th, 2002

Charlie Cho reviews Ogg Vorbis for Web Techniques Magazine, February of 2002.

http://webtechniques.com/archives/2002/02/stratrevu/

read more from " Patent-Clear and Headache-Free Sound Format "

Slashdot Discusses Zeosync

Posted in January 8th, 2002

The folks at Slashdot having their typical discussion re: the incredible claims from ZeoSync.

http://slashdot.org/article.pl?sid=02/01/08/137246&mode=thread

read more from " Slashdot Discusses Zeosync "

Bill Luoma’s Compression Links

Posted in January 8th, 2002

Bill has some Java LZ78 code here, along with a few other links to compression info.

http://www2.hawaii.edu/~luoma/code.html

read more from " Bill Luoma’s Compression Links "

Algorithm cuts VoIP bandwidth requirement

Posted in January 8th, 2002

A company named Effnet Inc. is licensing a version of CRTP, a protocol that compresses packet headers in RTP streams. With small VOIP packets this can provide substantial savings.

http://www.eet.com/story/OEG20020108S0054

read more from " Algorithm cuts VoIP bandwidth requirement "

PNG-Tech: Technical Issues regarding the PNG File Format

Posted in January 8th, 2002

This site contains a collection of comments, impressions, comparisons, experiments and ideas regarding the PNG (Portable Network Graphics) file format, and related technologies: zlib (Data Compression Library), and MNG (Multiple-image Network Graphics). It is focused especially on the compression algorithms used in PNG.

http://www.cs.toronto.edu/~cosmin/pngtech/

read more from " PNG-Tech: Technical Issues regarding the PNG File Format "

Zip Home Page

Posted in January 4th, 2002

Zip is a free .NET Zip File library which works with C# or other languages that use the CLR.

http://www.organicbit.com/zip/

read more from " Zip Home Page "

Zippity Do Dah

Posted in January 4th, 2002

Al Williams wrote an excellent article on using the Info-Zip DLLs to manipulate Zip files. There are lots of commercial libraries that let you access Zip files, but your choices in free software are few and far between. So if you need a free solution, Al’s article is a must-read. Many thanks to Al for […]

http://www.al-williams.com/new/zip.htm

read more from " Zippity Do Dah "

CRUSH v1.8

Posted in January 2nd, 2002

Fed up with limited compression performance of Stacker, PKZIP, UC2, ZOO, ARJ and LHA? CRUSH will usually give 5%-50% improved compression over any other DOS compression tool, and yet allows the user to continue using the archiver already in use. CRUSH is fast and the ideal choice for users keen to save disk space. I […]

http://ourworld.compuserve.com/homepages/pocketware/crush.htm

read more from " CRUSH v1.8 "

Digital Image Compression

Posted in January 2nd, 2002

An article by Giovanni Motta and friends that appears in the Encyclopedia of Computer Science. Packs a lot of information into a short 8 or so pages.

Reader sreenu says: excellent article.

http://www.cs.brandeis.edu/~gim/Papers/EncyCsPaper.pdf

read more from " Digital Image Compression "