Package Release Info

libva-utils-2.0.0-bp153.1.18

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libva-utils

Change Logs

Version: 2.0.0-bp150.1.3
* Fri Nov 17 2017 zaitor@opensuse.org
- Add vaapi-wayland-tools Obsoletes and Provides.
* Tue Nov 14 2017 zaitor@opensuse.org
- Update to version 2.0.0:
  * Add option '--device ' to vainfo.
  * Add vp9enc for VP9 encoding.
  * Add vavpp for video processing.
  * Add FEI gtest cases.
  * Fix segmentation fault in putsurface_wayland.
  * Fix GCC 7.1.1 warnings/errors.
  * Fix libva version printed out by vainfo.
- Pass enable-drm, enable-wayland and enable-x11 to configure,
  ensure we build all supported backends.
- Following the above, add pkgconfig(libdrm), pkgconfig(libva),
  pkgconfig(libva-drm), pkgconfig(libva-wayland),
  pkgconfig(wayland-client), pkgconfig(x11), pkgconfig(xext) and
  pkgconfig(xfixes) BuildRequires; align with what configure looks
  for.
- Run spec-cleaner on spec file.
* Tue Aug 29 2017 sndirsch@suse.com
- removed putsurface_wayland from filelist (now requires wayland-
  enabled -devel package)
* Wed Aug 16 2017 chris@computersalat.de
- Version 1.8.3 - 28.Jun.2017
  * Bump version to 1.8.3
  * Switch AC_PROG_LIBTOOL to LT_INIT
  * putsurface: include wayland-client.h instead of wayland-server.h
  * avcenc: add AUD NAL unit at the beginning of pic
  * avcenc: enable direct_spatial_mv_pred_flag for B frame
  * avcenc: add the frame number as the command line input parameter
* Fri Aug 04 2017 sndirsch@suse.com
- Version 1.8.2
  * Bump version to 1.8.2
* Thu Jun 29 2017 sndirsch@suse.com
- changed Group to Development/Tools/Other
* Wed Apr 19 2017 chris@computersalat.de
- fix changes file
  * add missing changes for 1.8.1
  * fix Version string
* Tue Apr 18 2017 chris@computersalat.de
- Version 1.8.1 - 10.Apr.2017
  * Bump version to 1.8.1
- add sha1sum file
* Sat Apr 15 2017 chris@computersalat.de
- initial pkg 1.8.0
- Version 1.8.0 - 31.Mar.2017
  * 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