<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>The Data Compression News Blog</title>
	<atom:link href="http://www.c10n.info/feed" rel="self" type="application/rss+xml" />
	<link>http://www.c10n.info</link>
	<description>All about the most recent compression techniques, algorithms, patents, products, tools and events.</description>
	<pubDate>Thu, 17 Jul 2008 21:09:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Bijective BWT</title>
		<link>http://www.c10n.info/archives/721</link>
		<comments>http://www.c10n.info/archives/721#comments</comments>
		<pubDate>Tue, 15 Jan 2008 20:31:43 +0000</pubDate>
		<dc:creator>Sachin Garg</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://www.c10n.info/archives/721</guid>
		<description><![CDATA[David Scott has written a bijective BWT transform, which brings all the advantages of bijectiveness to BWT based compressors. Among other things, making BWT more suitable for compression-before-encryption and also give (slightly) better compression.]]></description>
		<wfw:commentRss>http://www.c10n.info/archives/721/feed</wfw:commentRss>
		</item>
		<item>
		<title>Asymmetric Binary System</title>
		<link>http://www.c10n.info/archives/720</link>
		<comments>http://www.c10n.info/archives/720#comments</comments>
		<pubDate>Tue, 18 Dec 2007 00:59:35 +0000</pubDate>
		<dc:creator>Sachin Garg</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://www.c10n.info/archives/720</guid>
		<description><![CDATA[Jarek Duda's "Asymmetric Binary System" promises to be an alternate to arithmetic coding, having all the advantages, but being much simpler. Matt has coded a PAQ based compressor using ABS for back-end encoding. <i><b>Update:</b> Andrew Polar has written an alternate implementation of ABS.</i>]]></description>
		<wfw:commentRss>http://www.c10n.info/archives/720/feed</wfw:commentRss>
		</item>
		<item>
		<title>Precomp: More Compression for your Compressed Files</title>
		<link>http://www.c10n.info/archives/719</link>
		<comments>http://www.c10n.info/archives/719#comments</comments>
		<pubDate>Wed, 28 Nov 2007 20:11:33 +0000</pubDate>
		<dc:creator>Sachin Garg</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://www.c10n.info/archives/719</guid>
		<description><![CDATA[So many of today's files are already compressed (using old, outdated algorithms) that newer algorithms don't even get a chance to touch them. Christian Schneider's Precomp comes to rescue by undoing the harm.]]></description>
		<wfw:commentRss>http://www.c10n.info/archives/719/feed</wfw:commentRss>
		</item>
		<item>
		<title>On2 Technologies is Hiring</title>
		<link>http://www.c10n.info/archives/677</link>
		<comments>http://www.c10n.info/archives/677#comments</comments>
		<pubDate>Thu, 13 Sep 2007 20:02:27 +0000</pubDate>
		<dc:creator>Sachin Garg</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://www.c10n.info/archives/677</guid>
		<description><![CDATA[There aren't too many companies working on cutting edge codecs, and of those few this one is hiring. Best of luck.]]></description>
		<wfw:commentRss>http://www.c10n.info/archives/677/feed</wfw:commentRss>
		</item>
		<item>
		<title>China&#8217;s AVS Specifications Available</title>
		<link>http://www.c10n.info/archives/668</link>
		<comments>http://www.c10n.info/archives/668#comments</comments>
		<pubDate>Wed, 05 Sep 2007 05:55:17 +0000</pubDate>
		<dc:creator>Sachin Garg</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://www.c10n.info/archives/668</guid>
		<description><![CDATA[Its old news that China has developed their own Advanced Video Standard to avoid high licensing fees. English translation of the standard is now available, along with the IPR policy. Finally something technical that you can get your hands on to feed your appetite.]]></description>
		<wfw:commentRss>http://www.c10n.info/archives/668/feed</wfw:commentRss>
		</item>
		<item>
		<title>Data Compression Conference 2008, Call For Papers</title>
		<link>http://www.c10n.info/archives/654</link>
		<comments>http://www.c10n.info/archives/654#comments</comments>
		<pubDate>Thu, 23 Aug 2007 21:11:29 +0000</pubDate>
		<dc:creator>Sachin Garg</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://www.c10n.info/archives/654</guid>
		<description><![CDATA[If you are in any way interested in data compression, DCC is a place where you really want to be. Where else can you expect to meet so many people who can all get so excited about saving 5 more bytes. Submissions for DCC 2008 are due by November 12.]]></description>
		<wfw:commentRss>http://www.c10n.info/archives/654/feed</wfw:commentRss>
		</item>
		<item>
		<title>mpibzip2 - parallel bzip2 for cluster machines</title>
		<link>http://www.c10n.info/archives/650</link>
		<comments>http://www.c10n.info/archives/650#comments</comments>
		<pubDate>Mon, 20 Aug 2007 21:34:57 +0000</pubDate>
		<dc:creator>Sachin Garg</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://www.c10n.info/archives/650</guid>
		<description><![CDATA[Jeff Gilchrist has released mpibzip2, a parallel implementation of the popular bzip2 block-sorting file compressor that uses MPI and achieves significant speedup on cluster machines.]]></description>
		<wfw:commentRss>http://www.c10n.info/archives/650/feed</wfw:commentRss>
		</item>
		<item>
		<title>Another Failed Compression Promise: NearZero</title>
		<link>http://www.c10n.info/archives/579</link>
		<comments>http://www.c10n.info/archives/579#comments</comments>
		<pubDate>Thu, 14 Jun 2007 22:08:59 +0000</pubDate>
		<dc:creator>Sachin Garg</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://www.c10n.info/archives/579</guid>
		<description><![CDATA[A New Zealand based company, NearZero has nothing to show after more than 6 years and $5 million of investor money. Liquidators called in (Update 11th Nov 2007: Liquidation ordered).]]></description>
		<wfw:commentRss>http://www.c10n.info/archives/579/feed</wfw:commentRss>
		</item>
		<item>
		<title>After JPEG, now MP3 in Patent Mess</title>
		<link>http://www.c10n.info/archives/539</link>
		<comments>http://www.c10n.info/archives/539#comments</comments>
		<pubDate>Mon, 07 May 2007 19:04:33 +0000</pubDate>
		<dc:creator>Sachin Garg</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://www.c10n.info/archives/539</guid>
		<description><![CDATA[After forgent's JPEG patent claims, its Alcatel-Lucent's claims on MP3. A US judge has approved a jury's decision to award Alcatel-Lucent $1.52 billion after it ruled that Microsoft had infringed an audio technology patent.]]></description>
		<wfw:commentRss>http://www.c10n.info/archives/539/feed</wfw:commentRss>
		</item>
		<item>
		<title>JPEG2000 Security Standard, JPSEC</title>
		<link>http://www.c10n.info/archives/537</link>
		<comments>http://www.c10n.info/archives/537#comments</comments>
		<pubDate>Sun, 06 May 2007 22:24:45 +0000</pubDate>
		<dc:creator>Sachin Garg</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://www.c10n.info/archives/537</guid>
		<description><![CDATA[HP's Susie Wee gives some insight on newly approved Part-8 of Jpeg2000 standard which deals with, among other things,  intelligent encryption of Jpeg 2000 files. Susie has been working on media security for scalable media for some years now, and is a co-editor of the JPSEC standard.]]></description>
		<wfw:commentRss>http://www.c10n.info/archives/537/feed</wfw:commentRss>
		</item>
		<item>
		<title>Hutter Prize Update</title>
		<link>http://www.c10n.info/archives/532</link>
		<comments>http://www.c10n.info/archives/532#comments</comments>
		<pubDate>Wed, 02 May 2007 19:38:20 +0000</pubDate>
		<dc:creator>Sachin Garg</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://www.c10n.info/archives/532</guid>
		<description><![CDATA[Another entry by Alexander Ratushnyak.]]></description>
		<wfw:commentRss>http://www.c10n.info/archives/532/feed</wfw:commentRss>
		</item>
		<item>
		<title>UPX Version 3.00 Released</title>
		<link>http://www.c10n.info/archives/531</link>
		<comments>http://www.c10n.info/archives/531#comments</comments>
		<pubDate>Wed, 02 May 2007 19:21:16 +0000</pubDate>
		<dc:creator>Sachin Garg</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://www.c10n.info/archives/531</guid>
		<description><![CDATA[Version 3.00 of UPX, the Ultimate Packer for eXecutables  was released on 27 Apr 2007.]]></description>
		<wfw:commentRss>http://www.c10n.info/archives/531/feed</wfw:commentRss>
		</item>
		<item>
		<title>PIGZ: Parallel GZIP</title>
		<link>http://www.c10n.info/archives/505</link>
		<comments>http://www.c10n.info/archives/505#comments</comments>
		<pubDate>Fri, 13 Apr 2007 18:39:43 +0000</pubDate>
		<dc:creator>Sachin Garg</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://www.c10n.info/archives/505</guid>
		<description><![CDATA[Mark Adler releases parallel implementation of gzip.]]></description>
		<wfw:commentRss>http://www.c10n.info/archives/505/feed</wfw:commentRss>
		</item>
		<item>
		<title>Infima - a fraud thats refusing to die?</title>
		<link>http://www.c10n.info/archives/466</link>
		<comments>http://www.c10n.info/archives/466#comments</comments>
		<pubDate>Thu, 11 Jan 2007 00:14:46 +0000</pubDate>
		<dc:creator>Sachin Garg</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://www.c10n.info/archives/466</guid>
		<description><![CDATA[Seems like the Infima guys, widely discussed for their massively fraudulent archiver are not stopping. They have now released version 2.0 of their same controversial archiver.]]></description>
		<wfw:commentRss>http://www.c10n.info/archives/466/feed</wfw:commentRss>
		</item>
		<item>
		<title>MsufSort 3.0 is Around the Corner</title>
		<link>http://www.c10n.info/archives/465</link>
		<comments>http://www.c10n.info/archives/465#comments</comments>
		<pubDate>Wed, 10 Jan 2007 19:36:42 +0000</pubDate>
		<dc:creator>Sachin Garg</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://www.c10n.info/archives/465</guid>
		<description><![CDATA[The beta was just released and is 27% faster than previous release.]]></description>
		<wfw:commentRss>http://www.c10n.info/archives/465/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
