<?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: problems with MPEG2 decoder sample in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/problems-with-MPEG2-decoder-sample/m-p/877726#M9773</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
If simple_player is able to decode this MPG file and your application (which reads the file by chunks and supply chunks to IPP decoder) can't the reason might be in the way you splt file to chunks. IPP decoder expect complete compressed frame is available in MediaData in parameter. You may need to accumulate UDP packets untill get complete compressed frame, for example, by looking the next picture start code)&lt;BR /&gt;&lt;BR /&gt;Vladimir&lt;BR /&gt;</description>
    <pubDate>Mon, 23 Mar 2009 17:26:49 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2009-03-23T17:26:49Z</dc:date>
    <item>
      <title>problems with MPEG2 decoder sample</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/problems-with-MPEG2-decoder-sample/m-p/877723#M9770</link>
      <description>Dear IPP experts, especially those of you with experience using the IPP&lt;BR /&gt;MPEG2 decoder.&lt;BR /&gt;&lt;BR /&gt;I had good success using the IPP MPEG2 decoder (from the 5.1 samples) to&lt;BR /&gt;decode an MPEG2 stream from a frame grabber.&lt;BR /&gt;Recently I tried to use the same decoder to decode a different MPEG2 stream&lt;BR /&gt;which arrives in UDP packets. The resultant decoded video has what I would&lt;BR /&gt;call decoding artifacts in the form of quite a few areas of 8X8 or 16X16&lt;BR /&gt;pixels which are either all the same color, or simple decoded wrong.&lt;BR /&gt;Sometimes these squares appear randomly in the image, sometimes they are&lt;BR /&gt;adjacent to other squares of similar characteristics.&lt;BR /&gt;&lt;BR /&gt;I wonder if anyone else has had similar experience with the MPEG2 decoder,&lt;BR /&gt;and if so how they solved the problem. I can provide an mpg file with the&lt;BR /&gt;video recorded. Other players (VLC) can show that mpg file just fine.&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Mar 2009 21:18:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/problems-with-MPEG2-decoder-sample/m-p/877723#M9770</guid>
      <dc:creator>petemoss</dc:creator>
      <dc:date>2009-03-18T21:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: problems with MPEG2 decoder sample</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/problems-with-MPEG2-decoder-sample/m-p/877724#M9771</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
What application do you use to decode this MPEG2 stream? Is it UMC simple_player application or it is something developed by you and adopted to receive UPD packets?&lt;BR /&gt;&lt;BR /&gt;Vladimir&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Mar 2009 15:49:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/problems-with-MPEG2-decoder-sample/m-p/877724#M9771</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-03-19T15:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: problems with MPEG2 decoder sample</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/problems-with-MPEG2-decoder-sample/m-p/877725#M9772</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336498"&gt;Vladimir Dudnik (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; What application do you use to decode this MPEG2 stream? Is it UMC simple_player application or it is something developed by you and adopted to receive UPD packets?&lt;BR /&gt;&lt;BR /&gt;Vladimir&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;It is my application using MPEG2VideoDecoder declared in the umc_mpeg2_dec.h file from the samples.&lt;BR /&gt;The UDP part has nothing to do with it, as I get the same results when I open the mpg file and read chunks of it into the decoder.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Mar 2009 16:01:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/problems-with-MPEG2-decoder-sample/m-p/877725#M9772</guid>
      <dc:creator>petemoss</dc:creator>
      <dc:date>2009-03-20T16:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: problems with MPEG2 decoder sample</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/problems-with-MPEG2-decoder-sample/m-p/877726#M9773</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
If simple_player is able to decode this MPG file and your application (which reads the file by chunks and supply chunks to IPP decoder) can't the reason might be in the way you splt file to chunks. IPP decoder expect complete compressed frame is available in MediaData in parameter. You may need to accumulate UDP packets untill get complete compressed frame, for example, by looking the next picture start code)&lt;BR /&gt;&lt;BR /&gt;Vladimir&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Mar 2009 17:26:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/problems-with-MPEG2-decoder-sample/m-p/877726#M9773</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-03-23T17:26:49Z</dc:date>
    </item>
  </channel>
</rss>

