<?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: MPEG2 Decoder Sample BUG ?!?! in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/MPEG2-Decoder-Sample-BUG/m-p/992049#M22455</link>
    <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;yes you are right, it is still old version. The new sample will be released as a part of IPP v5.0 beta,the releaseis targeted to this summer.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;</description>
    <pubDate>Fri, 13 May 2005 23:38:27 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2005-05-13T23:38:27Z</dc:date>
    <item>
      <title>MPEG2 Decoder Sample BUG ?!?!</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/MPEG2-Decoder-Sample-BUG/m-p/992045#M22451</link>
      <description>&lt;DIV&gt;Hi everyone and sorry my english.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I'm testing the MPEG2Decoder IPP app. and I have found a bug with the files longer thant 1GB aprox. Well, the problem is in the bitstream.c, when the MapViewOfFile file on the BitstreamOpen function. When it fails it tryes to map it in blocks of 188 MB but only map one bloc. When this block finish no other block of the source file is mapped and the decoder finish.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Has everybody found any solution to this problem?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;It is very easy to reproduce, changing the 188 MB of PORTION_SIZE by 2 MB (for example) the app. only map 2MB of the source file.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;There are functions in the bitstream.c that allow to unmap and map a new block, but they never are called...&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks a lot&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Apr 2005 21:32:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/MPEG2-Decoder-Sample-BUG/m-p/992045#M22451</guid>
      <dc:creator>carles_b</dc:creator>
      <dc:date>2005-04-20T21:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: MPEG2 Decoder Sample BUG ?!?!</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/MPEG2-Decoder-Sample-BUG/m-p/992046#M22452</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I also encountered several bugs in MPEG-2 decoder sample.&lt;BR /&gt;- the splitter is buggy. It may miss slices, because it reads data blocks, and cannot find slice start codes when they are across data blocks borders.&lt;BR /&gt;- some variables are not initialized, some functions don't return values whereas they should.&lt;BR /&gt;- P-field macroblock 4:2:0 decoding is not compliant (syntax issue in reading 'field_motion_type'), and may cause some video streams to crash the decoder.&lt;BR /&gt;- B-field and B-frame 4:2:0: same syntax issue. Also typos for B-field in some calls to ippiMC16x16B_8u_C1, ippiMC16x8_8u_C1, ippiMC8x4_8u_C1 lead to bad image reconstructions.&lt;BR /&gt;- I also noticed chroma reconstruction issues, but did not investigate further.&lt;BR /&gt;&lt;BR /&gt;The official answer from Intel is: 'this code is not supported'.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jerome.</description>
      <pubDate>Mon, 25 Apr 2005 22:43:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/MPEG2-Decoder-Sample-BUG/m-p/992046#M22452</guid>
      <dc:creator>JeromeDev</dc:creator>
      <dc:date>2005-04-25T22:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: MPEG2 Decoder Sample BUG ?!?!</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/MPEG2-Decoder-Sample-BUG/m-p/992047#M22453</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;we are going to renew this sample in the IPP v5.0 beta, which is coming soon.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thank you for reporting this issue&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Apr 2005 17:44:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/MPEG2-Decoder-Sample-BUG/m-p/992047#M22453</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-04-28T17:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: MPEG2 Decoder Sample BUG ?!?!</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/MPEG2-Decoder-Sample-BUG/m-p/992048#M22454</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;Hi, I also have crashes with some certain MPEG streams. I downloaded the sample yesterday so probably it's still the old version? When will the new sample be available? Will there be a sample without DirectShow where I can just input the PES-Videopackets as received from DVB and where the output is something like RGB frames? Thanks and best regards, Johannes</description>
      <pubDate>Thu, 12 May 2005 19:09:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/MPEG2-Decoder-Sample-BUG/m-p/992048#M22454</guid>
      <dc:creator>gelbaerchen</dc:creator>
      <dc:date>2005-05-12T19:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: MPEG2 Decoder Sample BUG ?!?!</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/MPEG2-Decoder-Sample-BUG/m-p/992049#M22455</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;yes you are right, it is still old version. The new sample will be released as a part of IPP v5.0 beta,the releaseis targeted to this summer.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 May 2005 23:38:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/MPEG2-Decoder-Sample-BUG/m-p/992049#M22455</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-05-13T23:38:27Z</dc:date>
    </item>
  </channel>
</rss>

