summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog135
1 files changed, 135 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cba713573..25636f23f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,138 @@
+=== release 1.18.3 ===
+
+2021-01-13 21:07:11 +0000 Tim-Philipp Müller <tim@centricular.com>
+
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
+ * gst-plugins-base.doap:
+ * meson.build:
+ Release 1.18.3
+
+2020-12-07 11:23:49 -0300 Thibault Saunier <tsaunier@igalia.com>
+
+ * gst/encoding/gstencodebin.c:
+ encodebin: Ensure that parsers are compatible with selected encoders
+ See https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues/845
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1007>
+
+2020-12-24 11:44:27 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst/playback/gstdecodebin3.c:
+ decodebin3: When reconfiguring a slot make sure that the ghostpad is unlinked
+ This was only taken care of previously if there was a decoder before.
+ However if previously a decoder was not needed then the ghostpad
+ would've been linked directly to the slot's srcpad.
+ Reconfiguring the slot requires this to be undone so that linking can
+ happen normally.
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/987>
+
+2020-07-14 20:44:18 +0200 Jakub Adam <jakub.adam@collabora.com>
+
+ * gst-libs/gst/video/video-blend.c:
+ video-blend: fix blending 8-bit and 16-bit frames together
+ Replace hardcoded 255s with the correct max value for the given color
+ depth. Use 64-bit integer in calculations where overflow may occur.
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1006>
+
+2021-01-05 20:18:24 +1100 Matthew Waters <matthew@centricular.com>
+
+ * gst-libs/gst/gl/gstgl_enums.h:
+ * gst-libs/gst/gl/gstglmemory.c:
+ * gst-libs/gst/gl/gstglutils.c:
+ gl: document some GL caps specifics
+ Fixes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues/854
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/998>
+
+2021-01-04 13:40:20 +0000 Tim-Philipp Müller <tim@centricular.com>
+
+ * gst-libs/gst/tag/gsttagdemux.c:
+ tagdemux: resize and trim buffer in place to fix interaction with oggdemux
+ Elements operating in pull mode may optionally pass a buffer to
+ pull_range that should be filled with the data. The only element
+ that does that at the moment is oggdemux operating in pull mode.
+ tagdemux currently creates a sub-buffer whenever a buffer pulled
+ from upstream (filesrc, usually) needs to be trimmed. This creates
+ a new buffer, however, so disregards any passed-in buffer from a
+ downstream oggdemux.
+ This would cause assertion failures and playback problems for
+ ogg files that contain ID3 tags at the end.
+ Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues/848
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/995>
+
+2020-12-29 20:24:51 +0100 Mathieu Duponchelle <mathieu@centricular.com>
+
+ * gst/compositor/blend.c:
+ compositor/blend: fix blending of subsampled components
+ The correct way to determine the byte offset at a certain yoffset
+ in a subsampled component is to shift the yoffset by the component's
+ hsub
+ This fixes out-of-bounds memory accesses and visible artefacts,
+ example pipeline with the samples from #802:
+ gst-launch-1.0 compositor name=vmixer sink_1::xpos=1910 sink_1::ypos=1080 ! \
+ videoconvert ! videorate ! xvimagesink \
+ filesrc location=VID_20200723_203606.mp4 ! decodebin name=demux1 ! \
+ queue ! videoflip method=vertical-flip ! vmixer. \
+ filesrc location=bridgeoverstubbledwater.mp4 ! decodebin name=demux2 ! \
+ queue ! vmixer.
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/989>
+
+2020-12-31 17:25:40 +0100 Mathieu Duponchelle <mathieu@centricular.com>
+
+ * gst-libs/gst/app/gstappsrc.c:
+ appsrc: fix signal documentation
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/993>
+
+2020-12-30 14:56:54 +0100 Edward Hervey <edward@centricular.com>
+
+ * gst-libs/gst/video/gstvideoaggregator.c:
+ videoaggregator: Pop out old buffers on timeout
+ This situation happens in the situation where an input stream has a framerate
+ exceeding the timeout latency (Ex: 1fps with a latency of 500ms) and an input
+ stream greater than output framerate (ex: 60fps in, 30 fps out).
+ The problem that would happen is that we would timeout, but then buffers from
+ the fast input stream would only be popped out one by one.... until a buffer
+ reaches the low-framerate input stream at which point they would quickly be
+ popped out/used. The resulting output would be "slow ... fast ... slow ... fast"
+ of that input fast stream.
+ In order to avoid this situation, whenever we detect a late buffer, check if
+ there's a next one and re-check with that one.
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/991>
+
+2020-12-15 15:07:31 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst/audiorate/gstaudiorate.c:
+ audiorate: Make buffer writable before changing its metadata
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/978>
+
+2020-12-10 19:06:00 +0200 Jordan Petridis <jordan@centricular.com>
+
+ * ext/libvisual/plugin.c:
+ libvisual: workaround clang warning
+ libvisual api expects a priv data pointer to be passed, though we know its
+ going to be `GstDebugLevel`.
+ ```
+ ../subprojects/gst-plugins-base/ext/libvisual/plugin.c:33:39: error: cast to smaller integer type 'GstDebugLevel' from 'void *' [-Werror,-Wvoid-pointer-to-enum-cast]
+ GST_CAT_LEVEL_LOG (libvisual_debug, (GstDebugLevel) (priv), NULL, "%s - %s",
+ ```
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/976>
+
+2020-12-11 10:13:59 +0100 Edward Hervey <edward@centricular.com>
+
+ * gst/playback/gstdecodebin3-parse.c:
+ decodebin3: Release selection lock when pushing EOS
+ We can't keep the lock otherwise this would lock other actions. In order to keep
+ it safe, we grab a list of peer pads to send EOS to with the lock taken, then
+ send to the peer pads with the lock released.
+ Also make sure the selection lock is taken for another call to this function
+ Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues/847
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/973>
+
+2020-12-06 23:56:42 +0000 Tim-Philipp Müller <tim@centricular.com>
+
+ * meson.build:
+ Back to development
+
=== release 1.18.2 ===
2020-12-06 13:22:08 +0000 Tim-Philipp Müller <tim@centricular.com>