Changelog for
libva-drm1-1.8.1-1.35.x86_64.rpm :
* Wed Apr 19 2017 chrisAATTcomputersalat.de- fix changes file
* add missing changes for 1.8.1
* fix Version string
* Tue Apr 18 2017 chrisAATTcomputersalat.de- Version 1.8.1 - 10.Apr.2017
* Bump libva to 1.8.1- add sha1sum file
* Sat Apr 15 2017 chrisAATTcomputersalat.de- Version 1.8.0 - 31.March.2017
* 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)- disable obsolete vaapi-tools cause of move of all utilities to libva-utils
* Tue Apr 11 2017 sndirschAATTsuse.com- SLE merge:
* update to latest version, Intel Stack release 2016Q1 (fate #315643-315645, 319159-319161, 319618)
* latest updates for sle12 (fate #315643-315645, 319159-319161, 319618)
* Tue Apr 11 2017 sndirschAATTsuse.com- Removed libva-wayland1 from bqaselibs.conf; add it to baselibs.conf during a wayland build only; ugly I know ... This is needed since otherwise source validator (\"osc service run source_validator\") fails on sle
* Tue Apr 11 2017 sndirschAATTsuse.com- sync openSUSE Leap/SLE build by making use of %is_opensuse macro; we don\'t build wayland on SLE, but enable it on Leap
* Tue Jan 17 2017 sndirschAATTsuse.com- N_libva_Fix_wayland-client.h_include-path.patch/ N_libva_Fix_wayland-client.h_include-path_1320.patch no longer need after adjusting vaapi-intel-driver package
* Thu Jan 12 2017 chrisAATTcomputersalat.de- fix wayland-client.h include path
* add N_libva_Fix_wayland-client.h_include-path.patch
* add N_libva_Fix_wayland-client.h_include-path_1320.patch
* Sat Dec 31 2016 chrisAATTcomputersalat.de- Version 1.7.3 - 10.Nov.2016
* Bump VA API version to 0.39.4
* API: add support for bitrate control per temporal layer
* API: update the usage for framerate in VAEncMiscParameterFrameRate to support non-integer frame-rate
* Add has_prime_sharing flag in VADriverVTableWayland to indicate if buffer sharing with prime fd can be used in the backend driver
* Sat Oct 22 2016 chrisAATTcomputersalat.de- Version 1.7.2 - 05.Sep.2016
* Bump VA API version to 0.39.3
* API: add support for ROI
* Add support for VP9 encoder in VA tracer
* Refine test cases
* Fix the issue of not properly terminating the parsed environment values with \'\\0\' https://bugs.freedesktop.org/show_bug.cgi?id=96677
* Mon Jul 04 2016 sndirschAATTsuse.com- Update to version 1.7.1
* Bump VA API version to 0.39.2
* API: add support for VP9 8bit encode
* API: add support for low power/high performance encode
* API: add support for encoding ROI attribute
* API: add support for macroblock based rate control
* Fix VA tracer to support multiple contexts in one instance
* Thu May 19 2016 zaitorAATTopensuse.org- Add missing post/postun handling for libva-wayland1.
* Tue Apr 12 2016 sndirschAATTsuse.com- Update to version 1.7.0
* Bump VA API version to 0.39
* Add support for VP9 10bit decode API
* Allow libva to load the vaapi driver provided by Mesa Gallium for nouveau and radeon
* Fix libva-glx against OpenGL 3.1 or above
* Wed Dec 30 2015 jimmyAATTboombatower.com- Update baselibs.conf to work with new multi-spec file approach.
* Mon Dec 21 2015 dimstarAATTopensuse.org- Use build_gl defines instead of build condition: libva-gl is never meant to be built --without=gl, so bcond is actually the wrong construct here.- Add libva-gl.spec as a 2nd spec file to the package to keep them in sync (by means of pre_checkin.sh).
* Fri Dec 18 2015 jimmyAATTboombatower.com- Bump up disable wayland support for 13.1 as 1.6.2 is incompatible with such old version of wayland.
* Thu Dec 17 2015 jimmyAATTboombatower.com- Rework spec to either gl packages or everything else. By doing so libva-devel can be built without depending on Mesa and Mesa-libva can be build depending on libva-devel without introducing a dependency cycle. A linked package will then produce the libva gl packages.
* Thu Dec 17 2015 zaitorAATTopensuse.org- Update to version 1.6.2: + Bump VA API version to 0.38.1. + Add new RT format for 16 bits per channel memory layout(P010,P016): VA_RT_FORMAT_YUV420_10BPP. + Add new fourcc codes: VA_FOURCC_P010, VA_FOURCC_P016, VA_FOURCC_YV16. + Fix crash if user doesn\'t have right to access the DRI device. + Fix uninitialized x11_screen driver context member for X11 output (fdo#61603). + Fix the issue of not to use LIBVA_DRIVER_NAME (fdo#72822). + Fix build issue with wayland (fdo#79478). + vainfo: Add option \'--display\'.
* Thu Dec 17 2015 jimmyAATTboombatower.com- Replace build requirement Mesa-devel with pkgconfig(egl) to narrow dependency and aid in avoiding cycle when building Mesa-libva.
* Mon Nov 23 2015 zaitorAATTopensuse.org- Update to version 1.6.1: + Add support for VP9 decode and HEVC encode in VA trace module. + Add VP9 profile to vainfo. + Enhance VA trace to dump VP8 encode parameters.- Add an explicit pkgconfig(wayland-scanner) BuildRequires: Configure looks for it, and we are already pulling it in automatically.
* Fri Jul 31 2015 zaitorAATTopensuse.org- Update to version 1.6.0: + API: - Bump VA API version to 0.38. - Add support for HEVC Encode. - Add support for VP9 Decode. - Allow user to specify user preferred backend driver. - Add decode attribute to support decode normal and base modes. - Add encode attribute to support skip frame. + Fix quality issue in the JPEG encode demo.
* Mon Mar 30 2015 sndirschAATTsuse.com- Update to version 1.5.1
* API: correct the comment for num_token_partitions in struct _VAEncPictureParameterBufferVP8
* VA/x11: fix double Unlocks/SyncHandle to avoid segmentation fault
* Sun Feb 08 2015 zaitorAATTopensuse.org- Update to version 1.5.0: + API: - Add support for HEVC decoding. - Extend JPEG encoding data structures and add configuration attribute for JPEG encoding. + Add a unit test for JPEG encoding. + Add support for HEVC decoding and JPEG encoding in VA trace utility. + Fix out of tree builds. + VA/X11: fix BadDrawable issue when calling vaTerminate() after the pixmaps have been destroyed.
* Thu Oct 30 2014 sndirschAATTsuse.com- added baselibs.conf as source to specfile in order to make factory happy
* Mon Oct 27 2014 sndirschAATTsuse.com- update to version 1.4.1; most important features/changes since release 1.2.1:
* API: add support for VP8 encoding
* API: drop VAEntrypointMax enumeration
* API: add STE filter to the VPP pipeline
* API: add H.264 MVC profiles for decoding and encoding
* API: add buffer export interfaces for interop with 3rdparty APIs (EGL, OCL)
* API: add suppor for encoder quality level
* API: add attribute usage hint flag
* Enhancement for VA trace utility
* Add support for DRM Render-Nodes (Andrey Larionov)- removed obsolete patch libva-fix-rpmlint-error-no-return-in-non-void.patch