From 49985262d44a04a61be141e877427c502e0ab766 Mon Sep 17 00:00:00 2001 From: Yuqing Zhu Date: Fri, 10 May 2019 17:48:10 +0800 Subject: imx-vpuwrap: Upgrade version from 4.4.2 to 4.4.5 -Fix VP8 encoded video has mosaic when seek -Fix video not smooth at the begining -Fix 1080p h264 encode video has mosaic -Fix gplay segfault when CMA free is low -Fix vpu crash in secure mode -Fix av unsync when play a vp8 stream -Refine bit rate calculation,use width, height and frame rate to adjust bitrate -Enable prependSPSPPSToIDRFrames so that each IDR frame has sps/pps and the encoded h264 stream can play in multi ts files -Add RGB input support for vpu encoder plugin Signed-off-by: Yuqing Zhu --- .../imx-vpuwrap/imx-vpuwrap_4.4.2.bb | 32 ---------------------- .../imx-vpuwrap/imx-vpuwrap_4.4.5.bb | 32 ++++++++++++++++++++++ 2 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.2.bb create mode 100644 recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.5.bb diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.2.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.2.bb deleted file mode 100644 index c23c7fc9b..000000000 --- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.2.bb +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright (C) 2013-2016 Freescale Semiconductor -# Copyright 2017 NXP -# Copyright 2018 (C) O.S. Systems Software LTDA. -# Released under the MIT license (see COPYING.MIT for the terms) -DESCRIPTION = "Freescale Multimedia VPU wrapper" -DEPENDS = "virtual/imxvpu" -LICENSE = "Proprietary" -SECTION = "multimedia" -LIC_FILES_CHKSUM = "file://COPYING;md5=5ab1a30d0cd181e3408077727ea5a2db" - -# For backwards compatibility -PROVIDES += "libfslvpuwrap" -RREPLACES_${PN} = "libfslvpuwrap" -RPROVIDES_${PN} = "libfslvpuwrap" -RCONFLICTS_${PN} = "libfslvpuwrap" - -SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" - -SRC_URI[md5sum] = "86d1829ef62ab51e187479bfea686874" -SRC_URI[sha256sum] = "85f01ebdf55e4bd7a7cc21eb5203dfcaa7b663f03ecdb8d5e54fbb995e3dc761" - -inherit fsl-eula-unpack autotools pkgconfig - -do_install_append() { - # FIXME: Drop examples for now - rm -r ${D}${datadir} -} - -INSANE_SKIP_imx-vpuwrap = "file-rdeps" - -PACKAGE_ARCH = "${MACHINE_ARCH}" -COMPATIBLE_MACHINE = "(imxvpu)" diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.5.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.5.bb new file mode 100644 index 000000000..10ce6a260 --- /dev/null +++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.5.bb @@ -0,0 +1,32 @@ +# Copyright (C) 2013-2016 Freescale Semiconductor +# Copyright 2017 NXP +# Copyright 2018 (C) O.S. Systems Software LTDA. +# Released under the MIT license (see COPYING.MIT for the terms) +DESCRIPTION = "Freescale Multimedia VPU wrapper" +DEPENDS = "virtual/imxvpu" +LICENSE = "Proprietary" +SECTION = "multimedia" +LIC_FILES_CHKSUM = "file://COPYING;md5=80c0478f4339af024519b3723023fe28" + +# For backwards compatibility +PROVIDES += "libfslvpuwrap" +RREPLACES_${PN} = "libfslvpuwrap" +RPROVIDES_${PN} = "libfslvpuwrap" +RCONFLICTS_${PN} = "libfslvpuwrap" + +SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" + +SRC_URI[md5sum] = "dc462fd44682013153144187c2e6b6b0" +SRC_URI[sha256sum] = "7ebb6b322a67fbbb902222f949ba09a7e52120b4102e1ad969e8b1491c42fa92" + +inherit fsl-eula-unpack autotools pkgconfig + +do_install_append() { + # FIXME: Drop examples for now + rm -r ${D}${datadir} +} + +INSANE_SKIP_imx-vpuwrap = "file-rdeps" + +PACKAGE_ARCH = "${MACHINE_ARCH}" +COMPATIBLE_MACHINE = "(imxvpu)" -- cgit v1.2.3-54-g00ecf