* [Buildroot] [PATCH v2] libimxvpuapi: bump to version 0.10.3
@ 2017-02-23 2:43 Danomi Manchego
2017-02-23 20:46 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Danomi Manchego @ 2017-02-23 2:43 UTC (permalink / raw)
To: buildroot
Because with libimxvpuapi older than 0.10.3, the gst1-imx-0.12.3 "imxvpu"
plugin will not build.
Changelog:
* 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: Danomi Manchego <danomimanchego123@gmail.com>
Reviewed-by: Gary Bisson <gary.bisson@boundarydevices.com>
---
v1->v2
- Tweak commit log per suggestions by Gary Bisson.
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
---
package/libimxvpuapi/libimxvpuapi.hash | 2 +-
package/libimxvpuapi/libimxvpuapi.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libimxvpuapi/libimxvpuapi.hash b/package/libimxvpuapi/libimxvpuapi.hash
index c8cabcf..cd0c8f1 100644
--- a/package/libimxvpuapi/libimxvpuapi.hash
+++ b/package/libimxvpuapi/libimxvpuapi.hash
@@ -1,2 +1,2 @@
# locally computed hash
-sha256 8e6dc4105db6164c0de72fd60eb73f4ba1632f7ba5052b1abc834b462b566da2 libimxvpuapi-0.10.2.tar.gz
+sha256 7151e10a24929935bada1d3d87626f17e411575b3a4ac0d86440999ad0100a55 libimxvpuapi-0.10.3.tar.gz
diff --git a/package/libimxvpuapi/libimxvpuapi.mk b/package/libimxvpuapi/libimxvpuapi.mk
index fde4429..d368d3d 100644
--- a/package/libimxvpuapi/libimxvpuapi.mk
+++ b/package/libimxvpuapi/libimxvpuapi.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBIMXVPUAPI_VERSION = 0.10.2
+LIBIMXVPUAPI_VERSION = 0.10.3
LIBIMXVPUAPI_SITE = $(call github,Freescale,libimxvpuapi,$(LIBIMXVPUAPI_VERSION))
LIBIMXVPUAPI_LICENSE = LGPLv2.1+
LIBIMXVPUAPI_LICENSE_FILES = LICENSE
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH v2] libimxvpuapi: bump to version 0.10.3
2017-02-23 2:43 [Buildroot] [PATCH v2] libimxvpuapi: bump to version 0.10.3 Danomi Manchego
@ 2017-02-23 20:46 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-02-23 20:46 UTC (permalink / raw)
To: buildroot
Hello,
On Wed, 22 Feb 2017 21:43:39 -0500, Danomi Manchego wrote:
> Because with libimxvpuapi older than 0.10.3, the gst1-imx-0.12.3 "imxvpu"
> plugin will not build.
>
> Changelog:
> * 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: Danomi Manchego <danomimanchego123@gmail.com>
> Reviewed-by: Gary Bisson <gary.bisson@boundarydevices.com>
>
> ---
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-02-23 20:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-23 2:43 [Buildroot] [PATCH v2] libimxvpuapi: bump to version 0.10.3 Danomi Manchego
2017-02-23 20:46 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox