<?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 H.264 - issue decoding a single frame in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-issue-decoding-a-single-frame/m-p/856940#M7302</link>
    <description>Hi markiemooster, &lt;BR /&gt;&lt;BR /&gt;Jmason and Tamer's suggestionlooks right.May you try to call GetFrame() with NULL parameterto get buffered frame andlet us know how it works. &lt;BR /&gt;&lt;BR /&gt;Thereare somelong dicussions about H.264 decoder frame delay. I search one for your reference &lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=67755"&gt;http://software.intel.com/en-us/forums/showthread.php?t=67755&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 01 Apr 2010 06:39:55 GMT</pubDate>
    <dc:creator>Ying_H_Intel</dc:creator>
    <dc:date>2010-04-01T06:39:55Z</dc:date>
    <item>
      <title>H.264 - issue decoding a single frame</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-issue-decoding-a-single-frame/m-p/856937#M7299</link>
      <description>I'm trying to decode a single raw H.264 I-Frame using the H.264 decoder. I've intialised the decoder successfully, and the frame is prefixed with the SPS/PPS data.&lt;BR /&gt;&lt;BR /&gt;However, when I call decoder.GetFrame(&amp;amp;dataIn, &amp;amp;dataOut)I receive an error: UMC_ERR_NOT_ENOUGH_DATA.&lt;BR /&gt;&lt;BR /&gt;My understanding was that I-Frames were complete images. If I'm correct, then why does the decoder fail?&lt;BR /&gt;&lt;BR /&gt;Can anyone help, or suggest a workaround?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 31 Mar 2010 16:55:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-issue-decoding-a-single-frame/m-p/856937#M7299</guid>
      <dc:creator>markiemooster</dc:creator>
      <dc:date>2010-03-31T16:55:58Z</dc:date>
    </item>
    <item>
      <title>H.264 - issue decoding a single frame</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-issue-decoding-a-single-frame/m-p/856938#M7300</link>
      <description>Look in the TaskSupplier class at a method called SetDPBSize. There, depending on the level and dimensions of your H.264 data, the DPBSize will be determined. From my experience, this loosely will determine how many calls to GetFrame will take place before UMC_ERR_NOT_ENOUGH_DATA is no longer returned.&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Mar 2010 17:40:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-issue-decoding-a-single-frame/m-p/856938#M7300</guid>
      <dc:creator>jmason</dc:creator>
      <dc:date>2010-03-31T17:40:12Z</dc:date>
    </item>
    <item>
      <title>H.264 - issue decoding a single frame</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-issue-decoding-a-single-frame/m-p/856939#M7301</link>
      <description>&lt;DIV&gt;
&lt;P&gt;Hi &lt;B&gt;&lt;A rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=455199" class="basic" href="https://community.intel.com/en-us/profile/455199/"&gt;markiemooster&lt;/A&gt;,&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;/B&gt;When GetFrame() returns UMC_ERR_NOT_ENOUGH_DATA  it doesn't indeedmean an error.&lt;/P&gt;
&lt;P&gt;Please check the call for GetFrame()with NULL parameter passed, after the decoding loop in in order to get the buffered frames.&lt;/P&gt;
&lt;P&gt;Please check this usefularticle: "Getting Started with Intel IPP Unified Media Classes Sample"&lt;/P&gt;
&lt;P&gt;URL:&lt;B&gt; &lt;/B&gt;&lt;A href="http://software.intel.com/en-us/articles/getting-started-with-intel-ipp-unified-media-classes-sample/#comment-39983"&gt;&lt;B&gt;&lt;/B&gt;&lt;/A&gt;&lt;A href="http://software.intel.com/en-us/articles/getting-started-with-intel-ipp-unified-media-classes-sample/#comment-39983" target="_blank"&gt;http://software.intel.com/en-us/articles/getting-started-with-intel-ipp-unified-media-classes-sample/#comment-39983&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Also, check the UMC Reference Manual (umc-manual.pdf)-&amp;gt;&lt;B&gt;Example 4-38 H.264 Decoder Main Working Cycle.&lt;/B&gt;&lt;/P&gt;
Regards,&lt;/DIV&gt;
&lt;DIV&gt;Tamer&lt;/DIV&gt;</description>
      <pubDate>Wed, 31 Mar 2010 19:09:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-issue-decoding-a-single-frame/m-p/856939#M7301</guid>
      <dc:creator>Tamer_Assad</dc:creator>
      <dc:date>2010-03-31T19:09:00Z</dc:date>
    </item>
    <item>
      <title>H.264 - issue decoding a single frame</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-issue-decoding-a-single-frame/m-p/856940#M7302</link>
      <description>Hi markiemooster, &lt;BR /&gt;&lt;BR /&gt;Jmason and Tamer's suggestionlooks right.May you try to call GetFrame() with NULL parameterto get buffered frame andlet us know how it works. &lt;BR /&gt;&lt;BR /&gt;Thereare somelong dicussions about H.264 decoder frame delay. I search one for your reference &lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=67755"&gt;http://software.intel.com/en-us/forums/showthread.php?t=67755&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Apr 2010 06:39:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-issue-decoding-a-single-frame/m-p/856940#M7302</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2010-04-01T06:39:55Z</dc:date>
    </item>
    <item>
      <title>H.264 - issue decoding a single frame</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-issue-decoding-a-single-frame/m-p/856941#M7303</link>
      <description>&lt;P&gt;Thanks Ying and everyone else offering help. I'm still having problems.&lt;BR /&gt;&lt;BR /&gt;To clarify, I have only one I-Frame prefixed with SPS/PPS and no more data.&lt;BR /&gt;&lt;BR /&gt;I have the following code fragment and it does notexit from the do-while loop:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;// Decompress the frame&lt;/P&gt;
&lt;P&gt;UMC::Status status= m_decoder.GetFrame(&amp;amp;m_dataIn, &amp;amp;m_dataOut);&lt;/P&gt;
&lt;P&gt;// Check if decompression was successful, otherwise try again&lt;/P&gt;
&lt;P&gt;if (status != UMC::UMC_OK)&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;// Retrieve any data that has been buffered by IPP&lt;/P&gt;
&lt;P&gt;do&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;status= m_decoder.GetFrame(NULL, &amp;amp;m_dataOut);&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;while (status == UMC::UMC_ERR_NOT_ENOUGH_DATA);&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;What am I doing wrong?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2010 16:57:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-issue-decoding-a-single-frame/m-p/856941#M7303</guid>
      <dc:creator>markiemooster</dc:creator>
      <dc:date>2010-04-01T16:57:52Z</dc:date>
    </item>
    <item>
      <title>H.264 - issue decoding a single frame</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-issue-decoding-a-single-frame/m-p/856942#M7304</link>
      <description>If you are only adding one encoded H.264 frame to be decoded, then I can see why it never exits your loop. The decoder buffers decoded frames, unless you MAKE it not like I did, and so until you give it more H.264 encoded frames to decode, it is going to keep giving you the same error.&lt;BR /&gt;&lt;BR /&gt;Try overriding the value set/stored in TaskSupplier::SetDPBSize(). I have not tried overriding the stored value with 0 but it might give you the result you are looking for.&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Apr 2010 21:59:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-issue-decoding-a-single-frame/m-p/856942#M7304</guid>
      <dc:creator>jmason</dc:creator>
      <dc:date>2010-04-01T21:59:43Z</dc:date>
    </item>
    <item>
      <title>H.264 - issue decoding a single frame</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-issue-decoding-a-single-frame/m-p/856943#M7305</link>
      <description>When you receive the decoded frame, you should exit your loop since you have already got what you ask for.&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Apr 2010 15:46:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-issue-decoding-a-single-frame/m-p/856943#M7305</guid>
      <dc:creator>shyaki</dc:creator>
      <dc:date>2010-04-06T15:46:04Z</dc:date>
    </item>
    <item>
      <title>H.264 - issue decoding a single frame</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-issue-decoding-a-single-frame/m-p/856944#M7306</link>
      <description>&lt;P&gt;Thanks everyone, I managed to get this working in the end. &lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2010 08:36:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-issue-decoding-a-single-frame/m-p/856944#M7306</guid>
      <dc:creator>markiemooster</dc:creator>
      <dc:date>2010-04-07T08:36:45Z</dc:date>
    </item>
    <item>
      <title>H.264 - issue decoding a single frame</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-issue-decoding-a-single-frame/m-p/856945#M7307</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am also experiencing the same decoding problem you have mentioned for h264 decoding. &lt;BR /&gt;&lt;BR /&gt;Could you please explain how did you manage to solve the issue?&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Mar 2011 17:46:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/H-264-issue-decoding-a-single-frame/m-p/856945#M7307</guid>
      <dc:creator>ipp_test</dc:creator>
      <dc:date>2011-03-22T17:46:07Z</dc:date>
    </item>
  </channel>
</rss>

