]> code.ossystems Code Review - meta-freescale.git/commitdiff
libimxvpuapi: Update to version 0.10.3
authorCarlos Rafael Giani <dv@pseudoterminal.org>
Wed, 9 Nov 2016 07:50:53 +0000 (08:50 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 9 Nov 2016 11:10:03 +0000 (09:10 -0200)
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 <dv@pseudoterminal.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-multimedia/libimxvpuapi/libimxvpuapi_0.10.3.bb [moved from recipes-multimedia/libimxvpuapi/libimxvpuapi_0.10.2.bb with 90% similarity]

similarity index 90%
rename from recipes-multimedia/libimxvpuapi/libimxvpuapi_0.10.2.bb
rename to recipes-multimedia/libimxvpuapi/libimxvpuapi_0.10.3.bb
index 26d46d5a4d63373ab2fcd8878ffe9e21cf83dd71..2ad0c898dc5fd0c1fc69d7160e82177a7068474b 100644 (file)
@@ -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"