]> code.ossystems Code Review - openembedded-core.git/commit
libva: upgrade to 2.0.0
authorAnuj Mittal <anuj.mittal@intel.com>
Tue, 6 Feb 2018 02:03:59 +0000 (10:03 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Feb 2018 17:56:33 +0000 (17:56 +0000)
commit6c4c321bdd6b34def6b77e1d6a0bed03779254cd
treec1d11627407f3fe5d3e5e69a6cee67b7a5bf3808
parent42af9fedd31ecf5c6210d2f85f20540f85da59f4
libva: upgrade to 2.0.0

libva 2.0 bumps the VA-API version to 1.0.0 and deletes egl and
tpi backends. The header files va_egl.h and va_tpi.h are still
packaged in -dev to ensure packages that still use them don't fail.

Major changes:

* Bump VA-API version to 1.0.0
* Add new API for H264 FEI support
* Add definition of VA_FOURCC_I420
* Add functions for converting common enums to strings
* Deprecate H.264 baseline profile and FMO support
* Deprecate packed misc packed header flag
* Delete libva-tpi and libva-egl backends
* Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer
* Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264
* Fix race condition in wayland support
* Rename vaMessageCallback to VAMessageCallback
* Make logging callbacks library-safe

Updated recipe to point to release tarball instead of git. Also, updated the
github URLs to point to renamed Intel repository.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/libva/libva_2.0.0.bb [moved from meta/recipes-graphics/libva/libva_1.8.3.bb with 70% similarity]