From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v4 1/2] libimxvpuapi: add new package
Date: Sun, 21 Feb 2016 16:03:31 +0100 [thread overview]
Message-ID: <20160221160331.4bc2f8fc@free-electrons.com> (raw)
In-Reply-To: <1455712071-14629-2-git-send-email-gary.bisson@boundarydevices.com>
Dear Gary Bisson,
On Wed, 17 Feb 2016 13:27:50 +0100, Gary Bisson wrote:
> This is a library for using the i.MX6 VPU. It is an alternative to
> libfslvpuwrap, hosted on Github, and has an API that features several
> improvements over libfslvpuwrap, which include:
>
> * User-defined context information associated with input frames, which
> is passed on to corresponding output frames (to be able to identify
> which input frame produced which output frame)
> * Groundwork for future DMA-BUF/BMM/ION/CMA allocator integration, using
> file descriptors instead of physical addresses
> * Indicators for when it is safe to try to decode frames, which is
> critical in multi-threaded playback cases
> * Simplified, higher-level JPEG en/decoding API, based on the VPU MJPEG
> codec; useful for picture viewing without the extra boilerplate for
> VPU-based en/decoding
>
> Changelog 0.10.0 -> 0.10.1:
> - add debian packaging files
> - update waf to version 1.8.16
> - add workaround in wscript to prevent stale pkg-config .pc files
> - fix memory leak by adding missing IOFreeVirtMem() call in vpulib
> backend
>
> This patch is based on the Yocto equivalent:
> https://github.com/Freescale/meta-fsl-arm/commit/e519d6c
> https://github.com/Freescale/meta-fsl-arm/commit/1dd6a5b
>
> This package has been implicitely tested through gstreamer as the
> plugins rely on it for vpu decoding:
> # gst-launch-1.0 playbin uri=file:///root/tears_of_steel_1080p.webm
>
> Tested-by: Peter Seiderer <ps.report@gmx.net>
> Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
> ---
Both applied to next, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2016-02-21 15:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-17 12:27 [Buildroot] [PATCH v4 0/2] gst1-imx: bump version to 0.12.0 Gary Bisson
2016-02-17 12:27 ` [Buildroot] [PATCH v4 1/2] libimxvpuapi: add new package Gary Bisson
2016-02-21 15:03 ` Thomas Petazzoni [this message]
2016-02-17 12:27 ` [Buildroot] [PATCH v4 2/2] gst1-imx: bump to version 0.12.0 Gary Bisson
2016-02-17 12:38 ` Peter Seiderer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160221160331.4bc2f8fc@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.