<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CodeCube.NET &#187; Scurvy Media</title>
	<atom:link href="http://codecube.net/category/scurvy-media/feed/" rel="self" type="application/rss+xml" />
	<link>http://codecube.net</link>
	<description>Joel Martinez' weblog</description>
	<lastBuildDate>Tue, 15 Jun 2010 14:26:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Scurvy.Test v1.2 Released</title>
		<link>http://codecube.net/2010/01/scurvy-test-v1-2-released/</link>
		<comments>http://codecube.net/2010/01/scurvy-test-v1-2-released/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 20:29:13 +0000</pubDate>
		<dc:creator>Joel Martinez</dc:creator>
				<category><![CDATA[Scurvy Media]]></category>
		<category><![CDATA[XNA]]></category>

		<guid isPermaLink="false">http://codecube.net/?p=245</guid>
		<description><![CDATA[Quick on the heals of yesterday&#8217;s post, I&#8217;ve released v1.2 of Scurvy.Test. This is the first official release of the framework and improvements over the initial announcement are mainly centered around the status reporting of test pass/failure.  I also upgraded the solution to vs 2k8 and xnags 3.1. Here&#8217;s the changelog if you&#8217;re interested: Introduced [...]]]></description>
			<content:encoded><![CDATA[<p>Quick on the heals of yesterday&#8217;s post, I&#8217;ve released<a href="http://scurvytest.codeplex.com/"> v1.2 of Scurvy.Test</a>. This is the first official release of the framework and improvements over the initial announcement are mainly centered around the status reporting of test pass/failure.  I also upgraded the solution to vs 2k8 and xnags 3.1.</p>
<p>Here&#8217;s the changelog if you&#8217;re interested:</p>
<ul>
<li>Introduced TestStatusReporter to make reporting test status easier. DefaultReporter writes to the debug output, while the test console app implements a custom ConsoleReporter that writes it out to the stdout instead.</li>
<li>Added additional methods and overloads to the Assert class for more assert options and the ability to replace your own custom TestStatusReporter instance.</li>
<li>Added XBox version of Scurvy.Test assembly</li>
<li>Upgraded solution to visual studio 2008</li>
<li>now using SVN bindings instead of TFS Explorer</li>
<li>Upgraded sample xna project to GS 3.1</li>
<li>Added custom XNA test status reporter to sample project</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://codecube.net/2010/01/scurvy-test-v1-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XNA GS 3.1 and Scurvy.Media</title>
		<link>http://codecube.net/2009/03/xna-gs-31-and-scurvymedia/</link>
		<comments>http://codecube.net/2009/03/xna-gs-31-and-scurvymedia/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 23:11:37 +0000</pubDate>
		<dc:creator>Joel Martinez</dc:creator>
				<category><![CDATA[Scurvy Media]]></category>

		<guid isPermaLink="false">http://codecube.net/2009/03/xna-gs-31-and-scurvymedia/</guid>
		<description><![CDATA[So unless you’ve been living&#160; under a rock (and/or don’t care about XNA ), you obviously know that v3.1 was announced last week during the GDC.&#160; Not a lot of info has really been put out there as far as specifics go, this seems to be one of the best sources so far: http://blogs.msdn.com/astebner/archive/2009/03/24/9506368.aspx Support [...]]]></description>
			<content:encoded><![CDATA[<p>So unless you’ve been living&#160; under a rock (and/or don’t care about XNA <img src='http://codecube.net/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' />  ), you obviously know that v3.1 was announced last week during the GDC.&#160; Not a lot of info has really been put out there as far as specifics go, this seems to be one of the best sources so far:   <br /><a href="http://blogs.msdn.com/astebner/archive/2009/03/24/9506368.aspx">http://blogs.msdn.com/astebner/archive/2009/03/24/9506368.aspx</a></p>
<ul>
<ul>
<li>Support for customized Avatars </li>
<li>Support for Xbox LIVE Party features </li>
<li><strong><font color="#ff0000" size="5">Video playback</font></strong> </li>
<li>Updated audio APIs for “fire-and-forget” scenarios </li>
<li>Support for XACT3 </li>
<li><a href="http://blogs.msdn.com/shawnhar/archive/2009/03/25/automatic-xnb-serialization-in-xna-game-studio-3-1.aspx">Automatic XNB serialization</a></li>
<li>XNA Framework multi-targeting in the Visual Studio 2008 and/or Visual C# 2008 Express Edition IDE </li>
<li>Downloadable content for Xbox LIVE Arcade titles that use XNA Game Studio 3.1 </li>
<li>Consumer notifications when an Xbox LIVE Community Game that they have purchased has been updated</li>
</ul>
</ul>
<p>Of course, the video playback feature stood out for me, as it would seem that it will affect the <a href="http://scurvymedia.codeplex.com/">Scurvy.Media</a> project.&#160; I’ve been getting some questions on the matter so I figured I’d just put my current thoughts out there.</p>
<p>Basically, I think it’s great <img src='http://codecube.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  even if it ends up making the library completely obsolete.&#160; I imagine that they will have ways around some of the roadblocks I encountered such as large filesize issues, and texture compression.&#160; Depending on how their feature is factored, there *may* still be a place for Scurvy.Media … for example, I believe I read somewhere on the forums that it will only support WMV (don’t quote me on this, I may have misread or am not remembering right).&#160; But if this is the case, and they’ve factored some level of extensibility into their API, then Scurvy.Media may add support for AVI videos.</p>
<p>In the end, I’m quite happy to see this and the other features coming out … looking forward to giving the beta a shot when it’s announced eventually <img src='http://codecube.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://codecube.net/2009/03/xna-gs-31-and-scurvymedia/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Scurvy.Media Now Supports XNA GS 3.0</title>
		<link>http://codecube.net/2009/01/scurvymedia-now-supports-xna-gs-30/</link>
		<comments>http://codecube.net/2009/01/scurvymedia-now-supports-xna-gs-30/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 04:11:26 +0000</pubDate>
		<dc:creator>Joel Martinez</dc:creator>
				<category><![CDATA[Scurvy Media]]></category>

		<guid isPermaLink="false">http://codecube.net/?p=95</guid>
		<description><![CDATA[well, it was a long time coming &#8230; my apologies to those who were waiting for this but I finally got around to releasing a version of Scurvy.Media that was compiled against XNA 3.0 You can find the latest download here: http://www.codeplex.com/ScurvyMedia There aren&#8217;t any new features &#8230; the reason this got caught up in [...]]]></description>
			<content:encoded><![CDATA[<p>well, it was a long time coming &#8230; my apologies to those who were waiting for this <img src='http://codecube.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  but I finally got around to releasing a version of Scurvy.Media that was compiled against XNA 3.0</p>
<p>You can find the latest download here: <a href="http://www.codeplex.com/ScurvyMedia">http://www.codeplex.com/ScurvyMedia</a></p>
<p>There aren&#8217;t any new features &#8230; the reason this got caught up in the first place is because I was trying to have zune support in before I released it and then I got busy.&nbsp; Oh well, c&#8217;est la vie &#8230; I still have to work out the specific surface format and data format that will work on the zune.&nbsp; I think I&#8217;m close &#8230; </p>
<p>Please let me know if you encounter any issues with this version <img src='http://codecube.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://codecube.net/2009/01/scurvymedia-now-supports-xna-gs-30/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Scurvy.Media Question</title>
		<link>http://codecube.net/2008/09/scurvymedia-question/</link>
		<comments>http://codecube.net/2008/09/scurvymedia-question/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 12:34:32 +0000</pubDate>
		<dc:creator>Joel Martinez</dc:creator>
				<category><![CDATA[Scurvy Media]]></category>

		<guid isPermaLink="false">http://codecube.net/?p=80</guid>
		<description><![CDATA[I received a question about the Scurvy.Media library, and I figured I&#8217;d share my response in case it&#8217;s useful to anyone else Hi Joel, We are currently doing a project in XNA and are trying to inventory the abilities to play video in game. We found the scurvy media project to be the one that [...]]]></description>
			<content:encoded><![CDATA[<p>I received a question about the <a href="http://www.codeplex.com/ScurvyMedia">Scurvy.Media</a> library, and I figured I&#8217;d share my response in case it&#8217;s useful to anyone else <img src='http://codecube.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<blockquote><p>Hi Joel,</p>
<p>We are currently doing a project in XNA and are trying to inventory the abilities to play video in game. We found the scurvy media project to be the one that is the most advanced. Only on your codeplex site it is not really clear what the requirements are of the movie to be played. so far i&#8217;ve gathered<br />- it should not be compressed video (xvid / divx)<br />- framerate game = framerate video</p>
<p>could you please respond to tell me if the information i&#8217;ve gathered is correct?</p>
</blockquote>
<p>That&#8217;s partially correct <img src='http://codecube.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> &nbsp;
<ul>
<li>Theoretically, as far as compression goes, you can use whatever codec you want &#8230; as long as the developer&#8217;s machine has the same codec.&nbsp; I&#8217;ve heard some reports of certain videos not working for certain people, but I&#8217;ve no way to determine whether they have the correct codec installed <img src='http://codecube.net/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> &nbsp; Beneath the scenes, the content pipeline portion uses <a href="http://www.codeproject.com/KB/audio-video/avifilewrapper.aspx">this library</a> to decode the AVI video.&nbsp; So as long as that library can read it (and it just uses your machine&#8217;s codecs), then scurvy.media should be able to translate it to the runtime format.
<li>As far as the framerate goes &#8230; as long as your game&#8217;s framerate does not drop below the framerate of the video, the video will play at the correct framerate.&nbsp; It takes the video&#8217;s length and frame length into account &#8230; it&#8217;s just that if the game delays an update call to the video, there is no built in recovery mechanism for it to catch up.</li>
</ul>
<p>A few more things to note &#8230; the pipeline is unfortunately sensitive to video size.&nbsp; Because of the way that it decodes the video into essentially a sequence of textures, the size can tend to be a little large.&nbsp; This would be fine if it was able to get on disk, because of the way that the video is streamed from the file system.&nbsp; But unfortunately, the content pipeline buffers the entire contents of one .xnb file in memory first before writing to disk &#8230; so if this hits some limit, it will throw an out of memory exception.&nbsp; I usually just suggest that users break down the video into multiple ones and play them sequentially if it&#8217;s too long.&nbsp; I know it&#8217;s less than ideal, but it&#8217;s the workaround for the moment.
<p>I wish your project the best of luck &#8230; please keep me informed of your progress using the library if you end up using it as I&#8217;m always looking for ways to improve it and user&#8217;s feedback is always instrumental in this.</p>
]]></content:encoded>
			<wfw:commentRss>http://codecube.net/2008/09/scurvymedia-question/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Why all the XACT hate?</title>
		<link>http://codecube.net/2008/06/why-all-the-xact-hate/</link>
		<comments>http://codecube.net/2008/06/why-all-the-xact-hate/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 05:27:46 +0000</pubDate>
		<dc:creator>Joel Martinez</dc:creator>
				<category><![CDATA[Scurvy Media]]></category>

		<guid isPermaLink="false">http://codecube.net/?p=50</guid>
		<description><![CDATA[XNA has been out for a few years now, and I still don&#8217;t understand why people seem to dislike XACT so much.&#160; After I started working on some of the audio for an upcoming presentation, I was reminded just how powerful of a tool it is.&#160; I mean, I guess I understand the allure of [...]]]></description>
			<content:encoded><![CDATA[<p>XNA has been out for a few years now, and I still don&#8217;t understand why people seem to dislike XACT so much.&nbsp; After I started working on some of the audio for an upcoming presentation, I was reminded just how powerful of a tool it is.&nbsp; I mean, I guess I understand the allure of the super simple audio model offered in XNA 3.0.&nbsp; For simple projects it&#8217;s definitely a lower barrier to entry.&nbsp; </p>
<p>But here&#8217;s one problem I see with it &#8230; I can almost guarantee that very few people will use XACT once 3.0 is released.&nbsp; Considering that I do not see very much community involvement from the XACT team, or any individuals (where are the xact tutorials, where is the xact team blog?), I fear that an atrophying user-base will kill the project for future releases.</p>
<p>Much of the feedback I see about XACT seem to mimic a lot of the negative feedback of the content pipeline.&nbsp; Thankfully, the XNA team hasn&#8217;t given in and allowed runtime loading of content files.&nbsp; The second they enable that is the second that 99% of people move their projects to import/loading everything at runtime (and thus, introducing longer load times into their games).&nbsp; By limiting that choice, I believe they&#8217;ve done the community a favor because at this point, lots of people are very familiar with building custom content pipeline extensions.</p>
<p>so I guess what I&#8217;m trying to say is, if you&#8217;re an XNA developer &#8230; fire up XACT, and give it some love <img src='http://codecube.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><em>ps. I suppose this would be an ironic time to announce that once I upgrade Scurvy.Media to 3.0, I&#8217;m going to experiment with automatically importing the video&#8217;s audio stream using the new SoundEffect/Song APIs <img src='http://codecube.net/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </em></p>
]]></content:encoded>
			<wfw:commentRss>http://codecube.net/2008/06/why-all-the-xact-hate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XBox and the Case of the Mysterious Color order</title>
		<link>http://codecube.net/2008/06/xbox-and-the-case-of-the-mysterious-color-order/</link>
		<comments>http://codecube.net/2008/06/xbox-and-the-case-of-the-mysterious-color-order/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 17:29:26 +0000</pubDate>
		<dc:creator>Joel Martinez</dc:creator>
				<category><![CDATA[Scurvy Media]]></category>
		<category><![CDATA[XNA]]></category>

		<guid isPermaLink="false">http://codecube.net/?p=48</guid>
		<description><![CDATA[I&#8217;ve been meaning to blog about how I finally got the lastest build of Scurvy.Media out the door. Those of you keeping track at home will remember that, though the previous build shipped with XBox platform support, the colors of the videos were unfortunately very &#8220;off&#8221;. After a large amount of experimentation, and tons of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been meaning to blog about how I finally got the lastest build of <a href="http://www.codeplex.com/ScurvyMedia">Scurvy.Media</a> out the door. Those of you keeping track at home will remember that, though the previous build shipped with XBox platform support, the colors of the videos were unfortunately very &#8220;off&#8221;.</p>
<p>After a large amount of experimentation, and tons of help from the guys over on the #Xna IRC channel, we were finally able to figure out the problem. To explain the solution, I must first explain a tiny bit about the architecture of the Scurvy.Media content pipeline.</p>
<ol>
<li>Decode each frame of the video as individual textures. The pipeline currently only supports AVI video using the <a href="http://www.codeproject.com/KB/audio-video/avifilewrapper.aspx">AVIFile</a> library from CodeProject.</li>
<li>Write the contents of each frame sequentially into one large .XNB file through the content writer.</li>
<li>At runtime, open a stream (and keep it open), and read each texture one at a time in a separate thread.</li>
<li>use .SetData to set the contents of a texture based on whatever the current Frame is.� Technically speaking, there are two textures at play for the purpose of double buffering &#8230; but that&#8217;s largely irrelevant to the topic at hand <img src='http://codecube.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
</ol>
<p>So the confusing part was that the code ran perfectly on windows, but on XBox the colors were all messed up.</p>
<p>Now that I&#8217;ve explained the architecture, I&#8217;ll explain the solution to one of the issues.� Mainly, it&#8217;s the fact that the color order on the xbox platform is *different* than it is on windows.� Why that is I don&#8217;t know, I wasn&#8217;t able to find very many sources of information on this, but c&#8217;est la vie <img src='http://codecube.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>XBox:</p>
<ul>
<li>RGBA</li>
</ul>
<p>Windows:</p>
<ul>
<li>BGRA</li>
</ul>
<p>To get around this problem, I simply had to transpose the color channels as I imported the video when compiling for the xbox platform.</p>
<blockquote><p>byte[] xpix = new byte[pix.Length];<br />
for (int i = 0; i &lt; pix.Length; i += 4)<br />
{</p>
<p>��� int first = i, second = i + 1, third = i + 2, fourth = i + 3;<br />
��� xpix[first] = pix[third]; //x=red<br />
��� xpix[second] = pix[second]; //x=green<br />
��� xpix[third] = pix[first];//x=blue<br />
��� xpix[fourth] = pix[fourth];//x=alpha�<br />
}</p>
<p>b.SetPixelData(xpix);</p></blockquote>
<p>the code snippet above takes a byte array that uses four bytes per channel.� And it just puts it into a copy of the byte array.� Technically, I could have used the same array and just rearranged the byte values as I go &#8230; but perhaps that&#8217;s an improvement for another day.</p>
<p>But Avast! There still be problems on the high waters!</p>
<p>After making that change, the colors were still not right.� What we eventually realized is that I was writing byte data directly from windows (who&#8217;s x86 architecture is little-endian), to be read from the xbox (who&#8217;s powerpc architecture is big-endian).</p>
<p>Sooooo &#8230; the answer was this:</p>
<blockquote><p>byte[] xpix = new byte[pix.Length];<br />
for (int i = 0; i &lt; pix.Length; i += 2)<br />
{</p>
<p>��� int first = i, second = i + 1;<br />
��� xpix[first] = pix[second];<br />
��� xpix[second] = pix[first];<br />
}</p>
<p>output.Write(xpix.Length);<br />
output.Write(xpix);</p></blockquote>
<p>Right before writing the byte array to disk &#8230; I flip every other byte.� Once I did that, the video was alight with correct coloration <img src='http://codecube.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Again, a <strong>huge</strong> thanks to the guys on the #xna IRC channel.� This wouldn&#8217;t have been possible without them.</p>
]]></content:encoded>
			<wfw:commentRss>http://codecube.net/2008/06/xbox-and-the-case-of-the-mysterious-color-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scurvy.Media v0.7.2008.0525</title>
		<link>http://codecube.net/2008/05/scurvymedia-v0720080525/</link>
		<comments>http://codecube.net/2008/05/scurvymedia-v0720080525/#comments</comments>
		<pubDate>Mon, 26 May 2008 16:08:44 +0000</pubDate>
		<dc:creator>Joel Martinez</dc:creator>
				<category><![CDATA[Scurvy Media]]></category>

		<guid isPermaLink="false">http://codecube.net/?p=46</guid>
		<description><![CDATA[Fixed the XBox support so that videos that play with the right colors. There are now two different versions of the pipeline assembly (Scurvy.Media.Pipeline.dll). One for each platform. This is because the color information must be manipulated differently when compiling a video for the xbox. known issue: compiling a video with compression will produce a [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>Fixed the XBox support so that videos that play with the right colors.
<li>There are now <b>two</b> different versions of the pipeline assembly (Scurvy.Media.Pipeline.dll). One for each platform. This is because the color information must be manipulated differently when compiling a video for the xbox. </li>
</ul>
<p><b>known issue</b>: compiling a video with compression will produce a distorted video. This issue is under investigation, and will ideally be fixed for the next release.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://codecube.net/2008/05/scurvymedia-v0720080525/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minor update checked in</title>
		<link>http://codecube.net/2008/05/minor-update-checked-in/</link>
		<comments>http://codecube.net/2008/05/minor-update-checked-in/#comments</comments>
		<pubDate>Tue, 13 May 2008 04:11:31 +0000</pubDate>
		<dc:creator>Joel Martinez</dc:creator>
				<category><![CDATA[Scurvy Media]]></category>

		<guid isPermaLink="false">http://codecube.net/?p=42</guid>
		<description><![CDATA[checked in a few relatively minor items to the Scurvy.Media library: Importer now throws an exception if the .avi file is readonly to avoid any confusion over why the import won&#8217;t work. Video now has an &#8220;End&#8221; event that is raised when the video reaches the final frame.&#160; This can be used in cases where [...]]]></description>
			<content:encoded><![CDATA[<p>checked in a few relatively minor items to the <a href="http://codeplex.com/ScurvyMedia" target="_blank">Scurvy.Media</a> library:</p>
<ul>
<li>Importer now throws an exception if the .avi file is readonly to avoid any confusion over why the import won&#8217;t work.</li>
<li>Video now has an &#8220;End&#8221; event that is raised when the video reaches the final frame.&nbsp; This can be used in cases where you need to know when the video has come to an end (like an Intro video).</li>
<li>Improved the video streaming code to read fully into the byte array buffer.&nbsp; Before, I was just calling .Read on the stream, which is not guaranteed to read the full amount requested.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://codecube.net/2008/05/minor-update-checked-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scurvy Media Logo Contest</title>
		<link>http://codecube.net/2008/04/scurvy-media-logo-contest/</link>
		<comments>http://codecube.net/2008/04/scurvy-media-logo-contest/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 21:05:56 +0000</pubDate>
		<dc:creator>Joel Martinez</dc:creator>
				<category><![CDATA[Scurvy Media]]></category>

		<guid isPermaLink="false">http://codecube.net/?p=41</guid>
		<description><![CDATA[So I&#8217;m really interested in finding a really good logo for the Scurvy.Media library.&#160; Ideally, it would work in, or at least be related to the Scurvy Bones logo: But that&#8217;s not a requirement.&#160; I won&#8217;t go into the properties and virtues of a good logo, since if you&#8217;re the kind of person that could [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m really interested in finding a really good logo for the <a href="http://codeplex.com/scurvymedia" target="_blank" rel="me">Scurvy.Media</a> library.&nbsp; Ideally, it would work in, or at least be related to the <a href="http://scurvybones.com" target="_blank" rel="me">Scurvy Bones</a> logo:</p>
<p><a href="http://codecube.net/bloguploads/ScurvyMediaLogoContest_14582/scurvy_logo_big.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="244" alt="scurvy_logo_big" src="http://codecube.net/bloguploads/ScurvyMediaLogoContest_14582/scurvy_logo_big_thumb.png" width="220" border="0"></a> </p>
<p>But that&#8217;s not a requirement.&nbsp; I won&#8217;t go into the properties and virtues of a good logo, since if you&#8217;re the kind of person that could come up with a great logo, you&#8217;d know them better than I.&nbsp; Though if I had to give any direction (aside from the scurvy bones logo above), I&#8217;d say that I really love farseer&#8217;s logo:</p>
<p><a href="http://codecube.net/bloguploads/ScurvyMediaLogoContest_14582/FarseerPhysicsNoBorder430X260.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="149" alt="FarseerPhysicsNoBorder430X260" src="http://codecube.net/bloguploads/ScurvyMediaLogoContest_14582/FarseerPhysicsNoBorder430X260_thumb.png" width="244" border="0"></a> </p>
<p>It&#8217;s so simple, and iconic &#8230; and explains exactly what the farseer physics library is all about.</p>
<p>What will you win?&nbsp; aside from my undying gratitude &#8230; the winner will be forever recognized (with a link and info on any scurvy media distribution site) as the logo&#8217;s designer.</p>
<p> <img src='http://codecube.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://codecube.net/2008/04/scurvy-media-logo-contest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scurvy Media v0.7.2008.0427 Released!</title>
		<link>http://codecube.net/2008/04/scurvy-media-v0720080427-released/</link>
		<comments>http://codecube.net/2008/04/scurvy-media-v0720080427-released/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 02:26:43 +0000</pubDate>
		<dc:creator>Joel Martinez</dc:creator>
				<category><![CDATA[Scurvy Media]]></category>

		<guid isPermaLink="false">http://codecube.net/?p=40</guid>
		<description><![CDATA[I&#8217;m happy to announce that the next version of Scurvy.Media has finally been released My original plan to support audio in this release was subsumed by some actual requests for the following features/fixes.&#160; It&#8217;s rather exciting to see the library actually being used for some projects and I hope that these items, along with further [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m happy to announce that the next version of Scurvy.Media has finally been released <img src='http://codecube.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  My original plan to support audio in this release was subsumed by some actual requests for the following features/fixes.&nbsp; It&#8217;s rather exciting to see the library actually being used for some projects and I hope that these items, along with further feedback will propel the project to greater and greater heights.</p>
<h2>Download</h2>
<p><a title="https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=ScurvyMedia&amp;ReleaseId=8615" href="https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=ScurvyMedia&amp;ReleaseId=8615">https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=ScurvyMedia&amp;ReleaseId=8615</a></p>
<h2>Release Notes</h2>
<ul>
<li>XBox 360 Project Support!</li>
<li>Streaming playback mode is now multithreaded.&nbsp; On xbox, it defaults to Core#2.</li>
<li>Texture setting is now double-buffered to avoid <a href="http://blogs.msdn.com/shawnhar/archive/2008/04/15/stalls-part-two-beware-of-setdata.aspx" target="_blank">stalls</a>.</li>
<li>Internal video related functionality has been moved to the Scurvy.Media.VideoModel namespace to avoid crowding up the root Media namespace.</li>
<li>Fixed InvalidOperationException bug.&nbsp; Description <a href="http://codecube.net/?p=28" target="_blank">here</a>. This was a side-effect of the double buffering feature above <img src='http://codecube.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li>Improved runtime allocation profile slightly by removing debug write statements (lots of string allocation).</li>
</ul>
<h2>Known Issues</h2>
<ul>
<li>Using &#8220;In Memory&#8221; playback type throws an exception. This will be fixed in a follow up release.</li>
<li>Using compression partially garbles the texture playback.&nbsp; There is an active thread on the XNA forums about this <a href="http://forums.xna.com/thread/56940.aspx" target="_blank">here</a>.&nbsp; Once resolved, the content pipeline will be able to support larger videos, and have a smaller disk footprint of the processed XNB file.</li>
<li>Importing a large video will still throw an OutOfMemoryException.&nbsp; I have a bug logged on the <a href="https://connect.microsoft.com/feedback/ViewFeedback.aspx?FeedbackID=323222&amp;SiteID=226" target="_blank">XNA Connect site</a>.&nbsp; However, it has been closed with no hint as to whether it was deferred, or solved.&nbsp; If the compression issue noted above is resolved, it will mitigate this issue.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://codecube.net/2008/04/scurvy-media-v0720080427-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
