<?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 Hi, I thought the MediaSDK in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Extra-data-in-SPS/m-p/1034679#M23741</link>
    <description>&lt;P&gt;Hi, I thought the MediaSDK had the software codec that supports the system without hardware acceleration, but I not expert on this. I suggest you to put the MediaSDK related question here: &lt;A href="https://software.intel.com/en-us/forums/intel-media-sdk" target="_blank"&gt;https://software.intel.com/en-us/forums/intel-media-sdk&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;so, experts there can provide some suggestion.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
	Chao&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Mar 2015 02:57:18 GMT</pubDate>
    <dc:creator>Chao_Y_Intel</dc:creator>
    <dc:date>2015-03-06T02:57:18Z</dc:date>
    <item>
      <title>Extra data in SPS?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Extra-data-in-SPS/m-p/1034676#M23738</link>
      <description>&lt;P&gt;I'm working with a DynaColor H264 camera (using IPP to write a decoder). I'm playing games with the max_frame_buffering value to minimize latency. This requires that I unpack and repack the SPS. But (unless I'm making a dumb mistake) there seem to be 2 extra values at the end of this camera's SPS. I get 25 bytes (the '54' is the last one).&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;unsigned&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000" size="2"&gt; &lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;char&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT color="#000000"&gt; src[256] = {&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;0x4d, 0x60, 0x1f, 0x8d, 0x68, 0x0c, 0x81, 0x37, 0xe5, 0xc0,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;0x5b, 0x20, 0x00, 0x00, 0x03, 0x00, 0x20, 0x00, 0x00, 0x03, &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;0x00, 0xa1, 0xe2, 0x84, 0x54, 0x00, 0x00, 0x00, 0x00, 0x00&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;};&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;If you actually do the decoding of this data it looks to me like it should end with 0x84 0x40, not 84 54&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;The 84 40 is basically a max_frames values of 7 - part of the VUI parameters - the last value in the SPS (i think) which is spreaed over the 2 bytes and it should (i think) be followed by a '1' bit to end the SPS stream (the 40).&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;The '54' seems to imply that the '7' is followed by a '0' and a '1' encoded value and then the 1 bit to end the stream. If I change the 54 to a 40 which should leave a legally formatted SPS the video wont play (even though I traced my decoder code and it never looks at the 'extra' values). Its very strange. Any thoughts?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 19:42:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Extra-data-in-SPS/m-p/1034676#M23738</guid>
      <dc:creator>acc3141</dc:creator>
      <dc:date>2015-03-04T19:42:55Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Extra-data-in-SPS/m-p/1034677#M23739</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Thanks for checking this.&amp;nbsp; You may notice the H.264 sample code in the IPP is legacy now, and they are not maintained anymore.&lt;/P&gt;

&lt;P&gt;Have you got the chance to check Intel media SDK product?&amp;nbsp; For media codec, users are recommended to check this product.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
	Chao&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 05:57:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Extra-data-in-SPS/m-p/1034677#M23739</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2015-03-05T05:57:43Z</dc:date>
    </item>
    <item>
      <title>I did look at the Media SDK</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Extra-data-in-SPS/m-p/1034678#M23740</link>
      <description>&lt;P&gt;I did look at the Media SDK and it does include a generally nice H264 decoder which was more effieicnt and MUCH smaller than the IPP version. The problem was we needed compatability with XP systems (embedded) and as I recall that code only generated NV12 output which was fine for Win7 or later but was not compatible with the XP rendereres. I spent some time trying to figure out how to change the output media type to YUY2 (it kind of looked like it should be possible) but I was apparently not smart enough...&amp;nbsp; Also we played some games to decrease the latency of the IPP version significantly (threading, buffer counts, etc).&lt;/P&gt;
&lt;P&gt;Do you know if its possible to generate YUY2 from the SDK version?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 22:30:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Extra-data-in-SPS/m-p/1034678#M23740</guid>
      <dc:creator>acc3141</dc:creator>
      <dc:date>2015-03-05T22:30:53Z</dc:date>
    </item>
    <item>
      <title>Hi, I thought the MediaSDK</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Extra-data-in-SPS/m-p/1034679#M23741</link>
      <description>&lt;P&gt;Hi, I thought the MediaSDK had the software codec that supports the system without hardware acceleration, but I not expert on this. I suggest you to put the MediaSDK related question here: &lt;A href="https://software.intel.com/en-us/forums/intel-media-sdk" target="_blank"&gt;https://software.intel.com/en-us/forums/intel-media-sdk&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;so, experts there can provide some suggestion.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
	Chao&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2015 02:57:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Extra-data-in-SPS/m-p/1034679#M23741</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2015-03-06T02:57:18Z</dc:date>
    </item>
  </channel>
</rss>

