aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-09-19 12:48:30 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-09-19 12:48:30 +0200
commitc7dcb755cdc7751861e9888063fcfa93cc05b044 (patch)
tree1c47a55922119167a9bdcd0300546a34b86089e0 /ChangeLog
parentd18d8c9b90ea26af612ba84a1314a7e16e37ad51 (diff)
Imported Upstream version 1.1.90upstream/1.1.90
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog125
1 files changed, 123 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 25dd016..f9b88ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,130 @@
+=== release 1.1.90 ===
+
+2013-09-19 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * configure.ac:
+ releasing 1.1.90
+
+2013-09-19 09:45:55 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * po/cs.po:
+ po: Update translations
+
+2013-09-18 19:13:45 -0400 Olivier Crête <olivier.crete@collabora.com>
+
+ * ext/x264/gstx264enc.c:
+ * tests/check/elements/x264enc.c:
+ x264enc: Implement getcaps that restricts the input format depending on the output profile
+ Also add some x264enc profile tests
+ https://bugzilla.gnome.org/show_bug.cgi?id=708326
+
+2013-09-16 19:38:36 +0200 Matej Knopp <matej.knopp@gmail.com>
+
+ * gst/asfdemux/asfpacket.c:
+ * gst/asfdemux/gstasfdemux.c:
+ asfdemux: fix playback regression in push mode
+
+2013-09-10 19:33:33 -0300 Thiago Santos <thiago.sousa.santos@collabora.com>
+
+ * gst/asfdemux/gstasfdemux.h:
+ asfdemux: remove unused variable
+
+2013-09-05 22:56:48 +0200 Mathieu Duponchelle <mathieu.duponchelle@epitech.eu>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: Don't unref future state but the old one
+ Being silly will lead us nowhere.
+
+2013-09-04 16:32:43 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: Check if we have an input state before using it
+ Flushing might happen before caps were set on the encoder,
+ which would lead to crashes here.
+ Thanks to Matej Knopp for analyzing this.
+ https://bugzilla.gnome.org/show_bug.cgi?id=707414
+
+2013-09-03 20:28:35 +0200 Matej Knopp <matej.knopp@gmail.com>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: fix unsigned comparison warning
+
+2013-08-28 13:27:05 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * configure.ac:
+ Back to development
+
=== release 1.1.4 ===
-2013-08-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+2013-08-28 12:58:43 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.1.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-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.1.4
+
+2013-08-28 12:58:37 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * 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
2013-08-28 12:32:37 +0200 Sebastian Dröge <slomo@circular-chaos.org>