Hello community,
here is the log from the commit of package gstreamer-0_10-plugins-vaapi for
openSUSE:Factory checked in at 2013-07-12 20:45:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-vaapi (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-vaapi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-0_10-plugins-vaapi"
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-vaapi/gstreamer-0_10-plugins-vaapi.changes
2012-11-08 08:04:42.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-vaapi.new/gstreamer-0_10-plugins-vaapi.changes
2013-07-12 20:45:40.000000000 +0200
@@ -1,0 +2,49 @@
+Wed Jul 10 16:29:22 UTC 2013 - [email protected]
+
+- Update to 0.5.4:
+ * Changes since 0.5.3:
+ * Streamline core libgstvaapi decoding library (API/ABI changes)
+ * Use built-in codecparsers by default
+ (or --disable-builtin-codecparsers)
+ * Fix default Huffman tables generation
+ * ix destruction of Wayland display resources
+ * Fix explicit specification of display type to vaapisink
+ * Fix memory leak in vaapiupload in GStreamer 0.10 builds
+ * Fix performance regression caused by improper use of
+ GstTask callback
+ * Fix raw decoding mode to transfer ownership of surface proxy
+ to caller
+ * Changes since 0.5.2:
+ * Add support for GStreamer 1.0.x API
+ * Fix build on Fedora 17
+ * Fix vaapidecode heuristics to detect decode timeouts
+ * Fix fallback to sofware decoding if no hardware decoder
+ is available
+ * Fix regression in raw decoding mode whereby PTS or picture
+ flags were lost
+ * Changes since 0.5.1:
+ * Add support for video seek/reset
+ * Improve MPEG-2 decoder robustness when packets are missing
+ * Fix support for raw YUV buffers in vaapisink
+ * Fix build on older Linux distributions with glib < 2.32
+ * Fix decoding of MPEG-2 videos with height > 2800 pixels
+ * Fix MPEG-2 decoding with explicit quantization matrices set
+ * Fix illegal write in vaapiupload for NV12 surfaces
+ * Changes since 0.5.0:
+ * Add simple decoder demo that only uses libgstvaapi
+ * Fix thread-safety issues in the Wayland renderer
+ * Fix VC-1 decoding bugs fdo#692461, fdo#692312, fdo#692271,
+ fdo#692270, fdo#692267
+ * Fix decoding of VC-1 videos in AVI containers
+ * Fix H.264 parser to zero-initialize key syntax elements
+ * Fix MPEG-2, H.264 and VC-1 decoders to submit all decoded
+ frames on <EOS>
+ * Changes since 0.4.0:
+ * Optimize MPEG-2 and H.264 decoders
+ * Use GstVideoDecoder API for vaapidecode
+ * Add support for raw YUV buffers in vaapisink
+ * Add support for global-alpha subpictures/overlay
+ * Fix calculation of the vaapidecode time-out for a surface
+ to get released
+
+-------------------------------------------------------------------
Old:
----
gstreamer-vaapi-0.4.0.tar.bz2
New:
----
gstreamer-vaapi-0.5.4.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-0_10-plugins-vaapi.spec ++++++
--- /var/tmp/diff_new_pack.jW4KUu/_old 2013-07-12 20:45:42.000000000 +0200
+++ /var/tmp/diff_new_pack.jW4KUu/_new 2013-07-12 20:45:42.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package gstreamer-0_10-plugins-vaapi
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
# every machine even wihtout the specific hardware.
#define SKIP_GSTPROVIDES 1
-%define package_version 0.4.0
+%define package_version 0.5.4
Name: gstreamer-0_10-plugins-vaapi
BuildRequires: Mesa-devel
@@ -33,7 +33,7 @@
Summary: Gstreamer VA-API plugins
License: LGPL-2.1+
Group: Productivity/Multimedia/Other
-Version: 0.4.0
+Version: 0.5.4
Release: 0
Source0: gstreamer-vaapi-%{package_version}.tar.bz2
Url: http://gitorious.org/vaapi/gstreamer-vaapi
@@ -52,33 +52,33 @@
This package contains all necessary include files and libraries needed
to develop applications that require these.
-%package -n libgstvaapi-0_10-0
+%package -n libgstvaapi-0_10-3
Summary: Gstreamer VA-API plugins
Group: System/Libraries
-%description -n libgstvaapi-0_10-0
+%description -n libgstvaapi-0_10-3
gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that
allow hardware accelerated video decoding through VA-API.
-%package -n libgstvaapi-glx-0_10-0
+%package -n libgstvaapi-glx-0_10-3
Summary: Gstreamer GLX VA-API plugins
Group: System/Libraries
-%description -n libgstvaapi-glx-0_10-0
+%description -n libgstvaapi-glx-0_10-3
gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that
allow hardware accelerated video decoding through VA-API.
-%package -n libgstvaapi-x11-0_10-0
+%package -n libgstvaapi-x11-0_10-3
Summary: Gstreamer X11 VA-API plugins
Group: System/Libraries
-%description -n libgstvaapi-x11-0_10-0
+%description -n libgstvaapi-x11-0_10-3
gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that
allow hardware accelerated video decoding through VA-API.
%if %{suse_version} >= 1230
-%package -n libgstvaapi-drm-0_10-0
+%package -n libgstvaapi-drm-0_10-3
Summary: Gstreamer DRM VA-API plugins
Group: System/Libraries
-%description -n libgstvaapi-drm-0_10-0
+%description -n libgstvaapi-drm-0_10-3
gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that
allow hardware accelerated video decoding through VA-API.
%endif
@@ -94,25 +94,26 @@
./autogen.sh
%endif
%configure --disable-static \
- --enable-vaapisink-glx
+ --enable-glx \
+ --with-gstreamer-api=0.10
make %{?_smp_mflags} V=1
%install
%makeinstall
find %{buildroot}%{_libdir} -name '*.la' -delete -print
-%post -n libgstvaapi-0_10-0 -p /sbin/ldconfig
-%postun -n libgstvaapi-0_10-0 -p /sbin/ldconfig
+%post -n libgstvaapi-0_10-3 -p /sbin/ldconfig
+%postun -n libgstvaapi-0_10-3 -p /sbin/ldconfig
-%post -n libgstvaapi-glx-0_10-0 -p /sbin/ldconfig
-%postun -n libgstvaapi-glx-0_10-0 -p /sbin/ldconfig
+%post -n libgstvaapi-glx-0_10-3 -p /sbin/ldconfig
+%postun -n libgstvaapi-glx-0_10-3 -p /sbin/ldconfig
-%post -n libgstvaapi-x11-0_10-0 -p /sbin/ldconfig
-%postun -n libgstvaapi-x11-0_10-0 -p /sbin/ldconfig
+%post -n libgstvaapi-x11-0_10-3 -p /sbin/ldconfig
+%postun -n libgstvaapi-x11-0_10-3 -p /sbin/ldconfig
%if %{suse_version} >= 1230
-%post -n libgstvaapi-drm-0_10-0 -p /sbin/ldconfig
-%postun -n libgstvaapi-drm-0_10-0 -p /sbin/ldconfig
+%post -n libgstvaapi-drm-0_10-3 -p /sbin/ldconfig
+%postun -n libgstvaapi-drm-0_10-3 -p /sbin/ldconfig
%endif
%clean
@@ -123,20 +124,20 @@
%doc AUTHORS COPYING.LIB NEWS README
%{_libdir}/gstreamer-*/*.so
-%files -n libgstvaapi-0_10-0
+%files -n libgstvaapi-0_10-3
%defattr(-,root,root,0755)
%{_libdir}/libgstvaapi-0.10.so.*
-%files -n libgstvaapi-glx-0_10-0
+%files -n libgstvaapi-glx-0_10-3
%defattr(-,root,root,0755)
%{_libdir}/libgstvaapi-glx-0.10.so.*
-%files -n libgstvaapi-x11-0_10-0
+%files -n libgstvaapi-x11-0_10-3
%defattr(-,root,root,0755)
%{_libdir}/libgstvaapi-x11-0.10.so.*
%if %{suse_version} >= 1230
-%files -n libgstvaapi-drm-0_10-0
+%files -n libgstvaapi-drm-0_10-3
%defattr(-,root,root,0755)
%{_libdir}/libgstvaapi-drm-0.10.so.*
%endif
++++++ gstreamer-vaapi-0.4.0.tar.bz2 -> gstreamer-vaapi-0.5.4.tar.bz2 ++++++
++++ 87105 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]