diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 102 |
1 files changed, 100 insertions, 2 deletions
@@ -1,9 +1,107 @@ +=== release 1.2.4 === + +2014-04-18 Sebastian Dröge <slomo@coaxion.net> + + * configure.ac: + releasing 1.2.4 + +2014-01-17 10:46:50 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> + + * ext/mpeg2dec/gstmpeg2dec.c: + mpeg2dec: do not reset the whole video info when setting size + New changes to gstvideo will reset all the video info state + when calling _set_format, overwriting what was previously set + in the preceding code. + The comment says the following code is meant to preserve the + pre-crop size, so let's just keep the size and related data + as this does not seem to break anything else (this is what + the _set_format call would have set before the change that + reset all data, except the colorimetry). + +2014-02-20 21:08:08 +0100 Edward Hervey <edward@collabora.com> + + * m4/a52.m4: + m4: Remove extra check for 11+ year old a52 release + You deserve a build failure if you still have that version + If someone wants to completely remove this m4 to replace it with the + generic AS_GST_CHECK_LIBHEADER() it would be appreciated. + +2014-02-19 21:11:55 +0100 Rico Tzschichholz <ricotz@ubuntu.com> + + * m4/a52.m4: + m4: Fix multiple tests in AC_CHECK_A52DEC + === release 1.2.3 === -2014-02-08 Sebastian Dröge <slomo@coaxion.net> +2014-02-08 12:34:23 +0100 Sebastian Dröge <sebastian@centricular.com> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.2.3 + * 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.2.3 + +2014-02-08 12:34:07 +0100 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 2014-02-04 16:23:20 +0100 Sebastian Dröge <sebastian@centricular.com> |