<?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 H264 Decoder Problem in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/H264-Decoder-Problem/m-p/974741#M20861</link>
    <description>&lt;P&gt;Hellow, I have trouble with H264 Decoder.&lt;/P&gt;
&lt;P&gt;I decoded H.264 HD(1920x1080) and SD(720x480) mutually.&lt;/P&gt;
&lt;P&gt;For changin decoding parameter(resolution etc)&amp;nbsp;dynamically, I used UMC::H264VideoDecoder.Init .&lt;/P&gt;
&lt;P&gt;But&amp;nbsp;keep to change&amp;nbsp; in 3 minute, access violation happen in UMC::H264VideoDecoder !!&lt;/P&gt;
&lt;P&gt;Access violation happen in RefreshCABACBits (umc_h264_bitstream_inlines.h line 313.&lt;/P&gt;
&lt;P&gt;I think access violation cause by the function's paramter two (m_pMagicBits) is NULL.&lt;/P&gt;
&lt;P&gt;How can I fix that's ?&lt;/P&gt;
&lt;P&gt;I used Inte IPP 8.0 and w_ipp_samples_p_7.1.1.013&lt;/P&gt;
&lt;P&gt;And execution enviroment is&lt;/P&gt;
&lt;P&gt;OS: Windows 7 SP1,&lt;/P&gt;
&lt;P&gt;CPU:Core i7-3770&amp;nbsp;@ 3.40GHz&lt;/P&gt;
&lt;P&gt;RAM:4.00 GB&lt;/P&gt;
&lt;P&gt;I attached call stack.&lt;/P&gt;
&lt;P&gt;Please advise to me.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Apr 2014 00:56:55 GMT</pubDate>
    <dc:creator>Atsushi_S_</dc:creator>
    <dc:date>2014-04-09T00:56:55Z</dc:date>
    <item>
      <title>H264 Decoder Problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/H264-Decoder-Problem/m-p/974741#M20861</link>
      <description>&lt;P&gt;Hellow, I have trouble with H264 Decoder.&lt;/P&gt;
&lt;P&gt;I decoded H.264 HD(1920x1080) and SD(720x480) mutually.&lt;/P&gt;
&lt;P&gt;For changin decoding parameter(resolution etc)&amp;nbsp;dynamically, I used UMC::H264VideoDecoder.Init .&lt;/P&gt;
&lt;P&gt;But&amp;nbsp;keep to change&amp;nbsp; in 3 minute, access violation happen in UMC::H264VideoDecoder !!&lt;/P&gt;
&lt;P&gt;Access violation happen in RefreshCABACBits (umc_h264_bitstream_inlines.h line 313.&lt;/P&gt;
&lt;P&gt;I think access violation cause by the function's paramter two (m_pMagicBits) is NULL.&lt;/P&gt;
&lt;P&gt;How can I fix that's ?&lt;/P&gt;
&lt;P&gt;I used Inte IPP 8.0 and w_ipp_samples_p_7.1.1.013&lt;/P&gt;
&lt;P&gt;And execution enviroment is&lt;/P&gt;
&lt;P&gt;OS: Windows 7 SP1,&lt;/P&gt;
&lt;P&gt;CPU:Core i7-3770&amp;nbsp;@ 3.40GHz&lt;/P&gt;
&lt;P&gt;RAM:4.00 GB&lt;/P&gt;
&lt;P&gt;I attached call stack.&lt;/P&gt;
&lt;P&gt;Please advise to me.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2014 00:56:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/H264-Decoder-Problem/m-p/974741#M20861</guid>
      <dc:creator>Atsushi_S_</dc:creator>
      <dc:date>2014-04-09T00:56:55Z</dc:date>
    </item>
    <item>
      <title>Hi!</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/H264-Decoder-Problem/m-p/974742#M20862</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;

&lt;P&gt;As you can see&amp;nbsp;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;"&gt;&amp;nbsp;UMC::H264VideoDecoder class is a part of UMC namespace.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;"&gt;UMC library is deprecated now.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;"&gt;So, If your problem is linked with some kind of bug inside UMC - this bug will not be fixed by Intel.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;The set of examples you are using now, was designed for IPP 7.1 not IPP 8.0.&lt;/P&gt;

&lt;P&gt;I'm not sure if this set of samples is possible to compile with IPP 8.0, but if you will get IPP 7.1, and compile simple_player sample, this will work correctly with MP4 files with H264 video track inside. However not all MP4 files are playable with this sample due to UMC MP4 file splitter. I tested this sample with MP4 files, produced via Adobe LightRoom.&lt;/P&gt;

&lt;P&gt;One of possible solution of your problem can be Intel Media SDK. In case of H264 video - it's absolutely free of charge. And it has full support from Intel.&lt;/P&gt;

&lt;P&gt;I tested "Full Transcoding Sample" for Intel Media SDK 2014, it works correctly.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Roman&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2014 04:49:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/H264-Decoder-Problem/m-p/974742#M20862</guid>
      <dc:creator>Roman_T_</dc:creator>
      <dc:date>2014-04-09T04:49:04Z</dc:date>
    </item>
  </channel>
</rss>

