<?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>Hoopoe Cloud Blogs &#187; GeForce</title>
	<atom:link href="http://blogs.hoopoe-cloud.com/index.php/tag/geforce/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.hoopoe-cloud.com</link>
	<description>Our WordPress weblog</description>
	<lastBuildDate>Thu, 16 Sep 2010 17:28:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>00 &#8211; Preface</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2010/08/00-preface/</link>
		<comments>http://blogs.hoopoe-cloud.com/index.php/2010/08/00-preface/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 08:19:06 +0000</pubDate>
		<dc:creator>moti_bot</dc:creator>
				<category><![CDATA[CUDA.NET]]></category>
		<category><![CDATA[CUDA.NET Tutorials]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[CUDA]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[GeForce]]></category>
		<category><![CDATA[GPU]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[NVIDIA]]></category>
		<category><![CDATA[Quadro]]></category>
		<category><![CDATA[Tesla]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=189</guid>
		<description><![CDATA[The new CUDA.NET Tutorials category was created to collect and manage resources and materials for developers starting to work and develop with CUDA.NET library for various platforms. The usual composition will be of articles on specific topics and gradually increasing complexity. This post will include an additional Table of Contents for published articles as we go. [...]]]></description>
			<content:encoded><![CDATA[<p>The new CUDA.NET Tutorials category was created to collect and manage resources and materials for developers starting to work and develop with CUDA.NET library for various platforms.</p>
<p>The usual composition will be of articles on specific topics and gradually increasing complexity.</p>
<p>This post will include an additional <em>Table of Contents</em> for published articles as we go.</p>
<h3><span style="text-decoration: underline;">Table of Contents</span></h3>
<ol>
<li><a href="http://blogs.hoopoe-cloud.com/index.php/2010/08/00-preface/">Preface</a></li>
</ol>
<p> </p>
<p>For any question or comment, please contact us through our email address: support (at) hoopoe-cloud.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hoopoe-cloud.com/index.php/2010/08/00-preface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CUDA.NET 3.0.0 Released</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2010/06/cuda-net-3-0-0-released/</link>
		<comments>http://blogs.hoopoe-cloud.com/index.php/2010/06/cuda-net-3-0-0-released/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 16:04:28 +0000</pubDate>
		<dc:creator>moti_bot</dc:creator>
				<category><![CDATA[CUDA.NET]]></category>
		<category><![CDATA[CUDA]]></category>
		<category><![CDATA[CUDA 3.0]]></category>
		<category><![CDATA[DirectX]]></category>
		<category><![CDATA[GeForce]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[multi-GPU]]></category>
		<category><![CDATA[multi-threaded]]></category>
		<category><![CDATA[NVIDIA]]></category>
		<category><![CDATA[OpenGL]]></category>
		<category><![CDATA[Quadro]]></category>
		<category><![CDATA[Tesla]]></category>

		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=183</guid>
		<description><![CDATA[Dear all, We are happy to announce the release of CUDA.NET version 3.0.0. This release provides support for latest CUDA 3.0 API and few more updates that will make programming with CUDA from .NET easier and faster. Additions: Support for CUDA 3.0 API Added memset functions for CUDA class Supporting new graphics interoperability functions Improved [...]]]></description>
			<content:encoded><![CDATA[<p>Dear all,</p>
<p>We are happy to announce the release of CUDA.NET version 3.0.0.<br />
This release provides support for latest CUDA 3.0 API and few more updates that will make programming with CUDA from .NET easier and faster.</p>
<p>Additions:</p>
<ul>
<li>Support for CUDA 3.0 API</li>
<li>Added memset functions for CUDA class</li>
<li>Supporting new graphics interoperability functions</li>
<li>Improved generics support for memory operations</li>
<li>Added CUDAContextSynchronizer class</li>
</ul>
<p><strong>Improved memory operations</strong><br />
We employ GCHandle class to be used with generic memory copies in CUDA class. This method allows to work with every data type (existing vectors or user defined) natively in .NET. The implication is that now you can copy existing custom arrays of structures/classes (user data-types) to device with memory copy functions.</p>
<p><strong>CUDAContextSynchronizer</strong><br />
This class was added to assist developers in multi-GPU and multi-threaded environments sharing the same device. It uses existing CUDA API to manipulate the context each thread is attached to and provides .NET means to synchronize between threads sharing the same device for different computations.<br />
Find it under the Tools namespace, the documentation includes a description of how to use it.</p>
<p>We hope you will enjoy this release.<br />
As always, please send us comments or suggestions to: <a href="support@hoopoe-cloud.com">support@hoopoe-cloud.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hoopoe-cloud.com/index.php/2010/06/cuda-net-3-0-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vicodeo&#8482; &#8211; Accelerated Video Decoding Library</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2010/05/accelerated-video-decoding-library/</link>
		<comments>http://blogs.hoopoe-cloud.com/index.php/2010/05/accelerated-video-decoding-library/#comments</comments>
		<pubDate>Tue, 11 May 2010 07:59:58 +0000</pubDate>
		<dc:creator>moti_bot</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CUDA]]></category>
		<category><![CDATA[decode]]></category>
		<category><![CDATA[decoding]]></category>
		<category><![CDATA[DirectX]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[encode]]></category>
		<category><![CDATA[encoding]]></category>
		<category><![CDATA[GeForce]]></category>
		<category><![CDATA[GPU]]></category>
		<category><![CDATA[H.264]]></category>
		<category><![CDATA[MPEG-2]]></category>
		<category><![CDATA[OpenCL]]></category>
		<category><![CDATA[OpenGL]]></category>
		<category><![CDATA[Quadro]]></category>
		<category><![CDATA[Tesla]]></category>
		<category><![CDATA[VC-1]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[video processing]]></category>

		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=177</guid>
		<description><![CDATA[Dear all, We are glad to introduce a new library for video decoding, Vicodeo&#8482;, featuring accelerated performance for faster than real-time decoding of H.264, MPEG-2 (and more) video streams &#8211; in managed environments (.NET / Java). Video processing nowadays has become a computing intensive task. Being able to accelerate decoding and various processing tasks, opens the [...]]]></description>
			<content:encoded><![CDATA[<p>Dear all,</p>
<p>We are glad to introduce a new library for video decoding, <strong>Vicodeo&trade;</strong>, featuring accelerated performance for faster than real-time decoding of H.264, MPEG-2 (and more) video streams &#8211; in managed environments (.NET / Java).</p>
<p>Video processing nowadays has become a computing intensive task. Being able to accelerate decoding and various processing tasks, opens the door for many types of applications and usage of video in life, from: high-quality films, security/surveillance cameras, live events, video conversations over the web and much more.</p>
<p>Our library provides many capabilities beyond real-time (+) decoding of 1080p (Full HD) streams:</p>
<ul>
<li>Codec support: H.264, MPEG-2, VC-1 and more</li>
<li>Color space conversion from YUV 4:2:0 to RGB (accelerated)</li>
<li>Integrated parser for elementary/transport streams and video packets</li>
<li>Simple integration with DirectX or OpenGL</li>
<li>Faster than real-time decoding for 1080p even on low-end platforms</li>
<li>Optional immediate decoding of frames, without buffering</li>
<li>And more!</li>
</ul>
<p>For more information: <a href="http://www.hoopoe-cloud.com/Solutions/VideoDecoding/Default.aspx">Video Decoding</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hoopoe-cloud.com/index.php/2010/05/accelerated-video-decoding-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encodeo&#8482; &#8211; Video Transcoding on Demand</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2009/12/encodeo-video-transcoding-on-demand/</link>
		<comments>http://blogs.hoopoe-cloud.com/index.php/2009/12/encodeo-video-transcoding-on-demand/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 09:59:07 +0000</pubDate>
		<dc:creator>moti_bot</dc:creator>
				<category><![CDATA[Hoopoe]]></category>
		<category><![CDATA[1080i]]></category>
		<category><![CDATA[1080p]]></category>
		<category><![CDATA[720p]]></category>
		<category><![CDATA[CDN]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[content network]]></category>
		<category><![CDATA[encode]]></category>
		<category><![CDATA[encoding]]></category>
		<category><![CDATA[F4V]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[FLV]]></category>
		<category><![CDATA[Full HD]]></category>
		<category><![CDATA[GeForce]]></category>
		<category><![CDATA[GPU]]></category>
		<category><![CDATA[H.263]]></category>
		<category><![CDATA[H.264]]></category>
		<category><![CDATA[HD]]></category>
		<category><![CDATA[M4V]]></category>
		<category><![CDATA[MOV]]></category>
		<category><![CDATA[MP4]]></category>
		<category><![CDATA[MPEG]]></category>
		<category><![CDATA[MPEG-1]]></category>
		<category><![CDATA[MPEG-2]]></category>
		<category><![CDATA[MPEG-4]]></category>
		<category><![CDATA[Quadro]]></category>
		<category><![CDATA[SD]]></category>
		<category><![CDATA[SilverLight]]></category>
		<category><![CDATA[Tesla]]></category>
		<category><![CDATA[transcode]]></category>
		<category><![CDATA[transcoding]]></category>
		<category><![CDATA[VC-1]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=166</guid>
		<description><![CDATA[We are glad to announce a new service added to Hoopoe™ for video transcoding on demand. Using the service allows users to transcode (convert) existing video files from various formats to the recent H.264 standard, at unmatched quality, speed and price. Using GPU acceleration, we can convert HD movies and beyond at least x10 faster [...]]]></description>
			<content:encoded><![CDATA[<p>We are glad to announce a new service added to Hoopoe™ for video transcoding on demand.</p>
<p>Using the service allows users to transcode (convert) existing video files from various formats to the recent H.264 standard, at unmatched quality, speed and price.</p>
<p>Using GPU acceleration, we can convert HD movies and beyond at least x10 faster compared to existing equivalents.</p>
<p>Encodeo™ is not just a video transcoding service &#8211; it is possible to define advanced parameters for the transcoding process, such as:</p>
<ul>
<li>Resolution</li>
<li>Bitrate</li>
<li>Filters / effect to apply on source video</li>
<li>and more&#8230;</li>
</ul>
<p>If you are interested to hear more about the service and potential to use it, please contact us at: <a href="mailto:support@hoopoe-cloud.com">support@hoopoe-cloud.com</a>.</p>
<p>For more information:<br />
<a href="http://www.hoopoe-cloud.com/Apps/Encodeo.aspx">http://www.hoopoe-cloud.com/Apps/Encodeo.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hoopoe-cloud.com/index.php/2009/12/encodeo-video-transcoding-on-demand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

