diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 121 |
1 files changed, 119 insertions, 2 deletions
@@ -1,9 +1,126 @@ +=== release 1.4.3 === + +2014-09-24 Sebastian Dröge <slomo@coaxion.net> + + * configure.ac: + releasing 1.4.3 + +2014-09-23 23:12:19 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/videoscale/vs_4tap.c: + videoscale Use stride instead of width in more places + +2014-09-19 12:31:49 +0530 Sanjay NM <sanjay.nm@samsung.com> + + * gst/videoscale/vs_4tap.c: + videoscale: Use width instead of stride in buffer offset calculation + https://bugzilla.gnome.org/show_bug.cgi?id=736944 + +2014-08-08 20:01:20 +1000 Jan Schmidt <jan@centricular.com> + + * gst-libs/gst/video/gstvideodecoder.c: + * gst-libs/gst/video/gstvideodecoder.h: + videodecoder: Reset last_timestamp_out on new segment + Reset last_timestamp_out when applying the output segment + change, to avoid decoder confusion over new timestamp timelines when + a seamless segment change happens. + Move some locks/unlocks to later when they're actually needed. + https://bugzilla.gnome.org/show_bug.cgi?id=734617 + +2014-09-11 22:19:05 +0100 Tim-Philipp Müller <tim@centricular.com> + + * sys/xvimage/xvcontext.c: + * sys/xvimage/xvcontext.h: + xvimagesink: only try to set XV_ITURBT_709 port attribute if it exists + Don't try to set port attribute that's not advertised by the + adaptor. Fixes videotestsrc ! xvimagesink aborting with + X Error of failed request: BadMatch (invalid parameter attributes) + Major opcode of failed request: 151 (XVideo) + Minor opcode of failed request: 13 () + on intel HD4600 graphics with kernel 3.16, xserver 1.15, + intel driver 2.21.15. + === release 1.4.2 === -2014-09-19 Sebastian Dröge <slomo@coaxion.net> +2014-09-19 14:21:22 +0300 Sebastian Dröge <sebastian@centricular.com> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.4.2 + * docs/plugins/inspect/plugin-adder.xml: + * docs/plugins/inspect/plugin-alsa.xml: + * docs/plugins/inspect/plugin-app.xml: + * docs/plugins/inspect/plugin-audioconvert.xml: + * docs/plugins/inspect/plugin-audiorate.xml: + * docs/plugins/inspect/plugin-audioresample.xml: + * docs/plugins/inspect/plugin-audiotestsrc.xml: + * docs/plugins/inspect/plugin-cdparanoia.xml: + * docs/plugins/inspect/plugin-encoding.xml: + * docs/plugins/inspect/plugin-gio.xml: + * docs/plugins/inspect/plugin-ivorbisdec.xml: + * docs/plugins/inspect/plugin-libvisual.xml: + * docs/plugins/inspect/plugin-ogg.xml: + * docs/plugins/inspect/plugin-pango.xml: + * docs/plugins/inspect/plugin-playback.xml: + * docs/plugins/inspect/plugin-subparse.xml: + * docs/plugins/inspect/plugin-tcp.xml: + * docs/plugins/inspect/plugin-theora.xml: + * docs/plugins/inspect/plugin-typefindfunctions.xml: + * docs/plugins/inspect/plugin-videoconvert.xml: + * docs/plugins/inspect/plugin-videorate.xml: + * docs/plugins/inspect/plugin-videoscale.xml: + * docs/plugins/inspect/plugin-videotestsrc.xml: + * docs/plugins/inspect/plugin-volume.xml: + * docs/plugins/inspect/plugin-vorbis.xml: + * docs/plugins/inspect/plugin-ximagesink.xml: + * docs/plugins/inspect/plugin-xvimagesink.xml: + * gst-plugins-base.doap: + * win32/common/_stdint.h: + * win32/common/config.h: + Release 1.4.2 + +2014-09-19 10:51:45 +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/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-09-19 09:58:48 +0300 Sebastian Dröge <sebastian@centricular.com> |