summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-08-20 16:14:50 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-08-20 16:14:50 +0100
commit93f78bc76bb0494d81c75768e6ef388bbf2adc33 (patch)
tree502c7d2b94135ec8dab3109dc2fa685ce40f41be
parent8d3c0a1f8a8fa6411c3a4f50a06cd077118e7883 (diff)
Release 1.17.90gst-libav-1.17.90
-rw-r--r--ChangeLog66
-rw-r--r--NEWS49
-rw-r--r--RELEASE2
-rw-r--r--gst-libav.doap10
-rw-r--r--meson.build2
5 files changed, 87 insertions, 42 deletions
diff --git a/ChangeLog b/ChangeLog
index 822ef6907d..7b7117d19e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,69 @@
+=== release 1.17.90 ===
+
+2020-08-20 16:14:50 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
+ * gst-libav.doap:
+ * meson.build:
+ Release 1.17.90
+
+2020-08-03 19:28:29 +0300 Jordan Petridis <jordan@centricular.com>
+
+ * docs/gst_plugins_cache.json:
+ * ext/libav/gstavcfg.c:
+ gstavcfg.c: fix max->min typo in limits and implict double conversion
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-libav/-/merge_requests/86>
+
+2020-07-23 15:37:05 +0300 Jordan Petridis <jordan@centricular.com>
+
+ * docs/gst_plugins_cache.json:
+ Revert "docs: update plugins doc cache"
+ This reverts commit d1b20eb6558b5188fe539a2aba3dc15630e703b0.
+ See https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/324
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-libav/-/merge_requests/85>
+
+2020-07-03 12:45:44 +0300 Jordan Petridis <jordan@centricular.com>
+
+ * docs/gst_plugins_cache.json:
+ docs: update plugins doc cache
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-libav/-/merge_requests/80>
+
+2020-07-08 17:23:12 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * meson.build:
+ * scripts/extract-release-date-from-doap-file.py:
+ meson: set release date from .doap file for releases
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-libav/-/merge_requests/84>
+
+2020-07-07 00:33:22 +0300 Vivia Nikolaidou <vivia@ahiru.eu>
+
+ * ext/libav/gstavviddec.c:
+ avviddec: Fix typo that duplicated closed caption meta
+ We examined the output buffer, instead of the input buffer, for
+ existence of cc meta.
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-libav/-/merge_requests/83>
+
+2020-07-02 12:28:34 +0300 Vivia Nikolaidou <vivia@ahiru.eu>
+
+ * ext/libav/gstavviddec.c:
+ gstavviddec: Only allow a single closed caption meta
+ Following discussion in
+ https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1396#note_556068
+ While it is technically possible to store multiple closed caption metas
+ in the same buffer, we don't currently do that anywhere and for
+ H264/MPEG2 both parts have to be stored in the same packet, and also the
+ number of CC bytes you can store per frame is rather limited. This
+ restriction might be relaxed later once we figured out how to do it
+ without breaking things.
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-libav/-/merge_requests/82>
+
+2020-07-03 02:04:01 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * meson.build:
+ Back to development
+
=== release 1.17.2 ===
2020-07-03 00:33:33 +0100 Tim-Philipp Müller <tim@centricular.com>
diff --git a/NEWS b/NEWS
index 39b682a8c8..c216f07fea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,22 +1,14 @@
+GStreamer 1.18 Release Notes
-
-GSTREAMER 1.18 RELEASE NOTES
-
-
-THESE RELEASE NOTES ARE A PLACEHOLDER, PLEASE BEAR WITH US WHILE WE
-FINISH WRITING UP THE REAL THING.
+These release notes are a placeholder, please bear with us while we
+finish writing up the real thing.
GStreamer 1.18.0 has not yet been released. It is scheduled for release
-in summer 2020 now.
+in late August / early September 2020.
1.17.x is the unstable development series that is currently being
developed in the git master branch and which will eventually result in
-1.18, and 1.17.2 is the current development release in that series.
-
-The schedule for the 1.18 development cycle is yet to be confirmed, but
-it is expected that feature freeze will be in June/July 2020, followed
-by several 1.17 pre-releases and then a new 1.18 stable release in
-July/August 2020.
+1.18, and 1.17.90 is the current 1.18 pre-release in that series.
1.18 will be backwards-compatible to the stable 1.16, 1.14, 1.12, 1.10,
1.8, 1.6, 1.4, 1.2 and 1.0 release series.
@@ -24,8 +16,7 @@ July/August 2020.
See https://gstreamer.freedesktop.org/releases/1.18/ for the latest
version of this document.
-_Last updated: Wednesday 1 July 2020, 23:50 UTC (log)_
-
+Last updated: Wednesday 20 August 2020, 11:00 UTC (log)
Introduction
@@ -36,12 +27,10 @@ framework!
As always, this release is again packed with many new features, bug
fixes and other improvements.
-
Highlights
- FIXME
-
Major new features and changes
Noteworthy new API
@@ -66,12 +55,10 @@ The following plugins have been removed from gst-plugins-bad:
- FIXME
-
Miscellaneous API additions
- FIXME
-
Miscellaneous performance and memory optimisations
As always there have been many performance and memory usage improvements
@@ -88,7 +75,6 @@ GstPlayer
- FIXME
-
Miscellaneous changes
- FIXME
@@ -97,62 +83,50 @@ OpenGL integration
- FIXME
-
Tracing framework and debugging improvements
- FIXME
-
Tools
- FIXME
-
GStreamer RTSP server
- FIXME
-
GStreamer VAAPI
- FIXME
-
GStreamer OMX
- FIXME
-
GStreamer Editing Services and NLE
- FIXME
-
GStreamer validate
- FIXME
-
GStreamer Python Bindings
- FIXME
-
GStreamer C# Bindings
- FIXME
-
GStreamer Rust Bindings
- FIXME
-
GStreamer Rust Plugins
- FIXME
-
Build and Dependencies
- The Autotools build system has finally been removed in favour of the
@@ -177,7 +151,6 @@ Cerbero has seen a number of improvements:
- FIXME
-
Platform-specific changes and improvements
Android
@@ -194,7 +167,6 @@ Windows
- FIXME
-
Contributors
- FIXME
@@ -202,7 +174,6 @@ Contributors
… and many others who have contributed bug reports, translations, sent
suggestions or helped testing.
-
Stable 1.18 branch
After the 1.18.0 release there will be several 1.18.x bug-fix releases
@@ -215,12 +186,10 @@ the git 1.18 branch, which will be a stable branch.
1.18.0 has not been released yet.
-
Known Issues
- FIXME
-
Schedule for 1.20
Our next major feature release will be 1.20, and 1.19 will be the
@@ -234,7 +203,7 @@ The plan for the 1.20 development cycle is yet to be confirmed.
------------------------------------------------------------------------
-_These release notes have been prepared by Tim-Philipp Müller with_
-_contributions from … (FIXME)_
+These release notes have been prepared by Tim-Philipp Müller with
+contributions from … (FIXME)
-_License: CC BY-SA 4.0_
+License: CC BY-SA 4.0
diff --git a/RELEASE b/RELEASE
index 9affe0c147..1cbe8fadb8 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,4 +1,4 @@
-This is GStreamer gst-libav 1.17.2.
+This is GStreamer gst-libav 1.17.90.
GStreamer 1.17 is the development branch leading up to the next major
stable version which will be 1.18.
diff --git a/gst-libav.doap b/gst-libav.doap
index 3c76deb91f..05243de26c 100644
--- a/gst-libav.doap
+++ b/gst-libav.doap
@@ -34,6 +34,16 @@ colorspace conversion elements.
<release>
<Version>
+ <revision>1.17.90</revision>
+ <branch>master</branch>
+ <name></name>
+ <created>2020-08-20</created>
+ <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.17.90.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.17.2</revision>
<branch>master</branch>
<name></name>
diff --git a/meson.build b/meson.build
index c829fb91c0..62be7a033d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-libav', 'c', 'cpp',
- version : '1.17.2.1',
+ version : '1.17.90',
meson_version : '>= 0.48.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])