diff options
author | Carlos Rafael Giani <crg7475@mailbox.org> | 2020-10-18 13:50:29 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-10-18 13:29:23 -0300 |
commit | aa3189ea5c91eb8c0947474abaf983bcdecc017a (patch) | |
tree | 002cad80fde70e9b2ea2afe587c784e31a55f31c /recipes-multimedia/libimxvpuapi | |
parent | ead4e2ea5ee1150f0875c9087984fdd7247a8249 (diff) | |
download | meta-freescale-aa3189ea5c91eb8c0947474abaf983bcdecc017a.tar.gz |
libimxvpuapi2: Update to version 2.1.0
* 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>
Diffstat (limited to 'recipes-multimedia/libimxvpuapi')
-rw-r--r-- | recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.1.0.bb (renamed from recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.0.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.0.1.bb b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.1.0.bb index 0bfb3494..f6b4baae 100644 --- a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.0.1.bb +++ b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.1.0.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 = "9a5e84af53e6765c4f0ea299df264a4e32a13ea7" | 11 | SRCREV = "49cb1b34d759aa7a51269ca0f58fcc1f9647da5b" |
12 | SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH}" | 12 | SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH}" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |