<?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のトピックRe: Video decoding on i.MX515 using VPU</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Video-decoding-on-i-MX515-using-VPU/m-p/290667#M35186</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way, is there anybody who succeeded in using lib_mp3_dec_arm9/11/12.so directly? I'd like to decode MP3 frames using this lib and very strange things happen on an iMX515.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is somebody familiar with this?&lt;/P&gt;&lt;P&gt;Does this lib use the VPU to decode or is it just a sw implementation?&lt;/P&gt;&lt;P&gt;I saw that gstreamer also uses lib_mp3_dec_arm9/11/12...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps my so (lib) package is broken, could any of you provide with me an official, working lib package alongside with the header files?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, regards&lt;/P&gt;&lt;P&gt;TS &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Oct 2013 17:03:31 GMT</pubDate>
    <dc:creator>tselmeci</dc:creator>
    <dc:date>2013-10-24T17:03:31Z</dc:date>
    <item>
      <title>Video decoding on i.MX515 using VPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-decoding-on-i-MX515-using-VPU/m-p/290662#M35181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to use MX515's VPU to do video decoding. I've got the video stream source separated into single frames, I just want to have the VPU decode the frames and return them. It would be very nice if I could avoid using GStreamer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are your suggestions?&lt;/P&gt;&lt;P&gt;-1) shall I use the OpenMAX interface and let it handle all the things with libvpu (e.g. vpu_Init(...) and others)?&lt;/P&gt;&lt;P&gt;-1.1) from a (high level) programmer's view, is it possible to focus only on OpenMAX?&lt;/P&gt;&lt;P&gt;-2) is it better to use libvpu directly?&lt;/P&gt;&lt;P&gt;-3) where can I find the sources to compile libvpu? I was unable to find any usable source code;&lt;/P&gt;&lt;P&gt;-4) where can I find VPU firmware files? I only found some vpu_fw_imx51.bin files installed in lucid_1108.tar.gz distribution. I can't believe this is the adequate source to firmware files;&lt;/P&gt;&lt;P&gt;-5) I have a package called libfsl which includes several files like this: lib_H264_dec_arm11_elinux.so. Which component uses these files? libvpu? OpenMAX? Can it cause a problem that I have an i.MX515 (which is Cortex A8), but the libs are apparently compiled for ARM11 (or ARM9), as the suffix suggests?&lt;/P&gt;&lt;P&gt;-6) how can the MXC VPU kernel module be fed with the firmware file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated, many thanks, regards,&lt;/P&gt;&lt;P&gt;Tamas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 15:14:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-decoding-on-i-MX515-using-VPU/m-p/290662#M35181</guid>
      <dc:creator>tselmeci</dc:creator>
      <dc:date>2013-10-21T15:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Video decoding on i.MX515 using VPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-decoding-on-i-MX515-using-VPU/m-p/290663#M35182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any reason to avoid gstreamer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some partial answers...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. you can in case you are under Andriod.&lt;/P&gt;&lt;P&gt;1.1 yes&lt;/P&gt;&lt;P&gt;2. yes, your app should call this lib directly.&lt;/P&gt;&lt;P&gt;3. Not sure but ltib should be able to fetch with with ./ltib -m prep -p &amp;lt;PKG NAME&amp;gt; where PKG_NAME can be found on the list ./ltib -m listpkgs&lt;/P&gt;&lt;P&gt;4. /lib/firmware/vpu&lt;/P&gt;&lt;P&gt;5. I believe the libvpu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 16:12:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-decoding-on-i-MX515-using-VPU/m-p/290663#M35182</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-10-21T16:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Video decoding on i.MX515 using VPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-decoding-on-i-MX515-using-VPU/m-p/290664#M35183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't like gstreamer, and it's an overkill to my project. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not developing under Android, so I'll forget about OpenMAX. I'll attempt to get libvpu source files with ltib and compile it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, regards,&lt;/P&gt;&lt;P&gt;Tamas &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 08:29:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-decoding-on-i-MX515-using-VPU/m-p/290664#M35183</guid>
      <dc:creator>tselmeci</dc:creator>
      <dc:date>2013-10-22T08:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Video decoding on i.MX515 using VPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-decoding-on-i-MX515-using-VPU/m-p/290665#M35184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I couldn't compile ltib, it stopped during the build of rpm-4.0.4 (Sabayon Linux 64-bit). I made a try on a Debian 32-bit, didn't compile. By&amp;nbsp; the way, I have downloaded a package from freescale.com which contains an ltib version with ~700 MBs of packages, and I haven't found anything amongst them which would resemble to libvpu sources.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the first run I'm going to use my precompiled libvpu.so binaries and hoping it will work...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 12:51:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-decoding-on-i-MX515-using-VPU/m-p/290665#M35184</guid>
      <dc:creator>tselmeci</dc:creator>
      <dc:date>2013-10-22T12:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Video decoding on i.MX515 using VPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-decoding-on-i-MX515-using-VPU/m-p/290666#M35185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange. Please post your ltib's issues in a new post.&amp;nbsp; AlsoTry to use Ubuntu 10.04 for your ltib builds, it is the host OS where most testing has been done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 15:06:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-decoding-on-i-MX515-using-VPU/m-p/290666#M35185</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-10-22T15:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Video decoding on i.MX515 using VPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-decoding-on-i-MX515-using-VPU/m-p/290667#M35186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way, is there anybody who succeeded in using lib_mp3_dec_arm9/11/12.so directly? I'd like to decode MP3 frames using this lib and very strange things happen on an iMX515.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is somebody familiar with this?&lt;/P&gt;&lt;P&gt;Does this lib use the VPU to decode or is it just a sw implementation?&lt;/P&gt;&lt;P&gt;I saw that gstreamer also uses lib_mp3_dec_arm9/11/12...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps my so (lib) package is broken, could any of you provide with me an official, working lib package alongside with the header files?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, regards&lt;/P&gt;&lt;P&gt;TS &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 17:03:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-decoding-on-i-MX515-using-VPU/m-p/290667#M35186</guid>
      <dc:creator>tselmeci</dc:creator>
      <dc:date>2013-10-24T17:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Video decoding on i.MX515 using VPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-decoding-on-i-MX515-using-VPU/m-p/290668#M35187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way, isn't it a silly idea to expect VPU (Video Processing Unit) to decode audio? :smileyhappy: I'll check ltib on Ubuntu...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 06:49:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-decoding-on-i-MX515-using-VPU/m-p/290668#M35187</guid>
      <dc:creator>tselmeci</dc:creator>
      <dc:date>2013-10-25T06:49:46Z</dc:date>
    </item>
  </channel>
</rss>

