Data-Compression.org

data compression link collection

Archives

Jeff Gilchrist

Posted in June 25th, 2001
Published in People, Benchmarks

This is Jeff Gilchrist’s home page. Jeff is the curator of the Archive Compression Test, which presumably keeps him busy.

http://gilchrist.ca/jeff

read more from " Jeff Gilchrist "

Java Image Coding

Posted in June 25th, 2001

Java libraries to read various image formats, including many which are compressed. Hence its appearance here.

http://www.geocities.com/marcoschmidt.geo/java-image-coding.html

read more from " Java Image Coding "

A Second Modified Run Length Encoding Scheme for Blocksort Transformed Data

Posted in June 21st, 2001

Another paper by Michael Maniscalo discussing a scheme for Run Length Encoding of data that’s been put through the blocksort transform. His first paper uses fixed length codes, this uses variable lenghts.

http://www.geocities.com/m99datacompression/papers/rle2.html

read more from " A Second Modified Run Length Encoding Scheme for Blocksort Transformed Data "

Inhalt

Posted in June 20th, 2001

This page gives short descriptions of MPEG and H.261 in German. Different systems of coding color information are described as well. Brief, but useful if you don’t want to get bogged down in details.

http://www.lpr.ei.tum.de/courses/seminar/realzeit_bv/mpeg/node1.html

read more from " Inhalt "

Test Harness for the PPMD Compressor

Posted in June 18th, 2001
Published in Source Code, PPM

Here’s a nice little frameword for testing PPMD, or for that matter, any other compressor.

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

read more from " Test Harness for the PPMD Compressor "

Coding Technologies

Posted in June 15th, 2001

These guys are responsible for some of the work that took the MP3 standard to its next revision: MP3Pro. They say their current focus is the development and marketing of SBR-enhanced codecs.

http://www.codingtechnologies.com/

read more from " Coding Technologies "

Zarak Systems PSQM Testing

Posted in June 11th, 2001

Zarak Systems will perform Quality of Service testing using PSQM, the Perceptual Speech Quality Measurement. This web page will tell you a little bit about what that means to you.

http://www.psqm.com/

read more from " Zarak Systems PSQM Testing "

The Art Of Lossless Data Compression

Posted in June 10th, 2001

A comprehensive set of tests on lossless data compression.

http://geocities.com/eri32/

read more from " The Art Of Lossless Data Compression "

MP3 Patent

Posted in June 10th, 2001

This is reportedly the Fraunhofer patent covering the MP3 compression algorithm.

http://www.mp3-tech.org/docs/5579430.pdf

read more from " MP3 Patent "

Intel’s PII Inverse DCT Application Notes

Posted in June 7th, 2001

Intel has a nice document showing how one can optimize the inverse DCT when running on processors with the MMX instructions, such as the Pentium II. Listings include code you can drop into the Independent JPEG Group’s library. DCL reader Neil H. had this to say: The drop-in replacement for the iDCT of the IJG […]

http://cedar.intel.com/cgi-bin/ids.dll/content/content.jsp?cntKey=Legacy::irtp_886_11228&cntType=IDS_EDITORIAL

read more from " Intel’s PII Inverse DCT Application Notes "