summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-02-17 11:06:27 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2012-02-17 11:06:27 +0100
commit55813557322815c6825588360c21bf38fee471da (patch)
tree22186c459e11184214aa8360bdbbcd7295a3e64f
parented4b967d162ce2aef6afd6d03c71ca23cba172d1 (diff)
RELEASE 0.11.1RELEASE-0.11.1
-rw-r--r--ChangeLog1836
-rw-r--r--NEWS545
-rw-r--r--RELEASE63
-rw-r--r--configure.ac6
-rw-r--r--docs/plugins/gst-plugins-ugly-plugins.args6
-rw-r--r--docs/plugins/gst-plugins-ugly-plugins.hierarchy13
-rw-r--r--docs/plugins/gst-plugins-ugly-plugins.interfaces1
-rw-r--r--docs/plugins/inspect/plugin-a52dec.xml6
-rw-r--r--docs/plugins/inspect/plugin-amrnb.xml8
-rw-r--r--docs/plugins/inspect/plugin-amrwbdec.xml6
-rw-r--r--docs/plugins/inspect/plugin-asf.xml4
-rw-r--r--docs/plugins/inspect/plugin-cdio.xml6
-rw-r--r--docs/plugins/inspect/plugin-dvdlpcmdec.xml6
-rw-r--r--docs/plugins/inspect/plugin-dvdread.xml4
-rw-r--r--docs/plugins/inspect/plugin-dvdsub.xml4
-rw-r--r--docs/plugins/inspect/plugin-lame.xml6
-rw-r--r--docs/plugins/inspect/plugin-mad.xml6
-rw-r--r--docs/plugins/inspect/plugin-mpeg2dec.xml4
-rw-r--r--docs/plugins/inspect/plugin-realmedia.xml4
-rw-r--r--docs/plugins/inspect/plugin-siddec.xml6
-rw-r--r--docs/plugins/inspect/plugin-twolame.xml6
-rw-r--r--docs/plugins/inspect/plugin-x264.xml6
-rw-r--r--gst-plugins-ugly.doap11
-rw-r--r--po/af.po2
-rw-r--r--po/az.po2
-rw-r--r--po/bg.po2
-rw-r--r--po/ca.po30
-rw-r--r--po/cs.po2
-rw-r--r--po/da.po2
-rw-r--r--po/de.po2
-rw-r--r--po/el.po2
-rw-r--r--po/en_GB.po2
-rw-r--r--po/eo.po6
-rw-r--r--po/es.po26
-rw-r--r--po/eu.po2
-rw-r--r--po/fi.po2
-rw-r--r--po/fr.po2
-rw-r--r--po/gl.po2
-rw-r--r--po/hu.po2
-rw-r--r--po/id.po20
-rw-r--r--po/it.po2
-rw-r--r--po/ja.po2
-rw-r--r--po/lt.po2
-rw-r--r--po/lv.po22
-rw-r--r--po/ms.po2
-rw-r--r--po/mt.po2
-rw-r--r--po/nb.po2
-rw-r--r--po/nl.po2
-rw-r--r--po/or.po2
-rw-r--r--po/pl.po2
-rw-r--r--po/pt_BR.po2
-rw-r--r--po/ro.po2
-rw-r--r--po/ru.po2
-rw-r--r--po/sk.po2
-rw-r--r--po/sl.po2
-rw-r--r--po/sq.po2
-rw-r--r--po/sr.po225
-rw-r--r--po/sv.po11
-rw-r--r--po/tr.po2
-rw-r--r--po/uk.po2
-rw-r--r--po/vi.po2
-rw-r--r--po/zh_CN.po24
-rw-r--r--win32/common/config.h25
63 files changed, 2056 insertions, 958 deletions
diff --git a/ChangeLog b/ChangeLog
index f38589c5..dca9b5f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,1793 @@
+=== release 0.11.1 ===
+
+2012-02-17 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * configure.ac:
+ releasing 0.11.1, "Moonlapse Vertigo"
+
+2012-02-17 09:16:32 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Merge branch 'master' into 0.11
+ Conflicts:
+ ext/mad/gstmad.c
+
+2012-02-16 14:29:47 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/mad/gstmad.c:
+ mad: unhack last frame coaxing
+ ... so as to maximally use available base class API and interfere least
+ as possible with its internal state.
+
+2012-02-15 13:45:00 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/mad/gstmad.c:
+ mad: fix compilation
+
+2012-02-15 13:40:13 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/mad/gstmad.c:
+ mad: chain up to default event handler
+
+2012-02-11 05:38:41 -0500 Matej Knopp <matej.knopp@gmail.com>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: unmap video frame after encoding
+ Fixes major memory leak.
+ https://bugzilla.gnome.org/show_bug.cgi?id=669863
+
+2012-02-10 17:02:38 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: fix after merge
+
+2012-02-10 17:00:33 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Merge branch 'master' into 0.11
+ Conflicts:
+ ext/x264/gstx264enc.c
+
+2012-02-09 18:10:48 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/sidplay/gstsiddec.cc:
+ * ext/sidplay/gstsiddec.h:
+ sidplay: don't use ulong properties
+
+2012-02-09 16:14:55 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/sidplay/gstsiddec.cc:
+ sidplay: fix negotiation
+
+2012-02-09 11:55:07 +0100 Robert Swain <robert.swain@collabora.co.uk>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: Add baseline profile to caps
+ libx264 does not yet support the features that create the difference
+ between baseline and constrained baseline profile. Hence it currently
+ supports both though it can only technically encode constrained
+ baseline.
+
+2012-02-08 16:38:09 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/amrnb/amrnbenc.c:
+ * gst/asfdemux/gstasfdemux.c:
+ * gst/realmedia/rdtmanager.c:
+ GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING
+
+2012-02-07 18:56:23 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * tests/check/elements/mpeg2dec.c:
+ mpeg2dec: fix test a bit more
+ Still broken because cropping is broken in mpeg2dec
+
+2012-02-07 11:06:29 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * tests/check/elements/amrnbenc.c:
+ * tests/check/elements/x264enc.c:
+ * tests/check/elements/xingmux.c:
+ tests: fix some tests
+
+2012-02-01 16:20:46 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/twolame/gsttwolamemp2enc.c:
+ twolame: Use new audio encoder/decoder base class API for srcpad caps
+
+2012-02-01 16:20:26 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/lame/gstlamemp3enc.c:
+ lame: Use new audio encoder/decoder base class API for srcpad caps
+
+2012-02-01 16:19:55 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/mad/gstmad.c:
+ mad: Use new audio encoder/decoder base class API for srcpad caps
+
+2012-02-01 16:17:57 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/a52dec/gsta52dec.c:
+ a52dec: Use new audio encoder/decoder base class API for srcpad caps
+
+2012-02-01 16:15:27 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/amrwbdec/amrwbdec.c:
+ amrwbdec: Use new audio encoder/decoder base class API for srcpad caps
+
+2012-02-01 16:14:08 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/amrnb/amrnbdec.c:
+ * ext/amrnb/amrnbenc.c:
+ amrnb: Use new audio encoder/decoder base class API for srcpad caps
+
+2012-01-31 15:52:38 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+ * ext/mad/gstmad.c:
+ mad: ensure we do not confuse the base class with our buffer guard
+ mad expects extra bytes at the end of a buffer (see discussion in
+ http://www.mars.org/mailman/public/mad-dev/2001-May/000262.html),
+ and since we inject these without the base class' knowledge, we
+ need to hide the bodies better.
+ This fixes an assert at EOS when decoding an mp3 manually without
+ an intervening mpegaudioparse.
+
+2012-01-30 17:17:31 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/realmedia/rtspreal.c:
+ update for HEADER flag
+
+2011-07-20 09:00:58 +0200 Alessandro Decina <alessandro.d@gmail.com>
+
+ * ext/x264/gstx264enc.c:
+ * ext/x264/gstx264enc.h:
+ x264enc: implement force-key-unit API
+
+2012-01-25 13:58:48 +0100 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
+
+ * common:
+ Automatic update of common submodule
+ From c463bc0 to 7fda524
+
+2012-01-25 13:58:54 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/amrnb/amrnbdec.c:
+ * ext/amrwbdec/amrwbdec.c:
+ amr: port to 0.11 again
+
+2012-01-25 13:03:33 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ Merge branch 'master' into 0.11
+ Conflicts:
+ ext/a52dec/gsta52dec.c
+
+2012-01-25 07:24:59 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * 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:
+ * gst/asfdemux/asfpacket.c:
+ * gst/asfdemux/gstasfdemux.c:
+ * gst/asfdemux/gstrtpasfdepay.c:
+ * gst/dvdlpcmdec/gstdvdlpcmdec.c:
+ * gst/dvdsub/gstdvdsubdec.c:
+ * gst/dvdsub/gstdvdsubdec.h:
+ * gst/realmedia/gstrdtbuffer.c:
+ * gst/realmedia/gstrdtbuffer.h:
+ * gst/realmedia/rdtdepay.c:
+ * gst/realmedia/rmdemux.c:
+ * gst/realmedia/rmutils.c:
+ port to new memory API
+
+2012-01-25 11:38:56 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * common:
+ Automatic update of common submodule
+ From 2a59016 to c463bc0
+
+2012-01-22 23:56:07 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * gst-libs/gst/glib-compat-private.h:
+ Remove compatibility versions for deprecated GLib API
+
+2012-01-19 15:26:25 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+ * ext/a52dec/gsta52dec.c:
+ a52dec: fix read buffer overflow upon syncing
+ The wrong size was being decremented, leading to a runaway
+ read loop.
+
+2012-01-19 15:06:47 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * common:
+ * configure.ac:
+ Add --disable-fatal-warnings configure option
+
+2012-01-19 11:34:41 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/asfdemux/gstasfdemux.c:
+ * gst/realmedia/rademux.c:
+ * gst/realmedia/rdtmanager.c:
+ * gst/realmedia/rmdemux.c:
+ port to new gthread API
+
+2012-01-18 17:00:26 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * configure.ac:
+ configure.ac: Require GLib 2.31.10 for consistency
+
+2012-01-18 16:46:42 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * common:
+ Automatic update of common submodule
+ From 0807187 to 2a59016
+
+2012-01-17 11:55:59 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/amrwbdec/amrwbdec.c:
+ amrwbdec: _parse should not return OK if not enough data yet
+
+2012-01-17 11:55:14 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/amrnb/amrnbdec.c:
+ amrnbdec: _parse should not return OK if not enough data yet
+
+2012-01-13 15:03:50 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+ * ext/dvdread/dvdreadsrc.c:
+ dvdreadsrc: fix off by one in cell calculation for the last chapter
+
+2012-01-13 15:56:47 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * gst/asfdemux/gstasfdemux.c:
+ asfdemux: set caps on src pad before adding it
+
+2012-01-13 15:56:25 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * gst/asfdemux/gstasfdemux.c:
+ asfdemux: perform writable buffer map to copy into it
+
+2012-01-13 15:55:15 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * gst/asfdemux/asfpacket.c:
+ * gst/asfdemux/asfpacket.h:
+ asfpacket: fix 0.11 ported payload extraction
+ ... to cater for not necessarily offset == size - cur_pos,
+ as size may have been adjusted due to padding.
+ Fixes #667567.
+
+2012-01-13 13:46:50 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: remove useless and semantically (though not practically) wrong code
+ The object will be freed, so it's pointless to set the pointers
+ to NULL anyway.
+
+2012-01-13 13:46:28 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: remove leaking "optimization"
+
+2012-01-13 00:05:50 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * gst/asfdemux/gstasfdemux.c:
+ GST_TYPE_DATE -> G_TYPE_DATE
+
+2012-01-13 00:01:01 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ Merge remote-tracking branch 'origin/master' into 0.11
+ Conflicts:
+ ext/a52dec/gsta52dec.c
+
+2012-01-12 13:25:22 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/a52dec/gsta52dec.c:
+ a52dec: plug buffer leak
+
+2012-01-12 13:20:26 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/a52dec/gsta52dec.c:
+ a52dec: plug buffer leak
+
+2012-01-11 12:31:11 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/amrnb/amrnbenc.c:
+ amrnbenc: _map and _unmap the appropriate input and output buffers
+
+2012-01-10 15:25:12 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/a52dec/gsta52dec.c:
+ a52dec: Fix some merge mistakes
+
+2012-01-10 15:17:11 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ Merge branch 'master' into 0.11
+ Conflicts:
+ ext/a52dec/gsta52dec.c
+ ext/a52dec/gsta52dec.h
+ ext/lame/gstlame.c
+ ext/lame/gstlame.h
+ ext/lame/gstlamemp3enc.c
+ ext/mad/gstmad.c
+ ext/mad/gstmad.h
+ gst/mpegaudioparse/gstmpegaudioparse.c
+ gst/mpegstream/gstdvddemux.c
+ gst/realmedia/rdtdepay.c
+ po/es.po
+ po/lv.po
+ po/sr.po
+
+2012-01-10 11:41:52 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * gst/dvdsub/Makefile.am:
+ dvdsub: add some CFLAGS and LIBS in Makefile.am
+ ... since adapter is still used.
+
+2012-01-09 16:00:18 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/realmedia/rmdemux.c:
+ rmdemux: Don't use buffer after unreffing
+
+2012-01-09 15:46:10 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/asfdemux/gstasfdemux.c:
+ asfdemux: Only change writable caps and make sure to set updated caps on the srcpad
+
+2012-01-09 15:24:53 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/mad/gstmad.c:
+ mad: Correctly unmap the buffer with the original data pointer
+
+2012-01-09 15:15:28 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/mad/gstmad.c:
+ mad: Make sure to set caps on the srcpad if none are set yet
+
+2012-01-08 14:24:11 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * ext/mad/Makefile.am:
+ mad: fix LIBS order in Makefile.am
+
+2012-01-07 21:04:01 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * ext/mad/gstmad.h:
+ mad: remove left-over id3tag.h include
+ We don't use libid3tag any more.
+
+2012-01-05 12:17:20 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/dvdlpcmdec/gstdvdlpcmdec.c:
+ dvdlpcmdec: fix for multichannel
+
+2012-01-04 16:05:59 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/a52dec/gsta52dec.c:
+ * ext/a52dec/gsta52dec.h:
+ a52dec: Update for the new raw audio caps
+
+2012-01-04 15:49:38 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/mad/gstmad.c:
+ mad: Update for the new raw audio caps
+
+2012-01-04 15:45:43 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/lame/gstlamemp3enc.c:
+ lamemp3enc: Update for the new raw audio caps
+
+2012-01-04 15:44:37 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/twolame/gsttwolamemp2enc.c:
+ twolamemp2enc: Update for the new raw audio caps
+
+2012-01-04 15:43:13 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/amrwbdec/amrwbdec.c:
+ amrwbdec: Add the new layout field to the raw audio caps
+
+2012-01-04 15:42:29 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/amrnb/amrnbdec.c:
+ * ext/amrnb/amrnbenc.c:
+ amrnb: Add the new layout field to the raw audio caps
+
+2012-01-04 15:26:56 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/dvdlpcmdec/gstdvdlpcmdec.c:
+ * gst/dvdlpcmdec/gstdvdlpcmdec.h:
+ dvdlpcmdec: Port to the new raw audio caps
+
+2012-01-04 15:12:26 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/asfdemux/gstasfdemux.c:
+ asfdemux: Update for libgstriff API changes
+ Still needs to handle audio channel reordering.
+
+2012-01-04 19:53:13 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * common:
+ Automatic update of common submodule
+ From 50b34ab to 0807187
+
+2012-01-04 17:05:32 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * ext/lame/Makefile.am:
+ lame: fix LIBADD order in Makefile.am
+
+2012-01-04 10:33:27 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * tests/check/elements/amrnbenc.c:
+ * tests/check/elements/mpeg2dec.c:
+ * tests/check/elements/x264enc.c:
+ * tests/check/elements/xingmux.c:
+ * tests/check/generic/states.c:
+ tests: make tests compile
+
+2012-01-03 15:27:42 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/amrwbdec/amrwbdec.c:
+ * ext/dvdread/dvdreadsrc.c:
+ * ext/mad/gstmad.c:
+ * ext/sidplay/gstsiddec.cc:
+ * gst/asfdemux/gstasfdemux.c:
+ * gst/realmedia/pnmsrc.c:
+ * gst/realmedia/rdtmanager.c:
+ * gst/realmedia/rmdemux.c:
+ GST_FLOW_UNEXPECTED -> GST_FLOW_EOS
+
+2011-12-30 18:31:32 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * tests/check/Makefile.am:
+ tests: disable generic index test
+
+2011-12-30 17:53:12 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * ext/mpeg2dec/gstmpeg2dec.c:
+ mpeg2dec: remove all seeking-related code
+ A parser or demuxer upstream should handle this Same for
+ queries.
+
+2011-12-30 17:49:01 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * ext/mpeg2dec/gstmpeg2dec.c:
+ * ext/mpeg2dec/gstmpeg2dec.h:
+ mpeg2dec: update for GstIndex removal
+
+2011-12-30 17:46:06 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * ext/cdio/gstcdiocddasrc.c:
+ cdio: update for probe vfunc removal in GstAudioCdSrc
+
+2011-12-27 22:54:34 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * ext/lame/gstlame.c:
+ * ext/lame/gstlamemp3enc.c:
+ lame: fix printf format in debug statements
+ https://bugzilla.gnome.org/show_bug.cgi?id=666926
+
+2011-12-26 18:24:32 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/lame/gstlame.c:
+ * ext/lame/gstlame.h:
+ lame: ensure parsed output
+ ... by doing some basic parsing of encoded lame data.
+
+2011-12-26 16:34:01 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/lame/gstlame.h:
+ lame: cleanup unused instance struct fields
+
+2011-12-26 18:23:52 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/lame/Makefile.am:
+ * ext/lame/gstlamemp3enc.c:
+ * ext/lame/gstlamemp3enc.h:
+ lamemp3enc: ensure parsed output
+ ... by doing some basic parsing of encoded lame data.
+ Fixes #652150.
+
+2011-12-26 18:15:41 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/lame/gstlamemp3enc.c:
+ lamemp3enc: do not leak merged tags
+
+2011-12-22 15:23:54 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+ * ext/mad/gstmad.c:
+ * ext/mad/gstmad.h:
+ mad: helpfully bodge the last buffer to let mad decode the last frame
+ If http://www.mars.org/mailman/public/mad-dev/2001-May/000262.html is
+ to be believed, the last buffer must be followed by a number of 0 bytes
+ in order for the last frame to be decoded (at least in some cases).
+ Doing so seems to work here, fixing a missing 1152 samples when using
+ mp3parse before mad (not using mp3parse would yield the correct amount
+ of samples, if there's extra non-MP3 data after (eg, tag data)).
+
+2009-01-25 22:49:11 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/dvdread/dvdreadsrc.c:
+ dvdreadsrc: map subtitle language tag to stream indicated in PGC data
+
+2009-01-25 22:49:11 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * gst/mpegstream/gstdvddemux.c:
+ dvddemux: tweak subtitle stream setup based on dvd language codes event
+ ... to allow for non-continuous subtitle stream numbers.
+ The missing stream numbers tend to come up as subtitle streams anyway
+ (albeit not with an identified language tag).
+
+2011-12-21 13:56:35 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/dvdread/dvdreadsrc.c:
+ dvdreadsrc: minor safety tweak to sector seeking
+
+2011-12-20 11:54:38 +0100 Julien Isorce <julien.isorce@gmail.com>
+
+ * ext/a52dec/gsta52dec.c:
+ a52dec: check that a52_init returns a valid a52 state
+
+2011-12-19 18:20:56 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/mpeg2dec/gstmpeg2dec.c:
+ mpeg2dec: update for new interlaced flags
+
+2011-12-14 17:33:52 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/a52dec/Makefile.am:
+ * ext/a52dec/gsta52dec.c:
+ * ext/a52dec/gsta52dec.h:
+ a52dec: port to audiodecoder
+
+2011-12-12 13:44:12 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/mad/Makefile.am:
+ * ext/mad/gstmad.c:
+ * ext/mad/gstmad.h:
+ mad: port to audiodecoder
+
+2011-12-13 14:54:18 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/a52dec/gsta52dec.c:
+ a52dec: Don't claim to support upstream renegotiation
+ and use fixed caps on the srcpad. To correctly support
+ upstream renegotiation a52dec would need to check if the
+ caps of the downstream allocated buffer are the requested
+ caps or if the size is different.
+ Fixes bug #665989.
+
+2011-12-13 14:52:26 +0100 Julien Isorce <julien.isorce@gmail.com>
+
+ * ext/a52dec/gsta52dec.c:
+ a52dec: Check that the a52_state is correctly initialized
+
+2011-12-12 11:33:31 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * gst-libs/gst/Makefile.am:
+ * gst-libs/gst/glib-compat-private.h:
+ * gst/asfdemux/gstasfdemux.c:
+ * gst/mpegaudioparse/gstmpegaudioparse.c:
+ * gst/realmedia/rademux.c:
+ * gst/realmedia/rdtmanager.c:
+ * gst/realmedia/rmdemux.c:
+ Work around deprecated thread API in glib master
+ Add private replacements for deprecated functions such as
+ g_mutex_new(), g_mutex_free(), g_cond_new() etc., mostly
+ to avoid the deprecation warnings. We can't change most of
+ these in 0.10 because they're part of our API and ABI.
+ Suppress deprecation warnings in selected files, mostly for
+ g_static_rec_mutex_*. StaticRecMutex is part of our API/ABI,
+ not much we can do here in 0.10.
+
+2011-12-10 15:19:03 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * po/LINGUAS:
+ * po/eo.po:
+ * po/es.po:
+ * po/lv.po:
+ * po/sr.po:
+ po: update translations
+
+2011-12-09 15:25:21 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * gst/realmedia/rdtdepay.c:
+ rdtdepay: make buffer metadata writable before setting caps on it
+ Fixes issue when the header buffer is being pushed, which was taken
+ from the caps and is therefore not writable.
+
+2011-12-06 14:00:18 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/dvdread/dvdreadsrc.c:
+ fix for basesrc changes
+
+2011-12-05 18:43:49 +0100 Edward Hervey <edward@collabora.com>
+
+ * gst/asfdemux/gstrtpasfdepay.c:
+ rtpasfdepay: Initialize GstRTPBuffer before usage
+
+2011-12-02 02:01:06 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ Merge remote-tracking branch 'origin/master' into 0.11
+ Conflicts:
+ ext/dvdread/dvdreadsrc.c
+
+2011-11-29 08:49:23 +0100 Руслан Ижбулатов <lrn1986@gmail.com>
+
+ * ext/dvdread/dvdreadsrc.c:
+ dvdreadsrc: Fix format string compiler warning
+ Fixes bug #665101.
+
+2011-11-28 21:31:25 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ Merge remote-tracking branch 'origin/master' into 0.11
+
+2011-11-28 18:26:34 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/mpeg2dec/gstmpeg2dec.c:
+ Update for indexable change
+
+2011-11-28 17:52:52 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/realmedia/rdtmanager.c:
+ update for clock provider API change
+
+2011-11-28 13:10:01 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+ * ext/a52dec/gsta52dec.c:
+ * ext/amrnb/amrnbdec.c:
+ * ext/amrnb/amrnbenc.c:
+ * ext/amrwbdec/amrwbdec.c:
+ * ext/dvdread/dvdreadsrc.c:
+ * ext/lame/gstlame.c:
+ * ext/lame/gstlamemp3enc.c:
+ * ext/mad/gstmad.c:
+ * ext/mpeg2dec/gstmpeg2dec.c:
+ * ext/sidplay/gstsiddec.cc:
+ * ext/twolame/gsttwolame.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/iec958/ac3iec.c:
+ * gst/mpegaudioparse/gstmpegaudioparse.c:
+ * gst/mpegaudioparse/gstxingmux.c:
+ * gst/mpegstream/gstdvddemux.c:
+ * gst/mpegstream/gstmpegdemux.c:
+ * gst/mpegstream/gstmpegparse.c:
+ * gst/mpegstream/gstrfc2250enc.c:
+ * gst/realmedia/pnmsrc.c:
+ * gst/realmedia/rademux.c:
+ * gst/realmedia/rdtdepay.c:
+ * gst/realmedia/rdtmanager.c:
+ * gst/realmedia/rmdemux.c:
+ * gst/synaesthesia/gstsynaesthesia.c:
+ various: fix pad template ref leaks
+ https://bugzilla.gnome.org/show_bug.cgi?id=662664
+
+2011-11-24 21:41:55 +0100 René Stadler <rene.stadler@collabora.co.uk>
+
+ * tests/check/elements/xingmux.c:
+ tests: update for gstcheck API change
+
+2011-11-23 23:29:03 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * ext/amrnb/amrnbenc.c:
+ * ext/dvdread/dvdreadsrc.c:
+ * ext/lame/gstlamemp3enc.c:
+ * ext/twolame/gsttwolamemp2enc.c:
+ ext: fix more printf format warnings in debug messages
+
+2011-11-21 22:02:07 +0100 Matej Knopp <matej.knopp@gmail.com>
+
+ * gst/asfdemux/gstasfdemux.c:
+ * gst/asfdemux/gstrtpasfdepay.c:
+ * gst/dvdlpcmdec/gstdvdlpcmdec.c:
+ * gst/dvdsub/gstdvdsubdec.c:
+ * gst/dvdsub/gstdvdsubparse.c:
+ * gst/realmedia/rademux.c:
+ * gst/realmedia/rmdemux.c:
+ Fix print format compiler warnings on OS X / 64bit
+ https://bugzilla.gnome.org/show_bug.cgi?id=662617
+
+2011-11-21 13:36:10 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/asfdemux/gstasfdemux.c:
+ * gst/realmedia/rademux.c:
+ * gst/realmedia/rdtmanager.c:
+ * gst/realmedia/rmdemux.c:
+ update for activation changes
+
+2011-11-18 18:00:28 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/asfdemux/gstasfdemux.c:
+ * gst/realmedia/rademux.c:
+ * gst/realmedia/rmdemux.c:
+ update for new scheduling query
+
+2011-11-18 13:59:29 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/asfdemux/gstasfdemux.c:
+ * gst/realmedia/rademux.c:
+ * gst/realmedia/rdtmanager.c:
+ * gst/realmedia/rmdemux.c:
+ add parent to activate functions
+
+2011-11-17 15:25:58 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/a52dec/gsta52dec.c:
+ * ext/mpeg2dec/gstmpeg2dec.c:
+ * ext/sidplay/gstsiddec.cc:
+ * ext/x264/gstx264enc.c:
+ * gst/asfdemux/gstasfdemux.c:
+ * gst/dvdlpcmdec/gstdvdlpcmdec.c:
+ * gst/dvdsub/gstdvdsubdec.c:
+ * gst/dvdsub/gstdvdsubparse.c:
+ * gst/realmedia/rademux.c:
+ * gst/realmedia/rdtdepay.c:
+ * gst/realmedia/rdtmanager.c:
+ * gst/realmedia/rmdemux.c:
+ add parent to pad functions
+
+2011-11-16 17:28:56 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/mpeg2dec/gstmpeg2dec.c:
+ * ext/sidplay/gstsiddec.cc:
+ * ext/x264/gstx264enc.c:
+ * gst/asfdemux/gstasfdemux.c:
+ * gst/realmedia/rademux.c:
+ * gst/realmedia/rdtmanager.c:
+ * gst/realmedia/rmdemux.c:
+ add parent to query function
+
+2011-11-15 17:55:36 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/asfdemux/gstasfdemux.c:
+ * gst/realmedia/rademux.c:
+ _query_peer_*() -> _peer_query_*()
+
+2011-11-15 17:42:32 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/dvdsub/gstdvdsubdec.c:
+ _accept_caps() -> _query_accept_caps()
+
+2011-11-15 17:23:39 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/x264/gstx264enc.c:
+ _peer_get_caps() -> _peer_query_caps()
+
+2011-11-15 16:52:55 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/x264/gstx264enc.c:
+ update for _get_caps() -> _query_caps()
+
+2011-11-15 16:34:39 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/x264/gstx264enc.c:
+ change getcaps to query
+
+2011-11-14 00:55:16 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * ext/mad/gstmad.c:
+ mad: re-instate accidentally dropped rank
+
+2011-11-13 23:47:46 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * ext/dvdread/dvdreadsrc.c:
+ * gst/realmedia/pnmsrc.c:
+ Update for GstURIHandler get_protocols() changes
+
+2011-11-13 19:01:31 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * ext/dvdread/dvdreadsrc.c:
+ * ext/dvdread/dvdreadsrc.h:
+ * gst/realmedia/pnmsrc.c:
+ dvdreadsrc, pnmsrc: update for GstURIHandler changes
+
+2011-11-13 01:33:25 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * ext/mad/gstmad.c:
+ mad: re-port to 0.11
+ This time using the base class. Still something
+ wrong with the parsing though, when there's no
+ parser or demuxer upstream (which of course
+ shouldn't happen in a normal playback scenario).
+
+2011-11-13 00:29:20 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * ext/mad/gstmad.c:
+ * ext/mad/gstmad.h:
+ mad: update for GstBaseAudioDecoder -> GstAudioDecoder rename
+
+2011-08-16 21:12:06 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/mad/gstmad.c:
+ * ext/mad/gstmad.h:
+ mad: replace with 0.10 version ported to GstAudioDecoder
+ Taken from commit 6e7e3657396454fe95fbd89170281865d4d1cec3
+ of Mark's baseaudio branch.
+ Would probably be too risky to drop this into 0.10 given
+ all the things mad is doing.
+
+2011-11-13 00:13:17 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
+ docs: remove bits for old lame element from sections.txt file
+
+2011-11-13 00:04:07 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * Android.mk:
+ * configure.ac:
+ * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
+ * docs/plugins/inspect/plugin-mpegstream.xml:
+ * gst-plugins-ugly.spec.in:
+ * gst/mpegstream/Makefile.am:
+ * gst/mpegstream/README:
+ * gst/mpegstream/gstdvddemux.c:
+ * gst/mpegstream/gstdvddemux.h:
+ * gst/mpegstream/gstmpegclock.c:
+ * gst/mpegstream/gstmpegclock.h:
+ * gst/mpegstream/gstmpegdemux.c:
+ * gst/mpegstream/gstmpegdemux.h:
+ * gst/mpegstream/gstmpegpacketize.c:
+ * gst/mpegstream/gstmpegpacketize.h:
+ * gst/mpegstream/gstmpegparse.c:
+ * gst/mpegstream/gstmpegparse.h:
+ * gst/mpegstream/gstmpegstream.c:
+ * gst/mpegstream/gstrfc2250enc.c:
+ * gst/mpegstream/gstrfc2250enc.h:
+ * gst/mpegstream/mpegstream.vcproj:
+ * gst/mpegstream/notes:
+ * win32/MANIFEST:
+ * win32/vs6/gst_plugins_ugly.dsw:
+ * win32/vs6/libgstac3parse.dsp:
+ * win32/vs6/libgstmpegaudioparse.dsp:
+ * win32/vs6/libgstmpegstream.dsp:
+ mpegstream: remove the old mpeg-ps parser and demuxers
+ Don't want anyone porting this by accident.
+ Superseded by mpegpsdemux in -bad.
+
+2011-11-12 21:06:29 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * configure.ac:
+ * ext/cdio/Makefile.am:
+ * ext/cdio/gstcdio.c:
+ * ext/cdio/gstcdiocddasrc.c:
+ * ext/cdio/gstcdiocddasrc.h:
+ cdio: port cdiocddasrc to 0.11
+
+2011-11-12 20:44:23 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * tests/check/elements/mpeg2dec.c:
+ tests: port mpeg2dec to 0.11
+ It compiles, but fails.
+
+2011-11-12 20:33:03 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * tests/check/elements/x264enc.c:
+ tests: port x264enc unit test to 0.11
+ Well, it compiles now at least.
+
+2011-11-11 12:33:51 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/asfdemux/gstrtpasfdepay.h:
+ update for base class rename
+
+2011-11-11 12:25:25 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/asfdemux/gstrtpasfdepay.c:
+ * gst/asfdemux/gstrtpasfdepay.h:
+ update for base class rename
+
+2011-11-11 01:30:11 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * 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/es.po:
+ * po/eu.po:
+ * po/fi.po:
+ * po/fr.po:
+ * po/gl.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
+
+2011-11-11 01:29:33 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * 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-a52dec.xml:
+ * docs/plugins/inspect/plugin-amrnb.xml:
+ * docs/plugins/inspect/plugin-amrwbdec.xml:
+ * docs/plugins/inspect/plugin-asf.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: update docs
+
+2011-11-11 01:27:47 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * ext/lame/gstlamemp3enc.c:
+ lamemp3enc: cosmetic error message change
+ LET'S TRY TO KEEP CAPITALS TO A MINIMUM.
+
+2011-11-11 00:58:24 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * docs/plugins/Makefile.am:
+ * 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:
+ twolame: rename to twolamemp2enc
+
+2011-11-11 00:51:34 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * configure.ac:
+ * ext/twolame/gsttwolame.c:
+ twolame: port to 0.11
+
+2011-11-10 23:17:53 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * Android.mk:
+ * configure.ac:
+ * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
+ * docs/plugins/inspect/plugin-iec958.xml:
+ * gst-plugins-ugly.spec.in:
+ * gst/iec958/Makefile.am:
+ * gst/iec958/ac3_padder.c:
+ * gst/iec958/ac3_padder.h:
+ * gst/iec958/ac3iec.c:
+ * gst/iec958/ac3iec.h:
+ * win32/MANIFEST:
+ * win32/vs6/libgstiec958.dsp:
+ iec958: remove this plugin
+ I think it can just go away. Audio sinks can and should payload
+ things themselves using the helper API in libgstaudio. If such
+ a plugin still makes sense, it should probably be rewritten
+ using the library functions (and be put into -good or so).
+
+2011-11-10 18:25:38 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/realmedia/rademux.c:
+ * gst/realmedia/rmdemux.c:
+ * gst/realmedia/rtspreal.c:
+ update for adapter api change
+
+2011-11-10 11:04:06 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/x264/gstx264enc.c:
+ update for removed fixate function
+
+2011-11-09 11:58:03 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/mad/gstmad.c:
+ * ext/mpeg2dec/gstmpeg2dec.c:
+ * gst/asfdemux/gstasfdemux.c:
+ * gst/realmedia/rmdemux.c:
+ remove query types
+
+2011-11-04 17:32:58 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * configure.ac:
+ * gst/realmedia/rademux.c:
+ * gst/realmedia/rdtdepay.c:
+ * gst/realmedia/rmdemux.c:
+ * gst/realmedia/rmutils.c:
+ realmedia is ported
+
+2011-11-04 16:40:59 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/asfdemux/gstasfdemux.c:
+ * gst/mpegstream/gstdvddemux.c:
+ * gst/mpegstream/gstmpegdemux.c:
+ * gst/realmedia/rmdemux.c:
+ * gst/realmedia/rmdemux.h:
+ more template fixes
+
+2011-11-04 16:32:48 +0100 Edward Hervey <bilboed@bilboed.com>
+
+ * po/POTFILES.in:
+ po: lame => lamemp3enc
+
+2011-11-04 12:04:56 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/realmedia/rdtmanager.c:
+ make request pads take %u
+
+2011-11-04 10:45:47 +0100 Edward Hervey <edward.hervey@collabora.co.uk>
+
+ * ext/mpeg2dec/gstmpeg2dec.c:
+ * ext/mpeg2dec/gstmpeg2dec.h:
+ mpeg2dec: Add basic cropping support
+
+2011-11-02 12:09:45 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/a52dec/gsta52dec.c:
+ * ext/sidplay/gstsiddec.cc:
+ * gst/asfdemux/gstasfdemux.c:
+ * gst/dvdlpcmdec/gstdvdlpcmdec.c:
+ tags: update for tag API removal
+
+2011-10-31 02:24:30 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/mpeg2dec/gstmpeg2dec.c:
+ * ext/mpeg2dec/gstmpeg2dec.h:
+ update for meta api change
+
+2011-10-29 09:10:54 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/asfdemux/gstasfdemux.c:
+ structure: fix for api update
+
+2011-10-31 14:34:57 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ Merge remote-tracking branch 'origin/master' into 0.11
+
+2011-10-30 15:05:56 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * tests/check/elements/amrnbenc.c:
+ tests: port amrnbenc test to 0.11
+
+2011-10-30 15:04:22 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * ext/amrnb/amrnbdec.c:
+ * ext/amrnb/amrnbenc.c:
+ amrnb: fix up raw audio caps for 0.11
+
+2011-10-30 15:03:29 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * tests/check/Makefile.am:
+ tests: need to define GST_USE_UNSTABLE_API to avoid warnings
+
+2011-10-30 12:29:14 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * docs/plugins/Makefile.am:
+ * ext/lame/Makefile.am:
+ * ext/lame/README:
+ * ext/lame/gstlame.c:
+ * ext/lame/gstlame.h:
+ * ext/lame/plugin.c:
+ * ext/lame/test-lame.c:
+ * gst/xingmux/gstxingmux.c:
+ * tests/check/pipelines/lame.c:
+ lame: remove lame element, it's been superseded by lamemp3enc
+
+2011-10-30 11:51:58 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * ext/a52dec/gsta52dec.c:
+ * ext/lame/gstlamemp3enc.c:
+ * ext/mad/gstmad.c:
+ * ext/sidplay/gstsiddec.cc:
+ * gst/asfdemux/gstasfdemux.c:
+ * gst/dvdlpcmdec/gstdvdlpcmdec.c:
+ ext, gst: update for taglist API changes
+
+2011-10-29 11:57:40 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * gst/asfdemux/gstasfdemux.c:
+ asfdemux: Don't leak pending payload buffers
+ Fixes #662964
+
+2011-10-28 15:21:27 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Merge branch 'master' into 0.11
+ Conflicts:
+ ext/sidplay/gstsiddec.cc
+
+2011-10-27 16:53:44 +0200 Stefan Sauer <ensonic@users.sf.net>
+
+ * ext/sidplay/gstsiddec.cc:
+ siddec: use BOILERPLATE macro and cleanup FIXMEs
+
+2011-10-28 09:18:04 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * gst/asfdemux/gstrtpasfdepay.c:
+ asfdepay: fix compiler warnings after gst_caps_new_simple() change
+
+2011-10-21 12:24:01 +0100 Christian Fredrik Kalager Schaller <christian.schaller@collabora.co.uk>
+
+ * gst-plugins-ugly.spec.in:
+ Update specfile with latest changes
+
+2011-10-11 18:03:01 +0200 Edward Hervey <edward.hervey@collabora.co.uk>
+
+ * gst/asfdemux/gstasfdemux.c:
+ asfdemux: Don't unmap a buffer that doesn't exist
+
+2011-10-10 12:38:02 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * configure.ac:
+ * ext/dvdread/dvdreadsrc.c:
+ dvdread: port to 0.11
+
+2011-10-06 17:24:22 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * configure.ac:
+ * gst/dvdsub/Makefile.am:
+ * gst/dvdsub/gstdvdsubdec.c:
+ * gst/dvdsub/gstdvdsubdec.h:
+ * gst/dvdsub/gstdvdsubparse.c:
+ dvdsub: port to 0.11
+
+2011-10-05 13:32:33 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Merge branch 'master' into 0.11
+ Conflicts:
+ ext/amrwbdec/Makefile.am
+ ext/amrwbdec/amrwbdec.c
+
+2011-10-05 13:18:45 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/realmedia/gstrdtbuffer.c:
+ * gst/realmedia/gstrdtbuffer.h:
+ * gst/realmedia/pnmsrc.c:
+ * gst/realmedia/rademux.c:
+ * gst/realmedia/rdtdepay.c:
+ * gst/realmedia/rdtmanager.c:
+ * gst/realmedia/rmdemux.c:
+ * gst/realmedia/rmutils.c:
+ * gst/realmedia/rtspreal.c:
+ realmedia: port to 0.11
+
+2011-10-05 12:05:34 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/amrwbdec/Makefile.am:
+ * ext/amrwbdec/amrwbdec.c:
+ * ext/amrwbdec/amrwbdec.h:
+ amrwbdec: port to audiodecoder
+
+2011-10-04 17:00:57 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/amrnb/Makefile.am:
+ amrnbdec: fixup build
+
+2011-10-04 17:00:41 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/amrnb/amrnbdec.c:
+ amrnbdec: remove leftover extraneous _unref
+
+2011-10-04 17:50:33 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Merge branch 'master' into 0.11
+ Conflicts:
+ ext/amrnb/amrnbdec.c
+
+2011-10-04 17:35:40 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * configure.ac:
+ * ext/amrnb/amrnbdec.c:
+ * ext/amrnb/amrnbenc.c:
+ amrnb: port to 0.11
+
+2011-10-04 17:12:35 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * configure.ac:
+ * ext/amrwbdec/Makefile.am:
+ * ext/amrwbdec/amrwbdec.c:
+ ported amrwbdec to 0.11
+
+2011-10-03 17:19:02 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/amrnb/amrnbdec.c:
+ * ext/amrnb/amrnbdec.h:
+ amrnbdec: port to audiodecoder
+
+2011-09-30 17:45:31 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Merge branch 'master' into 0.11
+
+2011-09-30 17:38:07 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * configure.ac:
+ * ext/mpeg2dec/gstmpeg2dec.c:
+ * ext/mpeg2dec/gstmpeg2dec.h:
+ mpeg2dec: minimal port to 0.11
+
+2011-09-05 11:11:52 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+ * ext/mpeg2dec/gstmpeg2dec.c:
+ * ext/mpeg2dec/gstmpeg2dec.h:
+ mpeg2dec: post QoS messages when dropping a frame due to QoS
+ https://bugzilla.gnome.org/show_bug.cgi?id=658241
+
+2011-09-28 13:05:55 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * configure.ac:
+ configure: update ported plugins list
+
+2011-09-28 13:03:31 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * common:
+ update to 0.11 branch
+
+2011-09-27 20:32:46 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/dvdlpcmdec/gstdvdlpcmdec.c:
+ * gst/dvdlpcmdec/gstdvdlpcmdec.h:
+ dvdlpcmdec: port to 0.11
+
+2011-09-27 18:19:50 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/lame/gstlame.c:
+ * ext/lame/gstlamemp3enc.c:
+ lame: fix raw audio caps too
+
+2011-09-27 18:15:00 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/lame/gstlame.c:
+ * ext/lame/gstlamemp3enc.c:
+ lame: port to 0.11
+
+2011-09-27 17:54:02 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Merge branch 'master' into 0.11
+
+2011-09-27 17:51:31 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/x264/gstx264enc.c:
+ * ext/x264/gstx264enc.h:
+ x264enc: port to 0.11
+
+2011-09-27 17:01:59 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/amrnb/Makefile.am:
+ * ext/amrnb/amrnbenc.c:
+ * ext/amrnb/amrnbenc.h:
+ amrnbenc: port to audioencoder
+
+2011-09-26 19:07:23 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Merge branch 'master' into 0.11
+ Conflicts:
+ ext/mad/gstmad.c
+
+2011-09-26 19:03:13 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/a52dec/gsta52dec.c:
+ port a52dec to 0.11
+
+2011-09-26 16:29:12 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/twolame/gsttwolame.c:
+ twolame: Simple fix for GstAudioEncoder API change
+
+2011-09-26 16:28:08 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/twolame/gsttwolame.c:
+ twolame: Fix variable 'gstelement_class' set but not used compiler warning
+
+2011-09-26 16:08:20 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/lame/gstlame.c:
+ * ext/lame/gstlamemp3enc.c:
+ lame: Don't get the parent class again, GST_BOILERPLATE does this already
+
+2011-09-26 16:07:54 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/lame/gstlame.c:
+ * ext/lame/gstlamemp3enc.c:
+ lame: Fix variable 'gstelement_class' set but not used compiler warning
+
+2011-09-26 12:07:15 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/twolame/gsttwolame.c:
+ twolame: improve output framing and timestamping
+ ... which simply comes down to requesting one frame of input data at a time,
+ since the encoder nicely turns this into 1 encoded frame.
+
+2011-09-26 11:56:23 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/twolame/Makefile.am:
+ * ext/twolame/gsttwolame.c:
+ * ext/twolame/gsttwolame.h:
+ twolame: port to audioencoder
+
+2011-09-23 15:32:01 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/lame/gstlame.c:
+ lame: use some more boilerplate
+
+2011-09-23 15:26:48 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/lame/gstlame.c:
+ * ext/lame/gstlame.h:
+ lame: port to audioencoder
+
+2011-09-23 14:33:55 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/lame/gstlamemp3enc.c:
+ lamemp3enc: use some more boilerplate
+
+2011-09-26 14:44:23 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/lame/gstlamemp3enc.c:
+ lamemp3enc: really report bitrate rather kbitrate
+
+2011-09-26 14:44:01 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/lame/Makefile.am:
+ * ext/lame/gstlamemp3enc.c:
+ * ext/lame/gstlamemp3enc.h:
+ lamemp3enc: port to audioencoder
+
+2011-09-16 15:35:06 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+ * ext/dvdread/dvdreadsrc.c:
+ dvdreadsrc: take into account first sector of the current title
+ This fixes seeking on titles which do not start on a new file.
+ https://bugzilla.gnome.org/show_bug.cgi?id=659252
+
+2011-09-16 15:03:54 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+ * ext/dvdread/dvdreadsrc.c:
+ dvdreadsrc: fix sector seeking
+ It was overly complicated, and did not take into account the offset
+ needed for titles which do not start on a new file.
+ https://bugzilla.gnome.org/show_bug.cgi?id=659252
+
+2011-09-16 13:42:53 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+ * ext/dvdread/dvdreadsrc.c:
+ dvdreadsrc: fix sector search for packed titles
+ Some DVD titles are packed in a single set, and we need to use
+ the correct table to map times to sectors.
+ https://bugzilla.gnome.org/show_bug.cgi?id=659252
+
+2011-08-15 16:23:04 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * configure.ac:
+ * ext/mad/Makefile.am:
+ * ext/mad/gstmad.c:
+ * gst-plugins-ugly.spec.in:
+ mad: remove id3tag dependency used by in practice unreachable legacy code
+ The mad mp3 decoder element shouldn't parse tags at all really, but we
+ have so far kept this code around for backwards-compatibility reasons
+ for people building manual pipelines for some reason. However, as it
+ turns out that code has never actually worked in 0.10 in practice,
+ since it only gets executed if mad_frame_decode() returns LOSTSYNC,
+ which doesn't actually seem to happen any more though because of the
+ preceding mad_header_decode(), which will discover and report the
+ sync loss if it runs into a tag and make mad_frame_decode() try to
+ resync right away.
+ Discovered this while trying to make it use gst_tag_list_from_id3v2_tag().
+
+2011-09-08 17:01:27 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * gst/asfdemux/asfpacket.c:
+ asfpacket: skip empty payload packets
+ ... which also avoids assertion failures and possible segfaults later on
+ when possibly trying to join 2 empty buffers.
+
+2011-09-08 14:33:00 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * gst/realmedia/rmdemux.c:
+ * gst/realmedia/rmdemux.h:
+ rmdemux: delay announcing container tags until we have pads
+ Fixes tags when transcoding.
+ https://bugzilla.gnome.org/show_bug.cgi?id=658297
+
+2011-09-07 14:36:46 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * tests/check/elements/amrnbenc.c:
+ amrnbenc: Use complete raw audio caps in the test
+
+2011-09-07 14:25:41 +0200 Stefan Sauer <ensonic@users.sf.net>
+
+ * docs/plugins/Makefile.am:
+ docs: cleanup makefiles
+ Remove commented out parts that we don't need. Remove "the wingo addition" - no
+ so useful after all. Narrow down file-globs for plugin docs.
+
+2011-09-06 21:25:13 +0200 Stefan Sauer <ensonic@users.sf.net>
+
+ * common:
+ Automatic update of common submodule
+ From a39eb83 to 11f0cd5
+
+2011-09-06 15:40:55 +0200 Stefan Sauer <ensonic@users.sf.net>
+
+ * common:
+ Automatic update of common submodule
+ From 605cd9a to a39eb83
+
+2011-08-25 13:04:01 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/asfdemux/gstasfdemux.c:
+ asf: don't use fourcc
+
+2011-08-25 12:54:42 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Merge branch 'master' into 0.11
+
+2011-08-22 17:49:14 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+ * ext/mpeg2dec/gstmpeg2dec.c:
+ mpeg2dec: fix spurious failure to decode some files
+ Parsing can return with an 'invalid' state, but this is not
+ actually fatal. For one, the mpeg2dec command line tool that
+ comes with the libmpeg2 library blithely ignores this condition
+ and merrily goes on. So we do this same, logging the error,
+ and going on with parsing. This makes something work that did
+ not use to work, and brings happiness to the world.
+ https://bugzilla.gnome.org/show_bug.cgi?id=429476
+
+2011-08-19 18:07:58 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/mad/gstmad.c:
+ * ext/sidplay/Makefile.am:
+ * ext/sidplay/gstsiddec.cc:
+ port to new audio caps
+
+2011-08-03 18:58:09 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Merge branch 'master' into 0.11
+ Conflicts:
+ common
+ gst/asfdemux/gstrtpasfdepay.c
+
+2011-08-03 09:05:47 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * configure.ac:
+ configure: Add synaesthesia to the list of non-ported plugins
+
+2011-08-03 01:08:43 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * 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-mpegaudioparse.xml:
+ * gst-plugins-ugly.spec.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:
+ * gst/xingmux/plugin.c:
+ Remove mp3parse plugin/element
+ It's been replaced by mpegaudioparse in -good. Don't want anyone
+ to spend time porting a deprecated element. Rename plugin to xingmux
+ for now until we move that somewhere else.
+
+2011-08-02 12:49:09 +0200 Edward Hervey <edward.hervey@collabora.co.uk>
+
+ * configure.ac:
+ configure.ac: Define list of non-ported plugins
+
+2011-08-02 12:48:52 +0200 Edward Hervey <edward.hervey@collabora.co.uk>
+
+ * ext/mad/gstmad.c:
+ mad: Fix for changes in GstQuery API
+
+2011-08-02 12:40:22 +0200 Edward Hervey <edward.hervey@collabora.co.uk>
+
+ * gst/asfdemux/gstasfdemux.c:
+ asfdemux: Fix for changes in GstQuery API
+
+2011-08-02 12:40:01 +0200 Edward Hervey <edward.hervey@collabora.co.uk>
+
+ * gst/asfdemux/asfpacket.c:
+ asfdemux: Fix print statement
+
+2011-08-02 12:35:40 +0200 Edward Hervey <edward.hervey@collabora.co.uk>
+
+ * common:
+ Update common submodule
+
+2011-07-30 18:47:44 -0300 Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: Properly set the stream format in setcaps
+ Do not forget to set the selected format to the options string
+ when getting it from caps
+ https://bugzilla.gnome.org/show_bug.cgi?id=655223
+
+2011-07-19 15:06:49 +0200 Stefan Sauer <ensonic@google.com>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: fix the build for older x264enc
+ b_fake_interlaced was introduced in x264 commit 1b48874d06 = X264_BUILD 96.
+
+2011-07-18 20:41:20 -0400 Olivier Crête <olivier.crete@collabora.com>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: Read stream-format from the right place
+ Read the stream-format from "stream-format" and not from profile, also rename
+ the "bytestream" variable to "stream_format" so it's easier to understand.
+
+2011-06-13 23:24:27 -0300 Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+ * ext/x264/gstx264enc.c:
+ * ext/x264/gstx264enc.h:
+ x264enc: Select stream-format based on caps
+ Makes x264 select its stream-format based on what's available
+ on caps, the user selected option will be chosen as a fallback
+ when both options are available.
+ https://bugzilla.gnome.org/show_bug.cgi?id=644233
+
+2011-07-04 18:03:49 -0400 Olivier Crête <olivier.crete@collabora.com>
+
+ * ext/x264/gstx264enc.c:
+ x264: Allow renegotiation but prefer current caps
+
+2011-06-09 20:20:27 -0400 Olivier Crête <olivier.crete@collabora.com>
+
+ * tests/check/elements/x264enc.c:
+ tests: Test x264enc profiles from the caps
+ https://bugzilla.gnome.org/show_bug.cgi?id=644233
+
+2011-03-07 17:58:34 -0500 Olivier Crête <olivier.crete@collabora.co.uk>
+
+ * ext/x264/Makefile.am:
+ * ext/x264/gstx264enc.c:
+ * ext/x264/gstx264enc.h:
+ x264: Use profile and level from caps
+ Enforces the profile and level from the downstream caps, also
+ sets them on the fixated caps
+ https://bugzilla.gnome.org/show_bug.cgi?id=644233
+
+2011-07-05 10:14:50 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * configure.ac:
+ Add -DGST_USE_UNSTABLE_API to the compiler flags to avoid warnings
+
+2011-06-25 06:29:50 +0300 Brian Gitonga Marete <marete@toshnix.com>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: fix subme property annotation - subme maximum is 10, not 6.
+ Although the element accepts subme values > 6, the annotation which is
+ visible through gst-inspect (for example) erroneously indicates 6 as the
+ maximum. Fix this by indicating 10 (which is the x264 max) as the maximum.
+ https://bugzilla.gnome.org/show_bug.cgi?id=653473
+
+2011-06-23 11:28:58 -0700 David Schleef <ds@schleef.org>
+
+ * common:
+ Automatic update of common submodule
+ From 69b981f to 605cd9a
+
+2011-06-19 12:45:00 -0300 Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+ * gst/asfdemux/gstrtspwms.c:
+ rtspwms: Porting to 0.11
+
+2011-06-18 20:24:42 -0300 Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+ * gst/asfdemux/gstrtpasfdepay.c:
+ rtpasfdepay: Port to 0.11
+
+2011-06-15 23:40:02 -0300 Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+ * gst/asfdemux/asfpacket.c:
+ * gst/asfdemux/asfpacket.h:
+ * gst/asfdemux/gstasfdemux.c:
+ * gst/asfdemux/gstasfdemux.h:
+ asfdemux: Porting to 0.11
+
+2011-06-08 18:18:17 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/sidplay/gstsiddec.cc:
+ siddec: port siddec to 0.11
+
+2011-06-06 12:41:03 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * gst/asfdemux/gstrtpasfdepay.c:
+ rtpasfdepay: fix fragmented packet handling and packet padding
+ Also remove a bogus assert.
+
+2011-06-03 11:35:55 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * gst/synaesthesia/gstsynaesthesia.c:
+ synaesthesia: fix wrong debug log string (copy'n'paste)
+
+2011-06-02 18:46:11 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Merge branch 'master' into 0.11
+ Conflicts:
+ configure.ac
+
+2011-06-02 18:43:28 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/mad/gstmad.c:
+ mad: port to new API
+ Port to new segment API.
+ Eat Caps events.
+ No need to set caps on buffers.
+
+2011-05-20 13:32:31 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * gst/realmedia/rmdemux.c:
+ rmdemux: target is unsigned and can't be < 0
+
+2011-05-20 13:31:14 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * ext/mad/gstmad.c:
+ mad: use signed when caluculating the delta
+ Avoids a <0 check for an unsigned variable.
+
+2011-05-19 23:55:41 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * docs/plugins/Makefile.am:
+ docs: remove obsolete commented out part
+ We don't have this in the other modules and its not needed.
+
+2011-05-19 23:38:23 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * docs/plugins/gst-plugins-ugly-plugins.args:
+ * docs/plugins/gst-plugins-ugly-plugins.hierarchy:
+ * docs/plugins/gst-plugins-ugly-plugins.interfaces:
+ docs: update plugin introspection data
+ Now more files are merged and produced in a canonical fashion, which hopefully
+ creates less or no delta in the future.
+
+2011-05-19 22:58:28 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * common:
+ Automatic update of common submodule
+ From 9e5bbd5 to 69b981f
+
+2011-05-18 14:49:17 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/lame/Makefile.am:
+ * ext/lame/gstlamemp3enc.c:
+ lamemp3enc: Post CODEC and BITRATE tags
+ Also filter any CODEC/AUDIO_CODEC tags from incoming
+ tag events.
+ Fixes bug #391543.
+
+2011-05-18 16:10:55 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * common:
+ Automatic update of common submodule
+ From fd35073 to 9e5bbd5
+
+2011-05-18 12:25:01 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * common:
+ Automatic update of common submodule
+ From 46dfcea to fd35073
+
+2011-04-27 15:20:20 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * gst/asfdemux/gstrtpasfdepay.c:
+ rtpasfdepay: simplify and refactor packet parsing
+ Specifically, refactor buffer padding and consider marker bit for fragment
+ assembling.
+
+2011-04-27 15:14:00 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * gst/asfdemux/gstrtpasfdepay.c:
+ rtpasfdepay: avoid re-sending header
+ ... e.g. following a seek, which otherwise confuses downstream demuxer
+ expecting only a flow of data packets at this time.
+
+2011-04-27 15:12:22 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * gst/asfdemux/gstrtpasfdepay.c:
+ * gst/asfdemux/gstrtpasfdepay.h:
+ rtpasfdepay: remove unused field
+
+2011-04-29 09:19:19 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/mad/gstmad.c:
+ mad: Post bitrate tag whenever the bitrate changes
+ Also send the layer/mode/emphasis/bitrate tags as an event too.
+
+2011-05-14 10:09:16 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * configure.ac:
+ * win32/common/config.h:
+ win32: define GST_PACKAGE_RELEASE_DATETIME in win32 config.h as well
+
+2011-05-14 10:06:31 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * 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-iec958.xml:
+ * docs/plugins/inspect/plugin-lame.xml:
+ * docs/plugins/inspect/plugin-mad.xml:
+ * docs/plugins/inspect/plugin-mpeg2dec.xml:
+ * docs/plugins/inspect/plugin-mpegaudioparse.xml:
+ * docs/plugins/inspect/plugin-mpegstream.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:
+ * win32/common/config.h:
+ Back to development
+
=== release 0.10.18 ===
-2011-05-10 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+2011-05-10 10:26:50 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 0.10.18, "Extra Life"
+ * 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-iec958.xml:
+ * docs/plugins/inspect/plugin-lame.xml:
+ * docs/plugins/inspect/plugin-mad.xml:
+ * docs/plugins/inspect/plugin-mpeg2dec.xml:
+ * docs/plugins/inspect/plugin-mpegaudioparse.xml:
+ * docs/plugins/inspect/plugin-mpegstream.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:
+ * gst-plugins-ugly.doap:
+ * win32/common/config.h:
+ Release 0.10.18
+ Highlights:
+ - x264enc: allow changing bitrate and quantizers dynamically at runtime
+ - x264enc: proxy downstream caps restrictions upstream via get_caps()
+ - lamemp3enc: proxy downstream rate/channels restrictions upstream via get_caps()
+ - mad: allow build without libid3tag (which isn't really needed anyway)
+ - many other fixes and improvements
2011-05-04 12:39:17 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
@@ -54,6 +1838,11 @@
* win32/common/config.h:
0.10.17.4 pre-release
+2011-04-29 15:43:47 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/mad/gstmad.c:
+ mad: remove buffer_alloc
+
2011-04-27 12:48:31 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
* configure.ac:
@@ -93,6 +1882,21 @@
Automatic update of common submodule
From c3cafe1 to 46dfcea
+2011-04-19 19:24:23 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/mad/gstmad.c:
+ mad: port to 0.11
+
+2011-04-19 19:23:56 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Merge branch 'master' into 0.11
+ Conflicts:
+ android/amrnb.mk
+ android/amrwbdec.mk
+ android/asf.mk
+ android/mpegaudioparse.mk
+ configure.ac
+
2011-04-19 17:26:42 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
* tests/check/gst-plugins-ugly.supp:
@@ -291,6 +2095,10 @@
and mostly unnecessary really, so just build this plugin without
ID3 tag support if libid3tag is not available.
+2011-03-04 13:48:02 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Merge branch 'master' into 0.11
+
2011-03-02 13:12:11 +0200 Stefan Kost <ensonic@users.sf.net>
* gst/mpegstream/gstdvddemux.c:
@@ -310,6 +2118,12 @@
Automatic update of common submodule
From 1de7f6a to 6aec6b9
+2011-02-26 15:02:58 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Merge branch 'master' into 0.11
+ Conflicts:
+ configure.ac
+
2011-02-21 13:13:11 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
* ext/mpeg2dec/gstmpeg2dec.c:
@@ -714,11 +2528,29 @@
* configure.ac:
x264: uses pkg-config to locate libx264
+2010-12-07 15:40:08 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Merge branch 'master' into 0.11
+
2010-12-07 15:39:32 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
* tests/check/pipelines/lame.c:
check: don't use deprecated method
+2010-12-06 18:12:51 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * android/amrnb.mk:
+ * android/amrwbdec.mk:
+ * android/asf.mk:
+ * android/mpegaudioparse.mk:
+ * configure.ac:
+ more 0.10 -> 0,11 changes
+
+2010-12-06 12:29:12 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * configure.ac:
+ configure: open 0.11 branch
+
2010-12-03 17:43:25 +0100 Benjamin Gaignard <benjamin.gaignard@stericsson.com>
* Android.mk:
diff --git a/NEWS b/NEWS
index 795efaab..aba21984 100644
--- a/NEWS
+++ b/NEWS
@@ -1,543 +1,8 @@
-This is GStreamer Ugly Plug-ins 0.10.18 "Extra Life"
+This is GStreamer Ugly Plug-ins 0.11.1 "Moonlapse Vertigo"
-Changes since 0.10.17:
+New in 0.11.1:
- * amrwbdec: avoid stalling on invalid frame
- * asfpacket: don't rely on data from duration extension
- * dvdsubdec: Implement clipping if the video size is smaller than the subpicture size
- * dvdsubdec: Output only a single buffer per subpicture and set the correct duration
- * lamemp3enc: implement sinkpad get_caps() function to proxy rate and channels restrictions from downstream
- * mad: build the mad plugin even if libid3tag is not available
- * mpeg2dec: do not fail fatally when downstream is unlinked (let upstream handle that)
- * mpeg2dec: don't deadlock when setting an index
- * mpegstream: increase allowable gap between streams
- * x264enc: allow changing the bitrate and quantitizers dynamically
- * x264enc: don't register flags with a value of 0
- * x264enc: implement getcaps function to proxy downstream caps restrictions upstream
- * x264enc: make tag event writable before modifying tag list in place
- * x264enc: set max bitrate in quality mode
+ * Parallel installability with 0.10.x series
+ * Many cleanups
+ * Ported to new 0.11 core API changes
-Bugs fixed since 0.10.17:
-
- * 539708 : [mpegstream] Increase allowable gap between streams
- * 607698 : asfdemux: fix parsing of packets with padding
- * 619136 : [dvdsubdec] spits out buffers at video framerate
- * 621663 : x264enc: support changing bitrate property on the fly
- * 639291 : [xingmux] Return NULL instead of 0 for a function returning gboolean
- * 639715 : amrparse: seek error with EOS
- * 640272 : x264enc: make tag event writable before modifying tag list in place
- * 641151 : lame: doesn't negotiate sample rate properly
- * 642360 : x264enc: Don't register flags which have 0 as a value
- * 644704 : [dvdsubedc] no SPU clipping implemented
- * 647709 : mpeg2dec: errors out on not-linked flow return
-
-Changes since 0.10.16:
-
- * asfdemux: Handle new type of DRM'd asf files
- * dvdreadsrc: fix handling of multi-angle streams
- * dvdreadsrc: improve error messages on read errors
- * mad: if gst_pad_alloc_buffer() returns a buffer with the wrong size allocate a new one
- * mad: support reverse playback
- * mpeg2dec: convert the position to stream time before answering to a position query
- * mpeg2dec: fix position query by trusting upstream
- * mpeg2dec: refactor cropping code to use libgstvideo functions
- * mpeg2dec: use gst_pad_alloc_buffer() when cropping buffers
- * mpegparse: re-fix flow return handling
- * rmdemux: set GST_BUFFER_FLAG_DELTA_UNIT properly
- * x264enc: add a note to the docs about encoder latency and queues
- * x264enc: also accept YV12 input
- * x264enc: Handle codec/encoder tags
- * x264enc: Work around a rate control issue in libx264
- * x264: use pkg-config to locate libx264
- * x264: vbv-buf-capacity should have a minimum of 0
- * xingmux: Don't ignore WRONG_STATE and NOT_LINKED when pushing data downstream
-
-Bugs fixed since 0.10.16:
-
- * 539254 : [dvdreadsrc] DVDs with multiple angles switch angles during read
- * 571146 : mpeg2dec: possibly uses wrong strides for 4:2:2 and 4:4:4 YUV with unusual display width or height
- * 599515 : Fix dvb for DVB API 3.3
- * 621465 : [x264enc] Video codec information copied incorrectly to output
- * 632549 : [mpeg2dec] answers to position queries are wrong for DVDs
- * 632861 : [x264enc] really bad quality with tune=zerolatency
- * 634840 : x264: use pkg-config to locate dependencies for plugin
- * 635291 : x264enc: " vbv-buf-capacity " property should have minimum value of 0
- * 635461 : Crash in mad decoder when changing number of audio output channels in Totem while media is running
- * 636107 : x264enc: docs should indicate specifics of using with queues
- * 637093 : rmdemux: set GST_BUFFER_FLAG_DELTA_UNIT properly
- * 637932 : realmedia: do not use the pad buffer allocation functions in demuxers
- * 639226 : [asfdemux] Doesn't handle new PlayReady DRM files
-
-Changes since 0.10.15:
-
- * refactor x264enc to use current x264 API correctly, add new properties and new defaults
- * liboil is no longer required, but orc is now required
- * build: require orc >= 0.4.5, GLib >= 2.20, automake >= 1.10, autoconf >= 2.60; liboil is no longer required
- * asfdemux: fix playback of files or streams that are shorter than the advertised preroll value
- * asfdemux: fix sending eos event for chained asfs in pull mode (exotic)
- * asfdemux: fix playback of files or streams that advertise miniscule preroll values
- * lamemp3enc: implement latency query
- * rmdemux: fix playback of sipro audio streams
- * x264enc: refactor code in preparation for presets/tunings
- * x264enc: add "profile" property (and default to MAIN profile)
- * x264enc: improve defaults: medium speed/quality preset; auto mode for threads
- * x264enc: add "speed-preset", "tune" and "psy-tune" properties
- * x264enc: add "option-string" property to specify advanced parameters
- * x264enc: set time base if needed, fixes visual artifacts
- * x264enc: add "sliced-threads", "sync-lookahead", "intra-refresh", "mb-tree", and "rc-lookahead" properties
- * x264enc: fix compilation against ancient x264 versions (X264_BUILD <= 75)
- * x264enc: speed up first pass of multi-pass encoding (has no impact on quality)
- * x264enc: fix flushing of delayed frames with new default settings
-
-Bugs fixed since 0.10.15:
-
- * 599718 : [asf] support chained asfs
- * 600412 : [asfdemux] Wrong handling of downstream GstFlowReturn
- * 607798 : x264enc needs updating to support new features and use x264 correctly
- * 618896 : lamemp3enc doesn't implement latency query
- * 620007 : Gibberish sound when playing a certain RealMedia file of Sipro/ACELP.net audio codec
- * 620344 : Update gst-plugins-ugly docs on website
- * 622407 : [asfdemux] doesn't detect some streams if preroll value is very small
- * 624786 : x264enc time base is wrong
- * 625557 : x264enc doesn't flush delayed frames properly
- * 626577 : [x264enc] regression: doesn't work with older versions of x264
- * 627946 : mp3parse misuses GST_FLOW_IS_FATAL, doesn't forward GST_FLOW_UNEXPECTED upstream
-
-Changes since 0.10.14:
-
- * amrnbenc: give element a rank (SECONDARY) so it's autoplugged
- * rmdemux: descramble sipro audio before pushing out
- * x264enc: fix up codec_data / avcC header construction some more
- * x264enc: Put pixel-aspect-ratio from input into the src pad caps
-
-Bugs fixed since 0.10.14:
-
- * 612995 : x264enc: pixel-aspect-ratio does not appear in src pad caps
- * 613815 : A call in gst/realmedia/rmutils.c discards qualifiers from pointer target type
- * 615410 : x264 orders NALs differently than x264enc expects
- * 617078 : Wrong include paths in amr elements
- * 619776 : [x264enc] is unable to do Baseline with recent x264
- * 618098 : [rmdemux] Add descrambling for Sipro codec
-
-Changes since 0.10.13:
-
- * amrwbdec: give decoder a rank so decodebin/playbin will use it
- * asfdemux: fix flow aggregation
- * asfdemux: try harder to put sane timestamps and durations on buffers
- * asfdemux: accept fragments in a continued packet where the subsequent fragments declare a size of 0
- * asfdemux: improve seek behaviour for audio-only files without an index
- * asfdemux: careful to avoid crash on bogus data; avoid strlen() on NULL pointers
- * asfdemux: add support for chained asfs (push mode)
- * asfdemux: map WM/TrackNumber to GST_TAG_TRACK_NUMBER and prefer over WM/Track
- * asfdemux: post bitrate tags
- * mp3parse: seeking fixes: fix non-flushing seek, conserve stop time for non-accurate seek
- * rtspreal: memory leak fixes; make config header construction valgrind clean
- * rmdemux: fix AC-3 in RealAudio playback; post bitrate tags
- * x264enc: fix up avcC header construction and playback by flash players
- * x264enc: Make upstream GstForceKeyUnit thread-safe
- * x264enc: make use of Access Unit delimiters configurable
- * x264enc: adapt to slightly modified x264 API
- * xingmux: fix unaligned memory access, makes things work better on ARM/SPARC
-
-Bugs fixes since 0.10.13:
-
- * 606662 : h264: add stream-format to output caps
- * 563276 : Internal GStreamer error: negotiation problem - after opening avi file
- * 586464 : [xingmux] Unit test failures on sparc and arm/eabi
- * 598761 : [mpegaudioparse] Reduce processing time by 2
- * 599095 : x264enc: Adapt to slightly modified x264 API
- * 599297 : [asfdemux] Doesn't populate video bitrate field
- * 599299 : [rmdemux] Doesn't populate video bitrate field
- * 599333 : Segfault with asfdemuxer
- * 599676 : RealAudio file with AC-3 audio no longer plays
- * 600037 : [asfdemux] ASF MPEG4 Part 2 file captured from Linksys WVC200 Camera corrupted/fails
- * 601419 : x264enc crashes
- * 602280 : [asfdemux] fix segmentation fault when utf8 tag name is null
- * 602556 : x264enc and ffenc upstream GstForceKeyUnit handling are not thread-safe
- * 603695 : Innaccurate seeking in MP3 files results in cut off playback
- * 608564 : [ffdec_cook] memory leak
- * 610432 : [asfdemux] handle negative payload timestamps
- * 611473 : [regression] outgoing buffers with a duration of zero
- * 608533 : [real] memory leak in real audio stream via rtsp
- * 610089 : Flash players are unable to show x264 encoded streams
-
-Changes since 0.10.12:
-
- * Improve A52 decoder
- * Add AMR-WB decoder and AMR-NB decoder/encoder based on OpenCore codecs
- * ASF playback improvements
- * Improve mp3 parser and seeking
-
-Bugs fixed since 0.10.12:
-
- * 519721 : [asfdemux] wma tags are not copied when converting to another format
- * 584890 : AMR plugins based on Opencore codecs
- * 585956 : [mp3parse] indexing improvements
- * 590432 : It's only possible to build the mad plugin when building id3tag as well
- * 591348 : AMR plugins should check for opencore-amr .pc files
- * 592787 : a52dec: Allow liba52 to use djbfft based IMDCT transform
- * 596517 : x264 element no longer compiles against changed upstream API
- * 598272 : a52dec leaks input buffers
- * 598370 : Properly detect pre-releases
-
-Changes since 0.10.11:
-
- * Real and WMS RTSP improvements
- * Other cleanups and bug fixes
- * Improve ASF file handling
- * Large MPEG video file support
- * Interlacing support for MPEG video
- * New 'lamemp3dec' mp3 encoder element
- * x264enc moved from -bad
- * Remove id3mux in favour of the new id3tag element in -bad
-
-Bugs fixed since 0.10.11:
-
- * 401173 : [asfdemux] Stream doesn't play, stuck on first frame
- * 494528 : Simplifications of the LAME plugin
- * 574461 : [mpeg2dec] Lower rank and make ffdec_mpeg2video PRIMARY
- * 576305 : twolame plugin does not detet proper version
- * 579058 : [asfdemux] proper handling of RTSP input
- * 580803 : [PLUGIN-MOVE] Move x264enc to -ugly
- * 580869 : dvdsubdec ARGB support
- * 581341 : [lamemp3enc] doesn't build with LAME 3.97: implicit decla...
- * 581756 : [id3mux] replace with something more reliable
- * 582056 : [asfdemux] forcing an EOS on the pipeline doesn't work wi...
- * 582375 : mpeg2dec not building in gst-plugins-ugly
- * 583112 : [asfdemux] extract coverart (WM/Picture tag)
- * 573720 : [mp3parse] Memory leak when playing shoutcast streams
- * 581464 : xing data is being ignored
- * 578524 : synaesthesia MSVC compatibility
-
-Changes since 0.10.10:
-
- * Migrate twolame element from -bad
- * mp3parse improvements
- * Support scaling in the synaesthsia visualisation
- * Improve realmedia streaming, supporting RDT and pnm://
- * Improved ASF demuxing, including streaming-mode seeking
- * Support for 4:4:4 MPEG-2 video
-
-Bugs fixed since 0.10.10:
-
- * 571146 : [mpeg2dec] Probably uses wrong strides for 4:2:2 and 4:4:...
- * 574461 : [mpeg2dec] Lower rank and make ffdec_mpeg2video PRIMARY
- * 454228 : [mpegdemux] problem with mark shuttleworth clip
- * 522699 : pnm:/something.ra streams can't be loaded in Totem from a...
- * 527112 : [real] Can't play several real audio streams
- * 556714 : Real Audio streams not working properly
- * 560348 : plus7.arte.tv plays slooooowly
- * 562065 : mpeg2dec does not handle STATE_SEQUENCE_MODIFIED from > =l...
- * 562086 : mpeg2 stream crashes something in gstreamer
- * 564885 : [mpegstream] memory leak
- * 568836 : [asfdemux] add seeking support when operating in push mode
- * 569317 : [PLUGIN-MOVE] Move twolame plugin from -bad to -ugly
- * 575068 : [mp3parse] deadlock with accurate seeking
- * 335067 : Need RTP ASF depayloader
- * 571358 : [real] file playing stops immediately
-
-Changes since 0.10.9:
-
- * asfdemux and rmdemux fixes
- * RDT support
- * AMR-NB parser improvements
- * Fix a52dec channel output negotiation
- * Compilation fixes for mad, mpeg2dec
-
-Bugs fixed since 0.10.9:
-
- * 546859 : Asfdemux doesn't properly error out on not-linked
- * 536274 : handle flush seeking in amrnbparse
- * 554142 : mad plugin with disable index seeking issue
- * 554150 : mpeg2dec plugin with disable index seeking issue
- * 556184 : [PATCH] mpeg2dec: prefer container's pixel aspect ratio o...
- * 556277 : mp3parse generate discontinuities.
- * 558277 : generic states test fails
- * 559569 : GStreamer mp3 consistent and regular stuttering
- * 559682 : negotiation problem
- * 561161 : [sidplay] Uses GST_CFLAGS for C++
- * 424070 : [amrnbdec] add IF2 handling
- * 536226 : fix query duration
- * 558896 : DVD playing on Vista using dvddemux element seg-faults on...
-
-Changes since 0.10.8:
-
- * Improvements in a52 and mp3 decoding
- * Bug fixes in Xing header muxer
- * MPEG demuxer improvements and dvdreadsrc bug-fixes
- * Fix build with LAME 3.97 and above
- * Fix LAME parameter settings to allow setting the bitrate properly
-
-Bugs fixed since 0.10.8:
-
- * 476149 : Fix and add needed features to dvdnavsrc
- * 490372 : Variable bit rates are limited to 160 kbps in higher qual...
- * 498004 : preset is ignored by lame plugin
- * 540194 : [mpegdemux] Doesn't handle files with a non-zero start ti...
- * 542646 : gstreamer endless loop by zzuf sample
- * 544039 : [lame] Doesn't build with 3.97
- * 545370 : playing some mp3s segfaults
- * 546859 : Asfdemux doesn't properly error out on not-linked
- * 548194 : a52dec doesn't set up segment for raw files correctly.
- * 537235 : [mp3parse] some mp3 files do not play with gstreamer
-
-Changes since 0.10.7:
-
- * ASF demuxer fixes
- * MP3 parsing and Xing header output bug-fixes
- * Real streaming and demuxing improvements
-
-Bugs fixed since 0.10.7:
-
- * 527572 : Crash in volume_process_int32
- * 321857 : [mp3parse] needs to post DURATION message for VBR mp3s
- * 428021 : [mad, mp3parse] better duration estimates for VBR
- * 517985 : [lame] compile error on Solaris, broken GST_ELEMENT_ERROR...
- * 518676 : xingmux doesn't work anymore
- * 518933 : mp3 tags are not copied when converting to another format
- * 521459 : RTSP extension for Real Audio doesn't extract Author, Co...
- * 524346 : Framerate not being displayed correctly on running gst-di...
- * 529488 : [sidplay] Missing sentinel in function call
- * 532807 : [rmdemux] Doesn't properly aggregate flow returns
- * 533581 : [mad] inconsistent use of rate and channels
- * 533832 : [rmdemux] reset variables on flush
-
-Changes since 0.10.6:
-
- * Many bug fixes and improvements
- * Accurate seeking support in mp3
- * xingmux moved from -bad
- * RealMedia and WMS RTSP support
- * LAME mp3 encoder fixes
- * Support non-square pixels in ASF
- * rmdemux fixes
- * amrnb fixes
- * dvdreadsrc seeking fix
- * Initial MPEG-2 reverse playback support
- * New element: dvdsubdec
-
-Bugs fixed since 0.10.6:
-
- * 358891 : [dvdreadsrc] aborts due to src- > cur_pack == dsi_pack.dsi_...
- * 337681 : Seeking problem with MP3s in banshee and rhythmbox
- * 414988 : Stream encoded by lame has gap after decoding
- * 427309 : [rmdemux] trouble playing RV10 video
- * 439390 : [lame] fix up so we can control sample rate conversion
- * 450879 : Missing files in po/POTFILES.in
- * 452025 : ./configure breaks when cross-compiling LAME
- * 454311 : missing xml/{element-synaesthesia-details.xml,plugin-syna...
- * 466442 : amrnbenc has not properties to add header and select band...
- * 495885 : [mpegdemux] unknown stream id 0xbe
- * 500467 : [rmdemux] totem crashed with SIGSEGV
- * 500808 : gstmpeg2dec compile problem in MSVC 6.0
- * 507821 : Skip over broken seektable in Xing headers
- * 511497 : [PLUGIN-MOVE] Move xingheader to gst-plugins-ugly
- * 514297 : mpeg2dec with corrupted packets causes fps denominator so...
- * 515575 : [lame] unit test shows memory leak
- * 515708 : [dvdsubparse] Leaks a pad template
- * 515725 : [xingmux] Fails on big endian systems
- * 516278 : [dvdreadsrc] FORMAT_BYTES based seek stopped working sinc...
- * 516811 : [mp3parse] immediate EOS when playing back AVIs
- * 516989 : [dvdreadsrc] wrong (negative) stream position returned du...
- * 308312 : Make mp3parse plugin implement GST_SEEK_FLAG_ACCURATE
- * 508595 : [lame] wrong output caps in mono encoding mode
- * 140136 : [mpeg] plays choppy in gst-player/totem
- * 448782 : add finalize() to amrnbdec element
- * 491305 : [playbin?] intro-leopard.mov sometimes EOSes immediately,...
- * 504671 : [rtspsrc] spews warnings on setup and shutdown
-
-Changes since 0.10.5:
-
- * fixes in handling of MPEG streams, Real streams and MP3
- * AMR-NB fixes
- * Other bug-fixes and improvements
-
-Bugs fixed since 0.10.5:
-
- * 336370 : [asfdemux] crashes on an assertion in gst_asf_demux_get_v...
- * 332157 : [asfdemux] This WMV file is played very strangely
- * 335760 : [asfdemux] dataflow error when seeking in zeldadslarge.wmv
- * 349779 : [real] can't play ancient RealAudio 1.0/2.0 format files
- * 353116 : [asfdemux] hangs playing some mms stations
- * 365288 : [asfdemux] seeking not very smooth
- * 370020 : [mpeg2dec] continue even after 5 consecutive decoding errors
- * 385292 : [rmdemux] stream index leaked on shutdown
- * 385311 : Memory leak initializing lame mp3 encoder plugin (gstlame.c)
- * 385651 : [asfdemux] Jerky playback of " I love sky "
- * 393890 : [win32] autogenerated win32/common/config.h needed
- * 397219 : [rmdemux] captured realaudio stream with non-zero start p...
- * 403188 : [asfdemux] bug parsing certain stream header object
- * 421594 : [real] doesn't compile if zlib includes are missing
- * 425374 : [asfdemux] seek in WMV rarely works
- * 428698 : [rmdemux] crashes on files with many logical streams
- * 429960 : [mpegdemux] playbin hangs with small external vobsub subt...
- * 431707 : [amrnbparse] make pipeline hang
- * 432533 : [mad, mp3parse] regression: CVS version doesn't parse dur...
- * 438610 : [dvddemux] fails after flushing seek
- * 440120 : [mpegdemux] crashes in gst_mpeg_demux_send_subbuffer() wi...
- * 442706 : [dvdsubdec] crashes when flushing/on seek
- * 444514 : [PATCH] dvdsubdec miscalculates (long) subtitle durations
- * 386218 : [asfdemux] Division by zero when seeking live streams
-
-Changes since 0.10.4:
-
- * Improved asf playback
- * Fixes to MPEG demuxer
- * Improved Real playback
- * Fix crasher bugs in the MPEG video decoder
- * DVD-read-src improvements
- * mp3 parser fixes
-
-Bugs fixed since 0.10.4:
-
- * 361584 : [mpeg2dec] framerate=0/0 on caps leads to crash
- * 162417 : [mpeg] movie skips
- * 340433 : [dvdread] fails to play certain DVDs with playbin and Totem
- * 348002 : AC3 5.1 foreground movie sound cannot be heard in Totem/g...
- * 350761 : [a52dec] Select output format based on peer element caps
- * 350778 : [mpegdemux] Send update newsegments
- * 356004 : [mpeg2dec] memory corruption
- * 361140 : [lame] lame bitrate=196 errors out in setup
- * 362639 : Fixes compiling with forte: warning clean up (part 6)
- * 369627 : [mpeg2dec] unit test addition and memleak fix
- * 374760 : [PATCH] last buffer sent by lame may not have (valid) tim...
- * 374914 : this mp4 video doesn't play correctly (codec problem)
- * 384447 : totem crashes while trying to play dvd on ppc
- * 385192 : mpegparse accesses random memory
- * 334322 : [mpegdemux] playbin freezes with VobSub subtitles
- * 384989 : misparsing of Real Media mux leads to buffer overrun
- * 384996 : Tailored or broken Real Media mux file crashes RM demuxer
- * 327350 : [mpeg2dec] altivec crashes on misaligned buffers
- * 350723 : [mad] Wrong output buffer timestamping
-
-Bugs fixed since 0.10.3:
-
- * 329184 : [lame] remove tag writing support
- * 345694 : [dvdreadsrc] crash with 'who wants to be a millionnaire' ...
- * 349035 : [asfdemux] should error out on encrypted WMV stream
- * 341677 : massive memory leak with mpeg2 video in AVI
- * 321609 : [mpegstream] flush packetizer cache on discontinuities
- * 323658 : [id3mux] Changing of ID3 tags is broken in gstreamer
- * 335288 : Totem Crashes on Certain .mpg Files
- * 336550 : [asfdemux] only first video frames are displayed with som...
- * 336824 : [mad] returns incorrect duration to queries in BYTES format
- * 337834 : [dvddemux] seeking in DVDs doesn't work
- * 339287 : [lame] segfault if EOS before setcaps
- * 340594 : [mad] does not publish supported query formats
- * 340710 : [lame] typo in event handler
- * 341254 : [asfdemux] gst_tag_list_get_string_index assertion
- * 342222 : [amrnb] can't play AMR Narrowband from cellphone (S.E. W800)
- * 342594 : [mad] should send new-segment before pad_alloc_buffer
- * 343763 : [asfdemux] broken audio and unrecognised 2nd audio stream
- * 345184 : [mpeg2dec] crash with video with pixel_width and pixel_he...
- * 347029 : Minor mistake in comment
- * 347292 : [rmdemux] Realaudio files with 'cook' audio 'stutter'
- * 348786 : lame put lots of 0's at start of mp3
- * 350044 : [dvdsubdec] outputs buffers with negative durations
- * 350895 : [dvdreadsrc] wrong use of debugging causes fatal warning
- * 343627 : Add QoS to mpeg2dec
- * 344667 : [siddec] sounds very broken
- * 350554 : [patch] assertation failed trying to play .ac3 files
-
-Features since 0.10.2:
-
- * dvdsubdec ported
- * fixes in mpeg2dec, asfdemux, mpegdemux, dvddemux, rmdemux,
- mpegparse, amrnb, mad, lame, a52dec
-
-Bugs fixed since 0.10.2:
-
- * 300682 : [mpeg2dec] fails to play mpgtx -j joined files to the end
- * 317310 : Cant play swedish radio station " P3 "
- * 320022 : [asfdemux] borks on a particular mms asf stream
- * 323023 : [rmdemux] stops immediately if there are unlinked source ...
- * 326598 : [mpegstream] does not handle timestamp overflow correctly
- * 327356 : gst-plugins-ugly fails to build with GCC 4.1
- * 328957 : [mpegstream] fix build with gcc 2.95
- * 331588 : [rmdemux] realmedia files with AC3 don't work
- * 331838 : build problem caused by AS_LIBTOOL_TAGS([CXX])
- * 331842 : should check for mad and id3tag headers, not libs
- * 332796 : [asfdemux] cannot play an ASF stream
- * 333345 : [lame] fix some memory leaks
- * 333683 : [id3mux] patch to add support for GST_TAG_ALBUM_VOLUME_NU...
- * 334550 : Some ac3 files fail to play
- * 336097 : [asfdemux] live ASF streams do not work
- * 336387 : [mpegdemux] reffing null caps
-
-
-Features since 0.10.1:
-
- * DVD Title source (dvdreadsrc) ported (DVD Menus in a future release)
- * ASF demuxer ported
- * Fixes for MPEG demuxing
- * Fixes for the MAD MP3 decoder
- * Fixes for the LAME MP3 encoder
- * ID3 tag reading has moved to id3demux in gst-plugins-good
- * Fixes for the Real Media demuxer
- * Various other fixes
-
-Bugs fixed since 0.10.1:
-
- * 171528 : SIGFPE in gstasf with http://joule.via.ecp.fr/~lool/debia...
- * 317872 : Cannot demux ASF/WMV files with auxillary (non-audio/vide...
- * 319782 : Lame encoding is broken with vbr=vbr-new and vbr-quality=9
- * 326711 : [mpegdemux] does not negotiate source pads
- * 326734 : [mad] Add 24-bit output support
- * 329575 : misc bugfixes for mad from 0.8
- * 331035 : [asfdemux] port to 0.10
- * 331301 : [mpeg2dec] strides issues when cropping
- * 330844 : mpeg2dec crashes with " cropped " MPEG videos
- * 331579 : Set asfdemux rank to secondary
- * 313838 : totem hangs after playing an amazon sample
-
-Features since 0.10.0:
-
- * fixes in dvddemux, mpegdemux, mad, iec958
- * removed id3demux (new version in gst-plugins-good)
-
-Bugs fixed since 0.10.0:
-
- * 322049 : [id3demux] should support pull range
- * 322856 : [mpeg2dec] Use of wrong variables
- * 322857 : [mpeg2dec] Seeking in byte format
- * 325652 : many plugins don't pass unhandled queries upstream
-
-API added since 0.10.0:
-
- * AC3IEC::raw-audio
-
-Bugs fixed since 0.9.7:
-
- * 323199 : Remove id3tag element (replaced by id3demux and id3mux)
-
-Changes since 0.9.6:
-
- * mpegstream fixes
-
-Bugs fixed since 0.9.6:
-
- * 319784 : mad claims to need more data
- * 322745 : [mpegdemux] segfaults
-
-Changes since 0.9.5:
-
- * mpegstream ported
- * fractional framerates
-
-Bugs fixed since 0.9.5:
-
- * 319862 : Partial mpegstream/dvddemux port
- * 321955 : gst-plugins-ugly fail to compile
-
-Changes since 0.9.3:
-
- * rmdemux fixes
- * a52dec ported
-
-Bugs fixed since 0.9.3:
-
- * 318849 : [a52dec] ported to gstreamer 0.9
-
-Changes since 0.9.1:
-
- * lame, rmdemux, iec958 fixes
diff --git a/RELEASE b/RELEASE
index a89531cb..cd522e85 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,15 +1,16 @@
-Release notes for GStreamer Ugly Plug-ins 0.10.18 "Extra Life"
+Release notes for GStreamer Ugly Plug-ins 0.11.1 "Moonlapse Vertigo"
The GStreamer team is proud to announce a new release
-in the 0.10.x stable series of the
+in the 0.11.x unstable series of the
GStreamer Ugly Plug-ins.
-The 0.10.x series is a stable series targeted at end users.
-It is not API or ABI compatible with the stable 0.8.x series.
-It is, however, parallel installable with the 0.8.x series.
+The 0.11.x series is an unstable series targeted at developers and will
+eventually lead up to the stable 1.0 series.
+It is not API or ABI compatible with the stable 0.10.x series.
+It is, however, parallel installable with the 0.10.x series.
@@ -55,34 +56,11 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release
- * amrwbdec: avoid stalling on invalid frame
- * asfpacket: don't rely on data from duration extension
- * dvdsubdec: Implement clipping if the video size is smaller than the subpicture size
- * dvdsubdec: Output only a single buffer per subpicture and set the correct duration
- * lamemp3enc: implement sinkpad get_caps() function to proxy rate and channels restrictions from downstream
- * mad: build the mad plugin even if libid3tag is not available
- * mpeg2dec: do not fail fatally when downstream is unlinked (let upstream handle that)
- * mpeg2dec: don't deadlock when setting an index
- * mpegstream: increase allowable gap between streams
- * x264enc: allow changing the bitrate and quantitizers dynamically
- * x264enc: don't register flags with a value of 0
- * x264enc: implement getcaps function to proxy downstream caps restrictions upstream
- * x264enc: make tag event writable before modifying tag list in place
- * x264enc: set max bitrate in quality mode
-
-Bugs fixed in this release
-
- * 539708 : [mpegstream] Increase allowable gap between streams
- * 607698 : asfdemux: fix parsing of packets with padding
- * 619136 : [dvdsubdec] spits out buffers at video framerate
- * 621663 : x264enc: support changing bitrate property on the fly
- * 639291 : [xingmux] Return NULL instead of 0 for a function returning gboolean
- * 639715 : amrparse: seek error with EOS
- * 640272 : x264enc: make tag event writable before modifying tag list in place
- * 641151 : lame: doesn't negotiate sample rate properly
- * 642360 : x264enc: Don't register flags which have 0 as a value
- * 644704 : [dvdsubedc] no SPU clipping implemented
- * 647709 : mpeg2dec: errors out on not-linked flow return
+ * Parallel installability with 0.10.x series
+ * Many cleanups
+ * Ported to new 0.11 core API changes
+There were no bugs fixed in this release
+
Download
@@ -111,17 +89,24 @@ Applications
Contributors to this release
- * Brendan Le Foll
+ * Alessandro Decina
+ * Brian Gitonga Marete
+ * Christian Fredrik Kalager Schaller
+ * David Schleef
* Edward Hervey
- * Luis de Bethencourt
+ * Julien Isorce
* Mark Nauwelaerts
- * Miguel Angel Cabrera Moya
+ * Matej Knopp
* Olivier Crête
+ * René Stadler
+ * Robert Swain
* Sebastian Dröge
- * Sjoerd Simons
* Stefan Kost
- * Thibault Saunier
+ * Stefan Sauer
+ * Thiago Santos
+ * Thomas Vander Stichele
* Tim-Philipp Müller
* Vincent Penquerc'h
- * Yang Xichuan
+ * Wim Taymans
+ * Руслан Ижбулатов
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index d6cc49b1..1273b2d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease
-AC_INIT(GStreamer Ugly Plug-ins, 0.11.0.1,
+AC_INIT(GStreamer Ugly Plug-ins, 0.11.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-ugly)
@@ -52,8 +52,8 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.11.0
-GSTPB_REQ=0.11.0
+GST_REQ=0.11.2
+GSTPB_REQ=0.11.2
dnl *** autotools stuff ****
diff --git a/docs/plugins/gst-plugins-ugly-plugins.args b/docs/plugins/gst-plugins-ugly-plugins.args
index f9a01d72..65f70f54 100644
--- a/docs/plugins/gst-plugins-ugly-plugins.args
+++ b/docs/plugins/gst-plugins-ugly-plugins.args
@@ -81,7 +81,7 @@
<ARG>
<NAME>GstCdioCddaSrc::read-speed</NAME>
<TYPE>gint</TYPE>
-<RANGE>[-1,100]</RANGE>
+<RANGE>[G_MAXULONG,100]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Read speed</NICK>
<BLURB>Read from device at the specified speed (-1 = default).</BLURB>
@@ -530,12 +530,12 @@
<ARG>
<NAME>GstSidDec::blocksize</NAME>
-<TYPE>gulong</TYPE>
+<TYPE>guint</TYPE>
<RANGE>>= 1</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Block size</NICK>
<BLURB>Size in bytes to output per buffer.</BLURB>
-<DEFAULT></DEFAULT>
+<DEFAULT>4096</DEFAULT>
</ARG>
<ARG>
diff --git a/docs/plugins/gst-plugins-ugly-plugins.hierarchy b/docs/plugins/gst-plugins-ugly-plugins.hierarchy
index 0761de54..af212fa7 100644
--- a/docs/plugins/gst-plugins-ugly-plugins.hierarchy
+++ b/docs/plugins/gst-plugins-ugly-plugins.hierarchy
@@ -3,20 +3,23 @@ GObject
GstObject
GstBus
GstClock
+ GstControlBinding
+ GstControlSource
GstElement
- GstA52Dec
GstASFDemux
GstAudioDecoder
+ GstA52Dec
GstAmrnbDec
GstAmrwbDec
+ GstMad
GstAudioEncoder
GstAmrnbEnc
GstLameMP3Enc
GstTwoLame
- GstBaseRTPDepayload
- GstRtpAsfDepay
GstBaseSrc
GstPushSrc
+ GstAudioCdSrc
+ GstCdioCddaSrc
GstDvdReadSrc
GstPNMSrc
GstBin
@@ -24,11 +27,12 @@ GObject
GstDvdLpcmDec
GstDvdSubDec
GstDvdSubParse
- GstMad
GstMpeg2dec
GstRDTDepay
GstRDTManager
GstRMDemux
+ GstRTPBaseDepayload
+ GstRtpAsfDepay
GstRTSPReal
GstRTSPWMS
GstRealAudioDemux
@@ -39,7 +43,6 @@ GObject
GstPlugin
GstPluginFeature
GstElementFactory
- GstIndexFactory
GstTypeFindFactory
GstRegistry
GstTask
diff --git a/docs/plugins/gst-plugins-ugly-plugins.interfaces b/docs/plugins/gst-plugins-ugly-plugins.interfaces
index 0dd06193..cb81422c 100644
--- a/docs/plugins/gst-plugins-ugly-plugins.interfaces
+++ b/docs/plugins/gst-plugins-ugly-plugins.interfaces
@@ -1,4 +1,5 @@
GstAmrnbEnc GstPreset
+GstAudioCdSrc GstURIHandler
GstAudioEncoder GstPreset
GstBin GstChildProxy
GstCddaBaseSrc GstURIHandler
diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml
index b11ce085..fb1b7702 100644
--- a/docs/plugins/inspect/plugin-a52dec.xml
+++ b/docs/plugins/inspect/plugin-a52dec.xml
@@ -3,10 +3,10 @@
<description>Decodes ATSC A/52 encoded audio streams</description>
<filename>../../ext/a52dec/.libs/libgsta52dec.so</filename>
<basename>libgsta52dec.so</basename>
- <version>0.11.0.1</version>
+ <version>0.11.1</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -26,7 +26,7 @@
<name>src</name>
<direction>source</direction>
<presence>always</presence>
- <details>audio/x-raw, format=(string)F32LE, rate=(int)[ 4000, 96000 ], channels=(int)[ 1, 6 ]</details>
+ <details>audio/x-raw, format=(string)F32LE, layout=(string)interleaved, rate=(int)[ 4000, 96000 ], channels=(int)[ 1, 6 ]</details>
</caps>
</pads>
</element>
diff --git a/docs/plugins/inspect/plugin-amrnb.xml b/docs/plugins/inspect/plugin-amrnb.xml
index 4e853fc4..9073b73f 100644
--- a/docs/plugins/inspect/plugin-amrnb.xml
+++ b/docs/plugins/inspect/plugin-amrnb.xml
@@ -3,10 +3,10 @@
<description>Adaptive Multi-Rate Narrow-Band</description>
<filename>../../ext/amrnb/.libs/libgstamrnb.so</filename>
<basename>libgstamrnb.so</basename>
- <version>0.11.0.1</version>
+ <version>0.11.1</version>
<license>unknown</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -26,7 +26,7 @@
<name>src</name>
<direction>source</direction>
<presence>always</presence>
- <details>audio/x-raw, format=(string)S16LE, rate=(int)8000, channels=(int)1</details>
+ <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)8000, channels=(int)1</details>
</caps>
</pads>
</element>
@@ -41,7 +41,7 @@
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
- <details>audio/x-raw, format=(string)S16LE, rate=(int)8000, channels=(int)1</details>
+ <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)8000, channels=(int)1</details>
</caps>
<caps>
<name>src</name>
diff --git a/docs/plugins/inspect/plugin-amrwbdec.xml b/docs/plugins/inspect/plugin-amrwbdec.xml
index 56bec839..c29df7cd 100644
--- a/docs/plugins/inspect/plugin-amrwbdec.xml
+++ b/docs/plugins/inspect/plugin-amrwbdec.xml
@@ -3,10 +3,10 @@
<description>Adaptive Multi-Rate Wide-Band Decoder</description>
<filename>../../ext/amrwbdec/.libs/libgstamrwbdec.so</filename>
<basename>libgstamrwbdec.so</basename>
- <version>0.11.0.1</version>
+ <version>0.11.1</version>
<license>unknown</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -26,7 +26,7 @@
<name>src</name>
<direction>source</direction>
<presence>always</presence>
- <details>audio/x-raw, format=(string)S16LE, rate=(int)16000, channels=(int)1</details>
+ <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)16000, channels=(int)1</details>
</caps>
</pads>
</element>
diff --git a/docs/plugins/inspect/plugin-asf.xml b/docs/plugins/inspect/plugin-asf.xml
index 1efbad66..d2eddea0 100644
--- a/docs/plugins/inspect/plugin-asf.xml
+++ b/docs/plugins/inspect/plugin-asf.xml
@@ -3,10 +3,10 @@
<description>Demuxes and muxes audio and video in Microsofts ASF format</description>
<filename>../../gst/asfdemux/.libs/libgstasf.so</filename>
<basename>libgstasf.so</basename>
- <version>0.11.0.1</version>
+ <version>0.11.1</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-cdio.xml b/docs/plugins/inspect/plugin-cdio.xml
index 4a8edcb7..cd857a64 100644
--- a/docs/plugins/inspect/plugin-cdio.xml
+++ b/docs/plugins/inspect/plugin-cdio.xml
@@ -3,10 +3,10 @@
<description>Read audio from audio CDs</description>
<filename>../../ext/cdio/.libs/libgstcdio.so</filename>
<basename>libgstcdio.so</basename>
- <version>0.10.18.1</version>
+ <version>0.11.1</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -20,7 +20,7 @@
<name>src</name>
<direction>source</direction>
<presence>always</presence>
- <details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2</details>
+ <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)44100, channels=(int)2</details>
</caps>
</pads>
</element>
diff --git a/docs/plugins/inspect/plugin-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml
index 3f8a250a..e20d4b82 100644
--- a/docs/plugins/inspect/plugin-dvdlpcmdec.xml
+++ b/docs/plugins/inspect/plugin-dvdlpcmdec.xml
@@ -3,10 +3,10 @@
<description>Decode DVD LPCM frames into standard PCM</description>
<filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
<basename>libgstdvdlpcmdec.so</basename>
- <version>0.11.0.1</version>
+ <version>0.11.1</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -26,7 +26,7 @@
<name>src</name>
<direction>source</direction>
<presence>always</presence>
- <details>audio/x-raw, format=(string){ S16BE, S24BE }, rate=(int){ 32000, 44100, 48000, 96000 }, channels=(int)[ 1, 8 ]</details>
+ <details>audio/x-raw, format=(string){ S16BE, S24BE }, layout=(string)interleaved, rate=(int){ 32000, 44100, 48000, 96000 }, channels=(int)[ 1, 8 ]</details>
</caps>
</pads>
</element>
diff --git a/docs/plugins/inspect/plugin-dvdread.xml b/docs/plugins/inspect/plugin-dvdread.xml
index 1ba53854..b16c39e0 100644
--- a/docs/plugins/inspect/plugin-dvdread.xml
+++ b/docs/plugins/inspect/plugin-dvdread.xml
@@ -3,10 +3,10 @@
<description>Access a DVD with dvdread</description>
<filename>../../ext/dvdread/.libs/libgstdvdread.so</filename>
<basename>libgstdvdread.so</basename>
- <version>0.11.0.1</version>
+ <version>0.11.1</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-dvdsub.xml b/docs/plugins/inspect/plugin-dvdsub.xml
index 289991ae..baf4ee23 100644
--- a/docs/plugins/inspect/plugin-dvdsub.xml
+++ b/docs/plugins/inspect/plugin-dvdsub.xml
@@ -3,10 +3,10 @@
<description>DVD subtitle parser and decoder</description>
<filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename>
<basename>libgstdvdsub.so</basename>
- <version>0.11.0.1</version>
+ <version>0.11.1</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-lame.xml b/docs/plugins/inspect/plugin-lame.xml
index 11ccfe76..6c1bf6a6 100644
--- a/docs/plugins/inspect/plugin-lame.xml
+++ b/docs/plugins/inspect/plugin-lame.xml
@@ -3,10 +3,10 @@
<description>Encode MP3s with LAME</description>
<filename>../../ext/lame/.libs/libgstlame.so</filename>
<basename>libgstlame.so</basename>
- <version>0.11.0.1</version>
+ <version>0.11.1</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -20,7 +20,7 @@
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
- <details>audio/x-raw, format=(string)S16LE, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</details>
+ <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)1; audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)2, channel-mask=(bitmask)0x0000000000000003</details>
</caps>
<caps>
<name>src</name>
diff --git a/docs/plugins/inspect/plugin-mad.xml b/docs/plugins/inspect/plugin-mad.xml
index 97eb1dcb..8c43c6d5 100644
--- a/docs/plugins/inspect/plugin-mad.xml
+++ b/docs/plugins/inspect/plugin-mad.xml
@@ -3,10 +3,10 @@
<description>mp3 decoding based on the mad library</description>
<filename>../../ext/mad/.libs/libgstmad.so</filename>
<basename>libgstmad.so</basename>
- <version>0.11.0.1</version>
+ <version>0.11.1</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -26,7 +26,7 @@
<name>src</name>
<direction>source</direction>
<presence>always</presence>
- <details>audio/x-raw, format=(string)S32LE, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</details>
+ <details>audio/x-raw, format=(string)S32LE, layout=(string)interleaved, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</details>
</caps>
</pads>
</element>
diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml
index 55d2ccf6..e91887fc 100644
--- a/docs/plugins/inspect/plugin-mpeg2dec.xml
+++ b/docs/plugins/inspect/plugin-mpeg2dec.xml
@@ -3,10 +3,10 @@
<description>LibMpeg2 decoder</description>
<filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
<basename>libgstmpeg2dec.so</basename>
- <version>0.11.0.1</version>
+ <version>0.11.1</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-realmedia.xml b/docs/plugins/inspect/plugin-realmedia.xml
index a1489389..e91b0f39 100644
--- a/docs/plugins/inspect/plugin-realmedia.xml
+++ b/docs/plugins/inspect/plugin-realmedia.xml
@@ -3,10 +3,10 @@
<description>RealMedia support plugins</description>
<filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
<basename>libgstrmdemux.so</basename>
- <version>0.11.0.1</version>
+ <version>0.11.1</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-siddec.xml b/docs/plugins/inspect/plugin-siddec.xml
index cdba9a70..e789609a 100644
--- a/docs/plugins/inspect/plugin-siddec.xml
+++ b/docs/plugins/inspect/plugin-siddec.xml
@@ -3,10 +3,10 @@
<description>Uses libsidplay to decode .sid files</description>
<filename>../../ext/sidplay/.libs/libgstsid.so</filename>
<basename>libgstsid.so</basename>
- <version>0.11.0.1</version>
+ <version>0.11.1</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -26,7 +26,7 @@
<name>src</name>
<direction>source</direction>
<presence>always</presence>
- <details>audio/x-raw, format=(string){ S8, U8, S16LE, U16LE }, rate=(int)[ 8000, 48000 ], channels=(int)[ 1, 2 ]</details>
+ <details>audio/x-raw, format=(string){ S16LE, U16LE, S8, U8 }, layout=(string)interleaved, rate=(int)[ 8000, 48000 ], channels=(int)[ 1, 2 ]</details>
</caps>
</pads>
</element>
diff --git a/docs/plugins/inspect/plugin-twolame.xml b/docs/plugins/inspect/plugin-twolame.xml
index d010afdb..042816ba 100644
--- a/docs/plugins/inspect/plugin-twolame.xml
+++ b/docs/plugins/inspect/plugin-twolame.xml
@@ -3,10 +3,10 @@
<description>Encode MP2s with TwoLAME</description>
<filename>../../ext/twolame/.libs/libgsttwolame.so</filename>
<basename>libgsttwolame.so</basename>
- <version>0.11.0.1</version>
+ <version>0.11.1</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -20,7 +20,7 @@
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
- <details>audio/x-raw, format=(string){ F32LE, S16LE }, rate=(int){ 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</details>
+ <details>audio/x-raw, format=(string){ F32LE, S16LE }, layout=(string)interleaved, rate=(int){ 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)1; audio/x-raw, format=(string){ F32LE, S16LE }, layout=(string)interleaved, rate=(int){ 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)2, channel-mask=(bitmask)0x0000000000000003</details>
</caps>
<caps>
<name>src</name>
diff --git a/docs/plugins/inspect/plugin-x264.xml b/docs/plugins/inspect/plugin-x264.xml
index 410fba58..1c978805 100644
--- a/docs/plugins/inspect/plugin-x264.xml
+++ b/docs/plugins/inspect/plugin-x264.xml
@@ -3,10 +3,10 @@
<description>libx264-based H264 plugins</description>
<filename>../../ext/x264/.libs/libgstx264.so</filename>
<basename>libgstx264.so</basename>
- <version>0.11.0.1</version>
+ <version>0.11.1</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -26,7 +26,7 @@
<name>src</name>
<direction>source</direction>
<presence>always</presence>
- <details>video/x-h264, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], stream-format=(string){ byte-stream, avc }, alignment=(string){ au }, profile=(string){ high-10, high, main, constrained-baseline, high-10-intra }</details>
+ <details>video/x-h264, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], stream-format=(string){ byte-stream, avc }, alignment=(string){ au }, profile=(string){ high-10, high, main, baseline, constrained-baseline, high-10-intra }</details>
</caps>
</pads>
</element>
diff --git a/gst-plugins-ugly.doap b/gst-plugins-ugly.doap
index 65b8db2b..a224f02e 100644
--- a/gst-plugins-ugly.doap
+++ b/gst-plugins-ugly.doap
@@ -35,6 +35,17 @@ might be widely known to present patent problems.
<release>
<Version>
+ <revision>0.11.1</revision>
+ <branch>0.11</branch>
+ <name>Moonlapse Vertigo</name>
+ <created>2012-02-16</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.11.1.tar.bz2" />
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.11.1.tar.gz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>0.10.18</revision>
<branch>0.10</branch>
<name>Extra Life</name>
diff --git a/po/af.po b/po/af.po
index 2d09f02a..2a51292a 100644
--- a/po/af.po
+++ b/po/af.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.7.6\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2004-03-18 14:16+0200\n"
"Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n"
"Language-Team: Afrikaans <i18n@af.org.za>\n"
diff --git a/po/az.po b/po/az.po
index def8bd2b..7f74a77c 100644
--- a/po/az.po
+++ b/po/az.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-0.8.0\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2004-03-19 18:29+0200\n"
"Last-Translator: Metin Amiroff <metin@karegen.com>\n"
"Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
diff --git a/po/bg.po b/po/bg.po
index 5ea43dab..22285c69 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2011-04-26 22:34+0300\n"
"Last-Translator: Alexander Shopov <ash@kambanaria.org>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
diff --git a/po/ca.po b/po/ca.po
index b0012010..bb13f675 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -2,26 +2,28 @@
# Copyright © 2004, 2005, 2010 Free Software Foundation, Inc.
# This file is put in the public domain.
# Jordi Mallach <jordi@sindominio.net>, 2004, 2005, 2010.
+# Jordi Estrada <jordi.estrada@yamaha-motor.es>, 2011.
+# Gil Forcada <gforcada@gnome.org>, 2012.
#
msgid ""
msgstr ""
-"Project-Id-Version: gst-plugins-ugly 0.10.14.2\n"
+"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
-"PO-Revision-Date: 2010-11-04 23:22+0100\n"
-"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
+"PO-Revision-Date: 2012-01-01 14:19+0100\n"
+"Last-Translator: Gil Forcada <gforcada@gnome.org>\n"
"Language-Team: Catalan <ca@dodds.net>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n!=1;\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
msgid "Could not read from CD."
msgstr "No s'ha pogut llegir des del CD."
msgid "Could not open CD device for reading."
-msgstr "No s'ha pogut obrir el dispositiu de CD per a llegir."
+msgstr "No s'ha pogut obrir el dispositiu de CD per a lectura."
msgid "Disc is not an Audio CD."
msgstr "El disc no és un CD d'àudio."
@@ -43,22 +45,23 @@ msgid ""
"element"
msgstr ""
"No s'ha pogut obrir el títol %d del DVD. Els títols interactius no són "
-"implementats per aquest element"
+"compatibles amb aquest element"
msgid ""
"Could not read DVD. This may be because the DVD is encrypted and a DVD "
"decryption library is not installed."
msgstr ""
+"No s'ha pogut llegir el DVD. Possiblement el DVD està encriptat i la "
+"biblioteca de desencriptació de DVD no està instal·lada."
-#, fuzzy
msgid "Could not read DVD."
-msgstr "No s'ha pogut obrir el DVD"
+msgstr "No s'ha pogut llegir el DVD."
#, fuzzy
msgid ""
"Failed to configure LAME mp3 audio encoder. Check your encoding parameters."
msgstr ""
-"No s'ha pogut configurar el codificador TwoLAME. Comproveu els paràmetres de "
+"No s'ha pogut configurar el codificador LAME. Comproveu els paràmetres de "
"codificació."
#, c-format
@@ -79,10 +82,3 @@ msgstr "Aquest flux no conté dades."
msgid "Internal data stream error."
msgstr "S'ha produït un error intern de flux de dades."
-
-#, fuzzy
-#~ msgid ""
-#~ "Failed to configure LAMEMP3ENC encoder. Check your encoding parameters."
-#~ msgstr ""
-#~ "No s'ha pogut configurar el codificador LAME. Comproveu els paràmetres de "
-#~ "codificació."
diff --git a/po/cs.po b/po/cs.po
index 7414d8b5..297f484d 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly-0.10.10.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2009-03-16 03:46+0100\n"
"Last-Translator: Petr Kovar <pknbe@volny.cz>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
diff --git a/po/da.po b/po/da.po
index 68327d55..50138168 100644
--- a/po/da.po
+++ b/po/da.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly-0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2011-04-28 03:56+0100\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
diff --git a/po/de.po b/po/de.po
index d8eb15a7..2aa6704e 100644
--- a/po/de.po
+++ b/po/de.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2011-04-28 00:04+0200\n"
"Last-Translator: Christian Kirbach <christian.kirbach@googlemail.com>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
diff --git a/po/el.po b/po/el.po
index 1aaa2e1a..ca07d14a 100644
--- a/po/el.po
+++ b/po/el.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.12.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2009-07-29 18:18+0300\n"
"Last-Translator: Simos Xenitellis <simos.lists@googlemail.com>\n"
"Language-Team: Greek <team@lists.gnome.gr>\n"
diff --git a/po/en_GB.po b/po/en_GB.po
index b3555f81..a2509d0a 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2004-04-26 10:41-0400\n"
"Last-Translator: Gareth Owen <gowen72@yahoo.com>\n"
"Language-Team: English (British) <en_gb@li.org>\n"
diff --git a/po/eo.po b/po/eo.po
index 774cfc8d..dcdcb3fe 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-12-10 15:17+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2011-06-04 22:24+0200\n"
"Last-Translator: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>\n"
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
@@ -55,7 +55,9 @@ msgstr ""
msgid "Could not read DVD."
msgstr "Ne eblis legi la DVD-n."
-msgid "Failed to configure LAME encoder. Check your encoding parameters."
+#, fuzzy
+msgid ""
+"Failed to configure LAME mp3 audio encoder. Check your encoding parameters."
msgstr "Fiaskis agordi la LAME-kodilon. Kontrolu viajn kodad-parametrojn."
#, c-format
diff --git a/po/es.po b/po/es.po
index e0046035..322598ed 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1,14 +1,14 @@
-# translation of gst-plugins-ugly-0.10.10.2.po to Español
+# translation of gst-plugins-ugly-0.10.17.2.po to Español
# spanish translation for gst-plugins-ugly
# This file is put in the public domain.
+# Jorge González <jorgegonz@svn.gnome.org>, 2007, 2009, 2011.
#
-# Jorge González González <aloriel@gmail.com>, 2007, 20, 2009.
msgid ""
msgstr ""
-"Project-Id-Version: gst-plugins-ugly 0.10.10.2\n"
+"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
-"PO-Revision-Date: 2009-04-04 13:32+0200\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
+"PO-Revision-Date: 2011-10-02 15:45+0200\n"
"Last-Translator: Jorge González González <aloriel@gmail.com>\n"
"Language-Team: Spanish <es@li.org>\n"
"Language: es\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
msgid "Could not read from CD."
msgstr "No se pudo leer del CD."
@@ -50,16 +50,17 @@ msgid ""
"Could not read DVD. This may be because the DVD is encrypted and a DVD "
"decryption library is not installed."
msgstr ""
+"No se pudo leer el DVD. Puede ser debido a que el DVD está cifrado y la "
+"biblioteca de descifrado del DVD no está instalada."
-#, fuzzy
msgid "Could not read DVD."
-msgstr "No se pudo abrir el DVD"
+msgstr "No se pudo leer el DVD."
#, fuzzy
msgid ""
"Failed to configure LAME mp3 audio encoder. Check your encoding parameters."
msgstr ""
-"Falló al configurar el codificador TwoLAME. Compruebe sus parámetros de "
+"Falló al configurar el codificador LAME. Compruebe sus parámetros de "
"codificación."
#, c-format
@@ -81,13 +82,6 @@ msgstr "Este medio no contiene datos."
msgid "Internal data stream error."
msgstr "Error del flujo de datos interno."
-#, fuzzy
-#~ msgid ""
-#~ "Failed to configure LAMEMP3ENC encoder. Check your encoding parameters."
-#~ msgstr ""
-#~ "Falló al configurar el codificador LAME. Compruebe sus parámetros de "
-#~ "codificación."
-
#~ msgid "Invalid title information on DVD."
#~ msgstr "Información del título del DVD no válida."
diff --git a/po/eu.po b/po/eu.po
index dff8b80b..5961e989 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly-0.10.13.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2010-03-07 13:12+0200\n"
"Last-Translator: Mikel Olasagasti Uranga <hey_neken@mundurat.net>\n"
"Language-Team: Basque <translation-team-eu@lists.sourceforge.net>\n"
diff --git a/po/fi.po b/po/fi.po
index e663ec9c..b6c7b1b9 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.10.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2009-03-10 20:41+0200\n"
"Last-Translator: Tommi Vainikainen <Tommi.Vainikainen@iki.fi>\n"
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
diff --git a/po/fr.po b/po/fr.po
index bff39d90..e3f46cd8 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2011-04-28 09:25+0200\n"
"Last-Translator: Claude Paroz <claude@2xlibre.net>\n"
"Language-Team: French <traduc@traduc.org>\n"
diff --git a/po/gl.po b/po/gl.po
index ebb2bb8d..c225848f 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.14.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2010-05-30 15:49+0200\n"
"Last-Translator: Fran Diéguez <frandieguez@ubuntu.com>\n"
"Language-Team: Galician <proxecto@trasno.net>\n"
diff --git a/po/hu.po b/po/hu.po
index 62346dd8..6529fd15 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.10.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2009-04-20 01:48+0200\n"
"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
diff --git a/po/id.po b/po/id.po
index fc959eca..a947112c 100644
--- a/po/id.po
+++ b/po/id.po
@@ -1,13 +1,13 @@
# Indonesian translations for gst-plugins-ugly package.
# This file is put in the public domain.
-# Andhika Padmawan <andhika.padmawan@gmail.com>, 2009.
+# Andhika Padmawan <andhika.padmawan@gmail.com>, 2009-2012.
#
msgid ""
msgstr ""
-"Project-Id-Version: gst-plugins-ugly 0.10.11.2\n"
+"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
-"PO-Revision-Date: 2009-06-13 22:02+0700\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
+"PO-Revision-Date: 2012-01-28 11:39+0700\n"
"Last-Translator: Andhika Padmawan <andhika.padmawan@gmail.com>\n"
"Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
"Language: id\n"
@@ -47,15 +47,16 @@ msgid ""
"Could not read DVD. This may be because the DVD is encrypted and a DVD "
"decryption library is not installed."
msgstr ""
+"Tak dapat membaca DVD. Hal ini karena DVD terenkripsi dan pustaka dekripsi "
+"DVD tidak diinstal."
-#, fuzzy
msgid "Could not read DVD."
-msgstr "Tak dapat membuka DVD"
+msgstr "Tak dapat membaca DVD."
#, fuzzy
msgid ""
"Failed to configure LAME mp3 audio encoder. Check your encoding parameters."
-msgstr "Gagal mengatur penyandi TwoLAME. Cek parameter penyandian anda."
+msgstr "Gagal mengatur penyandi LAME. Cek parameter penyandian anda."
#, c-format
msgid ""
@@ -74,11 +75,6 @@ msgstr "Arus ini tidak berisi data."
msgid "Internal data stream error."
msgstr "Galat arus data internal."
-#, fuzzy
-#~ msgid ""
-#~ "Failed to configure LAMEMP3ENC encoder. Check your encoding parameters."
-#~ msgstr "Gagal mengatur penyandi LAME. Cek parameter penyandian anda."
-
#~ msgid "Invalid title information on DVD."
#~ msgstr "Informasi judul tidak sah pada DVD."
diff --git a/po/it.po b/po/it.po
index 1a995d79..fccce170 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.11.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2009-06-14 12:31+0200\n"
"Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
diff --git a/po/ja.po b/po/ja.po
index 44fb2a3e..0b6e3cb9 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2011-04-26 19:42+0900\n"
"Last-Translator: Makoto Kato <makoto.kt@gmail.com>\n"
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
diff --git a/po/lt.po b/po/lt.po
index 2c56d973..39d1eaa4 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly-0.10.7.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2008-05-14 02:52+0300\n"
"Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
diff --git a/po/lv.po b/po/lv.po
index c6d71aa2..24906c98 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -1,13 +1,13 @@
# Latvain translation of gst-plugins
# This file is put in the public domain.
# Arvis Lācis <arvis.lacis@inbox.lv>, 2009.
-#
+# Rihards Prieditis <rprieditis@gmail.com>, 2011.
msgid ""
msgstr ""
-"Project-Id-Version: gst-plugins-ugly 0.10.11.2\n"
+"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
-"PO-Revision-Date: 2009-08-20 11:40+0100\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
+"PO-Revision-Date: 2011-09-02 12:04-0000\n"
"Last-Translator: Rihards Priedītis <rprieditis@gmail.com>\n"
"Language-Team: Latvian <translation-team-lv@lists.sourceforge.net>\n"
"Language: lv\n"
@@ -49,16 +49,16 @@ msgid ""
"Could not read DVD. This may be because the DVD is encrypted and a DVD "
"decryption library is not installed."
msgstr ""
+"Nevarēja nolasīt DVD. Iespējams, ka DVD ir šifrēts un DVD atšifrēšanas "
+"bibliotēka nav instalēta."
-#, fuzzy
msgid "Could not read DVD."
-msgstr "Nevar atvērt DVD"
+msgstr "Nevar nolasīt DVD."
#, fuzzy
msgid ""
"Failed to configure LAME mp3 audio encoder. Check your encoding parameters."
-msgstr ""
-"Nezidevās uzstādīt TwoLAME kodētāju. Pārbaudiet jūsu kodējuma parametrus."
+msgstr "Neizdevās uzstādīt LAME kodētāju. Pārbaudiet jūsu kodējuma parametrus."
#, c-format
msgid ""
@@ -78,12 +78,6 @@ msgstr "Šī straume nesatur datus."
msgid "Internal data stream error."
msgstr "Iekšējās datu plūsmas kļūda."
-#, fuzzy
-#~ msgid ""
-#~ "Failed to configure LAMEMP3ENC encoder. Check your encoding parameters."
-#~ msgstr ""
-#~ "Neizdevās uzstādīt LAME kodētāju. Pārbaudiet jūsu kodējuma parametrus."
-
#~ msgid "Invalid title information on DVD."
#~ msgstr "Nederīga DVD virsraksta informācija."
diff --git a/po/ms.po b/po/ms.po
index a488f669..56c9e7d4 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly-0.10.11.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2009-07-16 15:07+0800\n"
"Last-Translator: Muhammad Najmi bin Ahmad Zabidi <najmi.zabidi@gmail.com>\n"
"Language-Team: Malay <translation-team-ms@lists.sourceforge.net>\n"
diff --git a/po/mt.po b/po/mt.po
index e046e5b9..9ef7018e 100644
--- a/po/mt.po
+++ b/po/mt.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly-0.10.9.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2008-11-13 18:18+0100\n"
"Last-Translator: Michel Bugeja <michelbugeja@rabatmalta.com>\n"
"Language-Team: Maltese <translation-team-mt@lists.sourceforge.net>\n"
diff --git a/po/nb.po b/po/nb.po
index fdd313a1..1bbb2555 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.6\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2007-11-02 14:39+0100\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
diff --git a/po/nl.po b/po/nl.po
index ecff5fd6..7a90c966 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2011-04-23 23:55+0200\n"
"Last-Translator: Freek de Kruijf <f.de.kruijf@gmail.com>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
diff --git a/po/or.po b/po/or.po
index 758a2c50..9731d6bb 100644
--- a/po/or.po
+++ b/po/or.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-0.8.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2004-09-27 13:32+0530\n"
"Last-Translator: Gora Mohanty <gora_mohanty@yahoo.co.in>\n"
"Language-Team: Oriya <gora_mohanty@yahoo.co.in>\n"
diff --git a/po/pl.po b/po/pl.po
index 916daeb6..b4193c2a 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2011-04-26 18:00+0200\n"
"Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 051d8372..a31d0d66 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly-0.10.14.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2010-05-14 23:53-0300\n"
"Last-Translator: Fabrício Godoy <skarllot@gmail.com>\n"
"Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"
diff --git a/po/ro.po b/po/ro.po
index 3750f638..9ac802a9 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.14.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2010-08-16 03:32+0300\n"
"Last-Translator: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>\n"
"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
diff --git a/po/ru.po b/po/ru.po
index 64b430f0..3fc074de 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2011-04-26 20:28+0400\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
"Language-Team: Russian <gnu@mx.ru>\n"
diff --git a/po/sk.po b/po/sk.po
index 42c59340..9b22b863 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.11.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2009-09-21 10:26+0100\n"
"Last-Translator: Peter Tuhársky <tuharsky@misbb.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
diff --git a/po/sl.po b/po/sl.po
index 041c252c..d213c798 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2011-04-26 15:35+0100\n"
"Last-Translator: Klemen Košir <klemen.kosir@gmx.com>\n"
"Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
diff --git a/po/sq.po b/po/sq.po
index 7f785105..b7280769 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2004-08-07 20:29+0200\n"
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
"Language-Team: Albanian <begraj@hotmail.com>\n"
diff --git a/po/sr.po b/po/sr.po
index 5723ab5c..ee076083 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -1,252 +1,81 @@
# Serbian translation of gst-plugins
-# Copyright (C) 2004 Free Software Foundation, Inc.
-# Danilo Segan <dsegan@gmx.net>, 2004.
-#
+# This file is put in the public domain.
+# Мирослав Николић <miroslavnikolic@rocketmail.com>, 2011.
msgid ""
msgstr ""
-"Project-Id-Version: gst-plugins 0.7.6\n"
+"Project-Id-Version: gst-plugins-ugly-0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
-"PO-Revision-Date: 2004-03-13 00:18+0100\n"
-"Last-Translator: Danilo Segan <dsegan@gmx.net>\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
+"PO-Revision-Date: 2011-12-04 13:43+0200\n"
+"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
"Language-Team: Serbian <gnu@prevod.org>\n"
"Language: sr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : (n%10>=2 && n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"X-Generator: Virtaal 0.7.0\n"
+"X-Project-Style: gnome\n"
-#, fuzzy
msgid "Could not read from CD."
-msgstr "Не могу да пишем у датотеку „%s“."
+msgstr "Не могу да читам ЦД."
msgid "Could not open CD device for reading."
msgstr "Не могу да отворим ЦД уређај ради читања."
-#, fuzzy
msgid "Disc is not an Audio CD."
-msgstr "Уређај није отворен."
+msgstr "Диск није Звучни ЦД."
msgid "Could not open DVD"
-msgstr ""
+msgstr "Не могу да отворим ДВД"
-#, fuzzy, c-format
+#, c-format
msgid "Could not open DVD title %d"
-msgstr "Не могу да затворим ВСД датотеку „%s“."
+msgstr "Не могу да отворим ДВД наслов „%d“"
#, c-format
msgid "Failed to go to chapter %d of DVD title %d"
-msgstr ""
+msgstr "Нисам успео да стигнем до поглавља „%d“ ДВД наслова „%d“"
#, c-format
msgid ""
"Could not open DVD title %d. Interactive titles are not supported by this "
"element"
msgstr ""
+"Не могу да отворим ДВД наслов „%d“. Овај елемент не подржава међудејствене "
+"наслове"
msgid ""
"Could not read DVD. This may be because the DVD is encrypted and a DVD "
"decryption library is not installed."
msgstr ""
+"Не могу да читам ДВД. Можда зато што је ДВД шифрован а библиотека за "
+"дешифровање ДВД-а није инсталирана."
-#, fuzzy
msgid "Could not read DVD."
-msgstr "Не могу да пишем у датотеку „%s“."
+msgstr "Не могу да читам ДВД."
+#, fuzzy
msgid ""
"Failed to configure LAME mp3 audio encoder. Check your encoding parameters."
msgstr ""
+"Нисам успео да подесим ЛАМЕ енкодер. Проверите ваше параметре кодирања."
#, c-format
msgid ""
"The requested bitrate %d kbit/s for property '%s' is not allowed. The "
"bitrate was changed to %d kbit/s."
msgstr ""
+"Тражени проток података од %d kbit/s за „%s“ није допуштен. Проток података "
+"је постављен на %d kbit/s."
msgid "Failed to configure TwoLAME encoder. Check your encoding parameters."
msgstr ""
+"Нисам успео да подесим ДваЛАМЕ енкодер. Проверите ваше параметре кодирања."
msgid "This stream contains no data."
-msgstr ""
+msgstr "Овај ток не садржи податке."
msgid "Internal data stream error."
-msgstr ""
-
-#, fuzzy
-#~ msgid "Could not read title information for DVD."
-#~ msgstr "Не могу да пишем у датотеку „%s“."
-
-#, fuzzy
-#~ msgid "Failed to open DVD device '%s'."
-#~ msgstr "Не могу да затворим ВСД датотеку „%s“."
-
-#~ msgid "Could not open file \"%s\" for writing."
-#~ msgstr "Не могу да отворим датотеку „%s“ ради уписа."
-
-#~ msgid "Error closing file \"%s\"."
-#~ msgstr "Грешка при затварању датотеке „%s“."
-
-#~ msgid "Could not open file \"%s\" for reading."
-#~ msgstr "Не могу да отворим датотеку „%s“ ради читања."
-
-#~ msgid "No filename specified."
-#~ msgstr "Име датотеке није задато."
-
-#~ msgid "No or invalid input audio, AVI stream will be corrupt."
-#~ msgstr "Улазног звука нема или је неисправан, АВИ ток ће бити искварен."
-
-#~ msgid "Could not open audio device \"%s\" for writing."
-#~ msgstr "Не могу да отворим звучни уређај „%s“ ради уписа."
-
-#~ msgid "Could not open control device \"%s\" for writing."
-#~ msgstr "Не могу да отворим управљачки уређај „%s“ ради уписа."
-
-#~ msgid "Could not configure audio device \"%s\"."
-#~ msgstr "Не могу да подесим звучни уређај „%s“."
-
-#~ msgid "Could not set audio device \"%s\" to %d Hz."
-#~ msgstr "Не могу да поставим звучни уређај „%s“ на %d Hz."
-
-#~ msgid "Could not close audio device \"%s\"."
-#~ msgstr "Не могу да отворим радио уређај '%s'"
-
-#~ msgid "Could not close control device \"%s\"."
-#~ msgstr "Не могу да затворим управљачки уређај „%s“."
-
-#~ msgid "Could not open video device \"%s\" for writing."
-#~ msgstr "Не могу да отворим видео уређај „%s“ ради уписа."
-
-#~ msgid "Could not close video device \"%s\"."
-#~ msgstr "Не могу да затворим видео уређај „%s“."
-
-#~ msgid "Could not write to device \"%s\"."
-#~ msgstr "Не могу да пишем на видео уређај „%s“."
-
-#~ msgid "OSS device \"%s\" is already in use by another program."
-#~ msgstr "OSS уређај „%s“ већ користи неки програм."
-
-#~ msgid "Could not access device \"%s\", check its permissions."
-#~ msgstr "Не могу да приступим уређају „%s“, проверите његова овлашћења."
-
-#~ msgid "Device \"%s\" does not exist."
-#~ msgstr "Не постоји уређај „%s“."
-
-#~ msgid "Could not open device \"%s\" for writing."
-#~ msgstr "Не могу да отворим уређај „%s“ ради уписа."
-
-#~ msgid "Could not open device \"%s\" for reading."
-#~ msgstr "Не могу да отворим уређај „%s“ ради читања."
-
-#~ msgid "Volume"
-#~ msgstr "Јачина звука"
-
-#~ msgid "Bass"
-#~ msgstr "Бас"
-
-#~ msgid "Treble"
-#~ msgstr "Шум"
-
-#~ msgid "Synth"
-#~ msgstr "Синт."
-
-#~ msgid "PCM"
-#~ msgstr "ПЦМ"
-
-#~ msgid "Speaker"
-#~ msgstr "Звучник"
-
-#~ msgid "Line-in"
-#~ msgstr "Ул.лин."
-
-#~ msgid "Microphone"
-#~ msgstr "Микрофон"
-
-#~ msgid "CD"
-#~ msgstr "ЦД"
-
-#~ msgid "Mixer"
-#~ msgstr "Миксер"
-
-#~ msgid "PCM-2"
-#~ msgstr "ПЦМ-2"
-
-#~ msgid "Record"
-#~ msgstr "Снимање"
-
-#~ msgid "In-gain"
-#~ msgstr "Ул. пој."
-
-#~ msgid "Out-gain"
-#~ msgstr "Из. пој."
-
-#~ msgid "Line-1"
-#~ msgstr "Лин. 1"
-
-#~ msgid "Line-2"
-#~ msgstr "Лин. 2"
-
-#~ msgid "Line-3"
-#~ msgstr "Лин. 3"
-
-#~ msgid "Digital-1"
-#~ msgstr "Диг. 1"
-
-#~ msgid "Digital-2"
-#~ msgstr "Диг. 2"
-
-#~ msgid "Digital-3"
-#~ msgstr "Диг. 3"
-
-#~ msgid "Phone-in"
-#~ msgstr "Тел. ул."
-
-#~ msgid "Phone-out"
-#~ msgstr "Тел. из."
-
-#~ msgid "Video"
-#~ msgstr "Видео"
-
-#~ msgid "Radio"
-#~ msgstr "Радио"
-
-#~ msgid "Monitor"
-#~ msgstr "Праћење"
-
-#, fuzzy
-#~ msgid "PC Speaker"
-#~ msgstr "Звучник"
-
-# Виртуелни Систем Датотека
-#~ msgid "Could not open vfs file \"%s\" for reading."
-#~ msgstr "Не могу да отворим ВСД датотеку „%s“ ради читања."
-
-#, fuzzy
-#~ msgid "No filename given."
-#~ msgstr "Име датотеке није задато."
-
-#, fuzzy
-#~ msgid "Could not open vfs file \"%s\" for writing: %s."
-#~ msgstr "Не могу да отворим ВСД датотеку „%s“ ради уписа."
-
-#, fuzzy
-#~ msgid "No filename given"
-#~ msgstr "Име датотеке није задато."
-
-#~ msgid "No device specified."
-#~ msgstr "Уређај није наведен."
-
-#~ msgid "Could not open device \"%s\" for reading and writing."
-#~ msgstr "Не могу да отворим уређај „%s“ ради читања и уписа."
-
-#~ msgid "Device is open."
-#~ msgstr "Уређај је отворен."
-
-#~ msgid "Device \"%s\" is not a capture device."
-#~ msgstr "Уређај „%s“ не представља уређај за снимање."
-
-#~ msgid "Could not get buffers from device \"%s\"."
-#~ msgstr "Не могу да примим бафере са уређаја „%s“."
-
-#~ msgid "Could not get enough buffers from device \"%s\"."
-#~ msgstr "Не могу да примим довољно бафера са уређаја „%s“."
+msgstr "Унутрашња грешка тока података."
diff --git a/po/sv.po b/po/sv.po
index b657b38a..76c283c8 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.10.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2009-03-10 16:12+0100\n"
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -57,7 +57,7 @@ msgstr "Kunde inte öppna dvd"
msgid ""
"Failed to configure LAME mp3 audio encoder. Check your encoding parameters."
msgstr ""
-"Misslyckades med att konfigurera TwoLAME-kodaren. Kontrollera dina "
+"Misslyckades med att konfigurera LAME-kodaren. Kontrollera dina "
"kodningsparametrar."
#, c-format
@@ -79,13 +79,6 @@ msgstr "Den här strömmen innehåller inget data."
msgid "Internal data stream error."
msgstr "Fel i intern dataström."
-#, fuzzy
-#~ msgid ""
-#~ "Failed to configure LAMEMP3ENC encoder. Check your encoding parameters."
-#~ msgstr ""
-#~ "Misslyckades med att konfigurera LAME-kodaren. Kontrollera dina "
-#~ "kodningsparametrar."
-
#~ msgid "Invalid title information on DVD."
#~ msgstr "Ogiltig titelinformation på dvd."
diff --git a/po/tr.po b/po/tr.po
index b600992c..6d494b59 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly-0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2011-04-26 19:24+0200\n"
"Last-Translator: Server Acim <serveracim@gmail.com>\n"
"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
diff --git a/po/uk.po b/po/uk.po
index 00b6d7d3..e88e51b0 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2011-04-30 16:27+0300\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
diff --git a/po/vi.po b/po/vi.po
index 6e4a11e8..cd787ab4 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.13.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
"PO-Revision-Date: 2010-03-06 22:13+1030\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index ab9d28ee..3692211c 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -3,16 +3,16 @@
# This file is distributed under the same license as the gst-plugins-ugly package.
# Wenzheng Hu <db_lobster@163.com>, 2007.
# LI Daobing <lidaobing@gmail.com>, 2008, 2009.
+# Wylmer Wang <wantinghard@gmail.com>, 2011.
#
msgid ""
msgstr ""
-"Project-Id-Version: gst-plugins-ugly 0.10.11.2\n"
+"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-11-11 01:29+0000\n"
-"PO-Revision-Date: 2009-06-12 23:12+0800\n"
-"Last-Translator: LI Daobing <lidaobing@gmail.com>\n"
-"Language-Team: Chinese (simplified) <translation-team-zh-cn@lists."
-"sourceforge.net>\n"
+"POT-Creation-Date: 2012-02-17 10:49+0100\n"
+"PO-Revision-Date: 2011-12-20 10:58+0800\n"
+"Last-Translator: Wylmer Wang <wantinghard@gmail.com>\n"
+"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -47,16 +47,15 @@ msgstr "无法打开 DVD 标题 %d. 这个元素不支持互动标题"
msgid ""
"Could not read DVD. This may be because the DVD is encrypted and a DVD "
"decryption library is not installed."
-msgstr ""
+msgstr "无法读取 DVD。可能 DVD 光盘已加密,但 DVD 解密库没有安装。"
-#, fuzzy
msgid "Could not read DVD."
-msgstr "无法打开 DVD"
+msgstr "无法读取 DVD。"
#, fuzzy
msgid ""
"Failed to configure LAME mp3 audio encoder. Check your encoding parameters."
-msgstr "设置 TwoLAME 编码器失败. 请检查你的编码参数."
+msgstr "设置 LAME 编码器失败. 请检查你的编码参数."
#, c-format
msgid ""
@@ -73,11 +72,6 @@ msgstr "这个串流中没有包含数据."
msgid "Internal data stream error."
msgstr "内部数据流错误。"
-#, fuzzy
-#~ msgid ""
-#~ "Failed to configure LAMEMP3ENC encoder. Check your encoding parameters."
-#~ msgstr "设置 LAME 编码器失败. 请检查你的编码参数."
-
#~ msgid "Invalid title information on DVD."
#~ msgstr "无效的 DVD 标题信息。"
diff --git a/win32/common/config.h b/win32/common/config.h
index 5394f1ef..b4e5ddec 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -31,7 +31,13 @@
#undef ENABLE_NLS
/* gettext package name */
-#define GETTEXT_PACKAGE "gst-plugins-ugly-0.10"
+#define GETTEXT_PACKAGE "gst-plugins-ugly-0.11"
+
+/* The GIO library directory. */
+#undef GIO_LIBDIR
+
+/* The GIO modules directory. */
+#undef GIO_MODULE_DIR
/* macro to use to show function name */
#undef GST_FUNCTION
@@ -46,13 +52,13 @@
#define GST_LICENSE "LGPL"
/* package name in plugins */
-#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins git"
+#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins source release"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
-#define GST_PACKAGE_RELEASE_DATETIME "2011-05-14T09:08Z"
+#define GST_PACKAGE_RELEASE_DATETIME "2012-02-16"
/* Define to enable a52dec (used by a52dec). */
#undef HAVE_A52DEC
@@ -147,9 +153,6 @@
/* Define if you have the iconv() function and it works. */
#undef HAVE_ICONV
-/* defined if libid3tag is available */
-#undef HAVE_ID3TAG
-
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
@@ -236,7 +239,7 @@
#define PACKAGE_NAME "GStreamer Ugly Plug-ins"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.18.1"
+#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.11.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-ugly"
@@ -245,13 +248,13 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.18.1"
+#define PACKAGE_VERSION "0.11.1"
/* directory where plugins are located */
#ifdef _DEBUG
-# define PLUGINDIR PREFIX "\\debug\\lib\\gstreamer-0.10"
+# define PLUGINDIR PREFIX "\\debug\\lib\\gstreamer-0.11"
#else
-# define PLUGINDIR PREFIX "\\lib\\gstreamer-0.10"
+# define PLUGINDIR PREFIX "\\lib\\gstreamer-0.11"
#endif
/* The size of `char', as computed by sizeof. */
@@ -273,7 +276,7 @@
#undef STDC_HEADERS
/* Version number of package */
-#define VERSION "0.10.18.1"
+#define VERSION "0.11.1"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */