Libva-utils is a collection of tests for VA-API (VIdeo Acceleration API)
Go to file
Frédéric CHANAL 4cd0cc294b h264encode, hevcencode: fix integer overflow for high definition
When used with for instance 4K UHD (-h 2160 -w 3840) h264encode and
hevcencode `codebuf_size` computation is wrong due to overflow and leads
to "setup_encode:vaCreateBuffer (1349) failed,exit" error

Also fix the frame_bitrate integer overflow
2021-09-22 02:13:41 -04:00
.github/workflows ci: fix freebsd build by switching to vmactions/freebsd-vm@v0.1.3 2021-04-02 10:38:30 -07:00
common Add '-Wall' or '-fstack-protector' compilation flags 2018-06-05 14:18:03 +08:00
decode autotools: drop libdrm dependency (only libva-drm is used) 2020-04-01 21:45:08 +08:00
encode h264encode, hevcencode: fix integer overflow for high definition 2021-09-22 02:13:41 -04:00
putsurface Fix KW issues 2020-08-25 15:19:20 +08:00
test remove version check for test vaInitialize_vaTerminate 2021-06-21 15:09:13 +08:00
vainfo vainfo: add VA_RC_TCBRC to reported caps list 2021-03-23 11:42:17 +08:00
vendor/intel Fix KW issues 2020-08-25 15:19:20 +08:00
videoprocess Added Planar BGR support. 2021-06-28 14:42:18 +08:00
.travis.yml Update .travis.yml 2018-03-15 14:55:46 +08:00
Android.mk Build libva-utils on Android 2017-09-29 14:51:42 +08:00
CONTRIBUTING.md Use the new link URLs 2018-03-15 11:04:26 +08:00
COPYING gtest: initial Gtest set for VA-API 2016-11-29 11:41:17 -08:00
INSTALL Use the new link URLs 2018-03-15 11:04:26 +08:00
Makefile.am sample code for decode SFC 2018-10-26 17:45:43 +08:00
NEWS update NEWS for libva-utils 2.12.0 2021-06-21 10:35:00 -04:00
README.md Use the new link URLs 2018-03-15 11:04:26 +08:00
autogen.sh libva-utils: initial commit 2016-11-29 11:41:17 -08:00
configure.ac libva-utils 2.13.0.pre1 2021-07-01 11:30:38 -04:00
meson.build libva-utils 2.13.0.pre1 2021-07-01 11:30:38 -04:00
meson_options.txt add meson build 2018-03-21 08:34:47 +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!