diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-08-17 12:14:49 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-08-17 12:14:49 -0500 |
commit | 96187ebf51ed6f0ec7758c626df78433b31cc2d3 (patch) | |
tree | 8e3acafd442f4c81bfb316d4e479c4408126f638 /recipes-bsp/imx-vpu-hantro | |
parent | cf30c22594126252feeff2bf830d58973b860840 (diff) | |
download | meta-freescale-96187ebf51ed6f0ec7758c626df78433b31cc2d3.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>
Diffstat (limited to 'recipes-bsp/imx-vpu-hantro')
-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" | |||
6 | DEPENDS = "imx-vpu-hantro" | 6 | DEPENDS = "imx-vpu-hantro" |
7 | DEPENDS:append:mx8mp-nxp-bsp = " imx-vpu-hantro-vc" | 7 | DEPENDS:append:mx8mp-nxp-bsp = " imx-vpu-hantro-vc" |
8 | 8 | ||
9 | SRC_URI = " \ | 9 | SRC_URI = "${FSL_MIRROR}/${BP}.tar.gz" |
10 | ${FSL_MIRROR}/${BP}.tar.gz \ | 10 | SRC_URI[md5sum] = "657af53a73fa9898ef7725dd26934079" |
11 | " | 11 | SRC_URI[sha256sum] = "75f857ddfc53341c425d6dac0e6eb9b5c0281b90b6f6de3ff1b64962d52399c5" |
12 | SRC_URI[md5sum] = "f30942393a9093388adf91edb458f7a6" | ||
13 | SRC_URI[sha256sum] = "77e25ad1e1860f0a3983f07d6beb9a04ff32763bacf26db9aefd16559e6eea9b" | ||
14 | 12 | ||
15 | PLATFORM:mx8mm-nxp-bsp = "IMX8MM" | 13 | PLATFORM:mx8mm-nxp-bsp = "IMX8MM" |
16 | PLATFORM:mx8mq-nxp-bsp = "IMX8MQ" | 14 | PLATFORM:mx8mq-nxp-bsp = "IMX8MQ" |