<?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: Questions about H.264 Decoder on Media samples in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Questions-about-H-264-Decoder-on-Media-samples/m-p/913631#M14679</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;there is comment from our expert:&lt;/P&gt;&lt;FONT color="#000080" size="2"&gt;
&lt;P&gt;There is internal buffer which called DPB (Decoded Picture Buffer). By standard, decoder couldnt return frame until DPB is full enough (Its needed for correct reordering frames process). So, when there are empty slots in DPB GetFrame function returns &lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#000080" size="2"&gt;UMC_NOT_ENOUGH_DATA. When DPB is full enough GetFrame return UMC_OK and you can use returned frame.&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#000080" size="2"&gt;
&lt;P&gt;For using H.264 decoder in video conference applications its recommended to manually adjust DPB buffer size.&lt;/P&gt;
&lt;P&gt;Size of DPB depends from level_idc (IPP H.264 encoder parameter) and pictures size. &lt;/P&gt;
&lt;P&gt;For example, picture size is 320x280. When you set level_idc to 30 then DPB size will be ~12 frames. In this case, decoder could return first frame to application only after its received and decode 12 frames. As result, long delay occurs. When you set level_idc to 10, then DPB size will be ~1-2 frames and delay will be short.&lt;/P&gt;&lt;/FONT&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
    <pubDate>Tue, 22 Aug 2006 03:25:04 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2006-08-22T03:25:04Z</dc:date>
    <item>
      <title>Questions about H.264 Decoder on Media samples</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Questions-about-H-264-Decoder-on-Media-samples/m-p/913629#M14677</link>
      <description>&lt;P&gt;Hi.&lt;BR /&gt;I develop the video conferencing server(support RTP/RTCP)using h.264 codec(on IPP media samples)&lt;BR /&gt;And I've tested CounterPath eyeBeam on client side. (They support h.264 codec)&lt;BR /&gt;But I've some problem.&lt;BR /&gt;I can seethe opponent's video with about 1200~1500ms delay.&lt;BR /&gt;So I've checked my application. But I cannot find any problem.&lt;BR /&gt;I think thath.264 decoderdo not outputdecoded frame immediately.&lt;BR /&gt;How to I get the decoded frame immediately?&lt;/P&gt;
&lt;P&gt;Best Regards.&lt;/P&gt;
&lt;P&gt;Development Environments :&lt;BR /&gt;Redhat Linux AS4, Intel Damascus(ATCA SBC), gcc&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2006 17:10:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Questions-about-H-264-Decoder-on-Media-samples/m-p/913629#M14677</guid>
      <dc:creator>fornety</dc:creator>
      <dc:date>2006-08-18T17:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about H.264 Decoder on Media samples</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Questions-about-H-264-Decoder-on-Media-samples/m-p/913630#M14678</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;according standard, H.264 decoder can keep up to 16 frames, as they might be used for prediction.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Sat, 19 Aug 2006 02:41:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Questions-about-H-264-Decoder-on-Media-samples/m-p/913630#M14678</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-08-19T02:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about H.264 Decoder on Media samples</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Questions-about-H-264-Decoder-on-Media-samples/m-p/913631#M14679</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;there is comment from our expert:&lt;/P&gt;&lt;FONT color="#000080" size="2"&gt;
&lt;P&gt;There is internal buffer which called DPB (Decoded Picture Buffer). By standard, decoder couldnt return frame until DPB is full enough (Its needed for correct reordering frames process). So, when there are empty slots in DPB GetFrame function returns &lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#000080" size="2"&gt;UMC_NOT_ENOUGH_DATA. When DPB is full enough GetFrame return UMC_OK and you can use returned frame.&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#000080" size="2"&gt;
&lt;P&gt;For using H.264 decoder in video conference applications its recommended to manually adjust DPB buffer size.&lt;/P&gt;
&lt;P&gt;Size of DPB depends from level_idc (IPP H.264 encoder parameter) and pictures size. &lt;/P&gt;
&lt;P&gt;For example, picture size is 320x280. When you set level_idc to 30 then DPB size will be ~12 frames. In this case, decoder could return first frame to application only after its received and decode 12 frames. As result, long delay occurs. When you set level_idc to 10, then DPB size will be ~1-2 frames and delay will be short.&lt;/P&gt;&lt;/FONT&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2006 03:25:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Questions-about-H-264-Decoder-on-Media-samples/m-p/913631#M14679</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-08-22T03:25:04Z</dc:date>
    </item>
  </channel>
</rss>

