]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
gst1-vaapi: new package
authorAdam Duskett <Aduskett@gmail.com>
Wed, 1 Feb 2017 13:18:53 +0000 (08:18 -0500)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 12 Mar 2017 20:32:21 +0000 (21:32 +0100)
commitc1e4e8545dad4d587c6739d7f9942c5e21e7490d
treed7cd404ba2380dc0f68c7ec461b67adee6ad14b0
parenta085b7c3139b2c4543530fb0adf0047d8a4c1fd3
gst1-vaapi: new package

gstreamer-vaapi consists in a collection of VA-API based plugins for
GStreamer and helper libraries.  These libraries are used for hardware
decoding and encoding of several video formats.

decoding formats:
JPEG, MPEG-2, MPEG-4:2, H.264 AVC, H.264 MVC, VP8, VC-1, WMV3, and HEVC.

encoding formats:
MPEG-2, H.264 AVC, H.264 MVC, JPEG, VP8, HEVC

The package won't compile without at least one renderer enabled, so I
chose to enable DRM by default, as X11, GLX, and wayland are heavy
handed with the dependencies.  As such, I have disabled every option
defaulting to yes except for DRM for the first patch.

Also, these codecs are only for x86 and require a Intel CPU (See Hardware
Requirements on line 82 of the README file.)

Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
[Thomas:
 - Add entry to DEVELOPERS file.
 - Add BR2_TOOLCHAIN_HAS_THREADS dependency to the main Config.in
   option.
 - Add BR2_PACKAGE_HAS_UDEV dependency to the main Config.in option.
 - Add comments about the BR2_STATIC_LIBS config option.
 - Rewrap Config.in help text and removing trailing tabs/spaces.
 - Remove restriction to i386/x86-64
 - Add patch to fix build with uClibc.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
DEVELOPERS
package/gstreamer1/Config.in
package/gstreamer1/gst1-vaapi/0001-O_CLOEXEC-needs-_GNU_SOURCE-defined.patch [new file with mode: 0644]
package/gstreamer1/gst1-vaapi/Config.in [new file with mode: 0644]
package/gstreamer1/gst1-vaapi/gst1-vaapi.hash [new file with mode: 0644]
package/gstreamer1/gst1-vaapi/gst1-vaapi.mk [new file with mode: 0644]