Hi all,
I'm pleased to announce the 2.0.0 release of libva, the implementation of Video
Acceleration API (VA-API).
Highlights:
* Bump VA-API version to 1.0.0 and libva to 2.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
Note libva 2.0.0 is not compatible with the old version of libva, but for most user, what
you need to do is to rebuild your VA-API based application against libva 2.0.0.
Thanks to everybody who contributed to this release!
git tag: 2.0.0
tarball:
https://github.com/01org/libva/releases/download/2.0.0/libva-2.0.0.tar.bz2
sha1sum: 762a49f8925ca1d0531c5071afbd629ffea93b90 libva-2.0.0.tar.bz2
Thanks
Haihao