summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-08-17 12:14:49 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-08-18 11:22:14 +0000
commit1bfd63c212f32a7d663ec8418f675bc8485871e9 (patch)
treebf5ba91f4f1c55f512b8fdff817b69ef973701cf
parent2a8c5624134e916aae3ba0c7cc18b5c507c4b56c (diff)
downloadmeta-freescale-1bfd63c212f32a7d663ec8418f675bc8485871e9.tar.gz
imx-vpu-hantro-daemon: Upgrade 1.1.2 -> 1.1.3
Fixes: 51e495b M865SW-952: [VPU/V4L2] decoder H264: report drop frames in ctrlsw de263f3 M865SW-958: [VPU/V4L2] no time stamp reported for mjpeg format 97b6fb2 Pull request #12: M865SW-964: [VPU/V4L2] NXP timestamp manager issue for rv format 1c7084b M865SW-964: [VPU/V4L2] NXP timestamp manager issue for rv format ce989aa M865SW-949-2:[VPU/V4L2] Update android makefile 8466d41 M865SW-949:[VPU/V4L2] decoder: implement timestamp mode of copy input buffer ts to correponding output dbada2f M865SW-942 [VPU/V4L2] decoder: use output buffer error flag and capture buffer sequence replace skip event ea2a8d3 M865SW-930 [VPU/V4L2] h1 encoder: set 'chroma_qp_offset' param 4ce2ff3 M865SW-919 [VPU/V4L2] decoder: unify use DEC_DECODING_ERROR_EVENT to present decode error 323a90c M865SW-933 [VPU/V4L2] decoder H264: Do not increase 'dec_pic_id' for 'H264DEC_FIELD_DECODED' event 947280e M865SW-919 [VPU/V4L2] decoder: drop coresponding timestamp if return DEC_BUF_EMPTY and consume all data 021c645 M865-903 [VPU/V4L2] encoder: update h26x_cmd.cpbSize check 69b12de M865SW-897 [VPU/V4L2] decoder: timestamp incorrect caused by consumed_len not be accumulated Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 96187ebf51ed6f0ec7758c626df78433b31cc2d3)
-rw-r--r--recipes-bsp/imx-vpu-hantro/imx-vpu-hantro-daemon_1.1.3.bb (renamed from recipes-bsp/imx-vpu-hantro/imx-vpu-hantro-daemon_1.1.2.bb)8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro-daemon_1.1.2.bb b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro-daemon_1.1.3.bb
index 25cd931e..30c31a2e 100644
--- a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro-daemon_1.1.2.bb
+++ b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro-daemon_1.1.3.bb
@@ -6,11 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cd8bc2a79509c22fc9c1782a151210b1"
6DEPENDS = "imx-vpu-hantro" 6DEPENDS = "imx-vpu-hantro"
7DEPENDS:append:mx8mp-nxp-bsp = " imx-vpu-hantro-vc" 7DEPENDS:append:mx8mp-nxp-bsp = " imx-vpu-hantro-vc"
8 8
9SRC_URI = " \ 9SRC_URI = "${FSL_MIRROR}/${BP}.tar.gz"
10 ${FSL_MIRROR}/${BP}.tar.gz \ 10SRC_URI[md5sum] = "657af53a73fa9898ef7725dd26934079"
11" 11SRC_URI[sha256sum] = "75f857ddfc53341c425d6dac0e6eb9b5c0281b90b6f6de3ff1b64962d52399c5"
12SRC_URI[md5sum] = "f30942393a9093388adf91edb458f7a6"
13SRC_URI[sha256sum] = "77e25ad1e1860f0a3983f07d6beb9a04ff32763bacf26db9aefd16559e6eea9b"
14 12
15PLATFORM:mx8mm-nxp-bsp = "IMX8MM" 13PLATFORM:mx8mm-nxp-bsp = "IMX8MM"
16PLATFORM:mx8mq-nxp-bsp = "IMX8MQ" 14PLATFORM:mx8mq-nxp-bsp = "IMX8MQ"