<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>CodeProject Latest Articles for Maxim Kartavenkov</title>
    <link>http://www.codeproject.com</link>
    <description>Latest Articles for Maxim Kartavenkov from CodeProject</description>
    <language>en-us</language>
    <image>
      <title>CodeProject Latest Articles for Maxim Kartavenkov</title>
      <url>http://www.codeproject.com/App_Themes/Std/Img/logo100x30.gif</url>
      <link>http://www.codeproject.com</link>
      <width>100</width>
      <height>30</height>
      <description>CodeProject</description>
    </image>
    <copyright>Copyright  CodeProject, 1999-2013</copyright>
    <webMaster>Webmaster@codeproject.com (Webmaster)</webMaster>
    <lastBuildDate>Sun, 19 May 2013 18:02:42 GMT</lastBuildDate>
    <ttl>20</ttl>
    <generator>C# Hand-coded goodness</generator>
    <item d3p1:type="ArticleRssItem" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Video Effects in Direct3D. Part 1</title>
      <description>Article shows how easy to make various video effects using PixelShaders in Direct3D.</description>
      <link>http://www.codeproject.com/Articles/495631/Video-Effects-in-Direct3D-Part-1</link>
      <author>Maxim Kartavenkov</author>
      <category>C#</category>
      <category>Windows</category>
      <category>DirectX</category>
      <category>Dev</category>
      <category>COM</category>
      <category>Intermediate</category>
      <category>Video</category>
      <category>directshow</category>
      <pubDate>Tue, 20 Nov 2012 11:13:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/495631/Video-Effects-in-Direct3D-Part-1</guid>
      <article-type>Article</article-type>
      <updated>Tue, 20 Nov 2012 11:13:00 GMT</updated>
      <views>3922</views>
      <rating>5</rating>
      <popularity>3.49</popularity>
      <votes>5</votes>
      <bookmarks>18</bookmarks>
      <downloads>565</downloads>
    </item>
    <item d3p1:type="ArticleRssItem" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Pure .NET DirectShow Filters in C#</title>
      <description>Article describes how to make DirectShow Filters in .NET, it consist of BaseClasses and couple of samples</description>
      <link>http://www.codeproject.com/Articles/421167/Pure-NET-DirectShow-Filters-in-Csharp</link>
      <author>Maxim Kartavenkov</author>
      <category>C#</category>
      <category>Windows</category>
      <category>DirectX</category>
      <category>Dev</category>
      <category>COM</category>
      <category>ActiveX</category>
      <category>Video</category>
      <category>directshow</category>
      <category>PInvoke</category>
      <pubDate>Fri, 13 Jul 2012 20:09:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/421167/Pure-NET-DirectShow-Filters-in-Csharp</guid>
      <article-type>Article</article-type>
      <updated>Sat, 13 Oct 2012 15:14:00 GMT</updated>
      <views>41442</views>
      <rating>4.99</rating>
      <popularity>8.34</popularity>
      <votes>47</votes>
      <bookmarks>99</bookmarks>
      <downloads>8007</downloads>
    </item>
    <item d3p1:type="ArticleRssItem" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>DirectShow Virtual Video Capture Source Filter in C#</title>
      <description>Articles describes how to create virtual video capture source directshow filter in pure C#</description>
      <link>http://www.codeproject.com/Articles/437617/DirectShow-Virtual-Video-Capture-Source-Filter-in</link>
      <author>Maxim Kartavenkov</author>
      <category>C#</category>
      <category>Windows</category>
      <category>.NET</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <category>Threading</category>
      <category>ActiveX</category>
      <category>Video</category>
      <category>directshow</category>
      <pubDate>Thu, 09 Aug 2012 15:45:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/437617/DirectShow-Virtual-Video-Capture-Source-Filter-in</guid>
      <article-type>Article</article-type>
      <updated>Sat, 13 Oct 2012 15:14:00 GMT</updated>
      <views>27382</views>
      <rating>5</rating>
      <popularity>5</popularity>
      <votes>10</votes>
      <bookmarks>44</bookmarks>
      <downloads>4700</downloads>
    </item>
    <item d3p1:type="ArticleRssItem" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Writing DirectShow Demultiplexors in C#. Part 2 - AVI File Source example</title>
      <description>Article describes basic tasks for implementing your own File Source DirectShow filters.</description>
      <link>http://www.codeproject.com/Articles/472299/Writing-DirectShow-Demultiplexors-in-Csharp-Part-2</link>
      <author>Maxim Kartavenkov</author>
      <category>C#</category>
      <category>Windows</category>
      <category>DirectX</category>
      <category>Dev</category>
      <category>COM</category>
      <category>Intermediate</category>
      <category>Threading</category>
      <category>ActiveX</category>
      <category>Video</category>
      <category>directshow</category>
      <category>PInvoke</category>
      <pubDate>Sat, 13 Oct 2012 14:31:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/472299/Writing-DirectShow-Demultiplexors-in-Csharp-Part-2</guid>
      <article-type>Article</article-type>
      <updated>Sat, 13 Oct 2012 14:31:00 GMT</updated>
      <views>4594</views>
      <rating>5</rating>
      <popularity>3.01</popularity>
      <votes>4</votes>
      <bookmarks>13</bookmarks>
      <downloads>443</downloads>
    </item>
    <item d3p1:type="ArticleRssItem" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Writing DirectShow Demultiplexors in C#. Part 1 - Windows Media Splitter example.</title>
      <description>Article describes basic task which are requre to solve for developing your own DirectShow Splitter filters.</description>
      <link>http://www.codeproject.com/Articles/471968/Writing-DirectShow-Demultiplexors-in-Csharp-Part-1</link>
      <author>Maxim Kartavenkov</author>
      <category>C#</category>
      <category>Windows</category>
      <category>.NET</category>
      <category>DirectX</category>
      <category>Dev</category>
      <category>COM</category>
      <category>Intermediate</category>
      <category>Threading</category>
      <category>ActiveX</category>
      <category>Video</category>
      <category>directshow</category>
      <category>PInvoke</category>
      <category>Multimedia</category>
      <pubDate>Mon, 08 Oct 2012 09:32:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/471968/Writing-DirectShow-Demultiplexors-in-Csharp-Part-1</guid>
      <article-type>Article</article-type>
      <updated>Mon, 08 Oct 2012 09:32:00 GMT</updated>
      <views>3327</views>
      <rating>5</rating>
      <popularity>3.89</popularity>
      <votes>6</votes>
      <bookmarks>12</bookmarks>
      <downloads>467</downloads>
    </item>
    <item d3p1:type="ArticleRssItem" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>H.264 CUDA Encoder DirectShow Filter in C#</title>
      <description>Article describes how to make H.264 Video Encoder DirectShow Filter using NVIDIA encoder API in C#</description>
      <link>http://www.codeproject.com/Articles/421869/H-264-CUDA-Encoder-DirectShow-Filter-in-Csharp</link>
      <author>Maxim Kartavenkov</author>
      <category>C#</category>
      <category>Windows</category>
      <category>DirectX</category>
      <category>Dev</category>
      <category>COM</category>
      <category>Threading</category>
      <category>ActiveX</category>
      <category>Video</category>
      <category>directshow</category>
      <pubDate>Mon, 16 Jul 2012 11:11:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/421869/H-264-CUDA-Encoder-DirectShow-Filter-in-Csharp</guid>
      <article-type>Article</article-type>
      <updated>Mon, 16 Jul 2012 11:11:00 GMT</updated>
      <views>17377</views>
      <rating>5</rating>
      <popularity>6.81</popularity>
      <votes>23</votes>
      <bookmarks>40</bookmarks>
      <downloads>2687</downloads>
    </item>
    <item d3p1:type="ArticleRssItem" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>EVR Presenter in pure C# with Direct3D Video Rendering</title>
      <description>Articles describes how to make pure C# rendering video on EVR with custom presenter over Direct3D in .NET </description>
      <link>http://www.codeproject.com/Articles/419286/EVR-Presenter-in-pure-Csharp-with-Direct3D-Video-R</link>
      <author>Maxim Kartavenkov</author>
      <category>C#</category>
      <category>Windows</category>
      <category>DirectX</category>
      <category>Dev</category>
      <category>COM</category>
      <category>Advanced</category>
      <category>Threading</category>
      <category>Video</category>
      <category>directshow</category>
      <category>PInvoke</category>
      <pubDate>Wed, 11 Jul 2012 10:56:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/419286/EVR-Presenter-in-pure-Csharp-with-Direct3D-Video-R</guid>
      <article-type>Article</article-type>
      <updated>Thu, 12 Jul 2012 09:08:00 GMT</updated>
      <views>7994</views>
      <rating>5</rating>
      <popularity>3.49</popularity>
      <votes>5</votes>
      <bookmarks>13</bookmarks>
      <downloads>802</downloads>
    </item>
    <item d3p1:type="ArticleRssItem" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>VMR9 Allocator Presenter in C# with Direct3D Video Rendering</title>
      <description>Articles describes how to make pure C# rendering video on VMR9 with custom allocator presenter over Direct3D in .NET </description>
      <link>http://www.codeproject.com/Articles/418731/VMR9-Allocator-Presenter-in-Csharp-with-Direct3D-V</link>
      <author>Maxim Kartavenkov</author>
      <category>C#</category>
      <category>Windows</category>
      <category>DirectX</category>
      <category>Dev</category>
      <category>COM</category>
      <category>Intermediate</category>
      <category>Video</category>
      <category>directshow</category>
      <category>PInvoke</category>
      <pubDate>Tue, 10 Jul 2012 12:45:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/418731/VMR9-Allocator-Presenter-in-Csharp-with-Direct3D-V</guid>
      <article-type>Article</article-type>
      <updated>Tue, 10 Jul 2012 12:45:00 GMT</updated>
      <views>5623</views>
      <rating>5</rating>
      <popularity>3.01</popularity>
      <votes>4</votes>
      <bookmarks>6</bookmarks>
      <downloads>873</downloads>
    </item>
  </channel>
</rss>