<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Cocoa and Objective C</title>
	<atom:link href="http://www.maven.de/2006/02/cocoa-and-objective-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maven.de/2006/02/cocoa-and-objective-c/</link>
	<description>--- still in migration ---</description>
	<lastBuildDate>Mon, 31 Oct 2011 02:31:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kabenla Armah</title>
		<link>http://www.maven.de/2006/02/cocoa-and-objective-c/comment-page-1/#comment-189673</link>
		<dc:creator>Kabenla Armah</dc:creator>
		<pubDate>Wed, 17 Nov 2010 15:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.maven.de/?p=695#comment-189673</guid>
		<description>I have just started using xcode/objective-c and I wanted to know why it is not possible to drag an NSOpenpanel into my application in the interface builder, and access it through IBOutlet system (in the same way that you can with NSTextField).</description>
		<content:encoded><![CDATA[<p>I have just started using xcode/objective-c and I wanted to know why it is not possible to drag an NSOpenpanel into my application in the interface builder, and access it through IBOutlet system (in the same way that you can with NSTextField).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: apexo</title>
		<link>http://www.maven.de/2006/02/cocoa-and-objective-c/comment-page-1/#comment-21518</link>
		<dc:creator>apexo</dc:creator>
		<pubDate>Mon, 03 Apr 2006 07:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.maven.de/?p=695#comment-21518</guid>
		<description>very funny indeed. you modified your rice-coding backend in quite the same way i did 3 years ago (like caching the refinement bits to simplify the decoder)

even tried to exchange the backend with something different (like an adaptive huffman encoder which huffman-encodes the exponent or a fibonacci-coder) ... well; none of those were superior to the rice-coder for the given workload; wonder how many different coding backends you tried before chosing rice ...

nevertheless I still have something different to try out. maybe this evening ...</description>
		<content:encoded><![CDATA[<p>very funny indeed. you modified your rice-coding backend in quite the same way i did 3 years ago (like caching the refinement bits to simplify the decoder)</p>
<p>even tried to exchange the backend with something different (like an adaptive huffman encoder which huffman-encodes the exponent or a fibonacci-coder) &#8230; well; none of those were superior to the rice-coder for the given workload; wonder how many different coding backends you tried before chosing rice &#8230;</p>
<p>nevertheless I still have something different to try out. maybe this evening &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: apexo</title>
		<link>http://www.maven.de/2006/02/cocoa-and-objective-c/comment-page-1/#comment-21513</link>
		<dc:creator>apexo</dc:creator>
		<pubDate>Sat, 01 Apr 2006 13:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.maven.de/?p=695#comment-21513</guid>
		<description>sounds promising; seems like I gotta take a closer look at the new sources ... still leaves me with the non-trivial problem of how to distribute bits across tiles ... well, got that solved then, think I&#039;ll manage to do it now somehow ...</description>
		<content:encoded><![CDATA[<p>sounds promising; seems like I gotta take a closer look at the new sources &#8230; still leaves me with the non-trivial problem of how to distribute bits across tiles &#8230; well, got that solved then, think I&#8217;ll manage to do it now somehow &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [maven]</title>
		<link>http://www.maven.de/2006/02/cocoa-and-objective-c/comment-page-1/#comment-21512</link>
		<dc:creator>[maven]</dc:creator>
		<pubDate>Sat, 01 Apr 2006 11:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.maven.de/?p=695#comment-21512</guid>
		<description>Well, I&#039;ve changed a lot in the code since then, and although it still uses the same Rice-coding back-end, it is now much closes to SPIHT as it also produces an in some sense (and under some restrictions) optimal embedded bitstream, but with somehwat simpler code.
Now there is no quantizer-selection as such anymore, the encoded channel is simply truncated at the desired quality, which has improved the speed for target quality and target size modes considerably.
You can find the current version (with documentation) &lt;a href=&quot;http://www.maven.de/code/wavelet/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Well, I&#8217;ve changed a lot in the code since then, and although it still uses the same Rice-coding back-end, it is now much closes to SPIHT as it also produces an in some sense (and under some restrictions) optimal embedded bitstream, but with somehwat simpler code.<br />
Now there is no quantizer-selection as such anymore, the encoded channel is simply truncated at the desired quality, which has improved the speed for target quality and target size modes considerably.<br />
You can find the current version (with documentation) <a href="http://www.maven.de/code/wavelet/" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: apexo</title>
		<link>http://www.maven.de/2006/02/cocoa-and-objective-c/comment-page-1/#comment-21508</link>
		<dc:creator>apexo</dc:creator>
		<pubDate>Fri, 31 Mar 2006 12:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.maven.de/?p=695#comment-21508</guid>
		<description>about three years ago I did some experiments with your wavelet code; result was a tile-based video-codec which used wavelets for spatial as well as temporal compression and your rice-coding backend; I gave then up since at that time DivX seems superior (although not by much) to my attempts (and since my approach was a whole lot slower)

now I came back to that idea and stumbled across some new things like SPIHT (http://en.wikipedia.org/wiki/SPIHT), wonder whether you already did experiments with SPIHT or if I should try my luck there</description>
		<content:encoded><![CDATA[<p>about three years ago I did some experiments with your wavelet code; result was a tile-based video-codec which used wavelets for spatial as well as temporal compression and your rice-coding backend; I gave then up since at that time DivX seems superior (although not by much) to my attempts (and since my approach was a whole lot slower)</p>
<p>now I came back to that idea and stumbled across some new things like SPIHT (<a href="http://en.wikipedia.org/wiki/SPIHT" rel="nofollow">http://en.wikipedia.org/wiki/SPIHT</a>), wonder whether you already did experiments with SPIHT or if I should try my luck there</p>
]]></content:encoded>
	</item>
</channel>
</rss>

