Changes: - properly pass on color format in simplified JPEG encoder interface - add alternative write-callback-style encoding mode also add encode example variant which uses write-callback style output - add support for "fake grayscale mode" in encoders this is done by using I420 internally and filling the U and V planes with 0x80 bytes - make sure JPEG quantization table is copied in standardized zig zag order the VPU does not, so this has to be done explicitely
Signed-off-by: Carlos Rafael Giani <[email protected]> --- .../libimxvpuapi/{libimxvpuapi_0.10.2.bb => libimxvpuapi_0.10.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-multimedia/libimxvpuapi/{libimxvpuapi_0.10.2.bb => libimxvpuapi_0.10.3.bb} (90%) diff --git a/recipes-multimedia/libimxvpuapi/libimxvpuapi_0.10.2.bb b/recipes-multimedia/libimxvpuapi/libimxvpuapi_0.10.3.bb similarity index 90% rename from recipes-multimedia/libimxvpuapi/libimxvpuapi_0.10.2.bb rename to recipes-multimedia/libimxvpuapi/libimxvpuapi_0.10.3.bb index 26d46d5..2ad0c89 100644 --- a/recipes-multimedia/libimxvpuapi/libimxvpuapi_0.10.2.bb +++ b/recipes-multimedia/libimxvpuapi/libimxvpuapi_0.10.3.bb @@ -6,7 +6,7 @@ SECTION = "multimedia" DEPENDS = "imx-vpu" SRCBRANCH ?= "master" -SRCREV = "4d919f4813b2288ed79a9026557326df0314ad07" +SRCREV = "81a2bbd85ef2aaa56243dbf63a7352ca1758099b" SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH}" S = "${WORKDIR}/git" -- 2.7.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
