diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2017-06-15 14:28:46 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2017-06-15 14:28:46 +0300 |
commit | b8c8b45da02f392343a68dfb1bfea3f20080dc3e (patch) | |
tree | 812d354097f65c1bcd8d4da8fae09a07ca90e150 | |
parent | 55108a43f6bbe0738aa57afaf72ebdb8aa187cd9 (diff) |
Release 1.10.51.10.5
-rw-r--r-- | ChangeLog | 48 | ||||
-rw-r--r-- | NEWS | 34 | ||||
-rw-r--r-- | RELEASE | 10 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-libav.xml | 2 | ||||
-rw-r--r-- | gst-libav.doap | 10 | ||||
-rw-r--r-- | meson.build | 2 |
7 files changed, 96 insertions, 14 deletions
@@ -1,9 +1,53 @@ +=== release 1.10.5 === + +2017-06-15 Sebastian Dröge <slomo@coaxion.net> + + * configure.ac: + releasing 1.10.5 + +2017-05-16 18:54:32 +0300 Sebastian Dröge <sebastian@centricular.com> + + * ext/libav/gstavviddec.c: + avviddec: Don't expose NVIDIA CUVID decoder + It's not working without further changes on our side, like all hardware + decoders in ffmpeg. + +2017-05-17 10:45:33 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst-libs/ext/libav: + libav: Update to ffmpeg n3.2.5 + +2016-11-03 12:43:46 -0700 Scott D Phillips <scott.d.phillips@intel.com> + + * meson.build: + meson: Include libav dependency in FFmpeg check + The FFmpeg-origin check can't work if it isn't provided the + dependency library. + https://bugzilla.gnome.org/show_bug.cgi?id=773911 + +2017-03-10 20:29:42 +0100 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> + + * meson.build: + meson: bump required meson version + core required 0.35.0 for 1.10, and this allows cherry-picking + a patch that fixes the libavcodec version check. + +2017-02-23 17:27:06 +0000 Tim-Philipp Müller <tim@centricular.com> + + * meson.build: + meson: update version + === release 1.10.4 === -2017-02-23 Sebastian Dröge <slomo@coaxion.net> +2017-02-23 16:01:16 +0200 Sebastian Dröge <sebastian@centricular.com> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.10.4 + * docs/plugins/inspect/plugin-libav.xml: + * gst-libav.doap: + Release 1.10.4 2017-02-12 21:49:03 +0200 Sebastian Dröge <sebastian@centricular.com> @@ -1,8 +1,8 @@ # GStreamer 1.10 Release Notes GStreamer 1.10.0 was originally released on 1st November 2016. -The latest bug-fix release in the 1.10 series is [1.10.4](#1.10.4) and was -released on 23 February 2017. +The latest bug-fix release in the 1.10 series is [1.10.5](#1.10.5) and was +released on 15 June 2017. The GStreamer team is proud to announce a new major feature release in the stable 1.x API series of your favourite cross-platform multimedia framework! @@ -13,7 +13,7 @@ improvements. See [https://gstreamer.freedesktop.org/releases/1.10/][latest] for the latest version of this document. -*Last updated: Thursday 23 Feb 2017, 15:00 UTC [(log)][gitlog]* +*Last updated: Thursday 15 Jun 2017, 09:30 UTC [(log)][gitlog]* [latest]: https://gstreamer.freedesktop.org/releases/1.10/ [gitlog]: https://cgit.freedesktop.org/gstreamer/www/log/src/htdocs/releases/1.10/release-notes-1.10.md @@ -1159,7 +1159,7 @@ GIT logs or ChangeLogs of the particular modules. ### 1.10.4 -The third 1.10 bug-fix release (1.10.4) was released on 23 February 2017. +The fourth 1.10 bug-fix release (1.10.4) was released on 23 February 2017. This release only contains bugfixes and it should be safe to update from 1.10.x. #### Major bugfixes in 1.10.4 @@ -1181,6 +1181,32 @@ GIT logs or ChangeLogs of the particular modules. [buglist-1.10.4]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=187054&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.10.4 +<a name="1.10.5"></a> + +### 1.10.5 + +The fifth 1.10 bug-fix release (1.10.5) was released on 15 June 2017. +This release only contains bugfixes and it should be safe to update from 1.10.x. + +This is most likely the last release in the stable 1.10 release series. + +#### Major bugfixes in 1.10.5 + + - Various fixes for crashes, assertions, deadlocks and memory leaks + - Fix for regression in rtpjitterbuffer that caused PTS to be reset to 0 on + - Fix detection of some HLS streams + - Various fixes to the MOV/MP4 muxer and demuxer + gaps in the input + - gst-libav was updated to ffmpeg 3.2.5, fixing a couple of CVEs + - ... and many, many more! + +For a full list of bugfixes see [Bugzilla][buglist-1.10.5]. Note that this is +not the full list of changes and also does not include bug reports that were +closed after the 1.12.0 release. For the full list of changes please refer to +the GIT logs or ChangeLogs of the particular modules. + +[buglist-1.10.5]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=187054&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.10.5 + ## Known Issues - iOS builds with iOS 6 SDK and old C++ STL. You need to select iOS 6 instead @@ -1,12 +1,11 @@ -Release notes for GStreamer libav Plugins 1.10.4 +Release notes for GStreamer libav Plugins 1.10.5 -The GStreamer team is proud to announce the fourth bugfix release in the stable +The GStreamer team is proud to announce the fifth bugfix release in the stable 1.10 release series of your favourite cross-platform multimedia framework! -This release only contains bugfixes and it is safe to update from 1.10.x. For a -full list of bugfixes see Bugzilla. +This release only contains bugfixes and it is safe to update from 1.10.x. See /releases/1.10/ for the full release notes. @@ -70,5 +69,8 @@ subscribe to the gstreamer-devel list. Contributors to this release + * Mathieu Duponchelle + * Scott D Phillips * Sebastian Dröge + * Tim-Philipp Müller
\ No newline at end of file diff --git a/configure.ac b/configure.ac index 685a65f..8a3c82d 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.10.4, +AC_INIT(GStreamer libav, 1.10.5, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-libav) @@ -40,7 +40,7 @@ GST_API_VERSION=1.0 AC_SUBST(GST_API_VERSION) AG_GST_LIBTOOL_PREPARE -AS_LIBTOOL(GST, 1004, 0, 1004) +AS_LIBTOOL(GST, 1005, 0, 1005) dnl *** required versions of GStreamer stuff *** GST_REQ=1.10.0 diff --git a/docs/plugins/inspect/plugin-libav.xml b/docs/plugins/inspect/plugin-libav.xml index 99961a8..c1436fa 100644 --- a/docs/plugins/inspect/plugin-libav.xml +++ b/docs/plugins/inspect/plugin-libav.xml @@ -3,7 +3,7 @@ <description>All libav codecs and formats (local snapshot)</description> <filename>../../ext/libav/.libs/libgstlibav.so</filename> <basename>libgstlibav.so</basename> - <version>1.10.4</version> + <version>1.10.5</version> <license>LGPL</license> <source>gst-libav</source> <package>libav</package> diff --git a/gst-libav.doap b/gst-libav.doap index 4ccf200..717e3ea 100644 --- a/gst-libav.doap +++ b/gst-libav.doap @@ -34,6 +34,16 @@ colorspace conversion elements. <release> <Version> + <revision>1.10.5</revision> + <branch>1.10</branch> + <name></name> + <created>2017-06-15</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.10.5.tar.xz" /> + </Version> + </release> + + <release> + <Version> <revision>1.10.4</revision> <branch>1.10</branch> <name></name> diff --git a/meson.build b/meson.build index ba632ae..9c76440 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gst-libav', 'c', 'cpp', - version : '1.10.4', + version : '1.10.5', meson_version : '>= 0.35.0', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) |