summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-12-07 20:23:08 +0200
committerSebastian Dröge <sebastian@centricular.com>2017-12-07 20:23:08 +0200
commite540e0899421d580423f41a7bd65307923eb6a26 (patch)
tree72dfc7d59802387d02f41ee9eeef8b7ac1bc2bde
parent325ecbc1eed2c6a331ea8c94280c1a91613a320d (diff)
Release 1.12.41.12.4
-rw-r--r--ChangeLog98
-rw-r--r--NEWS44
-rw-r--r--configure.ac6
-rw-r--r--gstreamer-vaapi.doap10
-rw-r--r--meson.build2
5 files changed, 148 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 15731f56..24565382 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,103 @@
+=== release 1.12.4 ===
+
+2017-12-07 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.12.4
+
+2017-08-25 16:22:59 +0200 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
+
+ * gst-libs/gst/vaapi/gstvaapicompat.h:
+ * gst-libs/gst/vaapi/gstvaapiencoder_h264.c:
+ libs: encoder: h264: handle deprecated enum
+ In VA-API 1.0 the enum VAEncPackedHeaderH264_SEI is deprecated, and
+ instead VAEncPackedHeaderRawData should be used.
+ This patch creates a compatibility symbol,
+ VA_ENC_PACKED_HEADER_H264_SEI, to expose the used enum according the
+ VA-API version.
+ https://bugzilla.gnome.org/show_bug.cgi?id=784398
+
+2017-08-25 16:07:34 +0200 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
+
+ * gst-libs/gst/vaapi/gstvaapiprofile.c:
+ * gst-libs/gst/vaapi/gstvaapiutils.c:
+ libs: guard deprecated symbols
+ In VA-API 1.0 the H.264 baseline profile is deprecated. This patch
+ guards the H.264 baseline usage. Consider this commit as a
+ continuation of commit e0e0a474
+ https://bugzilla.gnome.org/show_bug.cgi?id=784398
+
+2017-07-11 17:29:13 +0200 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
+
+ * gst-libs/gst/vaapi/gstvaapiutils.c:
+ libs: utils: libva 1.0 changed the logging
+ The logging mechanism in libva has changed it's functions
+ signatures. This patch updates that for libva versions >= 1.0
+ https://bugzilla.gnome.org/show_bug.cgi?id=784398
+
+2017-07-11 17:27:32 +0200 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
+
+ * gst-libs/gst/vaapi/gstvaapidecoder_h264.c:
+ libs: decoder: h264: libva 1.0 deprecated baseline
+ libva 1.0 deprecated H.264 baseline profile and FMO support
+ (commit b4f332b3).
+ https://bugzilla.gnome.org/show_bug.cgi?id=784398
+
+2017-07-11 16:55:26 +0200 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
+
+ * configure.ac:
+ * meson.build:
+ build: blacklist only libva 0.99.0
+ Intel's MSDK uses libva 0.99.0, meanwhile open source libva bumped
+ its API version to 1.0.0. Thus we have to blacklist only the MSDK's
+ libva (0.99.0)
+ https://bugzilla.gnome.org/show_bug.cgi?id=784398
+
+2017-09-25 17:04:12 +0200 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
+
+ * gst/vaapi/gstvaapiencode.c:
+ vaapiencode: flush pending frames before set format
+ Flush pending frames, if any, in the internal encorder, before setting
+ the new negotiated format.
+ https://bugzilla.gnome.org/show_bug.cgi?id=786173
+
+2017-09-25 15:50:19 +0200 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
+
+ * gst/vaapi/gstvaapidecode.c:
+ vaapidecode: drain pending frames before set format
+ Drain pending frames, if any, in the internal decoder before setting
+ the new negotiated format.
+ https://bugzilla.gnome.org/show_bug.cgi?id=786173
+
+2017-09-18 14:29:55 +0900 Hyunjun Ko <zzoon@igalia.com>
+
+ * gst-libs/gst/vaapi/gstvaapidecoder_h264.c:
+ * gst-libs/gst/vaapi/gstvaapidecoder_h265.c:
+ libs: decoder: h264/h265: decode codec data only if opened
+ Fixes regression introduced by commit 2eb2b26a.
+ There is a use case when the decoder set the src caps and immediatly
+ tries to process the media codec_data, this happens before decoder is
+ even opened, thus priv->parser is not instantiated yet.
+ https://bugzilla.gnome.org/show_bug.cgi?id=787818
+
+2017-08-24 21:51:22 +0200 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
+
+ * gst-libs/gst/vaapi/gstvaapidecoder.c:
+ libs: decoder: at update_caps() decode codec_data
+ When updating the caps in decoder, if the caps has codec_data (avC
+ format), it has to be parsed to update the state of the decoder.
+ https://bugzilla.gnome.org/show_bug.cgi?id=786173
+
=== release 1.12.3 ===
-2017-09-18 Sebastian Dröge <slomo@coaxion.net>
+2017-09-18 17:49:43 +0300 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
* configure.ac:
- releasing 1.12.3
+ * gstreamer-vaapi.doap:
+ * meson.build:
+ Release 1.12.3
2017-09-15 18:31:49 +0200 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
diff --git a/NEWS b/NEWS
index 94e1d1ce..62d10ed5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
# 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.3](#1.12.3) and was
-released on 18 September 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!
@@ -13,7 +13,7 @@ improvements.
See [https://gstreamer.freedesktop.org/releases/1.12/][latest] for the latest
version of this document.
-*Last updated: Monday 19 September 2017, 12:30 UTC [(log)][gitlog]*
+*Last updated: Thursday 7 December 2017, 16:30 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
@@ -783,7 +783,7 @@ GIT logs or ChangeLogs of the particular modules.
### 1.12.3
-The second 1.12 bug-fix release (1.12.3) was released on 14 July 2017.
+The third 1.12 bug-fix release (1.12.3) was released on 18 September 2017.
This release only contains bugfixes and it should be safe to update from 1.12.x.
#### Major bugfixes in 1.12.3
@@ -810,6 +810,38 @@ 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
+### 1.12.4
+
+The fourth 1.12 bug-fix release (1.12.4) was released on 7 December 2017.
+This release only contains bugfixes and it should be safe to update from 1.12.x.
+
+#### Major bugfixes in 1.12.4
+
+ - Dozens of fixes for various issues detected with the help of Google's OSS-Fuzz
+ project: https://github.com/google/oss-fuzz
+ Details to be found there in the bug tracker
+ - Performance regressions with registering debug categories after gst_init()
+ were fixed
+ - Regression with seeking back to 0 in souphttpsrc was fixed
+ - Regression with header rewriting in flacparse was fixed
+ - Regression with playbin/playsink leaking sinks was fixed
+ - Inconsistencies with DROPPED/HANDLED handling in pad probe handlers are fixed
+ - gst_bin_iterate_sorted() always returns sources last now, as documented
+ - gst_query_writable_structure() will never return NULL, for consistency with events
+ - Removal of metas from gst_buffer_meta_foreach() works correctly now
+ - OpenJPEG plugin builds with OpenJPEG >= 2.3
+ - CDIO plugin builds with CDIO >= 1.0
+ - gstreamer-vaapi works correctly with libva 1.0
+ - gst-libav was updated to ffmpeg 3.3.5
+ - 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.4]. 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.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
+
## Known Issues
- The `webrtcdsp` element is currently not shipped as part of the Windows
@@ -824,9 +856,9 @@ development version leading up to the stable 1.14 release. The development
of 1.13/1.14 will happen in the git master branch.
The plan for the 1.14 development cycle is yet to be confirmed, but it is
-expected that feature freeze will be around October 2017
+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 October.
+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,
1.2 and 1.0 release series.
diff --git a/configure.ac b/configure.ac
index 20dae220..3e60476b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# 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], [3])
+m4_define([gst_vaapi_micro_version], [4])
m4_define([gst_vaapi_nano_version], [0])
m4_define([gst_vaapi_version],
[gst_vaapi_major_version.gst_vaapi_minor_version.gst_vaapi_micro_version])
@@ -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], [1203])
+m4_define([gst_vaapi_lt_current], [1204])
m4_define([gst_vaapi_lt_revision], [0])
-m4_define([gst_vaapi_lt_age], [1203])
+m4_define([gst_vaapi_lt_age], [1204])
# glib version number
m4_define([glib_version], [2.40])
diff --git a/gstreamer-vaapi.doap b/gstreamer-vaapi.doap
index f5652858..6fb1d5cb 100644
--- a/gstreamer-vaapi.doap
+++ b/gstreamer-vaapi.doap
@@ -27,6 +27,16 @@
<release>
<Version>
+ <revision>1.12.4</revision>
+ <branch>1.12</branch>
+ <name></name>
+ <created>2017-12-07</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.12.4.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.12.3</revision>
<branch>1.12</branch>
<name></name>
diff --git a/meson.build b/meson.build
index beb74e4f..e5234630 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gstreamer-vaapi', 'c',
- version : '1.12.3',
+ version : '1.12.4',
meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])