From 1c21e61bc18cdbf94ee6510f837a7ddc65c8831e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 2 Oct 2018 23:10:02 +0100 Subject: Release 1.14.4 --- ChangeLog | 25 +++++++++++++++++++++++++ NEWS | 40 +++++++++++++++++++++++++++++++++++++--- RELEASE | 2 +- configure.ac | 8 ++++---- gst-libav.doap | 10 ++++++++++ meson.build | 2 +- 6 files changed, 78 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6172d22..61ed893 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +=== release 1.14.4 === + +2018-10-02 23:10:02 +0100 Tim-Philipp Müller + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * gst-libav.doap: + * meson.build: + Release 1.14.4 + +2018-10-02 23:10:02 +0100 Tim-Philipp Müller + + * docs/plugins/inspect/plugin-libav.xml: + Update docs + +2018-10-01 16:13:29 +0530 Nirbheek Chauhan + + * meson.build: + meson: Don't export symbols from linked static libraries + We don't want to export any symbols from the ffmpeg static libraries + we link to when building inside Cerbero. In the Autotools build, we + pass -export-symbols-regex to libtool which ensures this for us. + === release 1.14.3 === 2018-09-16 16:30:18 +0100 Tim-Philipp Müller diff --git a/NEWS b/NEWS index efb2c98..d613e7d 100644 --- a/NEWS +++ b/NEWS @@ -1480,10 +1480,44 @@ For a full list of bugfixes see Bugzilla. Note that this is not the full list of changes. For the full list of changes please refer to the GIT logs or ChangeLogs of the particular modules. -1.14.4 (future) +1.14.4 -The fourth 1.14 bug-fix release (1.14.4) is scheduled to be released -around October 2018. +The fourth 1.14 bug-fix release (1.14.4) was released on 2 October 2018. + +This release only contains bugfixes and it should be safe to update from +1.14.x. + +Highlighted bugfixes in 1.14.4 + +- glviewconvert: wait and set the gl sync meta on buffers +- glviewconvert: Copy composition meta from the primary buffer to both + outputs +- glcolorconvert: Don’t copy overlay composition meta over to NULL + outbufs +- matroskademux: add functionality needed for MSE use case fixing + youtube playback in epiphany/webkit-gtk +- msdk: fix build on windows +- opusenc: fix another crash on 32-bit x86 on windows (alignment issue + in SSE optimisations) +- osxaudio: add support for parsing more channel layouts +- tagdemux: Use upstream GST_EVENT_STREAM_START (and stream-id) if + present +- vorbisdec: fix header handling regression: init decoder immediately + once we have headers +- wasapisink: recover from low buffer levels in shared mode +- fix GstSegment unit test which would fail on some 32-bit x86 CPUs + +Contributors to 1.14.4 + +Alicia Boya García, Christoph Reiter, Edward Hervey, Jan Schmidt, +Matthew Waters, Nicola Murino, Nicolas Dufresne, Sebastian Dröge, +Tim-Philipp Müller, Wangfei, and many others. Thank you all. + +List of bugs fixed in 1.14.4 + +For a full list of bugfixes see Bugzilla. Note that this is not the full +list of changes. For the full list of changes please refer to the GIT +logs or ChangeLogs of the particular modules. Known Issues diff --git a/RELEASE b/RELEASE index df60f84..6b1d74d 100644 --- a/RELEASE +++ b/RELEASE @@ -1,4 +1,4 @@ -This is GStreamer gst-libav 1.14.3. +This is GStreamer gst-libav 1.14.4. The GStreamer team is pleased to announce another bug-fix release in the stable 1.x API series of your favourite cross-platform multimedia framework! diff --git a/configure.ac b/configure.ac index ef7b44f..202dce6 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.69) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AC_INIT(GStreamer libav, 1.14.3, +AC_INIT(GStreamer libav, 1.14.4, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-libav) @@ -42,11 +42,11 @@ AC_SUBST(GST_API_VERSION) dnl *** Check for external $AS vs detected by AS_LIBTOOL orig_AS="$AS" AG_GST_LIBTOOL_PREPARE -AS_LIBTOOL(GST, 1403, 0, 1403) +AS_LIBTOOL(GST, 1404, 0, 1404) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.14.3 -GST_PBREQ=1.14.3 +GST_REQ=1.14.4 +GST_PBREQ=1.14.4 ORC_REQ=0.4.16 ORC_CHECK([$ORC_REQ]) diff --git a/gst-libav.doap b/gst-libav.doap index bce8290..bf2c164 100644 --- a/gst-libav.doap +++ b/gst-libav.doap @@ -32,6 +32,16 @@ colorspace conversion elements. + + + 1.14.4 + 1.14 + + 2018-10-02 + + + + 1.14.3 diff --git a/meson.build b/meson.build index d12992c..30e2d99 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gst-libav', 'c', 'cpp', - version : '1.14.3', + version : '1.14.4', meson_version : '>= 0.40.1', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) -- cgit v1.2.1