<?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 Re: H.264 Decoder Problems in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-Decoder-Problems/m-p/902216#M12936</link>
    <description>&lt;P&gt;Hi Derek,&lt;/P&gt;
&lt;P&gt;there is comment from our expert:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It seems that this H.264 stream is corrupted. So, if you use MSVC compiler I recommend to recompile the h264_dec project with EHa option (instead of -EHsc) and fexception option for gcc. In this case IPP H.264 decoder could catch all possible exceptions and work stable.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
    <pubDate>Wed, 17 Oct 2007 20:06:32 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2007-10-17T20:06:32Z</dc:date>
    <item>
      <title>H.264 Decoder Problems</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-Decoder-Problems/m-p/902215#M12935</link>
      <description>Hello again,&lt;BR /&gt;&lt;BR /&gt;I have been doing some testing of the H.264 decoder with a stream that is being received over an unreliable medium, which can cause the stream to have a high bit error rate. In my testing I have found that this can lead to crash the H.264 decoder. I have stepped through the code to try to fix the problem and have found that most often the decoder is trying to access a reference picture that is outside the bounds of the reference picture array. I have made some modifications to do some bounds checking and some other initializations that have caused problems. After my modifications I do not experience the crash, but it sends the decoder into an infinite loop. I have attached a zip file which contains diff files for the modifications I made as well as a sample H.264 stream that will cause the errors I'm seeing. Can you suggest any better modifications to help resolve this problem? Thanks,&lt;BR /&gt;&lt;BR /&gt;Derek&lt;BR /&gt;&lt;BR /&gt;Note:&lt;BR /&gt;I'm using IPP 5.2 on WinXP SP2 and the problem can be reproduced using the sample umc_h264_dec included with IPP 5.2.&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Oct 2007 21:43:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-Decoder-Problems/m-p/902215#M12935</guid>
      <dc:creator>dchris</dc:creator>
      <dc:date>2007-10-15T21:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: H.264 Decoder Problems</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-Decoder-Problems/m-p/902216#M12936</link>
      <description>&lt;P&gt;Hi Derek,&lt;/P&gt;
&lt;P&gt;there is comment from our expert:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It seems that this H.264 stream is corrupted. So, if you use MSVC compiler I recommend to recompile the h264_dec project with EHa option (instead of -EHsc) and fexception option for gcc. In this case IPP H.264 decoder could catch all possible exceptions and work stable.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2007 20:06:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-Decoder-Problems/m-p/902216#M12936</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-10-17T20:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: H.264 Decoder Problems</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-Decoder-Problems/m-p/902217#M12937</link>
      <description>Vladimir,&lt;BR /&gt;&lt;BR /&gt;Thank you for your reply,&lt;BR /&gt;&lt;BR /&gt;I am using MSVC and I am compiling with the -EHa option. In fact I can see in the output window that there are several other exceptions being caught, but I am still seeing the decoder crash. Were you able to play the stream without it crashing? Thanks,&lt;BR /&gt;&lt;BR /&gt;Derek&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Oct 2007 20:35:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-Decoder-Problems/m-p/902217#M12937</guid>
      <dc:creator>dchris</dc:creator>
      <dc:date>2007-10-17T20:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: H.264 Decoder Problems</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-Decoder-Problems/m-p/902218#M12938</link>
      <description>Vladimir,&lt;BR /&gt;&lt;BR /&gt;As I said before, I have tried recompiling with the -EHa flag, but i continue to have errors. Have you been able to play the stream without problems? Are there are other recommendations as to how solve this problem? Thanks again,&lt;BR /&gt;&lt;BR /&gt;Derek&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Oct 2007 13:51:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-Decoder-Problems/m-p/902218#M12938</guid>
      <dc:creator>dchris</dc:creator>
      <dc:date>2007-10-26T13:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: H.264 Decoder Problems</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-Decoder-Problems/m-p/902219#M12939</link>
      <description>&lt;P&gt;Hi Derek,&lt;/P&gt;
&lt;P&gt;it seems that the best solution will be updating to IPP 5.3 version, which is coming soon. We've added additional handling of exceptional situations into H.264 decoder based on our internal testing and input from you.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2007 10:57:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-Decoder-Problems/m-p/902219#M12939</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-11-05T10:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: H.264 Decoder Problems</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-Decoder-Problems/m-p/902220#M12940</link>
      <description>Vladimir,&lt;BR /&gt;&lt;BR /&gt;Thank you for the reply and the suggestion to upgrade to 5.3 I look forward to the new version. When can we expect to see IPP 5.3?&lt;BR /&gt;&lt;BR /&gt;Derek&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Nov 2007 15:01:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-Decoder-Problems/m-p/902220#M12940</guid>
      <dc:creator>dchris</dc:creator>
      <dc:date>2007-11-05T15:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: H.264 Decoder Problems</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-Decoder-Problems/m-p/902221#M12941</link>
      <description>&lt;P&gt;Hi Derek,&lt;/P&gt;
&lt;P&gt;IPP 5.3 should be available at Q4'07, so it comes soon.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2007 02:55:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-Decoder-Problems/m-p/902221#M12941</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-11-06T02:55:00Z</dc:date>
    </item>
  </channel>
</rss>

