summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Rafael Giani <crg7475@mailbox.org>2022-12-29 15:03:26 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-12-29 22:08:01 +0000
commitbd8a5c1e8491468d367a9e2ecaf7193eb4d8f733 (patch)
treec1942392ec06b67d4437a75cc0f5658829ee49b2
parentae2001935fdd7cf7ee7e3b8a4826d7b59202be6d (diff)
downloadmeta-freescale-bd8a5c1e8491468d367a9e2ecaf7193eb4d8f733.tar.gz
libimxvpuapi2: Upgrade to version 2.2.2
* imx6-coda: Skip incomplete frames instead of just reporting them * imx6-coda: Only flush bit buffer when framebuffers were registered This prevents misleading error-level log lines from occurring * imx6-coda: Prefer semi planar modes over fully planar ones * imx8m-hantro: Reset decoder write_offset to fill_level when moving read_offset * Add imx_vpu_api_is_color_format_tiled() function * update waf to 2.0.24 * Add closed_gop_interval field to ImxVpuApiEncOpenParams This allows for enforcing regularly occurring IDR boundaries when encoding to h.264 * imx8m-hantro: Fix supported decoder color formats and include tiled formats * Fix and improve h.264 max level estimation for encoding * imx6-coda: Use 2-row alignment in encoder * imx6-coda: Fix JPEG encoding quantization parameter handling in encoder Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org> (cherry picked from commit b30dde7a1a0b8a42b401c01a0f239a972bc00639)
-rw-r--r--recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.2.bb (renamed from recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.1.bb b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.2.bb
index ab5c5b85..c0ee358a 100644
--- a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.1.bb
+++ b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.2.bb
@@ -8,7 +8,7 @@ DEPENDS = "virtual/imxvpu libimxdmabuffer"
8PV .= "+git${SRCPV}" 8PV .= "+git${SRCPV}"
9 9
10SRCBRANCH ?= "master" 10SRCBRANCH ?= "master"
11SRCREV = "e81db32d10aee42c74ab50172487e04cbec6cbe0" 11SRCREV = "b6486118d47937cd717c4881158dda6e72cf2855"
12SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH};protocol=https" 12SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH};protocol=https"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"