summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.2.bb
diff options
context:
space:
mode:
authorYuqing Zhu <carol.zhu@nxp.com>2019-05-10 17:48:10 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-05-17 07:50:56 -0300
commit49985262d44a04a61be141e877427c502e0ab766 (patch)
tree0be0e7f93ca23b1c7d54bf38c1e9ff7012e2bdca /recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.2.bb
parentce0d8686ade97377a0383c3f64790b1be0f936ae (diff)
downloadmeta-freescale-49985262d44a04a61be141e877427c502e0ab766.tar.gz
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 <carol.zhu@nxp.com>
Diffstat (limited to 'recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.2.bb')
-rw-r--r--recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.2.bb32
1 files changed, 0 insertions, 32 deletions
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 c23c7fc9..00000000
--- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.2.bb
+++ /dev/null
@@ -1,32 +0,0 @@
1# Copyright (C) 2013-2016 Freescale Semiconductor
2# Copyright 2017 NXP
3# Copyright 2018 (C) O.S. Systems Software LTDA.
4# Released under the MIT license (see COPYING.MIT for the terms)
5DESCRIPTION = "Freescale Multimedia VPU wrapper"
6DEPENDS = "virtual/imxvpu"
7LICENSE = "Proprietary"
8SECTION = "multimedia"
9LIC_FILES_CHKSUM = "file://COPYING;md5=5ab1a30d0cd181e3408077727ea5a2db"
10
11# For backwards compatibility
12PROVIDES += "libfslvpuwrap"
13RREPLACES_${PN} = "libfslvpuwrap"
14RPROVIDES_${PN} = "libfslvpuwrap"
15RCONFLICTS_${PN} = "libfslvpuwrap"
16
17SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"
18
19SRC_URI[md5sum] = "86d1829ef62ab51e187479bfea686874"
20SRC_URI[sha256sum] = "85f01ebdf55e4bd7a7cc21eb5203dfcaa7b663f03ecdb8d5e54fbb995e3dc761"
21
22inherit fsl-eula-unpack autotools pkgconfig
23
24do_install_append() {
25 # FIXME: Drop examples for now
26 rm -r ${D}${datadir}
27}
28
29INSANE_SKIP_imx-vpuwrap = "file-rdeps"
30
31PACKAGE_ARCH = "${MACHINE_ARCH}"
32COMPATIBLE_MACHINE = "(imxvpu)"