Release 1.14.0
[platform/upstream/gstreamer.git] / ChangeLog
index 3fe5308..8ddafda 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+=== release 1.14.0 ===
+
+2018-03-19 20:19:43 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * gst-plugins-ugly.doap:
+       * meson.build:
+         Release 1.14.0
+
+2018-03-19 20:19:43 +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
+
+=== release 1.13.91 ===
+
+2018-03-13 19:17:58 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * gst-plugins-ugly.doap:
+       * meson.build:
+         Release 1.13.91
+
+2018-03-13 19:17:58 +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
+
+2018-03-12 20:19:19 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
+         docs: plugins: minor addition to plugins list
+
+2018-03-08 10:12:16 +0100  Michael Tretter <m.tretter@pengutronix.de>
+
+       * configure.ac:
+         configure.ac: enable largefile support if possible
+         https://bugzilla.gnome.org/show_bug.cgi?id=793103
+
+=== release 1.13.90 ===
+
+2018-03-03 22:24:28 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * gst-plugins-ugly.doap:
+       * meson.build:
+         Release 1.13.90
+
+2018-03-03 22:24:28 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-ugly-plugins.args:
+       * 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-03-01 19:07:42 +0100  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * meson.build:
+       * tests/check/meson.build:
+         meson: enable more warnings
+
+2018-02-28 10:07:13 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/x264/gstx264enc.c:
+         x264enc: fix build with newer x264 with support for multiple bit depths
+         libx264 used to be built for one specific bit depth, and if we
+         wanted to support multiple bit depths we would have to dynamically
+         load the right .so from different paths. That has changed now, and
+         libx264 can include support for multiple depths in the same lib,
+         so we don't need to do the dlopen() dance any more. We'll keep
+         the vtable stuff around until we can drop support for older x264.
+         gstx264enc.c:2927:36: error: ‘x264_bit_depth’ undeclared
+         https://bugzilla.gnome.org/show_bug.cgi?id=792111
+
+2018-02-27 15:42:32 +0100  Alicia Boya García <aboya@igalia.com>
+
+       * ext/x264/gstx264enc.c:
+         x264enc: Add format example for option-string
+         https://bugzilla.gnome.org/show_bug.cgi?id=793879
+
+2018-02-21 19:47:36 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         meson: simplify GST_DISABLE_GST_DEBUG check and don't use add_global_*
+         add_global_arguments() can't be used in subprojects. It's
+         entirely possible that -ugly is a subproject but gstreamer
+         is picked up from an installed location, so we should
+         really use add_project_arguments() in both cases.
+
+2018-02-15 19:44:21 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * configure.ac:
+       * 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:
+       * meson.build:
+         Back to development
+
+=== release 1.13.1 ===
+
+2018-02-15 17:10:13 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * NEWS:
+       * configure.ac:
+       * gst-plugins-ugly.doap:
+       * meson.build:
+         Release 1.13.1
+
+2018-02-15 17:07:42 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-ugly-plugins.args:
+       * docs/plugins/gst-plugins-ugly-plugins.hierarchy:
+       * 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:
+         docs: update plugin docs
+
+2018-02-15 14:52:29 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * po/id.po:
+       * po/it.po:
+       * po/nl.po:
+       * po/sv.po:
+         po: update translations
+
+2018-02-08 19:09:45 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         meson: make version numbers ints and fix int/string comparison
+         WARNING: Trying to compare values of different types (str, int).
+         The result of this is undefined and will become a hard error
+         in a future Meson release.
+
+2018-02-04 12:03:36 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * configure.ac:
+         autotools: use -fno-strict-aliasing where supported
+         https://bugzilla.gnome.org/show_bug.cgi?id=769183
+
+2018-01-30 20:34:52 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/sidplay/meson.build:
+       * meson.build:
+         meson: use -fno-strict-aliasing where supported
+         https://bugzilla.gnome.org/show_bug.cgi?id=769183
+
+2018-01-03 16:02:08 +0100  Edward Hervey <edward@centricular.com>
+
+       * ext/amrnb/amrnbdec.c:
+         amrnbdec: Don't use g_return_*_if_fail() on data parsing
+         Those functions can be disabled. Instead just use the (existing)
+         function.
+         CID #1427121
+
+2018-01-03 16:02:08 +0100  Edward Hervey <edward@centricular.com>
+
+       * ext/amrwbdec/amrwbdec.c:
+         amrwbdec: Don't use g_return_*_if_fail() on data parsing
+         Those functions can be disabled. Instead just use the (existing)
+         function.
+         CID #1427093
+
+2017-12-26 13:51:37 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         meson: skip translations if gettext is not available
+
+2017-12-14 14:49:17 +1100  Matthew Waters <matthew@centricular.com>
+
+       * common:
+         Automatic update of common submodule
+         From e8c7a71 to 3fa2c9e
+
+2017-12-07 15:52:58 +0900  Justin Kim <justin.kim@collabora.com>
+
+       * ext/x264/gstx264enc.c:
+       * ext/x264/gstx264enc.h:
+         x264enc: add 'insert-vui' property for users to choose
+         VUI(Video Usability Information) parameters should be set
+         according to the specification. However, some of the existing
+         hardware decoders refuse to decode in certain combinations of
+         the resolution and VUI parameters. To support the legacy
+         decoders, this patch provides 'insert-vui' to skip the settings.
+         https://bugzilla.gnome.org/show_bug.cgi?id=791331
+
+2017-12-06 13:01:39 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/cdio/gstcdio.c:
+       * ext/cdio/gstcdio.h:
+       * ext/cdio/gstcdiocddasrc.c:
+         cdio: Fix build with cdio >= 1.0
+         LIBCDIO_VERSION_NUM was defined as e.g. 94 for 0.94 but is now defined
+         as 1 for 1.0. We had various checks for < 83, which of course succeeded
+         now although we are >= 0.83.
+         Fix this by checking for < 76 (0.76) too, as that is the minimum version
+         we currently support and everything < 76 is going to be >= 1.0.
+         https://bugzilla.gnome.org/show_bug.cgi?id=791301
+
+2017-11-27 20:11:56 +1100  Matthew Waters <matthew@centricular.com>
+
+       * common:
+         Automatic update of common submodule
+         From 3f4aa96 to e8c7a71
+
+2017-11-26 15:05:14 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * configure.ac:
+         configure: actually use -fvisibility if supported
+         Fix up for previous commit.
+
+2017-11-26 14:49:21 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * configure.ac:
+         autotools: stop controlling symbol visibility with -export-symbols-regex
+         Instead, use -fvisibility=hidden and explicit exports via GST_EXPORT.
+         This should result in consistent behaviour for the autotools and
+         Meson builds.
+
+2017-11-13 11:13:30 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: Fix prerolling files with "empty" streams
+         This is a regression that was introduced by
+         commit 1803b3c18530cb0100d140c2b8e49a8dfe41f941
+         "    asfdemux: Add support for dvr-ms"
+         The problem is that some files/streams might contain stream definition
+         but there is no actual packets for those streams.
+         This was used to "define" streams with different bitrates for example.
+         The first_ts calculation resulted in never ever finding a valid first_ts
+         since some streams were empty, and therefore never "activating" itself.
+         Instead of that we first check if we are prerolled. And if we are we
+         unconditionally get the "first_ts"
+         The preroll check has been adapted to check whether streams of
+         each defined type (i.e. audio/video/sub) has been prerolled. This solves
+         the problem of having different streams of a particular type where only
+         one stream actually has data.
+
+2017-11-13 11:09:31 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: Store the stream type in streams
+         The field was present but never set :)
+
+2017-09-26 10:11:24 +0530  Ponnam Srinivas <p.srinivas@samsung.com>
+
+       * ext/a52dec/gsta52dec.c:
+         a52dec: Fix out buffer memory leak in error code path
+         https://bugzilla.gnome.org/show_bug.cgi?id=788119
+
+2017-09-15 17:06:58 +0530  Deepak Srivastava <srivastava.d@samsung.com>
+
+       * ext/mpeg2dec/gstmpeg2dec.c:
+         mpeg2dec: Fix buffer memory leak in error code path
+         https://bugzilla.gnome.org/show_bug.cgi?id=787817
+
+2017-09-07 13:27:26 +0530  Satya Prakash Gupta <sp.gupta@samsung.com>
+
+       * ext/mpeg2dec/gstmpeg2dec.c:
+         mpeg2dec: Unmap output video frame if copying to it fails
+         https://bugzilla.gnome.org/show_bug.cgi?id=787398
+
+2017-08-31 11:33:14 +0530  Satya Prakash Gupta <sp.gupta@samsung.com>
+
+       * gst/realmedia/asmrules.c:
+         realmedia: fix leak in asmrules error code path
+         https://bugzilla.gnome.org/show_bug.cgi?id=787056
+
+2017-08-30 18:41:28 +0530  Satya Prakash Gupta <sp.gupta@samsung.com>
+
+       * gst/realmedia/rtspreal.c:
+         realmedia: Fix Memory leak in error case
+         https://bugzilla.gnome.org/show_bug.cgi?id=787014
+
+2017-08-26 13:02:26 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/files/Makefile.am:
+       * tests/files/cbr_stream.mp3:
+       * tests/files/stream.mp2:
+       * tests/files/vbr_stream.mp3:
+         tests: remove files that were used by the mpg123 unit test
+
+2017-08-26 09:35:20 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * Makefile.am:
+       * REQUIREMENTS:
+       * configure.ac:
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
+       * docs/plugins/inspect/plugin-twolame.xml:
+       * ext/Makefile.am:
+       * ext/meson.build:
+       * ext/twolame/Makefile.am:
+       * ext/twolame/gsttwolamemp2enc.c:
+       * ext/twolame/gsttwolamemp2enc.h:
+       * ext/twolame/meson.build:
+       * po/POTFILES.in:
+         Remove twolame plugin, moved to -good
+         https://bugzilla.gnome.org/show_bug.cgi?id=774252
+
+2017-08-26 08:51:01 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * Makefile.am:
+       * REQUIREMENTS:
+       * configure.ac:
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
+       * docs/plugins/gst-plugins-ugly-plugins.args:
+       * docs/plugins/gst-plugins-ugly-plugins.hierarchy:
+       * docs/plugins/gst-plugins-ugly-plugins.interfaces:
+       * docs/plugins/inspect/plugin-lame.xml:
+       * ext/Makefile.am:
+       * ext/lame/Makefile.am:
+       * ext/lame/gstlamemp3enc.c:
+       * ext/lame/gstlamemp3enc.h:
+       * ext/lame/meson.build:
+       * ext/lame/plugin.c:
+       * ext/meson.build:
+       * m4/Makefile.am:
+       * m4/as-liblame.m4:
+       * po/POTFILES.in:
+       * tests/check/Makefile.am:
+       * tests/check/gst-plugins-ugly.supp:
+       * tests/check/meson.build:
+       * tests/check/pipelines/.gitignore:
+       * tests/check/pipelines/lame.c:
+         Remove lame plugin, moved to -good
+         https://bugzilla.gnome.org/show_bug.cgi?id=774252
+
+2017-08-20 14:31:02 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * Makefile.am:
+       * REQUIREMENTS:
+       * configure.ac:
+       * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
+       * docs/plugins/gst-plugins-ugly-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-mpg123.xml:
+       * ext/Makefile.am:
+       * ext/meson.build:
+       * ext/mpg123/Makefile.am:
+       * ext/mpg123/gstmpg123audiodec.c:
+       * ext/mpg123/gstmpg123audiodec.h:
+       * ext/mpg123/meson.build:
+       * tests/check/Makefile.am:
+       * tests/check/elements/.gitignore:
+       * tests/check/elements/mpg123audiodec.c:
+       * tests/check/meson.build:
+         Remove mpg123 plugin, moved to -good
+         https://bugzilla.gnome.org/show_bug.cgi?id=774252
+
+2017-08-17 12:23:43 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * README:
+       * common:
+         Automatic update of common submodule
+         From 48a5d85 to 3f4aa96
+
+2017-08-10 15:48:27 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/sidplay/meson.build:
+         sidplay: hide symbols in meson for this c++ plugin too
+         Keep things local, as this is the only c++ plugin
+         in ugly currently.
+
+2017-08-10 11:55:58 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         meson: don't export symbols by default
+         Only plugin entry points should be exported.
+         Currently plugins might export more symbols with
+         the meson build, as we don't have the exports
+         regexp there that we pass to libtool.
+
+2017-08-09 19:31:56 +0200  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * ext/x264/gstx264enc.c:
+         x264enc: add FIXME note for future configuration cleanup
+
+2017-07-25 13:36:17 +0530  Satya Prakash Gupta <sp.gupta@samsung.com>
+
+       * ext/dvdread/dvdreadsrc.c:
+         dvdreadsrc: Fix string memory leak
+         https://bugzilla.gnome.org/show_bug.cgi?id=785388
+
+2017-07-15 15:01:09 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/x264/gstx264enc.c:
+         x264enc: fix indentation
+
+2017-07-15 14:59:42 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/x264/gstx264enc.c:
+         x264enc: fix caps leak
+         Move creation of supported sink pads into class_init function
+         which is also the only place where they're used. Unref the
+         caps when no longer needed, the pad template will take its
+         own ref.
+         https://bugzilla.gnome.org/show_bug.cgi?id=784982
+
+2017-07-15 14:57:49 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/mpg123/gstmpg123audiodec.c:
+         mpg123audiodec: fix caps leak
+         The pad template takes its own ref, so we should unref the caps.
+         https://bugzilla.gnome.org/show_bug.cgi?id=784982
+
+2017-07-15 12:49:19 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * po/meson.build:
+         meson: po: use glib preset and read language list from LINGUAS
+         Supported since meson 0.37, so we can use it now.
+
+2017-07-11 14:21:41 +0300  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * gst/dvdlpcmdec/gstdvdlpcmdec.c:
+         dvdlpmdec: Fix overrun from coverity
+         CID #1414801
+
+2017-07-07 11:58:36 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         meson: find python3 via python3 module
+         https://bugzilla.gnome.org/show_bug.cgi?id=783198
+
+2017-07-05 18:58:35 +0300  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * gst/dvdlpcmdec/gstdvdlpcmdec.c:
+       * gst/dvdlpcmdec/gstdvdlpcmdec.h:
+         dvdlpcmdec: Added support for Blu-Ray audio
+         https://bugzilla.gnome.org/show_bug.cgi?id=784552
+
+2017-06-27 11:48:08 +0200  Edward Hervey <edward@centricular.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: More index handling
+         In the same vein as the previous commit, the end of the file might have been
+         cut and therefore contains bogus data.
+         If the object is too short, consider it as garbage and return a non-fatal
+         flow.
+         Regression introduced in 97294eb8bbed1b9dad7d3f2c52dd69eb1812cc06
+
+2017-06-27 10:25:42 +0200  Edward Hervey <edward@centricular.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux; Don't assume index is present at end of file
+         Some files have garbage at the end of the file, don't error out if we don't
+         find the index there.
+         Reverts back to previous behaviour (where corrupted/missing indexex were
+         not a fatal error).
+         Regression introduced in 97294eb8bbed1b9dad7d3f2c52dd69eb1812cc06
+
+2017-06-26 09:49:22 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         meson: fix with-package-name option
+         https://bugzilla.gnome.org/show_bug.cgi?id=784082
+
+2017-06-14 21:08:31 +0200  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: adjust segment start to a keyframe ts only for a KEYUNIT seek
+         ... which is how it has always been until changed coincidentally in commit
+         9ee60482b265481d0e3b397044f560eb736e5429 which then prompted commit
+         dba14178ce6115b406ef86e356b1201463af5e2a to consider ACCURATE as well
+         to compensate for that in a lateral way
+
+2017-06-14 20:56:16 +0200  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * ext/x264/gstx264enc.c:
+         x264enc: relax bframes upper limit count to maximum encoder supported
+
+2017-06-23 23:44:18 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/sidplay/meson.build:
+         meson: don't error out if sidplay library is not found
+
+2017-06-23 18:33:24 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/meson.build:
+       * ext/sidplay/meson.build:
+         meson: build sid plugin
+         https://bugzilla.gnome.org/show_bug.cgi?id=784135
+
+2017-06-21 21:23:29 +0200  Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
+
+       * ext/x264/gstx264enc.c:
+         x264: fix memory leak
+         When the allowed caps are the same of template caps the allowed
+         caps are not unrefed, leaking memory.
+         https://bugzilla.gnome.org/show_bug.cgi?id=784060
+
+2017-06-07 12:08:43 -0400  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * tests/check/meson.build:
+         meson: Do not use path separator in test names
+         Avoiding warnings like:
+         WARNING: Target "elements/audioamplify" has a path separator in its name.
+
+2017-06-06 21:48:19 -0700  Thiago Santos <thiagossantos@gmail.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: fix checking for header objects
+         The if 'and' condition was mixed up with the last parameter of the
+         function and would lead to wrong results
+
+2017-05-21 17:49:59 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * Makefile.am:
+       * config.h.meson:
+       * meson.build:
+         meson: don't need config.h.meson any longer
+
+2017-05-20 14:58:37 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+       * meson_options.txt:
+         meson: add options to set package name and origin
+         https://bugzilla.gnome.org/show_bug.cgi?id=782172
+
+2017-05-19 20:05:02 +0200  Jan Schmidt <jan@centricular.com>
+
+       * tests/check/meson.build:
+         Add gstvideo_dep for meson mpeg2dec test build
+
+2017-05-19 18:59:17 +0200  Jan Schmidt <jan@centricular.com>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/mpeg2dec.c:
+         mpeg2dec test: Fix expected output caps
+         In the absence of explicit info, video decoders
+         now output mono multiview caps by default, so make
+         the expected caps match that
+
+2017-05-16 14:07:56 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * config.h.meson:
+       * configure.ac:
+       * ext/a52dec/Makefile.am:
+       * ext/amrnb/Makefile.am:
+       * ext/amrwbdec/Makefile.am:
+       * ext/cdio/Makefile.am:
+       * ext/dvdread/Makefile.am:
+       * ext/lame/Makefile.am:
+       * ext/mpeg2dec/Makefile.am:
+       * ext/mpg123/Makefile.am:
+       * ext/sidplay/Makefile.am:
+       * ext/twolame/Makefile.am:
+       * ext/x264/Makefile.am:
+       * gst/asfdemux/Makefile.am:
+       * gst/dvdlpcmdec/Makefile.am:
+       * gst/dvdsub/Makefile.am:
+       * gst/realmedia/Makefile.am:
+       * gst/xingmux/Makefile.am:
+         Remove plugin specific static build option
+         Static and dynamic plugins now have the same interface. The standard
+         --enable-static/--enable-shared toggle are sufficient.
+
+2017-05-09 09:45:27 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/sidplay/gstsiddec.cc:
+         sid: Make plugin name match plugin file name
+
+2017-05-04 18:59:14 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+       * meson.build:
+         Back to development
+
+=== release 1.12.0 ===
+
+2017-05-04 15:39:25 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * 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-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:
+       * meson.build:
+         Release 1.12.0
+
+2017-05-04 15:12:50 +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/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/tr.po:
+       * po/uk.po:
+       * po/vi.po:
+       * po/zh_CN.po:
+         Update .po files
+
+2017-05-04 13:47:56 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/id.po:
+       * po/sv.po:
+         po: Update translations
+
+=== release 1.11.91 ===
+
+2017-04-27 17:33:23 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * 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-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:
+       * meson.build:
+         Release 1.11.91
+
+2017-04-27 16:08: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/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/tr.po:
+       * po/uk.po:
+       * po/vi.po:
+       * po/zh_CN.po:
+         Update .po files
+
+2017-04-27 15:29:48 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/LINGUAS:
+       * po/fur.po:
+       * po/id.po:
+       * po/sv.po:
+         po: Update translations
+
+2017-04-27 12:42:34 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/x264/gstx264enc.h:
+         x264: Use __declspec(dllimport) with MinGW too
+         x264.h says this isn't needed with MinGW, but it looks like it is.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=779249
+
+2017-04-24 20:28:15 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * common:
+         Automatic update of common submodule
+         From 60aeef6 to 48a5d85
+
+2017-04-10 23:49:25 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * autogen.sh:
+       * common:
+         Automatic update of common submodule
+         From 39ac2f5 to 60aeef6
+
+=== release 1.11.90 ===
+
+2017-04-07 16:34:22 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * 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-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:
+       * meson.build:
+         Release 1.11.90
+
+2017-04-07 15:33:31 +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
+
+2017-04-07 15:07:50 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/id.po:
+       * po/sv.po:
+         po: Update translations
+
+2017-03-28 14:18:38 -0300  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * tests/check/meson.build:
+         meson: test: Fix environment object usage
+         And use get_pkgconfig_variable instead of calling pkg-config ourself
+
+2017-03-20 17:06:16 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * REQUIREMENTS:
+         REQUIREMENTS: update for mad mp3 decoder removal
+         https://bugzilla.gnome.org/show_bug.cgi?id=776140
+
+2017-03-12 11:57:23 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * Makefile.am:
+         Add libgstrmdemux.so to cruft list
+         This was renamed to libgstrealmedia.so, this fixes helps fixing
+         uninstalled setup.
+         https://bugzilla.gnome.org/show_bug.cgi?id=779344
+
+2017-03-04 11:09:33 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * docs/plugins/inspect/plugin-realmedia.xml:
+       * gst/realmedia/Makefile.am:
+       * gst/realmedia/meson.build:
+         Rename plugin filenames to match plugin names
+         libgstrmdemux.so becomes libgstrealmedia.so
+         https://bugzilla.gnome.org/show_bug.cgi?id=779344
+
+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-27 20:55:34 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: Fix compilation with gcc 7
+         gstasfdemux.c: In function 'gst_asf_demux_parse_stream_object':
+         gstasfdemux.c:3001:39: error: '<<' in boolean context, did you mean '<' ? [-Werror=int-in-bool-context]
+         is_encrypted = ! !((flags & 0x8000) << 15);
+         ~~~~~~~~~~~~~~~~~~^~~~~~
+         https://bugzilla.gnome.org/show_bug.cgi?id=779329
+
+2017-02-25 21:48:46 -0300  Edgard Lima <edgard.lima@gmail.com>
+
+       * ext/amrwbdec/amrwb.c:
+       * ext/amrwbdec/amrwbdec.h:
+         Update Edgard Lima's email
+         https://bugzilla.gnome.org/show_bug.cgi?id=779230
+
+2017-02-24 15:59:47 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * meson.build:
+         meson: Update version
+
+2017-02-24 15:37:43 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         Back to development
+
+=== release 1.11.2 ===
+
+2017-02-24 15:07:54 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-ugly-plugins.hierarchy:
+       * 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-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:
+         Release 1.11.2
+
+2017-02-24 12:57:00 +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-02-24 12:45:43 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/id.po:
+       * po/sv.po:
+         po: Update translations
+
+2017-02-14 19:56:13 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * Makefile.am:
+         meson: dist meson build files
+         Ship meson build files in tarballs, so people who use tarballs
+         in their builds can start playing with meson already.
+
+2017-02-01 03:08:10 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/x264/gstx264enc.c:
+         x264: Initialize function vtable in plugin_init()
+         These values are defined in the x264.h header and are not const on
+         Windows due to the way DLLs work. See:
+         https://msdn.microsoft.com/en-us/library/619w14ds.aspx
+         https://msdn.microsoft.com/en-us/library/zw3za17w.aspx
+         https://bugzilla.gnome.org/show_bug.cgi?id=777903
+
+2017-01-31 13:50:21 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: Check that we have enough data available before parsing bool/uint extended content descriptors
+         https://bugzilla.gnome.org/show_bug.cgi?id=777955
+
+2017-01-30 15:39:59 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: Reset number of languages to 0 when freeing the array because of errors
+         Otherwise we will happily index into the array at NULL if the requested
+         index is smaller than the number of languages that were previously
+         allocated.
+         https://bugzilla.gnome.org/show_bug.cgi?id=777937
+
+2017-01-24 19:24:10 -0300  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * tests/check/meson.build:
+         meson: Properly use ':' for defining keywords
+
+2017-01-13 12:39:09 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         meson: bump version
+
+2017-01-12 16:32:52 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         Back to development
+
+=== release 1.11.1 ===
+
+2017-01-12 16:10:25 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-ugly-plugins.hierarchy:
+       * 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-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:
+         Release 1.11.1
+
+2017-01-12 14:45:56 +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-12 14:37:02 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/hr.po:
+       * po/id.po:
+       * po/sv.po:
+         po: Update translations
+
+2016-12-16 16:52:00 -0300  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * ext/amrnb/meson.build:
+       * ext/x264/meson.build:
+       * meson.build:
+         meson: Install presets files
+
+2015-06-26 20:22:47 +0200  Mathieu Duponchelle <mathieu.duponchelle@opencreed.com>
+
+       * ext/x264/GstX264Enc.prs:
+         x264enc: Add a youtube preset.
+         Based on https://support.google.com/youtube/answer/1722171
+         https://bugzilla.gnome.org/show_bug.cgi?id=751560
+
+2016-12-28 10:42:15 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * config.h.meson:
+       * configure.ac:
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
+       * docs/plugins/inspect/plugin-mad.xml:
+       * ext/Makefile.am:
+       * ext/mad/Makefile.am:
+       * ext/mad/gstmad.c:
+       * ext/mad/gstmad.h:
+       * ext/mad/meson.build:
+       * ext/meson.build:
+         mad: remove plugin
+         We have better replacements such as the mpg123 plugin.
+         The main reason to keep around mad was for 'freeform'
+         mp3 support, but mpg123 can handle those too nowadays.
+         Also, mad is GPL and has been unmaintained for years.
+         https://bugzilla.gnome.org/show_bug.cgi?id=776140
+
+2016-12-16 19:07:51 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * Makefile.am:
+       * configure.ac:
+       * win32/MANIFEST:
+       * win32/common/.gitignore:
+       * win32/common/config.h:
+         win32: remove platform-specific copies of generated headers
+         Unused and no longer needed.
+
+2016-12-14 10:24:26 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * .gitignore:
+       * Makefile.am:
+       * configure.ac:
+       * gst-plugins-ugly.spec.in:
+         Remove generated .spec file
+         Likely extremely bitrotten, and we should not ship this anyway.
+
+2016-12-09 17:45:34 -0300  Thibault Saunier <tsaunier@gnome.org>
+
+       * meson.build:
+         meson: Support building without Gst debug
+
+2016-12-03 08:19:44 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * README:
+       * common:
+         Automatic update of common submodule
+         From f980fd9 to 39ac2f5
+
+2016-12-02 14:06:21 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: Fix memory leak of payload extensions for unusable/unsupported streams
+         https://bugzilla.gnome.org/show_bug.cgi?id=775515
+
+2016-11-30 18:11:30 +0200  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * ext/x264/gstx264enc.c:
+         x264enc: Add information for mixed mode
+         https://bugzilla.gnome.org/show_bug.cgi?id=775411
+
+2016-11-30 17:30:33 +0200  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * ext/x264/gstx264enc.c:
+         x264enc: Correctly pass interlacing/TFF information
+         Give the interlacing information correctly to the encoder. Also parse
+         TFF/BFF information from the caps and pass it too.
+         https://bugzilla.gnome.org/show_bug.cgi?id=775411
+
+2016-11-28 15:14:18 +0200  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * ext/x264/gstx264enc.c:
+         x264enc: Auto-detect interlace mode from caps
+         If the caps are interlaced, interlacing is always enabled on the
+         encoder. If the interlace-mode field is missing or if it's progressive,
+         the encoder uses the "interlaced" property.
+         https://bugzilla.gnome.org/show_bug.cgi?id=775228
+
+2016-11-26 11:20:51 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * .gitmodules:
+         common: use https protocol for common submodule
+         https://bugzilla.gnome.org/show_bug.cgi?id=775110
+
+2016-11-25 23:51:00 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/realmedia/realhash.c:
+         real: Fix compiler warnings with latest clang
+         realhash.c:295:11: error: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Werror,-Wconstant-conversion]
+         *buf1 = 128;
+         ~ ^~~
+         https://bugzilla.gnome.org/show_bug.cgi?id=775112
+
+2016-11-25 12:41:03 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: Allow 64bit sizes for DATA object
+         we *can* have files greater than 4GB, any other object should be
+         smaller than that
+
+2016-11-25 10:07:35 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: Add sanity check for asf_stream_audio
+         We should have enough bytes for the specified codec_data
+         https://bugzilla.gnome.org/show_bug.cgi?id=775070
+
+2016-11-25 09:45:04 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: Add sanity checks when reading asf_stream_video_format
+         It should report a size of at least 40 bytes
+         Also check for the size of the remaining data (i.e. codec_data)
+         https://bugzilla.gnome.org/show_bug.cgi?id=775070
+
+2016-11-25 09:44:05 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: Add check for invalid/corrupt asf object
+         An asf object can't realistically be bigger than 2**32 bytes.
+         If it reports a size bigger than that, consider it corrupt and properly
+         propagate the error back.
+         https://bugzilla.gnome.org/show_bug.cgi?id=775070
+
+2016-11-22 17:14:44 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: Handle EOS in push-mode on corrupted files
+         It is possible no streams were activated when receiving EOS, if so
+         handled it as if we hadn't seen the header
+         https://bugzilla.gnome.org/show_bug.cgi?id=774846
+
+2016-11-22 16:56:04 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+       * gst/asfdemux/gstasfdemux.h:
+         asfdemux: FILE headers are mandatory in the header
+         As per the specification, also avoids ending up trying to play a
+         file with plenty of un-initialized values.
+         https://bugzilla.gnome.org/show_bug.cgi?id=774846
+
+2016-11-22 16:54:26 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: Handle incomplete header in pull mode
+         pulling headers is meant to complete as a whole. If we don't have
+         enough data, it's an error.
+         Avoids pipeline hangs on corrupted files
+         https://bugzilla.gnome.org/show_bug.cgi?id=774846
+
+2016-11-22 16:22:49 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: Handle issues with "empty" files
+         In some corrupted files, we could end up with no actual streams
+         being exposed.
+         In those cases, make sure we properly propagate the failure all
+         the way to the loop function. This avoids ending up in cases where
+         we are neither EOS'd nor ERROR'd out from a pipeline point of view.
+         https://bugzilla.gnome.org/show_bug.cgi?id=774846
+
+2016-11-20 20:54:25 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * ext/dvdread/dvdreadsrc.c:
+         dvdreadsrc: dvd-spu-clut-change is a sticky custom event
+
+2016-11-17 17:20:03 -0800  Scott D Phillips <scott.d.phillips@intel.com>
+
+       * meson.build:
+         meson: Add ignored warnings for MSVC
+         https://bugzilla.gnome.org/show_bug.cgi?id=774656
+
+2016-11-11 14:15:17 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+       * ext/x264/Makefile.am:
+       * ext/x264/gstx264enc.c:
+       * ext/x264/gstx264enc.h:
+       * ext/x264/meson.build:
+       * meson_options.txt:
+         x264enc: Add configure parameter to specify additional x264 libraries with e.g. different depth configuration
+         x264 has to be compiled specifically for a target bit depth.
+         Distributions currently ship various libraries in their packages, with
+         different bit depths.
+         This change now allows to provide them all at configure time and have
+         the x264enc element dynamically switch between them based on the bit
+         depth of the input format.
+         https://bugzilla.gnome.org/show_bug.cgi?id=763297
+
+2016-11-01 18:09:25 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         meson: update version
+
+=== release 1.11.0 ===
+
+2016-11-01 18:53:15 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         Back to development
+
+=== release 1.10.0 ===
+
+2016-11-01 18:05:31 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * 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.0
+
+2016-11-01 17:54:16 +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
+
+2016-11-01 17:43:01 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/id.po:
+       * po/sv.po:
+         po: Update translations
+
+2016-10-25 08:54:52 -0700  Scott D Phillips <scott.d.phillips@intel.com>
+
+       * meson.build:
+       * tests/meson.build:
+         meson: Don't depend on gstreamer-check-1.0 on windows
+         https://bugzilla.gnome.org/show_bug.cgi?id=773114
+
+2016-10-25 10:51:08 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * meson.build:
+       * tests/check/meson.build:
+       * tests/meson.build:
+         Revert "meson: move gstreamer-check-1.0 dependency to tests/check"
+         This reverts commit 0555c09607e548b6c45d029ab31dbb3042195ae3.
+         Does not actually work. See:
+         https://bugzilla.gnome.org/show_bug.cgi?id=773114#c31
+
+2016-10-24 00:35:23 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/meson.build:
+         meson: fix build outside of gst-all
+
+2016-10-21 00:47:14 -0700  Scott D Phillips <scott.d.phillips@intel.com>
+
+       * meson.build:
+       * tests/check/meson.build:
+       * tests/meson.build:
+         meson: move gstreamer-check-1.0 dependency to tests/check
+         https://bugzilla.gnome.org/show_bug.cgi?id=773114
+
+2016-10-15 22:20:05 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * meson.build:
+         meson: Don't set c_std to gnu99
+         Use the default for each compiler on every platform instead. This
+         improves our compatibility with compilers that don't have gnu99 as
+         a c_std.
+
+2016-10-04 18:06:09 -0300  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * meson.build:
+       * tests/check/getpluginsdir:
+       * tests/check/meson.build:
+         meson: Make use of new environment object and set plugin path to builddir
+         Workaround source_root being the root directory of all projects
+         in the subproject case and remove now unneeded getpluginsdir
+         Bump meson requirement to 0.35
+
+2016-09-30 11:35:40 -0300  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * hooks/pre-commit.hook:
+       * meson.build:
+       * tests/check/getpluginsdir:
+         meson: Setup pre commit hook and fix getpluginsdir for standalone case
+
+2016-09-30 11:41:28 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         meson: update version
+
+=== release 1.9.90 ===
+
+2016-09-30 13:03:26 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * 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.90
+
+2016-09-30 12:23:17 +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-09-30 11:44:22 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/id.po:
+       * po/sv.po:
+         po: Update translations
+
+2016-09-29 12:39:34 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/x264/gstx264enc.c:
+         x264enc: Set colorimetry and chroma-site information
+         https://bugzilla.gnome.org/show_bug.cgi?id=772159
+
+2016-09-24 09:08:00 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+       * po/meson.build:
+         meson: hook up translations
+
+2016-09-24 08:59:55 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+       * tests/check/getpluginsdir:
+       * tests/check/meson.build:
+       * tests/meson.build:
+         meson: hook up unit tests
+
+2016-09-14 11:30:58 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         configure: Depend on gstreamer 1.9.2.1
+
+2016-09-10 20:51:36 +1000  Jan Schmidt <jan@centricular.com>
+
+       * autogen.sh:
+       * common:
+         Automatic update of common submodule
+         From b18d820 to f980fd9
+
+2016-09-10 09:54:15 +1000  Jan Schmidt <jan@centricular.com>
+
+       * autogen.sh:
+       * common:
+         Automatic update of common submodule
+         From f49c55e to b18d820
+
+2016-09-05 12:22:56 -0300  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * meson.build:
+         meson: Bump version to 1.9.2
+
+2016-09-01 12:28:57 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         Back to development
+
+=== release 1.9.2 ===
+
+2016-09-01 12:28:45 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-ugly-plugins.hierarchy:
+       * 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.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 13:15:28 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * 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>
+
+       * po/hr.po:
+         po: Update translations
+
+2016-06-21 11:46:53 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * common:
+         Automatic update of common submodule
+         From ac2f647 to f363b32
+
+2015-05-12 11:08:55 +0300  Vootele Vesterblom <vov@bang-olufsen.dk>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: fix seeking back after EOS has been reached in push mode
+         Fix seeking when demuxer is in INDEX state. This happens when we
+         reached the end of the stream. It should still be possible to do
+         a flushing seek and seek back to any other position though. Instead
+         the demuxer would just go straight to EOS again instead of going
+         back to processing packets again from the new position.
+         https://bugzilla.gnome.org/show_bug.cgi?id=749066
+
+2016-05-17 16:00:29 +0300  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * gst/realmedia/rdtmanager.c:
+         rdtmanager: fix clock leak
+         The clock returned by gst_system_clock_obtain() was never unreffed.
+         https://bugzilla.gnome.org/show_bug.cgi?id=766565
+
+2016-05-15 13:33:30 +0300  Sebastian Dröge <sebastian@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-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:
+         docs: Update for git master
+
+2016-04-16 09:15:43 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/amrnb/amrnbdec.c:
+       * ext/mad/gstmad.c:
+         amrnbec, mad: fix two more parse function declarations
+
+2016-04-15 20:46:37 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/a52dec/gsta52dec.c:
+       * ext/amrwbdec/amrwbdec.c:
+         a52dec, amrwbec: fix parse function declaration mismatch
+         Fixes MSVC compiler warning:
+         amrwbdec.c(99): warning C4133: '=': incompatible types
+         - from 'gboolean (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)' to
+         'GstFlowReturn (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)'
+         gsta52dec.c(156): warning C4133: '=': incompatible types
+         - from 'gboolean (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)' to
+         'GstFlowReturn (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)'
+
+2016-04-15 19:55:03 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/mpg123/gstmpg123audiodec.h:
+         mpg123: fix build with msvc
+         Fix syntax errors when compiling against cerbero-provided libmpg123
+         headers. We do the same as the libmpg123 internal visual studio
+         build here.
+         mpg123.h(1378): error C2143: syntax error: missing ')' before '('
+         mpg123.h(1378): error C2081: 'ssize_t': name in formal parameter list illegal
+         mpg123.h(1378): error C2143: syntax error: missing ')' before '*'
+         mpg123.h(1378): error C2091: function returns function
+         mpg123.h(1378): error C2143: syntax error: missing '{' before '*'
+         mpg123.h(1378): error C2059: syntax error: ')'
+         mpg123.h(1379): error C2143: syntax error: missing ')' before '*'
+         mpg123.h(1379): error C2365: 'off_t': redefinition; previous definition was 'typedef'
+         ...
+
+2016-04-15 18:37:42 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * configure.ac:
+       * ext/mpeg2dec/gstmpeg2dec.c:
+         mpeg2dec: bump libmpeg2 requirement to 0.5.1 and fix msvc build
+         libmpeg2 0.5.1 was released in mid-2008, let's bump the requirement
+         and get rid of version-dependent code paths. There's still
+         avdec_mpeg2video for those who are stuck on ancient distros which
+         we don't target any more.
+         Also fixes build with MSVC, which doesn't like #if #else #endif
+         inside macro arguments (like the GST_DEBUG_OBJECT in line 941).
+
+2016-04-14 10:02:50 +0100  Julien Isorce <j.isorce@samsung.com>
+
+       * README:
+       * common:
+         Automatic update of common submodule
+         From 6f2d209 to ac2f647
+
+2016-03-04 16:14:44 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * ext/a52dec/gsta52dec.c:
+       * ext/amrnb/amrnbdec.c:
+       * ext/amrnb/amrnbenc.c:
+       * ext/amrwbdec/amrwbdec.c:
+       * ext/dvdread/dvdreadsrc.c:
+       * ext/lame/gstlamemp3enc.c:
+       * ext/mad/gstmad.c:
+       * ext/mpeg2dec/gstmpeg2dec.c:
+       * ext/sidplay/gstsiddec.cc:
+       * ext/twolame/gsttwolamemp2enc.c:
+       * ext/x264/gstx264enc.c:
+       * gst/asfdemux/gstasfdemux.c:
+       * gst/asfdemux/gstrtpasfdepay.c:
+       * gst/dvdlpcmdec/gstdvdlpcmdec.c:
+       * gst/dvdsub/gstdvdsubdec.c:
+       * gst/dvdsub/gstdvdsubparse.c:
+       * gst/realmedia/pnmsrc.c:
+       * gst/realmedia/rademux.c:
+       * gst/realmedia/rdtdepay.c:
+       * gst/realmedia/rdtmanager.c:
+       * gst/realmedia/rmdemux.c:
+       * gst/xingmux/gstxingmux.c:
+         ugly: use new gst_element_class_add_static_pad_template()
+         https://bugzilla.gnome.org/show_bug.cgi?id=763082
+
+2016-03-24 13:33:22 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         Back to development
+
+=== release 1.8.0 ===
+
+2016-03-24 12:43:04 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * 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.8.0
+
+2016-03-24 12:18:09 +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
+
 === release 1.7.91 ===
 
-2016-03-15  Sebastian Dröge <slomo@coaxion.net>
+2016-03-15 12:21:07 +0200  Sebastian Dröge <sebastian@centricular.com>
 
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
        * configure.ac:
-         releasing 1.7.91
+       * 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.7.91
+
+2016-03-15 12:03:34 +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
 
 2016-03-08 12:26:01 +0100  Edward Hervey <edward@centricular.com>
 
        * 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>
        * 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:
        * 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:
 2005-12-01 19:14:57 +0000  Thomas Vander Stichele <thomas@apestaart.org>
 
        * ChangeLog:
-       * LICENSE:
        * NEWS:
-       * PORTED_09:
        * RELEASE:
        * common:
        * configure.ac: