<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Cannot Instantiate H264Decoder in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Cannot-Instantiate-H264Decoder/m-p/917663#M15319</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;I am using Intel H264 Codec for video conference application.&lt;/P&gt;
&lt;P&gt;I can successfully encode the frames, i have problem in using H264VideoDecoder class. My application is getting crashed while instantiating this class.&lt;/P&gt;
&lt;P&gt;VideoDecoder *p_vidDecoder;&lt;/P&gt;
&lt;P&gt;p_vidDecoder = new H264VideoDecoder;&lt;/P&gt;
&lt;P&gt;When i debugged this class inside VC++ .NET, the constructor of H264VideoDecoder class is getting crashed while initialising ColorConversionParams class.&lt;/P&gt;
&lt;P&gt;If does anybody has encountered this problem or anybody know the cause for this problem. Please reply to this message.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Anand&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jul 2006 10:14:12 GMT</pubDate>
    <dc:creator>ghanand</dc:creator>
    <dc:date>2006-07-18T10:14:12Z</dc:date>
    <item>
      <title>Cannot Instantiate H264Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Cannot-Instantiate-H264Decoder/m-p/917663#M15319</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;I am using Intel H264 Codec for video conference application.&lt;/P&gt;
&lt;P&gt;I can successfully encode the frames, i have problem in using H264VideoDecoder class. My application is getting crashed while instantiating this class.&lt;/P&gt;
&lt;P&gt;VideoDecoder *p_vidDecoder;&lt;/P&gt;
&lt;P&gt;p_vidDecoder = new H264VideoDecoder;&lt;/P&gt;
&lt;P&gt;When i debugged this class inside VC++ .NET, the constructor of H264VideoDecoder class is getting crashed while initialising ColorConversionParams class.&lt;/P&gt;
&lt;P&gt;If does anybody has encountered this problem or anybody know the cause for this problem. Please reply to this message.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Anand&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2006 10:14:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Cannot-Instantiate-H264Decoder/m-p/917663#M15319</guid>
      <dc:creator>ghanand</dc:creator>
      <dc:date>2006-07-18T10:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Instantiate H264Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Cannot-Instantiate-H264Decoder/m-p/917664#M15320</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Exactly it is getting crashed in ColorConversionInfo class inside reset() function&lt;/P&gt;
&lt;P&gt;void Reset(void)&lt;BR /&gt; {&lt;BR /&gt; FormatSource = NONE;&lt;BR /&gt; FormatDest = NONE;&lt;BR /&gt; memset(&amp;amp;SizeSource, 0, sizeof(SizeSource));&lt;BR /&gt;&lt;FONT color="#ff0000"&gt; memset(&amp;amp;SizeDest, 0, sizeof(SizeDest));&lt;BR /&gt;&lt;/FONT&gt; memset(&amp;amp;SrcCropRect, 0, sizeof(SrcCropRect));&lt;BR /&gt;memset(&amp;amp;SrcFmtConsts, 0, sizeof(SrcFmtConsts));&lt;BR /&gt; memset(&amp;amp;DstFmtConsts, 0, sizeof(DstFmtConsts));&lt;BR /&gt; lInterpolation = 0;&lt;BR /&gt; lFlags = 0;&lt;BR /&gt; lDeinterlace = 0;&lt;BR /&gt; }&lt;/P&gt;
&lt;P&gt;The error is "Access violation".&lt;/P&gt;
&lt;P&gt;Please help me.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Anand&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2006 10:32:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Cannot-Instantiate-H264Decoder/m-p/917664#M15320</guid>
      <dc:creator>ghanand</dc:creator>
      <dc:date>2006-07-18T10:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Instantiate H264Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Cannot-Instantiate-H264Decoder/m-p/917665#M15321</link>
      <description>&lt;P&gt;Could you please check IPP media sample, it demonstrates how to use UMC classes to build media player (including H.264 video decoder)&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2006 03:06:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Cannot-Instantiate-H264Decoder/m-p/917665#M15321</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-08-01T03:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Instantiate H264Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Cannot-Instantiate-H264Decoder/m-p/917666#M15322</link>
      <description>&lt;P&gt;HiVladimir,&lt;/P&gt;
&lt;P&gt;Thanks for the response.&lt;/P&gt;
&lt;P&gt;I have solved the aboveproblem, this problem was coming because of some shared data types between H264 encoder and decoder.&lt;/P&gt;
&lt;P&gt;Since i include bothe the encoder and decoder into one workspace there are lot of similar data types between decoder and encoder.&lt;/P&gt;
&lt;P&gt;I had to rename the name space as suggested by you in the other thread.&lt;/P&gt;
&lt;P&gt;Now, i am facing problem while decoding the frames. The GetFramefunction returns with an error number -996(not enough data).&lt;/P&gt;
&lt;P&gt;I am attaching the source code with this mail, plese look into the code and please suggest me what is wrong with my code.&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Anand&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2006 17:11:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Cannot-Instantiate-H264Decoder/m-p/917666#M15322</guid>
      <dc:creator>ghanand</dc:creator>
      <dc:date>2006-08-01T17:11:20Z</dc:date>
    </item>
  </channel>
</rss>

