summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-03-28 14:34:55 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-03-28 14:34:55 +0100
commit8d87648c21cf9e5227dcdd7e71baea03b5d3d99e (patch)
treefa506c5fce3d362df8533e618c50c6656bf04c15
parent44c4d7863b958e209a0708686ebbe5938a69d4df (diff)
Release 1.12.51.12.5
-rw-r--r--ChangeLog88
-rw-r--r--NEWS76
-rw-r--r--configure.ac8
-rw-r--r--gstreamer-vaapi.doap10
-rw-r--r--meson.build2
5 files changed, 159 insertions, 25 deletions
diff --git a/ChangeLog b/ChangeLog
index 24565382..377a9be1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,93 @@
+=== release 1.12.5 ===
+
+2018-03-28 14:34:55 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * ChangeLog:
+ * NEWS:
+ * configure.ac:
+ * gstreamer-vaapi.doap:
+ * meson.build:
+ Release 1.12.5
+
+2018-03-28 14:34:55 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * docs/plugins/inspect/plugin-vaapi.xml:
+ Update docs
+
+2018-03-12 16:59:01 +0000 Julien Isorce <jisorce@oblong.com>
+
+ * gst-libs/gst/vaapi/gstvaapidecoder_h264.c:
+ libs: decoder: h264: ensure num_ref_frames is greater than 0
+ Even if it is the h264parse fault or bad video file, vaapih264dec
+ should set a proper value for VAPictureParameterBufferH264.num_ref_frames
+ as the driver might use it.
+ Also see "info.ref_frames = dpb_size;" in
+ gstvaapidecoder_h264.c::ensure_context
+ https://bugzilla.gnome.org/show_bug.cgi?id=793836
+
+2018-03-01 17:44:07 -0600 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
+
+ * gst/vaapi/gstvaapivideobufferpool.c:
+ vaapivideobufferpool: fix regression
+ The allocator in the config may be not VAAPI (videotestsrc, for
+ example) and it will not have a video info configuration.
+ https://bugzilla.gnome.org/show_bug.cgi?id=789476
+
+2018-02-20 09:15:05 -0600 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
+
+ * gst/vaapi/gstvaapipostproc.c:
+ vaapipostproc: set discont flag at vpp deinterlacing
+ When deinterlacing with VPP the discont flag was not forwarded to
+ the new created buffer. This patch sets the discont flag if input
+ buffer has it.
+
+2018-02-08 11:33:26 +0100 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
+
+ * gst/vaapi/gstvaapipluginbase.c:
+ plugins: handle vaapi allocator in allocation query
+ In propose_allocation() if the numer of allocation params is zero, the
+ system's allocator is added first, and lastly the native VA-API
+ allocator.
+ https://bugzilla.gnome.org/show_bug.cgi?id=789476
+
+2018-02-07 09:06:46 +0100 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
+
+ * gst/vaapi/gstvaapivideomemory.h:
+ vaapivideomemory: remove unused macro
+ GST_VAAPI_VIDEO_ALLOCATOR_NAME was added in commit 5b11b8332 but it
+ was never used, since the native VA-API allocator name has been
+ GST_VAAPI_VIDEO_MEMORY_NAME.
+ This patch removes GST_VAAPI_VIDEO_ALLOCATOR_NAME macro.
+ https://bugzilla.gnome.org/show_bug.cgi?id=789476
+
+2018-01-30 12:56:49 +0000 Philippe Normand <philn@igalia.com>
+
+ * gst/vaapi/gstvaapi.c:
+ vaapi: add NULL-sentinel to kernel_names
+ The array needs to be NULL-terminated according to the
+ gst_plugin_add_dependency() documentation.
+
+2017-12-08 14:46:02 +0100 Michael Tretter <m.tretter@pengutronix.de>
+
+ * gst/vaapi/gstvaapipostproc.c:
+ vaapipostproc: lock ensure_filter with postproc_lock
+ gst_vaapipostproc_ensure_filter might free the allowed_srcpad_caps
+ and allowed_sinkpad_caps. This can race with copying these caps in
+ gst_vaapipostproc_transform_caps and lead to segfaults.
+ The gst_vaapipostproc_transform_caps function already locks
+ postproc_lock before copying the caps. Make sure that calls to
+ gst_vaapipostproc_ensure_filter also acquire this lock.
+
=== release 1.12.4 ===
-2017-12-07 Sebastian Dröge <slomo@coaxion.net>
+2017-12-07 20:23:08 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
* configure.ac:
- releasing 1.12.4
+ * gstreamer-vaapi.doap:
+ * meson.build:
+ Release 1.12.4
2017-08-25 16:22:59 +0200 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
diff --git a/NEWS b/NEWS
index 62d10ed5..4eb66ad3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,19 +1,13 @@
# GStreamer 1.12 Release Notes
GStreamer 1.12.0 was originally released on 4th May 2017.
-The latest bug-fix release in the 1.12 series is [1.12.4](#1.12.4) and was
-released on 7 December 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!
-
-As always, this release is again packed with new features, bug fixes and other
-improvements.
+The latest bug-fix release in the 1.12 series is [1.12.5](#1.12.5) and was
+released on 28 March 2018.
See [https://gstreamer.freedesktop.org/releases/1.12/][latest] for the latest
version of this document.
-*Last updated: Thursday 7 December 2017, 16:30 UTC [(log)][gitlog]*
+*Last updated: Wednesday 28 March 2018, 10:00 UTC [(log)][gitlog]*
[latest]: https://gstreamer.freedesktop.org/releases/1.12/
[gitlog]: https://cgit.freedesktop.org/gstreamer/www/log/src/htdocs/releases/1.12/release-notes-1.12.md
@@ -810,6 +804,8 @@ GIT logs or ChangeLogs of the particular modules.
[buglist-1.12.3]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=248880&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.12.3
+<a name="1.12.4"></a>
+
### 1.12.4
The fourth 1.12 bug-fix release (1.12.4) was released on 7 December 2017.
@@ -842,6 +838,54 @@ GIT logs or ChangeLogs of the particular modules.
[buglist-1.12.4]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=270310&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.12.4
+<a name="1.12.5"></a>
+
+### 1.12.5
+
+The fifth (and likely last) 1.12 bug-fix release (1.12.5) was released on
+28 March 2018. This release only contains bugfixes and it should be safe to
+update from 1.12.x.
+
+The 1.12 series has now been superseded by the 1.14 stable release series,
+and users should upgrade at their earliest convenience.
+
+#### Bugs fixed in 1.12.5
+
+ - pad: fix some stream deactivation deadlocks/races
+ - registrychunks: don't read from unaligned memory when loading registry
+ - ptp: fix build failure with #undef USE_MEASUREMENT_FILTERING
+ - downloadbuffer: Don't hold the mutex while posting the download-complete message
+ - playbin3: Fix accessing invalid index in GstStream when received select-stream event
+ - id3v2: re-fix handling of ID3 v2.4 tags with extended headers
+ - audio: fix handling of U32BE format
+ - videodecoder: Reset QoS time after pushing segment. This fixes playbin gapless playback with videos.
+ - subparse: push out of last chunk of text if last line has no newline
+ - aacparse: When parsing raw input, accept frames of any size. This fixes handling of encoded silence.
+ - splitmuxsrc: Improve not-linked handling.
+ - rtspsrc: also proxy multicast-iface property to RTCP udpsrc
+ - flacdec: flush flac decoder on lost sync, so that it can re-sync.
+ - matroskamux: Only mark new clusters as keyframe if they start on a keyframe or we're muxing only audio
+ - matroskamux: Clip maximum cluster duration to the maximum possible value
+ - h264parse: reset internal 'state' variable properly
+ - x264enc: fix build with newer x264 with support for multiple bit depths
+ - x265enc: Fix tagging of keyframes on output buffers
+ - glimagesink: Correct PAR in output caps when transforming
+ - vtdec: destroy and create the GL context on start()/stop(), fixing a refcount loop
+ - player: fix criticals when reading info/track properties that are NULL
+ - lv2: fix inverted boolean properties
+ - rtponviftimestamp: fix state change function init/reset, fixing memory corruption or leaks on shutdown
+ - libav: some build issues fixes
+ - rtsp-server: Place netaddress meta on packets received via TCP. Fixes keep-alive via RTCP in TCP interleaved mode.
+ - rtsp-server: gi annotation fixes
+ - Various fixes for memory leaks, deadlocks and crashes in all modules
+ - ... and many, many more!
+
+For a full list of bugfixes see [Bugzilla][buglist-1.12.5]. 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.
+
+[buglist-1.12.5]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=270310&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.12.5
+
## Known Issues
- The `webrtcdsp` element is currently not shipped as part of the Windows
@@ -851,18 +895,14 @@ GIT logs or ChangeLogs of the particular modules.
## Schedule for 1.14
-Our next major feature release will be 1.14, and 1.13 will be the unstable
-development version leading up to the stable 1.14 release. The development
-of 1.13/1.14 will happen in the git master branch.
+[GStreamer 1.14.0][release-1.14] was released on 19 March 2018 and supersedes
+the 1.12.x series.
-The plan for the 1.14 development cycle is yet to be confirmed, but it is
-expected that feature freeze will be around early December 2017
-followed by several 1.13 pre-releases and the new 1.14 stable release
-in late December or some time in January.
-
-1.14 will be backwards-compatible to the stable 1.12, 1.10, 1.8, 1.6, 1.4,
+It is backwards-compatible to the stable 1.12, 1.10, 1.8, 1.6, 1.4,
1.2 and 1.0 release series.
+[release-1.14]: https://gstreamer.freedesktop.org/releases/1.14/
+
- - -
*These release notes have been prepared by Olivier Crête, Sebastian Dröge,
diff --git a/configure.ac b/configure.ac
index 3e60476b..5aef28c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
# gstreamer-vaapi package version number
m4_define([gst_vaapi_major_version], [1])
m4_define([gst_vaapi_minor_version], [12])
-m4_define([gst_vaapi_micro_version], [4])
-m4_define([gst_vaapi_nano_version], [0])
+m4_define([gst_vaapi_micro_version], [5])
+m4_define([gst_vaapi_nano_version], [0])
m4_define([gst_vaapi_version],
[gst_vaapi_major_version.gst_vaapi_minor_version.gst_vaapi_micro_version])
m4_if(gst_vaapi_nano_version, [0], [],
@@ -16,9 +16,9 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
# gstreamer-vaapi library (libtool) version number
-m4_define([gst_vaapi_lt_current], [1204])
+m4_define([gst_vaapi_lt_current], [1205])
m4_define([gst_vaapi_lt_revision], [0])
-m4_define([gst_vaapi_lt_age], [1204])
+m4_define([gst_vaapi_lt_age], [1205])
# glib version number
m4_define([glib_version], [2.40])
diff --git a/gstreamer-vaapi.doap b/gstreamer-vaapi.doap
index 6fb1d5cb..408500d8 100644
--- a/gstreamer-vaapi.doap
+++ b/gstreamer-vaapi.doap
@@ -27,6 +27,16 @@
<release>
<Version>
+ <revision>1.12.5</revision>
+ <branch>1.12</branch>
+ <name></name>
+ <created>2018-03-28</created>
+ <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.12.5.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.12.4</revision>
<branch>1.12</branch>
<name></name>
diff --git a/meson.build b/meson.build
index e5234630..063ebcbe 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gstreamer-vaapi', 'c',
- version : '1.12.4',
+ version : '1.12.5',
meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])