From d5a82541a97dd3a6b9116a1cd72f9965510a3de9 Mon Sep 17 00:00:00 2001 From: Carlos Rafael Giani Date: Mon, 14 Jun 2021 18:59:38 +0200 Subject: [PATCH] libimxvpuapi2: Update to version 2.2.0 * Add IMX_VPU_API_DEC_OUTPUT_CODE_VIDEO_PARAMETERS_CHANGED output code * Deprecate encoder drain mode, better document decoder drain mode * Various documentation fixes and new overviews about en- and decoding to help with the basic concepts * Add note about the current state of i.MX8m plus support * New functions: imx_vpu_api_is_color_format_rgb() imx_vpu_api_vp8_profile_number() imx_vpu_api_vp8_partition_count_number() imx_vpu_api_vp9_profile_number() imx_vpu_api_enc_set_frame_rate() * imx6-coda: Fix decoded frame fb_context This was causing crashes when callers relied on said fb_context Signed-off-by: Carlos Rafael Giani (cherry picked from commit 53a7fa11367fbc09d1ce4f7f9de7d4b4393c3b71) --- .../{libimxvpuapi2_2.1.2.bb => libimxvpuapi2_2.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-multimedia/libimxvpuapi/{libimxvpuapi2_2.1.2.bb => libimxvpuapi2_2.2.0.bb} (93%) diff --git a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.1.2.bb b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.0.bb similarity index 93% rename from recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.1.2.bb rename to recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.0.bb index f8a670e4..f66eff27 100644 --- a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.1.2.bb +++ b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.0.bb @@ -8,7 +8,7 @@ DEPENDS = "virtual/imxvpu libimxdmabuffer" PV .= "+git${SRCPV}" SRCBRANCH ?= "master" -SRCREV = "29c90975dcbb52ca09512693af417d73ab2800a9" +SRCREV = "a650f13fb5de94e0c7c9e77f4d07ea275ea80dac" SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH}" S = "${WORKDIR}/git" -- 2.40.1