Hello community,
here is the log from the commit of package gstreamer-plugins-vaapi for
openSUSE:Factory checked in at 2015-12-27 02:00:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-vaapi"
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi/gstreamer-plugins-vaapi.changes
2015-11-24 22:29:20.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new/gstreamer-plugins-vaapi.changes
2015-12-27 02:00:25.000000000 +0100
@@ -1,0 +2,57 @@
+Thu Dec 24 13:02:19 UTC 2015 - [email protected]
+
+- Update to version 0.7.0:
+ + Add VP9 Decoder.
+ + Improvements to HEVC(H265) decoder:
+ - Fix the decoding of dependent slice segment.
+ - Fix decoding of stream when it has temporal sublayers.
+ - Added Workaround to recognize wrongly encoded main profile
+ streams.
+ - Add SEI Header parsing.
+ - Fix the value assigning for delta_chroma_log2_weight_denom.
+ - Fix default value assignment of pred_weight_table.
+ - Fix ChromaOffsetL0/ChromaOffsetL1 calculation.
+ - Add calculation of WpOffsetHalfRangeC.
+ - Fix the scaling list scan order.
+ - Fix the picture addition in dpb() based on spec H265 v3.
+ - Fix the dpb_add() based on C.5.2.3.
+ - Fix flushing of dpb for EOS/EOB nal.
+ + Added infrastructure for handling corrupted pictures in h264
+ decoder (bgo#703921, bgo#751434).
+ + Add number of fixes and optimizations to GstContext sharing
+ (bgo#757598).
+ + Add API for dynamic detection of OpenGL API in use
+ (bgo#753099).
+ + Make vaapidecode + glimagesink combination work with opengl3
+ (bgo#753099).
+ + Fix segfault in vaapipostproc (bgo#752558).
+ + Fix seeking while using GLTextureUpload for rendering
+ (bgo#752929).
+ + Ported JPEG decoder to new API/ABI changes in codecparser.
+ + Removed gstvaapiuploader (bgo#752777).
+ + Fix 0/1 frame-rate handling in encoder (bgo#744042).
+ + Validate chroma sampling according to the VA's RT format in
+ Encoder (bgo#744042).
+ + Number of improvements in vaapi video memory handling
+ (bgo#744042).
+ + Stabilization of vaapidecodebin (bgo#749554, bgo#757957).
+ + Wayland fixes: Don't return GST_FLOW_ERROR on flushing
+ (bgo#753598).
+ + Add yasm as build dependency.
+ + Remvoved custom(non-official) debian parallel compilation
+ option.
+ + Fix multi-resolution video handling in vaapidecode
+ (bgo#753914).
+ + Adding stereoscopic/multiview upstream API support
+ (bgo#750835).
+ + Fixed fps calculation for for forced latency framerate
+ (bgo#755040).
+ + Fix build issues while disabling built-in codecparsers
+ (bgo#754845).
+ + Mark support for GStreamer 1.2 as obsolete.
+ + Update libvpx submodule to 1.4.0.
+ + Fix caps negotiation for meta:GstVideoGLTextureUploadMeta
+ (bgo#756686).
+ + Fixed leaked display instance in vaapidecodebin (bgo#757595).
+
+-------------------------------------------------------------------
Old:
----
gstreamer-vaapi-0.6.1.tar.bz2
New:
----
gstreamer-vaapi-0.7.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-vaapi.spec ++++++
--- /var/tmp/diff_new_pack.irDQif/_old 2015-12-27 02:00:28.000000000 +0100
+++ /var/tmp/diff_new_pack.irDQif/_new 2015-12-27 02:00:28.000000000 +0100
@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
#if 0%{?suse_version} >= 1310
%define gst_so 1.6
%define gst_ver 1_6
@@ -26,7 +27,7 @@
#endif
Name: gstreamer-plugins-vaapi
-Version: 0.6.1
+Version: 0.7.0
Release: 0
Summary: Gstreamer VA-API plugins
License: LGPL-2.1+
@@ -39,12 +40,12 @@
BuildRequires: libva-devel
BuildRequires: pkgconfig
BuildRequires: yasm
-BuildRequires: pkgconfig(gstreamer-1.0) >= 1.2.0
+BuildRequires: pkgconfig(gstreamer-1.0) >= 1.4.0
BuildRequires: pkgconfig(gstreamer-plugins-bad-1.0)
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
+BuildRequires: pkgconfig(wayland-client) >= 1.0.0
BuildRequires: pkgconfig(xrandr)
BuildRequires: pkgconfig(xrender)
-BuildRequires: pkgconfig(wayland-client) >= 1.0.0
ExclusiveArch: %ix86 x86_64
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -57,7 +58,6 @@
Requires: %{name} = %{version}
Requires: libgstvaapi-wayland-%{gst_ver}-%{soname} = %{version}
-
%description devel
This package contains all necessary include files and libraries needed
to develop applications that require these.
@@ -150,7 +150,6 @@
%post -n libgstvaapi-wayland-%{gst_ver}-%{soname} -p /sbin/ldconfig
%postun -n libgstvaapi-wayland-%{gst_ver}-%{soname} -p /sbin/ldconfig
-
%clean
rm -rf $RPM_BUILD_ROOT
@@ -189,7 +188,6 @@
%defattr(-,root,root)
%{_libdir}/libgstvaapi-wayland-%{gst_so}.so.*
-
%files devel
%defattr(-,root,root,0755)
%{_includedir}/gstreamer-1.0/gst/vaapi
++++++ gstreamer-vaapi-0.6.1.tar.bz2 -> gstreamer-vaapi-0.7.0.tar.bz2 ++++++
++++ 288244 lines of diff (skipped)