Hello community,
here is the log from the commit of package gstreamer-plugins-libav for
openSUSE:Leap:15.2 checked in at 2020-02-09 15:03:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/gstreamer-plugins-libav (Old)
and /work/SRC/openSUSE:Leap:15.2/.gstreamer-plugins-libav.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-libav"
Sun Feb 9 15:03:05 2020 rev:37 rq:772484 version:1.16.2
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/gstreamer-plugins-libav/gstreamer-plugins-libav.changes
2020-01-15 15:09:14.682032967 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.gstreamer-plugins-libav.new.26092/gstreamer-plugins-libav.changes
2020-02-09 15:03:07.822766968 +0100
@@ -1,0 +2,189 @@
+Wed Dec 4 13:00:24 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 1.16.2:
+ + avvidenc: Fix error propagation
+ + avdemux: Fix segmentation fault if long_name is NULL
+ + avviddec:
+ - Fix huge leak caused by circular reference
+ - Enforce allocate new AVFrame per input frame
+ + avdec_mpeg2video (and probably more): Fix huge memory leak.
+- Drop patches fixed upstream:
+ + gst-libav-fix-mem-leak.patch
+ + gst-libav-fix-segfault.patch
+
+-------------------------------------------------------------------
+Thu Nov 28 22:15:36 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Add gst-libav-fix-mem-leak.patch: Fix memory leak.
+- Add gst-libav-fix-segfault.patch: Fix segmentation fault.
+
+-------------------------------------------------------------------
+Tue Sep 24 14:54:31 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 1.16.1:
+ + See main gstreamer package for changelog.
+
+-------------------------------------------------------------------
+Sun Jun 16 21:44:07 UTC 2019 - [email protected]
+
+- Update to version 1.16.0:
+ + Highlights
+ - GStreamer WebRTC stack gained support for data channels for
+ peer-to-peer communication based on SCTP, BUNDLE support, as
+ well as support for multiple TURN servers.
+ - AV1 video codec support for Matroska and QuickTime/MP4
+ containers and more configuration options and supported
+ input formats for the AOMedia AV1 encoder
+ - Support for Closed Captions and other Ancillary Data in video
+ - Support for planar (non-interleaved) raw audio
+ - GstVideoAggregator, compositor and OpenGL mixer elements are
+ now in -base
+ - New alternate fields interlace mode where each buffer carries
+ a single field
+ - WebM and Matroska ContentEncryption support in the Matroska
+ demuxer
+ - new WebKit WPE-based web browser source element
+ - Video4Linux: HEVC encoding and decoding, JPEG encoding, and
+ improved dmabuf import/export
+ - Hardware-accelerated Nvidia video decoder gained support for
+ VP8/VP9 decoding, whilst the encoder gained support for
+ H.265/HEVC encoding.
+ - Many improvements to the Intel Media SDK based
+ hardware-accelerated video decoder and encoder plugin (msdk):
+ dmabuf import/export for zero-copy integration with other
+ components; VP9 decoding; 10-bit HEVC encoding; video
+ post-processing (vpp) support including deinterlacing; and
+ the video decoder now handles dynamic resolution changes.
+ - The ASS/SSA subtitle overlay renderer can now handle multiple
+ subtitles that overlap in time and will show them on screen
+ simultaneously
+ - The Meson build is now feature-complete (*) and it is now the
+ recommended build system on all platforms. The Autotools
+ build is scheduled to be removed in the next cycle.
+ - The GStreamer Rust bindings and Rust plugins module are now
+ officially part of upstream GStreamer.
+ - The GStreamer Editing Services gained a gesdemux element that
+ allows directly playing back serialized edit list with
+ playbin or (uri)decodebin
+ - Many performance improvements
+- Drop gst-libav-port-ffmpeg4.patch: fixed upstream.
+- Require libavcodec 58, per configure.ac.
+
+-------------------------------------------------------------------
+Fri May 31 22:25:25 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 1.14.5:
+ + libav: Update internal snapshot to ffmpeg n3.4.6.
+ + avdemux: fix negative pts if start_time is bigger than the ts.
+
+-------------------------------------------------------------------
+Wed Oct 3 15:48:37 UTC 2018 - [email protected]
+
+- Update to version 1.14.4:
+ + Bugfix release, please see .changes in gstreamer main package.
+
+-------------------------------------------------------------------
+Wed Sep 26 20:29:54 UTC 2018 - [email protected]
+
+- Update to version 1.14.3:
+ + Bugfix release, please see .changes in gstreamer main package.
+
+-------------------------------------------------------------------
+Mon Jul 23 17:04:42 UTC 2018 - [email protected]
+
+- Update to version 1.14.2:
+ + Update docs.
+ + libav: Fix symbol redefine build error.
+ + avdemux: fix memory leaks.
+- Rebase gst-libav-port-ffmpeg4.patch with quilt.
+
+-------------------------------------------------------------------
+Sun May 20 09:46:16 UTC 2018 - [email protected]
+
+- Update to version 1.14.1:
+ + GstPad: Fix race condition causing the same probe to be called
+ multiple times
+ + Fix occasional deadlocks on windows when outputting debug
+ logging
+ + Fix debug levels being applied in the wrong order
+ + GIR annotation fixes for bindings
+ + audiomixer, audioaggregator: fix some negotiation issues
+ + gst-play-1.0: fix leaving stdin in non-blocking mode after exit
+ + flvmux: wait for caps on all input pads before writing header
+ even if source is live
+ + flvmux: don't wake up the muxer unless there is data, fixes
+ busy looping if there's no input data
+ + flvmux: fix major leak of input buffers
+ + rtspsrc, rtsp-server: revert to RTSP RFC handling of
+ sendonly/recvonly attributes
+ + rtpvrawpay: fix payloading with very large mtu sizes where
+ everything fits into a single RTP packet
+ + v4l2: Fix hard-coded enabled v4l2 probe on Linux/ARM
+ + v4l2: Disable DMABuf for emulated formats when using libv4l2
+ + v4l2: Always set colorimetry in S_FMT
+ + asfdemux: Set stream-format field for H264 streams and handle
+ H.264 in bytestream format
+ + x265enc: Fix tagging of keyframes on output buffers
+ + ladspa: Fix critical during plugin load on Windows
+ + decklink: Fix COM initialisation on Windows
+ + h264parse: fix re-use across pipeline stop/restart
+ + mpegtsmux: fix force-keyframe event handling and PCR/PMT
+ changes that would confuse some players with generated HLS
+ streams
+ + adaptivedemux: Support period change in live playlist
+ + rfbsrc: Fix support for applevncserver and support NULL pool in
+ decide_allocation
+ + jpegparse: Fix APP1 marker segment parsing
+ + h265parse: Make caps writable before modifying them, fixes
+ criticals
+ + fakevideosink: request an extra buffer if enable-last-sample is
+ enabled
+ + wasapisrc: Don't provide a clock based on WASAPI's clock
+ + wasapi: Only use audioclient3 when low-latency, as it might
+ otherwise glitch with slow CPUs or VMs
+ + wasapi: Don't derive device period from latency time, should
+ make it more robust against glitches
+ + audiolatency: Fix wave detection in buffers and avoid bogus pts
+ values while starting
+ + msdk: fix plugin load on implementations with only HW support
+ + msdk: dec: set framerate to the driver only if provided, not in
+ 0/1 case
+ + msdk: Don't set extended coding options for JPEG encode
+ + rtponviftimestamp: fix state change function init/reset causing
+ races/crashes on shutdown
+ + decklink: fix initialization failure in windows binary
+ + ladspa: Fix critical warnings during plugin load on Windows and
+ fix dependencies in meson build
+ + gl: fix cross-compilation error with viv-fb
+ + qmlglsink: make work with eglfs_kms
+ + rtspclientsink: Don't deadlock in preroll on early close
+ + rtspclientsink: Fix client ports for the RTCP backchannel
+ + rtsp-server: Fix session timeout when streaming data to client
+ over TCP
+ + vaapiencode: h264: find best profile in those available, fixing
+ negotiation errors
+ + vaapi: remove custom GstGL context handling, use GstGL instead.
+ Fixes GL Context sharing with WebkitGtk on wayland
+ + gst-editing-services: various fixes
+ + gst-python: bump pygobject req to 3.8;
+ fix GstPad.set_query_function(); dist autogen.sh and
+ configure.ac in tarball
+ + g-i: pick up GstVideo-1.0.gir from local build directory in
+ GstGL build
+ + g-i: update constant values for bindings
+ + avoid duplicate symbols in plugins across modules in static
+ builds
+ + ... and many, many more!
+
+-------------------------------------------------------------------
+Tue May 8 19:59:08 UTC 2018 - [email protected]
+
+- Add gst-libav-port-ffmpeg4.patch: Port to ffmpeg 4.0. No longer
+ use explicit ffmpeg3 versions (bgo#792900).
+
+-------------------------------------------------------------------
+Fri May 4 14:03:47 UTC 2018 - [email protected]
+
+- Use ffmpeg3 versions of pkgconfig(libav*)
+
+-------------------------------------------------------------------
@@ -8,0 +198,43 @@
+
+-------------------------------------------------------------------
+Mon Apr 16 21:51:42 UTC 2018 - [email protected]
+
+- Update to version 1.14.0:
+ + Highlights:
+ - WebRTC support: real-time audio/video streaming to and from
++++ 36 more lines (skipped)
++++ between
/work/SRC/openSUSE:Leap:15.2/gstreamer-plugins-libav/gstreamer-plugins-libav.changes
++++ and
/work/SRC/openSUSE:Leap:15.2/.gstreamer-plugins-libav.new.26092/gstreamer-plugins-libav.changes
Old:
----
gst-libav-1.12.5.tar.xz
New:
----
gst-libav-1.16.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-libav.spec ++++++
--- /var/tmp/diff_new_pack.IvVfFc/_old 2020-02-09 15:03:08.262767215 +0100
+++ /var/tmp/diff_new_pack.IvVfFc/_new 2020-02-09 15:03:08.262767215 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gstreamer-plugins-libav
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,13 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define gst_branch 1.0
Name: gstreamer-plugins-libav
-Version: 1.12.5
+Version: 1.16.2
Release: 0
Summary: A ffmpeg/libav plugin for GStreamer
License: GPL-2.0-or-later
@@ -26,6 +26,7 @@
URL: http://gstreamer.freedesktop.org/
Source:
https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-%{version}.tar.xz
Source1000: baselibs.conf
+
BuildRequires: pkgconfig
BuildRequires: yasm
BuildRequires: pkgconfig(bzip2)
@@ -34,12 +35,12 @@
BuildRequires: pkgconfig(gstreamer-base-1.0) >= %{version}
BuildRequires: pkgconfig(gstreamer-check-1.0) >= %{version}
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= %{version}
-BuildRequires: pkgconfig(libavcodec) < 58
-BuildRequires: pkgconfig(libavfilter) < 7
-BuildRequires: pkgconfig(libavformat) < 58
-BuildRequires: pkgconfig(libavutil) < 56
+BuildRequires: pkgconfig(libavcodec) >= 58
+BuildRequires: pkgconfig(libavfilter)
+BuildRequires: pkgconfig(libavformat)
+BuildRequires: pkgconfig(libavutil)
BuildRequires: pkgconfig(liblzma)
-BuildRequires: pkgconfig(libswscale) < 5
+BuildRequires: pkgconfig(libswscale)
BuildRequires: pkgconfig(orc-0.4) >= 0.4.16
BuildRequires: pkgconfig(zlib)
Requires: gstreamer >= %{version}
@@ -82,6 +83,7 @@
rm -rf gst-libs/ext/libav
%build
+# TODO: switch to meson, but need to allow a GPL build first
%configure \
--with-system-libav \
--enable-gpl \
++++++ gst-libav-1.12.5.tar.xz -> gst-libav-1.16.2.tar.xz ++++++
/work/SRC/openSUSE:Leap:15.2/gstreamer-plugins-libav/gst-libav-1.12.5.tar.xz
/work/SRC/openSUSE:Leap:15.2/.gstreamer-plugins-libav.new.26092/gst-libav-1.16.2.tar.xz
differ: char 27, line 1