]> code.ossystems Code Review - meta-freescale.git/commitdiff
libimxvpuapi2: Update to version 2.1.0
authorCarlos Rafael Giani <crg7475@mailbox.org>
Sun, 18 Oct 2020 11:50:29 +0000 (13:50 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 31 May 2021 23:28:22 +0000 (20:28 -0300)
* introduce RGB and packed YUV formats since the Hantro encoder
  supports those
* remove hardware specific public headers since they only added
  tiled pixel formats; instead, migrate these tiled formats into
  ImxVpuApiColorFormat
* imx8 hantro decoder: reorder list of supported decoder color
  formats to favor 10 bit output
* imx8 hantro decoder: clear new framebuffer fields to zero
* imx8 hantro encoder: fix segfault caused by trying to unmap
  non existing staged raw frame

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

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

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