summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog76
1 files changed, 76 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a2e096f..a7bf22d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,79 @@
+=== release 1.14.5 ===
+
+2019-05-29 17:41:18 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * ChangeLog:
+ * NEWS:
+ * README:
+ * RELEASE:
+ * configure.ac:
+ * gst-plugins-ugly.doap:
+ * meson.build:
+ Release 1.14.5
+
+2019-05-29 17:41:18 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * docs/plugins/inspect/plugin-a52dec.xml:
+ * docs/plugins/inspect/plugin-amrnb.xml:
+ * docs/plugins/inspect/plugin-amrwbdec.xml:
+ * docs/plugins/inspect/plugin-asf.xml:
+ * docs/plugins/inspect/plugin-cdio.xml:
+ * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
+ * docs/plugins/inspect/plugin-dvdread.xml:
+ * docs/plugins/inspect/plugin-dvdsub.xml:
+ * docs/plugins/inspect/plugin-mpeg2dec.xml:
+ * docs/plugins/inspect/plugin-realmedia.xml:
+ * docs/plugins/inspect/plugin-sid.xml:
+ * docs/plugins/inspect/plugin-x264.xml:
+ * docs/plugins/inspect/plugin-xingmux.xml:
+ Update docs
+
+2018-11-05 05:38:33 +0000 Matthew Waters <matthew@centricular.com>
+
+ * .gitmodules:
+ Update common submodule location
+ Remove the git directory
+
+2018-11-05 12:52:46 +0800 Haihao Xiang <haihao.xiang@intel.com>
+
+ * .gitmodules:
+ * gst-plugins-ugly.doap:
+ Clone the code from gitlab
+ This fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/issues/22
+
+2019-01-25 14:36:55 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * ext/x264/meson.build:
+ x264: Link to gmodule in the meson build if extra x264 libraries are provided
+ We would dynamically load additional x264 libraries then.
+
+2019-04-22 12:51:33 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * ext/dvdread/meson.build:
+ * meson.build:
+ meson: Always require the gmodule dependency
+ It's needed by the dvdread plugin but also by the x264 plugin in certain
+ circumstances. As it's part of GLib and always available, simply move it
+ as a hard dependency to the top-level meson.build.
+
+2019-01-25 14:38:05 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * ext/x264/gstx264enc.c:
+ x264: Only enable dynamic loading code for x264 < 253
+ Otherwise we get some compiler warnings:
+ ../subprojects/gst-plugins-ugly/ext/x264/gstx264enc.c:200:1: warning: ‘unload_x264’ defined but not used [-Wunused-function]
+ unload_x264 (GstX264EncVTable * vtable)
+ ^~~~~~~~~~~
+ ../subprojects/gst-plugins-ugly/ext/x264/gstx264enc.c:154:1: warning: ‘load_x264’ defined but not used [-Wunused-function]
+ load_x264 (const gchar * filename)
+ ^~~~~~~~~
+
+2019-01-17 17:29:38 +0200 Helmut Grohne <helmut@subdivi.de>
+
+ * m4/gst-sid.m4:
+ sid: Fix cross-compilation by using AC_TRY_LINK instead of AC_TRY_RUN
+ https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917899
+
=== release 1.14.4 ===
2018-10-02 23:04:13 +0100 Tim-Philipp Müller <tim@centricular.com>