diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-08-17 12:02:50 -0500 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-08-18 11:22:14 +0000 |
commit | 2a8c5624134e916aae3ba0c7cc18b5c507c4b56c (patch) | |
tree | c1202a0903a3af3d352e99cf6ee899235c206c7f /recipes-bsp | |
parent | ff630134d8e5c0fae5e712f4e7d2e848d505b0bd (diff) | |
download | meta-freescale-2a8c5624134e916aae3ba0c7cc18b5c507c4b56c.tar.gz |
imx-vpu-hantro: Upgrade 1.26.0 -> 1.26.0
Fixes:
574ccc1 M865SW-952-3: [VPU/V4L2] decoder H264: report drop frames in ctrlsw
c312783 M865SW-952-2: [VPU/V4L2] decoder H264: report drop frames in ctrlsw
7c49f12 M865SW-952: [VPU/V4L2] decoder H264: report drop frames in ctrlsw
43e4b11 M865SW-957: [VPU/V4L2] no time stamp reported for vp8 format
2ddd9fe LF-5631 [VPU/H1]: release encoder if try to start encode fail
c3274bd M865SW-932 [VPU/H1]: export API to set chromaQpIndexOffset
ccfe18a MA-20111 android12: deprecate DMA_BUF_IOCTL_PHYS
3f53902 M865SW-917-6 [VPU/G1] RV: notify client resolution change correctly
60eae86 M865SW-917-5 [VPU/G1] VP8: notify client resolution change correctly
40c4a0a M865SW-917-4 [VPU/G1] AVS: notify client resolution change correctly
4cee63d M865SW-917-3 [VPU/G1] VC1: notify client resolution change correctly
8266291 M865SW-917-2 [VPU/G1] MPEG4: notify client resolution change correctly
10d0dab M865SW-917-1 [VPU/G1] MPEG2: notify client resolution change correctly
f6ee4e3 M865SW-915 [VPU/G1] H264: return H264DEC_PIC_CONSUMED if drop frame due to openB_flag
f84e808 M865SW-888[VPU/G1] vp9: width align to 8 for DEC_OUT_FRM_RASTER_SCAN
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit cf30c22594126252feeff2bf830d58973b860840)
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.26.0.bb (renamed from recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.25.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.25.0.bb b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.26.0.bb index f2381d43..ac30b60f 100644 --- a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.25.0.bb +++ b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.26.0.bb | |||
@@ -2,13 +2,13 @@ | |||
2 | 2 | ||
3 | DESCRIPTION = "i.MX Hantro VPU library" | 3 | DESCRIPTION = "i.MX Hantro VPU library" |
4 | LICENSE = "Proprietary" | 4 | LICENSE = "Proprietary" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=be5ff43682ed6c57dfcbeb97651c2829" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d3c315c6eaa43e07d8c130dc3a04a011" |
6 | 6 | ||
7 | PROVIDES = "virtual/imxvpu" | 7 | PROVIDES = "virtual/imxvpu" |
8 | 8 | ||
9 | SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" | 9 | SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" |
10 | SRC_URI[md5sum] = "6d84b9eecc2f6027f9dbe1c875a4e7b5" | 10 | SRC_URI[md5sum] = "8d06cdacd7700e9e4c32644bf9804cdd" |
11 | SRC_URI[sha256sum] = "dd812b92b302bcfb92c10e937d9cad9224edf1593e9e4691d539ab4e190583f0" | 11 | SRC_URI[sha256sum] = "0cf9193923e110d2d9e6576e2c632f1675f0751b4c3de9ef54f32813f442540a" |
12 | 12 | ||
13 | inherit fsl-eula-unpack use-imx-headers | 13 | inherit fsl-eula-unpack use-imx-headers |
14 | 14 | ||