From 4f649c9556ce5b4501363885995554598303e01c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 23 Sep 2021 01:35:17 +0100 Subject: Release 1.19.2 --- ChangeLog | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ NEWS | 25 ++++++++++++---------- RELEASE | 2 +- gst-libav.doap | 10 +++++++++ meson.build | 2 +- 5 files changed, 93 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index d25002d..164e891 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,70 @@ +=== release 1.19.2 === + +2021-09-23 01:35:17 +0100 Tim-Philipp Müller + + * ChangeLog: + * NEWS: + * RELEASE: + * gst-libav.doap: + * meson.build: + Release 1.19.2 + +2021-09-18 11:51:03 +0300 Sebastian Dröge + + * docs/gst_plugins_cache.json: + * ext/libav/gstavcodecmap.c: + avcodecmap: Add support for GBRA_10LE/BE + Part-of: + +2021-08-06 17:41:19 +0200 Stéphane Cerveau + + * docs/gst_plugins_cache.json: + * ext/libav/gstavdemux.c: + avdemux: add xwma support + Add xwma tested with the media + b8edfb1e970ed7892f35b34a1ef36fee_wma.wav + from this ticket: + http://trac.ffmpeg.org/ticket/9358 + Part-of: + +2020-01-22 12:41:27 -0500 Olivier Crête + + * docs/gst_plugins_cache.json: + * ext/libav/gstavcodecmap.c: + * ext/libav/gstavviddec.c: + avviddec: Enable subframe decoding for H.264 + Enable sending NAL units to the decoder without having to first + group them in a frame (an AU). + Part-of: + +2020-01-22 12:39:47 -0500 Olivier Crête + + * ext/libav/gstavviddec.c: + avviddec: Split allocation tracking from decode-only-ness + When doing subframe decoding, handle_frame will be called multiple + times, so the DECODE_ONLY flag gets re-set when it shouldn't. Instead, + let's create our own flag to track this. + Part-of: + +2021-06-21 08:33:59 +0000 Corentin Damman + + * COPYING: + Update COPYING + Part-of: + +2021-06-03 06:01:30 -0400 Doug Nazar + + * ext/libav/gstavviddec.c: + avviddec: Fix size of linesize parameter + Although avcodec_align_dimensions2() only copies 4 ints, it expects + a buffer of at least AV_NUM_DATA_POINTERS (8) ints. + Part-of: + +2021-06-01 15:29:04 +0100 Tim-Philipp Müller + + * meson.build: + Back to development + === release 1.19.1 === 2021-06-01 00:14:52 +0100 Tim-Philipp Müller diff --git a/NEWS b/NEWS index cc6c3b4..0e581c3 100644 --- a/NEWS +++ b/NEWS @@ -1,15 +1,15 @@ GStreamer 1.20 Release Notes GStreamer 1.20 has not been released yet. It is scheduled for release -around July 2021. +around October/November 2021. 1.19.x is the unstable development version that is being developed in -the git master branch and which will eventually result in 1.20, and -1.19.1 is the current development release in that series +the git main branch and which will eventually result in 1.20, and 1.19.2 +is the current development release in that series -It is expected that feature freeze will be around June/July 2021, -followed by several 1.19 pre-releases and the new 1.20 stable release -around July 2021. +It is expected that feature freeze will be in early October 2021, +followed by one or two 1.19.9x pre-releases and the new 1.20 stable +release around October/November 2021. 1.20 will be backwards-compatible to the stable 1.18, 1.16, 1.14, 1.12, 1.10, 1.8, 1.6,, 1.4, 1.2 and 1.0 release series. @@ -17,7 +17,7 @@ around July 2021. See https://gstreamer.freedesktop.org/releases/1.20/ for the latest version of this document. -Last updated: Sunday 30 May 2021, 16:00 UTC (log) +Last updated: Wednesday 22 September 2021, 18:00 UTC (log) Introduction @@ -247,6 +247,10 @@ Documentation improvements Possibly Breaking Changes - this section will be filled in in due course +- MPEG-TS SCTE-35 API changes (FIXME: flesh out) +- gst_parse_launch() and friends now error out on non-existing + properties on top-level bins where they would silently fail and + ignore those before. Known Issues @@ -274,16 +278,15 @@ the git 1.20 branch, which will be a stable branch. 1.20.0 -1.20.0 is scheduled to be released around July 2021. +1.20.0 is scheduled to be released around October/November 2021. Schedule for 1.22 Our next major feature release will be 1.22, and 1.21 will be the unstable development version leading up to the stable 1.22 release. The -development of 1.21/1.22 will happen in the git master branch. +development of 1.21/1.22 will happen in the git main branch. -The plan for the 1.22 development cycle is yet to be confirmed, but it -is hoped that feature freeze will take place some time in December 2021. +The plan for the 1.22 development cycle is yet to be confirmed. 1.22 will be backwards-compatible to the stable 1.20, 1.18, 1.16, 1.14, 1.12, 1.10, 1.8, 1.6, 1.4, 1.2 and 1.0 release series. diff --git a/RELEASE b/RELEASE index 6fb996d..8abf3ba 100644 --- a/RELEASE +++ b/RELEASE @@ -1,4 +1,4 @@ -This is GStreamer gst-libav 1.19.1. +This is GStreamer gst-libav 1.19.2. GStreamer 1.19 is the development branch leading up to the next major stable version which will be 1.20. diff --git a/gst-libav.doap b/gst-libav.doap index e536fce..ef87676 100644 --- a/gst-libav.doap +++ b/gst-libav.doap @@ -32,6 +32,16 @@ colorspace conversion elements. + + + 1.19.2 + master + + 2021-09-23 + + + + 1.19.1 diff --git a/meson.build b/meson.build index 963aabe..0abc528 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gst-libav', 'c', 'cpp', - version : '1.19.1.1', + version : '1.19.2', meson_version : '>= 0.54', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) -- cgit v1.2.1