summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-02-26 11:57:15 +0000
committerTim-Philipp Müller <tim@centricular.com>2019-02-26 11:57:15 +0000
commitc693e62a4464a74bace095344e355c4409d850d9 (patch)
tree8077dbdb44d15785b6b27ef3b13323df71c575f3 /ChangeLog
parent88166aeb786e45c0df477aae0d6d922ef4a80f1d (diff)
downloadgst-libav-c693e62a4464a74bace095344e355c4409d850d9.tar.gz
Release 1.15.21.15.2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog38
1 files changed, 38 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b40d33c..7328495 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+=== release 1.15.2 ===
+
+2019-02-26 11:57:15 +0000 Tim-Philipp Müller <tim@centricular.com>
+
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
+ * configure.ac:
+ * gst-libav.doap:
+ * meson.build:
+ Release 1.15.2
+
+2019-02-26 11:57:15 +0000 Tim-Philipp Müller <tim@centricular.com>
+
+ * docs/plugins/inspect/plugin-libav.xml:
+ Update docs
+
+2019-02-21 08:48:31 +0100 Guillaume Desmottes <guillaume.desmottes@collabora.com>
+
+ * ext/libav/gstavdemux.c:
+ avdemux: fix negative pts if start_time is bigger than the ts
+ The start time is supposed to be the ts of the first frame.
+ FFmpeg uses fractions to represent timestamps and the start time may use a
+ different base than the frame pts. So we may end up having the start
+ time bigger than the pts because of rounding when converting to gst ts.
+ See https://gitlab.freedesktop.org/gstreamer/gst-libav/issues/51
+ for details.
+
+2019-02-12 17:23:55 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * configure.ac:
+ configure: Only disable dxva2 once
+
+2019-02-12 10:57:24 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst-libs/ext/libav:
+ Update to ffmpeg n4.1.1
+
=== release 1.15.1 ===
2019-01-17 02:21:41 +0000 Tim-Philipp Müller <tim@centricular.com>