[ANNOUNCE] libva-utils 1.8.0
by Xiang, Haihao
Hi all,
I'm pleased to announce the 1.8.0 release of libva-utils, the collection of tests for VIdeo Acceleration API (VA-API)
Highlights:
* First release of libva-utils as a separate project
* Follows libva release versioning
* Contains all the utilities and tests for libva API
* Dynamically links to libva
* building system clean ups
* test suite included using GoogleTestFramework
Thanks to everybody who contributed to this release!
git tag: 1.8.0
tarball: https://github.com/01org/libva-utils/releases/download/1.8.0/libva-utils-...
sha1sum: 1cdd17ee0cd5ccf0da2ed85512d87bf1931b2bc1 libva-utils-1.8.0.tar.bz2
Thanks
Haihao
5 years, 1 month
[ANNOUNCE] intel-vaapi-driver 1.8.0
by Xiang, Haihao
Hi all,
I'm pleased to announce the 1.8.0 release of intel-vaapi-driver, the VAAPI driver for Intel GEN graphics.
This release brings quite number of changes and fixes, the most notable is the new AVC encoder on
SkyLake+ and VP8 encoder on Braswell+ which bring great improvement for AVC/VP8 encoding quality
and add support for VBR encoding. Thanks to everybody who contributed to this release!
Highlights:
* Improve the quality of the H.264 encoder on SKL+ for CQP and CBR mode
* Improve the quality of the VP8 encoder on BSW+ for CQP and CBR mode
* Add support for H.264 VBR mode on SKL+
* Add support for VP8 VBR mode on BSW+
* Add support for low-power H.264 encoder on BXT and KBL
* Add support for CBR / VBR with low-power H.264 encoder on SKL+ (A HuC Firmware and
a HuC supported Linux kernel are required)
* Add support for CSC and scaling with 10bit P010/I010 surface
* Optimize CSC and scaling with 8bit NV12 and I420 surface
* Fix the wrong memory object cache setting on SKL+
* Fix the EU number in media pipeline
* Fix the wrong bit shift in H.264 encoder
* Fix the 48bit graphics address on BSW+
* Fix building on NetBSD
Known issues:
* The new AVC encoder doesn't support MVC/SVC encoding
* The new AVC encoder doesn't support ROI encoding
* The new AVC encoder doesn't support multiple slice encoding
We will fix the above issues in next release.
git tag: 1.8.0
tarball: https://github.com/01org/intel-vaapi-driver/releases/download/1.8.0/intel...
sha1sum: 9982122c8ef36aad01aa09c083974532afa8f8ca intel-vaapi-driver-1.8.0.tar.bz2
Thanks
Haihao
5 years, 1 month
[ANNOUNCE] libva 1.8.0
by Xiang, Haihao
Hi all,
I'm pleased to announce the 1.8.0 release of libva, the implementation of Video Acceleration API (VA-API).
High lights
* Bump VA API version to 0.40
* API: Change vaRenderPicture semantics that vaRenderPicture no longer deletes the input buffer automatically.
* API: Add VA_FOURCC_I010 for 10bit surface
* API: Add vaSetErrorCallback and vaSetInfoCallback for error and info message.
* va/drm: Update the support for Mesa Gallium driver
* va/drm: Fix authentication check for /dev/dri/card0
* Move all utilities and tests to libva-utils (https://github.com/01org/libva-utils)
Thanks to everybody who contributed to this release!
git tag: 1.8.0
tarball: https://github.com/01org/libva/releases/download/1.8.0/libva-1.8.0.tar.bz2
sha1sum: d9468956c301784b6b12c39cafd30ac52e24290b libva-1.8.0.tar.bz2
Thanks
Haihao
5 years, 1 month
Intel not respecting cliprects
by Alan Hourihane
Hi,
I'm using libva-1.7.3 and libva-intel-driver-1.7.3 and the putsurface
test program with the -c option for testing cliprect functionality, but
the test app is showing the cliprects don't work on my Haswell box.
Anyone else see this ?
Thanks,
Alan.
5 years, 2 months