summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-06-15 14:27:30 +0300
committerSebastian Dröge <sebastian@centricular.com>2017-06-15 14:27:30 +0300
commitf95d7ece371df341cb8dbbf40b50892e4224fffb (patch)
treee86de2f96c5c6746cfe732f51d5a325ce21fa374 /ChangeLog
parentd3d8a8a7027dd3a4dad4fd76a3bfd6b95f1ed3d6 (diff)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog90
1 files changed, 88 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9908889448..73021f9806 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,95 @@
+=== release 1.10.5 ===
+
+2017-06-15 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.10.5
+
+2017-03-01 23:00:55 +1100 Jan Schmidt <jan@centricular.com>
+
+ * ext/mpeg2dec/gstmpeg2dec.c:
+ mpeg2dec: Fix latency calculation
+ The latency calculation was missing a scaling by GST_SECOND,
+ so it would always report a tiny latency. Fix that.
+ Spotted by Guillaume Desmottes.
+
+2017-02-23 17:23:06 +0000 Tim-Philipp Müller <tim@centricular.com>
+
+ * meson.build:
+ meson: update version
+
=== release 1.10.4 ===
-2017-02-23 Sebastian Dröge <slomo@coaxion.net>
+2017-02-23 15:59:26 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.10.4
+ * 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-lame.xml:
+ * docs/plugins/inspect/plugin-mad.xml:
+ * docs/plugins/inspect/plugin-mpeg2dec.xml:
+ * docs/plugins/inspect/plugin-mpg123.xml:
+ * docs/plugins/inspect/plugin-realmedia.xml:
+ * docs/plugins/inspect/plugin-siddec.xml:
+ * docs/plugins/inspect/plugin-twolame.xml:
+ * docs/plugins/inspect/plugin-x264.xml:
+ * docs/plugins/inspect/plugin-xingmux.xml:
+ * gst-plugins-ugly.doap:
+ * win32/common/config.h:
+ Release 1.10.4
+
+2017-02-23 15:19:14 +0200 Sebastian Dröge <sebastian@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/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/tr.po:
+ * po/uk.po:
+ * po/vi.po:
+ * po/zh_CN.po:
+ Update .po files
2017-01-24 19:24:10 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>