<?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>i.MX Processorsのトピックh.264 decoding + VPU</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/h-264-decoding-VPU/m-p/235622#M18638</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm able to compile and run the test program mxc_vpu_test on an iMX53 with the following type of videos:&lt;/P&gt;&lt;P&gt;- MPEG sequence, v4, video, simple @ L3&lt;/P&gt;&lt;P&gt;- JVT NAL sequence, H.264 video, baseline @ L 32&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But with those formats, I can't:&lt;/P&gt;&lt;P&gt;- ISO Media, MPEG v4 system, version 2&lt;/P&gt;&lt;P&gt;- ISO Media, MPEG v4 system, version 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program returns the error RETCODE_FAILURE = -1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So first of all, is it possible to decode those type of videos with the VPU ? And if yes, how can I modify the test program in order to do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated! Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Aug 2013 00:05:27 GMT</pubDate>
    <dc:creator>tibowcc</dc:creator>
    <dc:date>2013-08-02T00:05:27Z</dc:date>
    <item>
      <title>h.264 decoding + VPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/h-264-decoding-VPU/m-p/235622#M18638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm able to compile and run the test program mxc_vpu_test on an iMX53 with the following type of videos:&lt;/P&gt;&lt;P&gt;- MPEG sequence, v4, video, simple @ L3&lt;/P&gt;&lt;P&gt;- JVT NAL sequence, H.264 video, baseline @ L 32&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But with those formats, I can't:&lt;/P&gt;&lt;P&gt;- ISO Media, MPEG v4 system, version 2&lt;/P&gt;&lt;P&gt;- ISO Media, MPEG v4 system, version 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program returns the error RETCODE_FAILURE = -1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So first of all, is it possible to decode those type of videos with the VPU ? And if yes, how can I modify the test program in order to do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated! Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2013 00:05:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/h-264-decoding-VPU/m-p/235622#M18638</guid>
      <dc:creator>tibowcc</dc:creator>
      <dc:date>2013-08-02T00:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: h.264 decoding + VPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/h-264-decoding-VPU/m-p/235623#M18639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, tibo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vpu unit test program 'mxc_vpu_test' only support video raw data, includes h.264/mpeg4/mpeg2/h.263/...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; and it doesn't support files with container info (such as ISO Media, MPEG v4 system, version 1/2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eagle.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 02:39:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/h-264-decoding-VPU/m-p/235623#M18639</guid>
      <dc:creator>eaglezhou</dc:creator>
      <dc:date>2013-08-07T02:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: h.264 decoding + VPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/h-264-decoding-VPU/m-p/235624#M18640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply!&lt;/P&gt;&lt;P&gt;So, what would be the way to read files with containers? I saw a Freescale plugin for gstreamer, but it's for Linux (I'm using Android).&lt;/P&gt;&lt;P&gt;I also spent the whole day trying to connect FFMpeg to the VPU, but no luck so far...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 23:33:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/h-264-decoding-VPU/m-p/235624#M18640</guid>
      <dc:creator>tibowcc</dc:creator>
      <dc:date>2013-08-07T23:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: h.264 decoding + VPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/h-264-decoding-VPU/m-p/235625#M18641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Tibo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; For gstreamer, there is one aiurdemux plugin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; For android, you can refer to fsl_parser component in OpenMAXIL part.&lt;/P&gt;&lt;P&gt;Eagle.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2013 03:23:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/h-264-decoding-VPU/m-p/235625#M18641</guid>
      <dc:creator>eaglezhou</dc:creator>
      <dc:date>2013-08-08T03:23:40Z</dc:date>
    </item>
  </channel>
</rss>

