diff options
author | Carlos Rafael Giani <crg7475@mailbox.org> | 2022-12-29 15:03:26 +0100 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-12-29 18:07:24 +0000 |
commit | eb20f8c73ce9f1f050b3a02de2e944a50f3ae88a (patch) | |
tree | 3d8218cfd6a0684ced76cdad08aefce49f17b550 /recipes-multimedia | |
parent | f2f320fda287cde98ed672d8fabef855a05a7caf (diff) | |
download | meta-freescale-eb20f8c73ce9f1f050b3a02de2e944a50f3ae88a.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)
Diffstat (limited to 'recipes-multimedia')
-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 41b14de2..5ebf9150 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" | |||
8 | PV .= "+git${SRCPV}" | 8 | PV .= "+git${SRCPV}" |
9 | 9 | ||
10 | SRCBRANCH ?= "master" | 10 | SRCBRANCH ?= "master" |
11 | SRCREV = "e81db32d10aee42c74ab50172487e04cbec6cbe0" | 11 | SRCREV = "b6486118d47937cd717c4881158dda6e72cf2855" |
12 | SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH};protocol=https" | 12 | SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH};protocol=https" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |