diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2016-11-09 08:50:53 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-11-09 09:10:03 -0200 |
commit | 0b7c8e0567c3c5d0c9b334bd51218ac02f4d155c (patch) | |
tree | fd62104f4173aade6320eab8037de8b201fc59f2 /recipes-multimedia/libimxvpuapi | |
parent | 8671bd4643e950e2353f684db99fa56550ecca0a (diff) | |
download | meta-freescale-0b7c8e0567c3c5d0c9b334bd51218ac02f4d155c.tar.gz |
libimxvpuapi: Update to version 0.10.3
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>
Diffstat (limited to 'recipes-multimedia/libimxvpuapi')
-rw-r--r-- | recipes-multimedia/libimxvpuapi/libimxvpuapi_0.10.3.bb (renamed from recipes-multimedia/libimxvpuapi/libimxvpuapi_0.10.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/libimxvpuapi/libimxvpuapi_0.10.2.bb b/recipes-multimedia/libimxvpuapi/libimxvpuapi_0.10.3.bb index 26d46d5a..2ad0c898 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" | |||
6 | DEPENDS = "imx-vpu" | 6 | DEPENDS = "imx-vpu" |
7 | 7 | ||
8 | SRCBRANCH ?= "master" | 8 | SRCBRANCH ?= "master" |
9 | SRCREV = "4d919f4813b2288ed79a9026557326df0314ad07" | 9 | SRCREV = "81a2bbd85ef2aaa56243dbf63a7352ca1758099b" |
10 | SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH}" | 10 | SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH}" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |