Libva-utils is a collection of tests for VA-API (VIdeo Acceleration API)
Go to file
U. Artie Eoff cde70e171e test/get_create_config: fix test cases
Use the new config methods from fixture.

Also, properly handle config attributes that use bitfields.
That is, some attributes require only one bitmask/value
for vaCreateConfig, therefore we cannot directly use
the attribute returned from vaGetConfigAttributes since
those bitfield attributes will return a bitfield value with
"all" OR'd supported bitmask choices.

Fixes #86

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
2018-01-22 09:43:28 -08:00
common wayland: Fix small leak of wl_registry on VADisplay 2017-12-19 10:30:02 -08:00
decode decode/loadjpeg: Add return value check for fread. 2018-01-11 08:34:21 +08:00
encode vp9enc: set a reasonable bitrate for VBR when the max bitrate isn't specified 2018-01-09 16:19:53 +08:00
putsurface Build libva-utils on Android 2017-09-29 14:51:42 +08:00
test test/get_create_config: fix test cases 2018-01-22 09:43:28 -08:00
vainfo Remove some unused variables 2017-12-15 08:52:46 -08:00
videoprocess vavpp: read / write RGB32 surface 2017-12-19 12:30:08 -08:00
.travis.yml travis: Added security list for scans 2017-01-30 21:41:34 -08:00
Android.mk Build libva-utils on Android 2017-09-29 14:51:42 +08:00
CONTRIBUTING.md github: Add contributing file 2017-01-28 18:14:25 -08:00
COPYING gtest: initial Gtest set for VA-API 2016-11-29 11:41:17 -08:00
INSTALL config: Remove unsupported deps 2017-02-04 09:59:46 -08:00
Makefile.am vavpp: add video processing test case 2017-09-06 09:35:00 +08:00
NEWS libva-utils 2.0.0 2017-10-21 12:53:06 +08:00
README.md README.md: update Slack Team invite URL 2017-05-26 10:28:59 +08:00
autogen.sh libva-utils: initial commit 2016-11-29 11:41:17 -08:00
configure.ac test: remove local va_version.h.in 2018-01-12 08:35:10 +08:00

README.md

Stories in Ready Build Status Coverity Scan Build Status

#Libva-utils Project

libva-utils is a collection of utilities and examples to exercise VA-API in accordance with the libva project. --enable-tests (default = no) provides a suite of unit-tests based on Google Test Framework. A driver implementation is necessary to properly operate.

VA-API is an open-source library and API specification, which provides access to graphics hardware acceleration capabilities for video processing. It consists of a main library and driver-specific acceleration backends for each supported hardware vendor.

If you would like to contribute to libva, check our Contributing guide.

We also recommend taking a look at the 'janitorial' bugs in our list of open issues as these bugs can be solved without an extensive knowledge of libva-utils.

We would love to help you start contributing!

The libva-utils development team can be reached via our mailing list and on IRC in channel ##intel-media on Freenode.

We also use #Slack and host VAAPI Media Slack Team. You can signup by submitting your email address to our Slack Team invite page.

Slack complements our other means of communication. Pick the one that works best for you!