]> code.ossystems Code Review - meta-freescale.git/commitdiff
libimxvpuapi2: Update to version 2.1.2
authorCarlos Rafael Giani <crg7475@mailbox.org>
Fri, 23 Apr 2021 19:24:55 +0000 (21:24 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 31 May 2021 23:28:22 +0000 (20:28 -0300)
* imx6 coda: fix bug in IPU based detiling related to frame width/height
* imx6 coda: use the frame width/height from open params if available
* imx6 coda: fix duplicate VPU firmware unloading
* imx6-coda: Fix skipped frame reporting
* imx8 hantro encoder: fix mid-stream bitrate changes and bitrate logging
* imx8m-hantro: Handle CODEC_ERROR_FRAME codec state
* imx8m-hantro: Limit supported formats and profiles if building for m8xmm

Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
(cherry picked from commit 355c3729d54b6df984f7d70dbbd513cce53b573b)

recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.1.2.bb [moved from recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.1.0.bb with 93% similarity]

similarity index 93%
rename from recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.1.0.bb
rename to recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.1.2.bb
index f6b4baae589132e51d599e826f2704ac9d25b003..f8a670e4a7c3fe67dc3e8981cb0a920d49bb08ee 100644 (file)
@@ -8,7 +8,7 @@ DEPENDS = "virtual/imxvpu libimxdmabuffer"
 PV .= "+git${SRCPV}"
 
 SRCBRANCH ?= "master"
-SRCREV = "49cb1b34d759aa7a51269ca0f58fcc1f9647da5b"
+SRCREV = "29c90975dcbb52ca09512693af417d73ab2800a9"
 SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH}"
 
 S = "${WORKDIR}/git"