Accepting request 284791 from home:Zaitor:branches:X11:XOrg
Update to version 1.5.0 OBS-URL: https://build.opensuse.org/request/show/284791 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=51
This commit is contained in:
parent
98e817cf9d
commit
b26ca2ddbb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0662af0ecdf1cfd2bb47e86f5bf66009554fe12ce7bf5b9cec6a2cc43f3f4c11
|
||||
size 761421
|
3
libva-1.5.0.tar.bz2
Normal file
3
libva-1.5.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e946d4b3110e4e23ec6a588e0c828937e502c67196d1266214441fefc4b83486
|
||||
size 774266
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 8 22:35:09 UTC 2015 - zaitor@opensuse.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 10:34:39 UTC 2014 - sndirsch@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libva
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -25,7 +25,7 @@
|
||||
%endif
|
||||
|
||||
Name: libva
|
||||
Version: 1.4.1
|
||||
Version: 1.5.0
|
||||
Release: 0
|
||||
Summary: Video Acceleration (VA) API for Linux
|
||||
License: MIT
|
||||
@ -222,6 +222,7 @@ find %{buildroot} -name '*.la' -delete -print
|
||||
%{_bindir}/mpeg2vldemo
|
||||
%{_bindir}/putsurface
|
||||
%{_bindir}/loadjpeg
|
||||
%{_bindir}/jpegenc
|
||||
|
||||
%if %{with wayland}
|
||||
%files -n vaapi-wayland-tools
|
||||
|
Loading…
x
Reference in New Issue
Block a user