aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/libfslparser
AgeCommit message (Collapse)Author
2014-08-30libfslparser: Upgrade from version 3.0.11 to 4.0.1Wang Zidan
libfslparser has been updated to 4.0.1 and several parsers have been updated. -- FLV parser update to 1.9.5. -- AVI parser update to 3.5.12. -- MPG2 parser update to 4.4.24. -- MP4 parser update to 6.9.2. -- ASF parser update to 1.0.35. -- MKV parser update to 1.5.5. Signed-off-by: Wang Zidan <b50113@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-07-11libfslparser: Use python function to amend metadataOtavio Salvador
The metadata amending, to include the INSANE_SKIP hacks, need to be done before we run the QA checks. This has change now that the QA checks are run in a separate task. To accomodate the code to this the recipe needed to be reworked to use separated method to apply the quirks. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-04-30libfslparser: Update to 3.0.11 versionLauren Post
Version 3.0.11 provided with 3.10.17-1.0.0 GA release. Change-Id: I5615c1b99d566b510333ce65084f003d6b73de76 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-03-05libfslparser: Change the compatibility filter to allow MX23 useOtavio Salvador
Change-Id: I15002e2fb110af0c96a24264e7c2efa013fea42e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-02-20libfslparser: Upgrade to 3.0.10 versionLauren Post
Package is from 3.10.17-1.0.0_beta release Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-02-12libfslparser: Fix package strip logicOtavio Salvador
OE-Core has include a package.bbclass change which has changes the behaviour from the strip logic. This patch restore the old beaviour so we have same functional result as before. See http://patches.openembedded.org/patch/65311/ Change-Id: I116910aeb79d1e635367ba483bfabdc46a935eaf Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-11-05libfslparser: Update to 3.0.9Lauren Post
Released with 3.10.9-1.0.0_alpha release Change-Id: I056e872cfdf52ae54c8ff8e4bce8fe08494a6534 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-07-31libfslparser: Update to 3.0.8 versionOtavio Salvador
This change has been based on changes done in meta-fsl-bsp-release, 3.5.7 dylan branch, by Lauren Post <lauren.post@freescale.com> and Jun Zhu <R01007@freescale.com>. The file, used in SRC_URI, is from 3.5.7-1.0.0 BSP but its contents explicitly say it is a 3.0.8 release so we use the source version to avoid supporting different version from different kernel releases. Change-Id: I205bff7e44e043e4f949611c605b18192293c6e6 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-07-02libfslparser: Whitelist package QA warning/errorsOtavio Salvador
The binaries provided by Freescale does not provide debug symbols and has relocations in .text sessions; we cannot fix those issues without the source code so ignore them. Change-Id: Ib47ee2b448cdf132d073703e3980c774c03af83d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-05-28libfslparser: Update to version 3.0.7Daiane Angolini
The 3.0.7 version is compatible with MX28, MX53 and MX6 SoCs so we move them all to this release. Change-Id: Ic1086d4ffb87989c5ac060bab111ceb33da81279 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-04-10libfslparser: Add version 3.0.6Daiane Angolini
This version is only compatible with mx28 Change-Id: I29e8740f152c1713ff9bcb048b058450b1b2ca04 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-04-10libfslparser: Add .inc file in order to reuse codeDaiane Angolini
Include libfslcodec.inc file in order to reuse code for future newer versions of this packaged to be added. Change-Id: If75ae84fb13860999716ab34595ef2b0eada5219 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-04-05libfslparser: fix mp3 parser installationPhilip Craig
The mp3dec plugin needs to find the mp3 parser in /usr/lib, otherwise it cannot load: (gst-plugin-scanner:2636): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libmfw_gst_mp3dec.so': lib_mp3_parser_arm11_elinux.so.3.1: cannot open shared object file: No such file or directory This is different from the other parsers, which the aiur_demux plugin loads using dlopen() after reading their location from /usr/share/aiur_registry.arm11.cf Signed-off-by: Philip Craig <phil@blackmoth.com.au>
2013-02-01libfslparser: Update to version 3.0.5Daiane Angolini
Change-Id: Id4f113d909a517802f948abc3b32988e8ed9614b Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-12-03libfslparser: Drop the package split as gst-fsl-plugin dlopen themOtavio Salvador
As gst-fsl-plugin dlopen the parser libraries and shlibs won't work in this case for automatically discover the dependencies so we package all parsers together for now. Change-Id: I8e86c65dcac631d74d5a795f5268f8e807fd2543 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-27libfslparser: Add libfslparser 3.0.1 supportDaiane Angolini
This package if only compatible for imx6. fsl-mm-codeclib was divided in 3 pieces, libfslcodec libfslvpuwrap and libfslparser. Change-Id: If661edd86add2a0bcff3b3c38b394a5bdb63394e Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>