summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.0.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* libimxvpuapi2: Update to version 2.1.0Carlos Rafael Giani2020-10-181-26/+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>
* libimxvpuapi2: add imx8mp to supported platformsAndrey Zhizhikin2020-09-291-0/+1
| | | | Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
* libimxvpuapi2: Update to version 2.0.1Carlos Rafael Giani2020-04-201-0/+25
* imx6: replace mxcfb.h check with i.MX6 specific imx header check the mcxfb.h check only makes sense with i.MX6 devices, so requiring those for others like i.MX8 led to build errors * update waf to 2.0.12 and switch wscript to use Python 3 * imx6: fix encoder pointer usage in vpu_EncGiveCommand() call Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>