summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-02-26 11:48:50 +0000
committerTim-Philipp Müller <tim@centricular.com>2019-02-26 11:48:51 +0000
commit19b744631ba79075676c49053211b3afc103e79a (patch)
treeb88b8858d79dbaaae19008fae91736c6c688b973 /ChangeLog
parent6ca5b079b8d232bd460cd733b77824118dc9e133 (diff)
Release 1.15.21.15.2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog119
1 files changed, 119 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e600619..5a3b4d4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,122 @@
+=== release 1.15.2 ===
+
+2019-02-26 11:48:50 +0000 Tim-Philipp Müller <tim@centricular.com>
+
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
+ * configure.ac:
+ * gst-plugins-ugly.doap:
+ * meson.build:
+ Release 1.15.2
+
+2019-02-26 11:48:50 +0000 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
+
+2019-02-26 11:48:47 +0000 Tim-Philipp Müller <tim@centricular.com>
+
+ * po/af.po:
+ * po/az.po:
+ * po/bg.po:
+ * po/ca.po:
+ * po/cs.po:
+ * po/da.po:
+ * po/de.po:
+ * po/el.po:
+ * po/en_GB.po:
+ * po/eo.po:
+ * po/es.po:
+ * po/eu.po:
+ * po/fi.po:
+ * po/fr.po:
+ * po/fur.po:
+ * po/gl.po:
+ * po/hr.po:
+ * po/hu.po:
+ * po/id.po:
+ * po/it.po:
+ * po/ja.po:
+ * po/lt.po:
+ * po/lv.po:
+ * po/ms.po:
+ * po/mt.po:
+ * po/nb.po:
+ * po/nl.po:
+ * po/or.po:
+ * po/pl.po:
+ * po/pt_BR.po:
+ * po/ro.po:
+ * po/ru.po:
+ * po/sk.po:
+ * po/sl.po:
+ * po/sq.po:
+ * po/sr.po:
+ * po/sv.po:
+ * po/ta.po:
+ * po/tr.po:
+ * po/uk.po:
+ * po/vi.po:
+ * po/zh_CN.po:
+ Update translations
+
+2019-02-22 23:54:30 +0000 Tim-Philipp Müller <tim@centricular.com>
+
+ * ext/sidplay/gstsiddec.cc:
+ sidplay: fix indentation
+
+2019-02-12 17:58:19 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * ext/dvdread/dvdreadsrc.c:
+ dvdreadsrc: Work around GCC9 compiler warning
+ It's technically true but not for this specific type.
+ dvdreadsrc.c:394:65: error: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Werror=address-of-packed-member]
+ 394 | gst_dvd_read_src_make_clut_change_event (src, src->cur_pgc->palette);
+ | ~~~~~~~~~~~~^~~~~~~~~
+
+2019-01-30 19:50:30 +0900 Seungha Yang <seungha.yang@navercorp.com>
+
+ * meson.build:
+ meson: Add support orc fallback
+ Allow fallback to orc subproject if any.
+
+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-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-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.15.1 ===
2019-01-17 02:02:30 +0000 Tim-Philipp Müller <tim@centricular.com>