Hello community,
here is the log from the commit of package vaapi-intel-driver for
openSUSE:Factory checked in at 2015-12-27 01:58:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vaapi-intel-driver (Old)
and /work/SRC/openSUSE:Factory/.vaapi-intel-driver.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vaapi-intel-driver"
Changes:
--------
--- /work/SRC/openSUSE:Factory/vaapi-intel-driver/vaapi-intel-driver.changes
2015-08-05 06:48:36.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.vaapi-intel-driver.new/vaapi-intel-driver.changes
2015-12-27 01:58:06.000000000 +0100
@@ -1,0 +2,37 @@
+Fri Dec 18 20:54:35 UTC 2015 - [email protected]
+
+- Stop passing --enable-hybrid-codec to configure, this feature
+ seems to be not entirely ready yet.
+
+-------------------------------------------------------------------
+Thu Dec 17 09:51:22 UTC 2015 - [email protected]
+
+- Update to version 1.6.2:
+ + Add support for Broxton:
+ - Decoding: H.264/MPEG-2/VC-1/JPEG/VP8/HEVC/HEVC 10-bit/VP9.
+ - Encoding: H.264/JPEG/VP8/HEVC.
+ - VPP: CSC/scaling/NoiseReduction/Deinterlacing{Bob,
+ MotionAdaptive, MotionCompensated}/ColorBalance/STD.
+ + Add support for HEVC CBR on SKL
+ + Fix the broken VA_FILTER_SCALING_HQ on SKL
+ + Fix the incorrect loading of GPU shaders on GEN8/GEN9
+ + Fix the wrong address relocation in VPP on GEN8/GEN9
+ + Fix the wrong VAImage foramt (fdo#92088).
+ + Fix YUV to RGB conversion on GEN7/GEN8/GEN9.
+ + Fix the segmentation fault causing by NULL buffer object on SNB
+ (fdo#92811).
+ + Fix the wrong coordinate used in VPP (fdo#92811).
+- Changes from version 1.6.1:
+ + Wrapper other backend driver to support VP9 hybrid decoding on
+ BDW/BSW/SKL (--enable-hybrid-codec)
+ + Fix HEVC decoding issue on BSW/SKL.
+ + Fix HEVC encoding on SKL GT3.
+ + Fix GPU hang issue when decoding H.264 MBAFF clips (fdo#91207).
+ + Fix issues detected by klockwork scan.
+ + Combine csc/scaling together to optimize the performance.
+- Pass --enable-hybrid-codec to configure following upstream.
+- Add pkgconfig(egl) BuildRequires: Configure checks for it, so
+ lets build that support too.
+- Stop passing autoreconf, no needed as we do not have any patches.
+
+-------------------------------------------------------------------
Old:
----
libva-intel-driver-1.6.0.tar.bz2
New:
----
libva-intel-driver-1.6.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ vaapi-intel-driver.spec ++++++
--- /var/tmp/diff_new_pack.UP3ic4/_old 2015-12-27 01:58:07.000000000 +0100
+++ /var/tmp/diff_new_pack.UP3ic4/_new 2015-12-27 01:58:07.000000000 +0100
@@ -19,7 +19,7 @@
%define srcname libva-intel-driver
Name: vaapi-intel-driver
-Version: 1.6.0
+Version: 1.6.2
Release: 0
Summary: Intel Driver for Video Acceleration (VA) API for Linux
License: MIT and EPL-1.0
@@ -31,6 +31,7 @@
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: xz
+BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(libdrm) >= 2.4.45
BuildRequires: pkgconfig(libdrm_intel)
BuildRequires: pkgconfig(libva-x11) >= 0.38
@@ -42,8 +43,10 @@
%setup -q -n %{srcname}-%{version}
%build
-autoreconf -fiv
-%configure --disable-silent-rules --disable-static --with-pic
+%configure \
+ --disable-silent-rules \
+ --disable-static \
+ --with-pic
make %{?_smp_mflags}
%install
++++++ libva-intel-driver-1.6.0.tar.bz2 -> libva-intel-driver-1.6.2.tar.bz2
++++++
++++ 21331 lines of diff (skipped)