summaryrefslogtreecommitdiff
path: root/recipes-multimedia
AgeCommit message (Collapse)Author
2022-10-04gstreamer1.0-plugins-base: follow version changeMax Krummenacher
The code the patch removes is still present, keep the patch also with the new version. Related-to: ELB-4665 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit bd7f3d8596e984d42afa1c9b30fd635fb02fc040)
2022-04-26gstreamer: drop deprecated recipesMing Liu
The gstreamer bbappend and include recipes have been deprecated, drop them. Related-to: ELB-3046 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 573584738a40e072f126ad99b26626b0ea1e7ee0)
2022-04-03gstreamer: drop no longer used .inc filesMax Krummenacher
They were used for backporting i.MX specific gstreamer plugins. The functionallity is now in meta-freescale. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2022-03-29gstreamer1.0-plugins-base: adapt to 1.18Ming Liu
gstreamer1.0-plugins-base has been upgraded to 1.18 in meta-freescale, let's adapt to it. Related-to: ELB-3477 Signed-off-by: Ming Liu <ming.liu@toradex.com>
2021-08-14layer: convert to new override syntaxMax Krummenacher
This is the result of automated script (0.9.3) conversion: +# meta-toradex-distro +vars = vars + ["preempt-rt","tdx","upstream"] +# meta-toradex-* machines +vars = vars + ["apalis-","colibri-","verdin-","tegra124"] +# meta-freescale +vars = vars + ["imx","mx6","mx7","mx8","use-mainline-bsp","use-nxp-bsp"] ../openembedded-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-06-04gstreamer1.0-plugins-base: patch glupload to avoid early DirectVIV upload ↵Zan Dobersek
rejection With GStreamer GL-oriented video sinks that support other caps than just RGBA, the DirectVIV uploader can reject the upload because of the negotiated caps on the glupload element not yet properly indicating RGBA-only format that the DirectVIV uploader enforces on the source side. The rejection means that a different upload mechanism will be chosen, which breaks correct sampling of such a resource inside the GL sink. Avoiding the rejection, the DirectVIV ends up accepting and uploading the buffer and the pipeline is reconfigured with RGBA caps all the way to the sink, enabling it to correctly render the decoded frames. (cherry picked from commit 883713d65a405fa6f3601485a7daaed39aa84423) Reworked to a bbappend as it is no longer a backport. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-10-23imx-alsa-plugins: drop bbappend recipeMing Liu
Exact same version has been added in meta-freescale layer, let's drop our bbappend recipe. Related-to: ELB-3081 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 675ce7c63f982820cf2b50e9f4d083213e6ea9df)
2020-10-23imx-gst1.0-plugin: drop bbappend recipeMing Liu
Exact same version has been added in meta-freescale layer, let's drop our bbappend recipe. Related-to: ELB-3081 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 68fa14a05727110a1fbc45b9627221a5d0cd6088)
2020-10-23gstreamer1.0: drop bbappend recipeMing Liu
Exact same version has been added in meta-freescale layer, let's drop our bbappend recipe. Related-to: ELB-3081 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 6847bfdedcd76b13565b66b104aeb5a4a24b1671)
2020-10-23gstreamer1.0-plugins-base: drop bbappend recipeMing Liu
Exact same version has been added in meta-freescale layer, let's drop our bbappend recipe. Related-to: ELB-3081 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 893d31b3ea23cf2f5ff00021cd3aa0915ce2715d)
2020-10-23gstreamer1.0-plugins-bad: drop bbappend recipeMing Liu
Exact same version has been added in meta-freescale layer, let's drop our bbappend recipe and some deprecated patches. Related-to: ELB-3081 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 45c65c3e690645afef53a30bc8ddf5326ec0d880)
2020-10-23gstreamer1.0-plugins-good: drop bbappend recipeMing Liu
Exact same version has been added in meta-freescale layer, let's drop our bbappend recipe. Related-to: ELB-3081 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 82b02fd9d06fed893405e3f495f2141922fc60cc)
2020-09-24imx-vpuwrap: drop bbappend recipeMing Liu
It does not apply to meta-freescale master any more, in which imx-vpuwrap has been upgraded to 4.5.5. Related-to: TOR-1413 Signed-off-by: Ming Liu <ming.liu@toradex.com>
2020-09-24imx-parser: drop bbappend recipeMing Liu
It does not apply to meta-freescale master any more, in which imx-parser has been upgraded to 4.5.5. Related-to: TOR-1413 Signed-off-by: Ming Liu <ming.liu@toradex.com>
2020-09-24imx-codec: drop bbappend recipeMing Liu
It does not apply to meta-freescale master any more, in which imx-codec has been upgraded to 4.5.5. Related-to: TOR-1413 Signed-off-by: Ming Liu <ming.liu@toradex.com>
2020-08-20imx-vpu-wrap: update to 4.5.5Max Krummenacher
From NXP BSP 5.4.24-2.1.0. Related-to: ELB-2758 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-08-20imx-codec: update to 4.5.5Max Krummenacher
From NXP BSP 5.4.24-2.1.0. Related-to: ELB-2758 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-08-20imx-parser: update to 4.5.5Max Krummenacher
From NXP BSP 5.4.24-2.1.0. Related-to: ELB-2758 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-08-20imx-gst1.0-plugin: update to 4.5.5Max Krummenacher
From NXP BSP 5.4.24-2.1.0. Related-to: ELB-2758 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-08-20gstreamer: update to 1.16.imx 5.4.24_2.1.0 bspMax Krummenacher
Related-to: ELB-2758 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-08-20Revert "gstreamer: import 1.14.imx recipes from meta-freescale"Max Krummenacher
This reverts commit 56116616080cc7933b2dab8481f2cfc7c2736fe0. For the upgrade to 5.4.24_2.1.0 BSP we base on meta_freescale dunfell/master again. Drop the import from meta-freescale zeus. Related-to: ELB-2758 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-06-18gstreamer: import 1.14 *.inc files from openembedded-coreMax Krummenacher
These are used by the gstreamer imx recipes of 4.14.98_2.0.0. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-06-18gstreamer: import 1.14.imx recipes from meta-freescaleMax Krummenacher
To use the NXP BSP 4.14.98_2.3.0 we base on 4.14.98_2.0.0. Import the relevant recipes from meta-freescale. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-06-18imx-vpuwrap: use meta-freescale 4.5.3Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-06-18imx-parser: use meta-freescale 4.5.3Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-06-18imx-codec: use meta-freescale 4.5.3Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-06-09multimedia: update vpu to 4.14.98 2.3.0Max Krummenacher
Related-to: ELB-2351 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 0af8ff74ed3106baca390959394c5486d2df4a7e) (cherry picked from commit 4f5057328843300d9ce1d86e9cb285655112ce42) (cherry picked from commit a8a8e3ffb13eab296a9f064296a28c74d40eefb1)
2020-06-09multimedia: update to 4.14.98 2.3.0Max Krummenacher
Related-to: ELB-2351 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 530f9591f870ab6c82ee319c01aec28b4fd228d0) (cherry picked from commit 89b93bb245ec36a49fb5b463cf992cf083dba285)
2019-10-09remove upgrades which are now in meta-freescaleMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-06-21multimedia: update to 4.14.98 2.0.0Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-13imx: update to 4.14.78_1.0.0_ga bspMax Krummenacher
Update the components which NXP forked or provides to the version used in the 4.14.78_1.0.0_ga BSP. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-11gstreamer1.0-plugins-imx: change file version patternMing Liu
Change change file version pattern from "0.%" to "%", this makes it build with gstreamer1.0-plugins-imx_git.bb in meta-freescale thud branch. Signed-off-by: Ming Liu <liu.ming50@gmail.com>
2019-01-04Revert "libimxvpuapi: Bump revision from 0.10.3 to 4afb52f"Max Krummenacher
This reverts commit 70b1c5ceec15cb3c92813de9e275c4a66ca61b09. This now lives in meta-freescale. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-01-04Revert "gstreamer1.0: Update version from 1.12.imx to 1.14.imx"Max Krummenacher
This reverts commit d6f3d5f70907d2f8f2c653a55f314d7213090635. This now lives in meta-freescale. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-01-04Revert "imx-vpuwrap: Upgrade version form 4.3.4 to 4.4.2"Max Krummenacher
This reverts commit 5a6074a815b83a443751bf97c910be71774a4404. This now lives in meta-freescale. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-01-04Revert "imx-parser: Upgrade version from 4.3.4 to 4.4.2"Max Krummenacher
This reverts commit 9ccc8d64a880e0d193b88abfd7742e19fe6cc71a. This now lives in meta-freescale. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-01-04Revert "imx-codec: Upgrade version from 4.3.4 to 4.4.2"Max Krummenacher
This reverts commit 1e0a57f744b0dd42ac7025ee0ed540f940291c57. This now lives in meta-freescale. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2018-12-18libimxvpuapi: Bump revision from 0.10.3 to 4afb52fMarcel Ziswiler
Pulled from 0f8d9894f9d7af73411883707c262911537f2695 on meta-freescale/master. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2018-12-18imx-gst1.0-plugin: add mx7 libdrm dependencyMarcel Ziswiler
We do want it for epxp support, however, later versions moved from using kernel-headers to libdrm includes. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2018-12-18gstreamer1.0-plugins-good.imx: Add missing libdrm dependencyCarlos Rafael Giani
Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> (cherry picked from commit 076b00fcd36d30171e6f50ac0c4abd7e4ac82e1d on meta-freescale/master)
2018-12-18gstreamer1.0: Update version from 1.12.imx to 1.14.imxMarcel Ziswiler
Update to L4.9.123-2.3.0_8mm_ga release: gstreamer1.0-plugins-imx update from 0.13.0 to git 963aea60b1 imx-gst1.0-plugin update from 4.3.4 to 4.4.2 gstreamer1.0 update to 476c63185e6864f82e938247235e7ad8ad20af4b on meta-freescale/master. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2018-12-18imx-vpuwrap: Upgrade version form 4.3.4 to 4.4.2Marcel Ziswiler
Pulled from aac087e42024c290adf34d93ce57a3e8ace2c23f on meta-freescale/master. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2018-12-18imx-parser: Upgrade version from 4.3.4 to 4.4.2Marcel Ziswiler
Pulled from 17a43b80cee64ef1cf25ae1f1ce8bc81596fb91d on meta-freescale/master. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2018-12-18imx-codec: Upgrade version from 4.3.4 to 4.4.2Marcel Ziswiler
Pulled from 86000786e5d86bf0fc9f919b74f17a1d825d6351 on meta-freescale/master. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2018-06-26gstreamer1.0-plugins-imx: avoid lib64 issueMarcel Ziswiler
It wrongly assumed lib64 layout if building on 64-bit machine. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2018-06-20Revert "imx-gst1.0-plugin: Add v4.3.1 and NXP specific gstreamer1.0 patches"Marcel Ziswiler
This resp. a later version got recently pulled into the rocko branch of meta-freescale. This reverts commit 5faa79028eead21680d490a1b589a3875f966e0e.
2017-12-23imx-gst1.0-plugin: Add v4.3.1 and NXP specific gstreamer1.0 patchesStefan Agner
Add NXP specific patches from morty-4.9.51-mx8_beta branch. This allows to use imx-gst1.0-plugin 4.3.1 with gstreamer 1.12.2. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2013-09-22v4l2-utils: removed patch, fixed upstream nowMax Krummenacher
2013-02-06v4l-utils: fix for NULL not found errosMax Krummenacher