summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-09-01 12:28:45 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-09-01 12:28:45 +0300
commit9f9dc3f0a01d06ea23c7b5512e157202c6f05455 (patch)
treee21f27e506e693cf98efa978403170ad2228db9c /ChangeLog
parent276fbb837a74506a88b8bb8f46ce384fb127aa5a (diff)
Release 1.9.21.9.2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog271
1 files changed, 261 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index c58b67f9..e0d08187 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,268 @@
+=== release 1.9.2 ===
+
+2016-09-01 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.9.2
+
+2016-09-01 11:24:13 +0300 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:
+ po: Update translations
+
+2016-09-01 10:57:46 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * ext/sidplay/gstsiddec.cc:
+ siddec: Fix compilation with debugging disabled
+ gstsiddec.o
+ gstsiddec.cc: In function ‘void play_loop(GstPad*)’:
+ gstsiddec.cc:446:18: error: unused variable ‘reason’ [-Werror=unused-variable]
+ const gchar *reason = gst_flow_get_name (ret);
+ ^
+
+2016-08-19 11:11:14 -0700 Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+ * ext/sidplay/gstsiddec.cc:
+ * gst/asfdemux/gstasfdemux.c:
+ * gst/realmedia/rmdemux.c:
+ Use the new API to post flow ERROR messages on the bus
+ https://bugzilla.gnome.org/show_bug.cgi?id=770158
+
+2016-08-24 09:45:05 -0300 Thibault Saunier <tsaunier@gnome.org>
+
+ * gst/asfdemux/meson.build:
+ meson: Link asfdemux against the gstsdp library
+
+2016-08-23 15:29:10 -0300 Thibault Saunier <tsaunier@gnome.org>
+
+ * meson.build:
+ meson: Add support for fallback subprojects
+
+2016-08-12 21:25:34 +0530 Nirbheek Chauhan <nirbheek@centricular.com>
+
+ * .gitignore:
+ * config.h.meson:
+ * ext/a52dec/meson.build:
+ * ext/amrnb/meson.build:
+ * ext/amrwbdec/meson.build:
+ * ext/cdio/meson.build:
+ * ext/dvdread/meson.build:
+ * ext/lame/meson.build:
+ * ext/mad/meson.build:
+ * ext/meson.build:
+ * ext/mpeg2dec/meson.build:
+ * ext/mpg123/meson.build:
+ * ext/twolame/meson.build:
+ * ext/x264/meson.build:
+ * gst/asfdemux/meson.build:
+ * gst/dvdlpcmdec/meson.build:
+ * gst/dvdsub/meson.build:
+ * gst/meson.build:
+ * gst/realmedia/meson.build:
+ * gst/xingmux/meson.build:
+ * meson.build:
+ Add support for Meson as alternative/parallel build system
+ https://github.com/mesonbuild/meson
+ With contributions from:
+ Tim-Philipp Müller <tim@centricular.com>
+ Jussi Pakkanen <jpakkane@gmail.com> (original port)
+ Highlights of the features provided are:
+ * Faster builds on Linux (~40-50% faster)
+ * The ability to build with MSVC on Windows
+ * Generate Visual Studio project files
+ * Generate XCode project files
+ * Much faster builds on Windows (on-par with Linux)
+ * Seriously fast configure and building on embedded
+ ... and many more. For more details see:
+ http://blog.nirbheek.in/2016/05/gstreamer-and-meson-new-hope.html
+ http://blog.nirbheek.in/2016/07/building-and-developing-gstreamer-using.html
+ Building with Meson should work on both Linux and Windows, but may
+ need a few more tweaks on other operating systems.
+
+2016-08-12 21:41:39 +0530 Nirbheek Chauhan <nirbheek@centricular.com>
+
+ * ext/a52dec/gsta52dec.c:
+ * ext/dvdread/dvdreadsrc.c:
+ * ext/x264/gstx264enc.h:
+ * gst/realmedia/realhash.c:
+ * gst/realmedia/rtspreal.c:
+ plugins: Use <stdint.h> instead of _stdint.h
+ _stdint.h is generated by Autotools and we don't really need it. All
+ supported platforms now ship with stdint.h. The only stickler was MSVC,
+ and since Visual Studio 2015 it also ships stdint.h now.
+
+2016-08-19 13:01:39 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * ext/mpeg2dec/perftest.c:
+ mpeg2dec: remove file no longer used or needed
+
+2016-08-08 09:58:20 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * gst/dvdlpcmdec/Makefile.am:
+ dvdlpcmdec: add libgstbase CFLAGS as well
+ For consistency.
+ https://bugzilla.gnome.org/show_bug.cgi?id=769610
+
+2016-08-07 00:10:24 +0000 xlazom00 <xlazom00@gmail.com>
+
+ * gst/dvdlpcmdec/Makefile.am:
+ dvdlpcmdec: link libgstbase-1.0
+ https://bugzilla.gnome.org/show_bug.cgi?id=769610
+
+2016-08-02 13:38:25 +0200 Carlos Rafael Giani <dv@pseudoterminal.org>
+
+ * gst/asfdemux/gstasfdemux.c:
+ asfdemux: Add byte rate based bitrate tag in case there are no audio props
+ https://bugzilla.gnome.org/show_bug.cgi?id=769418
+
+2016-04-28 16:42:43 +0200 Michael Olbrich <m.olbrich@pengutronix.de>
+
+ * gst/dvdlpcmdec/gstdvdlpcmdec.c:
+ * gst/dvdlpcmdec/gstdvdlpcmdec.h:
+ dvdlpcmdec: add support for another format
+ The format specification can be found here:
+ http://www.dvdforum.org/images/Guideline1394V10R0_20020911.pdf
+ Note: This format is also used for Wifi-Display.
+ https://bugzilla.gnome.org/show_bug.cgi?id=765807
+
+2016-04-28 16:32:53 +0200 Michael Olbrich <m.olbrich@pengutronix.de>
+
+ * gst/dvdlpcmdec/gstdvdlpcmdec.c:
+ * gst/dvdlpcmdec/gstdvdlpcmdec.h:
+ dvdlpcmdec: rewrite to use GstAudioDecoder
+ https://bugzilla.gnome.org/show_bug.cgi?id=765807
+
+2016-07-24 10:00:48 +0200 Josep Torra <n770galaxy@gmail.com>
+
+ * ext/sidplay/gstsiddec.cc:
+ sidplay: fix compiler warnings when building with -O3
+ Avoid compiler warnings "‘foo’ may be used uninitialized in this
+ function" when building with -O3 by checking the return bool value
+ of format conversion function.
+ https://bugzilla.gnome.org/show_bug.cgi?id=769116
+
+2016-07-11 21:14:06 +0200 Stefan Sauer <ensonic@users.sf.net>
+
+ * common:
+ Automatic update of common submodule
+ From f363b32 to f49c55e
+
+2016-07-06 13:51:09 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * configure.ac:
+ Back to development
+
=== release 1.9.1 ===
-2016-07-06 Sebastian Dröge <slomo@coaxion.net>
+2016-07-06 13:15:28 +0300 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.9.1
+ * 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.9.1
+
+2016-07-06 11:54:01 +0300 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
2016-07-06 10:19:44 +0300 Sebastian Dröge <sebastian@centricular.com>
@@ -531,7 +790,6 @@
* docs/plugins/inspect/plugin-twolame.xml:
* docs/plugins/inspect/plugin-x264.xml:
* docs/plugins/inspect/plugin-xingmux.xml:
- * docs/plugins/xml/plugin-mpg123.xml:
docs: update inspection to git and fix mpg123 inspect location
2016-02-16 12:23:33 +0000 Tim-Philipp Müller <tim@centricular.com>
@@ -6835,8 +7093,6 @@
* docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
* docs/plugins/gst-plugins-ugly-plugins-sections.txt:
* ext/twolame/Makefile.am:
- * ext/twolame/gsttwolame.c:
- * ext/twolame/gsttwolame.h:
* ext/twolame/gsttwolamemp2enc.c:
* ext/twolame/gsttwolamemp2enc.h:
* po/POTFILES.in:
@@ -7363,10 +7619,7 @@
* gst/mpegaudioparse/Makefile.am:
* gst/mpegaudioparse/gstmpegaudioparse.c:
* gst/mpegaudioparse/gstmpegaudioparse.h:
- * gst/mpegaudioparse/gstxingmux.c:
- * gst/mpegaudioparse/gstxingmux.h:
* gst/mpegaudioparse/mpegaudioparse.vcproj:
- * gst/mpegaudioparse/plugin.c:
* gst/xingmux/Makefile.am:
* gst/xingmux/gstxingmux.c:
* gst/xingmux/gstxingmux.h:
@@ -20380,9 +20633,7 @@
2005-12-01 19:14:57 +0000 Thomas Vander Stichele <thomas@apestaart.org>
* ChangeLog:
- * LICENSE:
* NEWS:
- * PORTED_09:
* RELEASE:
* common:
* configure.ac: