summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-10-12 14:27:57 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-10-12 14:27:57 +0100
commitb8c520d874c18b63d7d07680512e41caeeaf8a20 (patch)
tree44d25110d34e4e6a9befdeaf83bc088b99349ed6
parentd1f931630d61aebc7dad7b43e9acdf31d47ef1ed (diff)
0.10.14.2 pre-release
-rw-r--r--ChangeLog2631
-rw-r--r--configure.ac6
-rw-r--r--po/LINGUAS2
-rw-r--r--po/af.po26
-rw-r--r--po/az.po2
-rw-r--r--po/bg.po234
-rw-r--r--po/ca.po2
-rw-r--r--po/cs.po163
-rw-r--r--po/da.po2
-rw-r--r--po/de.po2
-rw-r--r--po/en_GB.po2
-rw-r--r--po/es.po164
-rw-r--r--po/eu.po416
-rw-r--r--po/fi.po2
-rw-r--r--po/fr.po248
-rw-r--r--po/hu.po2
-rw-r--r--po/id.po2
-rw-r--r--po/it.po2
-rw-r--r--po/ja.po2
-rw-r--r--po/ky.po2
-rw-r--r--po/lt.po2
-rw-r--r--po/lv.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/ru.po2
-rw-r--r--po/sk.po164
-rw-r--r--po/sq.po2
-rw-r--r--po/sr.po2
-rw-r--r--po/sv.po2
-rw-r--r--po/tr.po2
-rw-r--r--po/uk.po2
-rw-r--r--po/vi.po240
-rw-r--r--po/zh_CN.po2
-rw-r--r--win32/common/config.h2
38 files changed, 3457 insertions, 891 deletions
diff --git a/ChangeLog b/ChangeLog
index fe8cd464a..fd2ca987c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,2605 @@
+2009-10-12 12:29:44 +0200 Josep Torra <n770galaxy@gmail.com>
+
+ * ext/faad/gstfaad.c:
+ faad: fixes warning in macosx snow leopard
+
+2009-10-12 09:06:37 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * ext/jack/gstjackaudiosink.c:
+ * ext/jack/gstjackaudiosrc.c:
+ jack: ensure segtotal is at least 2
+ Not only adjust buffer-time and avoid segtotal=0, but instead ensure segtotal is
+ atleast 2. Do same change on jacksrc. We could also check the latency and buffer
+ time configured by the client and adjust buffer-time so that we get to the same
+ number of segments.
+
+2009-10-12 00:51:27 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * ext/jack/gstjackaudiosink.c:
+ jack: don't crash in ringbuffer with SIGFPE on small buffer-times
+ Jack overrides user-specified latency-time with the one it gets from jack
+ itself. It also needs to adjust buffer-time somewhat to avoid segtotal being 0
+
+2009-10-11 22:10:04 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * ext/metadata/metadataexif.c:
+ metadata: init variables
+ metadatamux_exif_get_exif_from_tag() does not neccesarily init the passed
+ variables.
+
+2009-10-03 21:35:02 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * gst-libs/gst/signalprocessor/gstsignalprocessor.c:
+ signalprocessor: use the type define like everywhere else
+
+2009-10-03 21:31:55 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * gst-libs/gst/signalprocessor/gstsignalprocessor.c:
+ signalprocessort: register debug category just once
+ Previously we were trying to register it for every subclass.
+
+2009-10-11 14:10:59 +0200 Josep Torra <n770galaxy@gmail.com>
+
+ * ext/soundtouch/gstbpmdetect.cc:
+ * ext/soundtouch/gstpitch.cc:
+ soundtouch: fixes warnings on macosx snow leopard
+
+2009-10-11 14:02:26 +0200 Josep Torra <n770galaxy@gmail.com>
+
+ * ext/schroedinger/gstschrodec.c:
+ * ext/schroedinger/gstschroenc.c:
+ * ext/schroedinger/gstschroparse.c:
+ schroedinger: fix warnings on macosx snow leopard
+
+2009-10-11 13:56:43 +0200 Josep Torra <n770galaxy@gmail.com>
+
+ * ext/metadata/metadatamuxjpeg.c:
+ * ext/metadata/metadatamuxpng.c:
+ metadata: fix warnings in macosx snow leopard
+
+2009-10-11 13:51:58 +0200 Josep Torra <n770galaxy@gmail.com>
+
+ * ext/libmms/gstmms.c:
+ mms: fixes warning in macosx snow leopard
+
+2009-10-11 13:46:00 +0200 Josep Torra <n770galaxy@gmail.com>
+
+ * ext/dirac/gstdiracenc.cc:
+ dirac: fix warning in macosx snow leopard
+
+2009-10-11 13:13:56 +0200 Josep Torra <n770galaxy@gmail.com>
+
+ * gst/nuvdemux/gstnuvdemux.c:
+ * gst/speed/gstspeed.c:
+ speed: fix warnings in macosx snow leopard
+
+2009-10-11 13:07:19 +0200 Josep Torra <n770galaxy@gmail.com>
+
+ * gst/mpegvideoparse/mpegvideoparse.c:
+ mpegvideoparse: fix warning in macosx snow leopard
+
+2009-10-11 12:56:29 +0200 Josep Torra <n770galaxy@gmail.com>
+
+ * gst/mpegdemux/gstmpegdemux.c:
+ * gst/mpegdemux/mpegtspacketizer.c:
+ mpegdemux: fix warnings in macosx snow leopard
+
+2009-10-11 11:35:23 +0200 Josep Torra <n770galaxy@gmail.com>
+
+ * gst/dtmf/gstrtpdtmfdepay.c:
+ dtmf: fix warnings in macosx snow leopard
+
+2009-10-11 11:27:08 +0200 Josep Torra <n770galaxy@gmail.com>
+
+ * gst/amrparse/gstamrparse.c:
+ * gst/amrparse/gstbaseparse.c:
+ amrparse: fix warnings in macosx snow leopard
+
+2009-10-11 11:22:11 +0200 Josep Torra <n770galaxy@gmail.com>
+
+ * gst/aacparse/gstaacparse.c:
+ * gst/aacparse/gstbaseparse.c:
+ aacparse: fix warnings in macosx snow leopard
+
+2009-10-11 11:14:16 +0200 Josep Torra <n770galaxy@gmail.com>
+
+ * gst-libs/gst/video/gstbasevideodecoder.c:
+ * gst-libs/gst/video/gstbasevideoencoder.c:
+ * gst-libs/gst/video/gstbasevideoparse.c:
+ basevideo: fix warnings in macosx snow leopard
+
+2009-10-09 13:18:31 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/assrender/gstassrender.c:
+ * gst/dvdspu/gstdvdspu.c:
+ assrender/dvdspu: Increase ranks to PRIMARY
+
+2009-10-09 09:19:06 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/dvdspu/gstdvdspu.c:
+ dvdspu: Include SubPicture in the classification
+
+2009-10-09 09:18:04 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/assrender/gstassrender.c:
+ assrender: Make classification a bit more accurate
+ Change from "Filter/Effect/Video" to "Mixer/Video/Overlay/Subtitle"
+
+2009-10-08 19:51:31 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * tests/check/Makefile.am:
+ * tests/check/elements/capssetter.c:
+ capssetter: add unit test
+
+2009-10-08 11:00:49 +0100 Jan Schmidt <thaytan@noraisin.net>
+
+ * common:
+ Automatic update of common submodule
+ From 19fa4f3 to a3e3ce4
+
+2009-10-07 16:29:08 -0700 David Schleef <ds@schleef.org>
+
+ * ext/schroedinger/gstschroparse.c:
+ schro: remove unused include of liboil.h
+
+2009-10-07 15:43:22 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * ext/metadata/metadataxmp.c:
+ metadata: don't copy trailing NULL of strings in xmp metadata
+ Also useing g_strdup, fixes the malloc <-> g_free mismatch.
+
+2009-10-07 15:26:12 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * ext/cog/gstcms.c:
+ * ext/directfb/dfb-example.c:
+ * ext/libmms/gstmms.c:
+ * ext/resindvd/resindvdsrc.c:
+ * gst/mpegtsmux/mpegtsmux.c:
+ * gst/videomeasure/gstvideomeasure_collector.c:
+ * sys/dvb/gstdvbsrc.c:
+ * tests/examples/camerabin/gst-camera-perf.c:
+ build: fprintf, sprintf, sscanf need stdio.h
+
+2009-09-18 18:45:09 -0400 Olivier Crête <olivier.crete@collabora.co.uk>
+
+ * tests/check/Makefile.am:
+ * tests/check/pipelines/.gitignore:
+ * tests/check/pipelines/mimic.c:
+ tests: Add test for mimic elements
+
+2009-09-18 17:47:58 -0400 Olivier Crête <olivier.crete@collabora.co.uk>
+
+ * ext/mimic/gstmimenc.c:
+ mimenc: Remove invalid todo
+
+2009-10-06 18:36:15 +0200 Sebastian Pölsterl <sebp@k-d-w.org>
+
+ * gst/mpegdemux/mpegtspacketizer.c:
+ mpegtsparse: Ignore emphasis on/off bytes, and do fallback string encoding.
+ For fallback, try ISO 8859-9 encoding if ISO 6637 failed.
+ Add more debug calls.
+
+2009-10-05 17:04:28 -0700 David Schleef <ds@schleef.org>
+
+ * ext/dirac/gstdiracenc.cc:
+ dirac: various fixes
+ - Work around BaseEncoder bug not tracking frame index early.
+ - Fix conversion of UYVY, YUY2, AYUV to internal format.
+
+2009-10-05 16:16:34 -0700 David Schleef <ds@schleef.org>
+
+ * gst-libs/gst/video/gstbasevideoencoder.c:
+ basevideo: Revert "Call GstBaseVideoEncoder::start/stop during pad [de]activation."
+ This reverts commit 4c087bcb072dcc9847b11c00123cf93c5e541dcb.
+ The reverted commit changes the order that set_format() and start()
+ are called, which is incorrect. The correct order is set_format(),
+ start(), handle_frame()..., stop()
+
+2009-10-05 13:33:22 -0700 David Schleef <ds@schleef.org>
+
+ * gst-libs/gst/video/gstbasevideoencoder.c:
+ basevideo: Free frame using utility function
+
+2009-10-05 21:11:18 +0100 Jan Schmidt <thaytan@noraisin.net>
+
+ * ext/dirac/gstdiracenc.cc:
+ diracenc: Fix caps unlinked negotiation
+ move caps related code to gst_dirac_enc_set_format, and
+ use the source pad template to get allowed caps when there is
+ no peer pad.
+
+2009-10-05 19:49:06 +0100 Jan Schmidt <thaytan@noraisin.net>
+
+ * ext/schroedinger/gstschroenc.c:
+ schroenc: When the source pad isn't linked, use the pad template
+ For negotiation, use the source pad pad template when it doesn't
+ have a peer.
+
+2009-10-05 15:47:58 +0100 Jan Schmidt <thaytan@noraisin.net>
+
+ * gst-libs/gst/video/gstbasevideoutils.c:
+ basevideo: Fail if caps don't contain a framerate field
+ Return false from the caps parsing function if there is no framerate
+ field in the provided caps
+
+2009-10-05 11:15:03 -0700 Michael Smith <msmith@songbirdnest.com>
+
+ * gst/id3tag/id3tag.c:
+ id3mux: Write UTF-16 byte order marker correctly.
+
+2009-10-05 16:39:37 +0200 Alessandro Decina <alessandro.d@gmail.com>
+
+ * ext/schroedinger/gstschroenc.c:
+ schroenc: move caps related code to gst_schro_enc_set_format.
+
+2009-10-05 15:28:47 +0200 Alessandro Decina <alessandro.d@gmail.com>
+
+ * configure.ac:
+ Depend on gtk-x11 explicitly.
+ Fixes the build on OSX if gtk+-quartz is installed.
+
+2009-10-05 15:26:15 +0200 Alessandro Decina <alessandro.d@gmail.com>
+
+ * sys/qtwrapper/audiodecoders.c:
+ Fix compilation warning with gcc-4.2.
+
+2009-10-05 11:47:56 +0100 Jan Schmidt <thaytan@noraisin.net>
+
+ * tests/check/elements/.gitignore:
+ Add faac test binary to the git ignores
+
+2009-10-05 11:47:01 +0100 Jan Schmidt <thaytan@noraisin.net>
+
+ * ext/dirac/Makefile.am:
+ * ext/schroedinger/Makefile.am:
+ Use GST_CXXFLAGS and GST_CFLAGS to pull in local gst-libs includes.
+ Move the GST_CXXFLAGS and GST_CFLAGS to the start of the includes set
+ to pull in the local gst-libs from there first, instead of listing
+ it explicitly.
+
+2009-10-05 11:02:16 +0100 Jan Schmidt <thaytan@noraisin.net>
+
+ * ext/dirac/Makefile.am:
+ * ext/schroedinger/Makefile.am:
+ Fix CFLAGS and LDFLAGS for dirac/schrodinger
+ Include the local headers and libs before ones outside this
+ module.
+
+2009-10-02 16:35:09 -0700 David Schleef <ds@schleef.org>
+
+ * ext/dirac/Makefile.am:
+ * ext/dirac/gstdiracenc.cc:
+ * gst-libs/gst/video/gstbasevideoencoder.c:
+ dirac: convert to BaseVideoEncoder
+
+2009-09-27 14:25:39 -0700 David Schleef <ds@schleef.org>
+
+ * ext/cog/Makefile.am:
+ * ext/cog/cogvirtframe.c:
+ * ext/cog/cogvirtframe.h:
+ * ext/cog/gstcms.c:
+ * ext/cog/gstcms.h:
+ * ext/cog/gstcogcolorspace.c:
+ * ext/cog/gstcogscale.c:
+ * ext/cog/gstcolorconvert.c:
+ * ext/cog/gstlogoinsert.c:
+ cog: hacking
+ Add RGB to YCbCr matrixing
+ Add tiny color management system (CMS) for video
+ Add quality level for colorspace
+
+2009-09-25 18:14:28 -0700 David Schleef <ds@schleef.org>
+
+ * ext/cog/cogvirtframe.c:
+ cog: reset cache instead of returning NULL
+ Returning NULL makes things crash. Resetting the cache
+ makes things run slow. Still an underlying bug somewhere,
+ but not critical.
+
+2009-09-23 13:17:54 -0700 David Schleef <ds@schleef.org>
+
+ * ext/celt/gstceltdec.c:
+ * ext/celt/gstceltdec.h:
+ celtdec: Handle lookahead, discont
+
+2009-10-02 19:08:21 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * ext/faac/gstfaac.c:
+ * gst/videomeasure/gstvideomeasure_ssim.c:
+ * tests/examples/camerabin/gst-camera-perf.c:
+ build: add missing stdlib include to fix the build
+
+2009-10-02 14:25:50 +0200 Alessandro Decina <alessandro.d@gmail.com>
+
+ * gst-libs/gst/video/gstbasevideodecoder.c:
+ * gst-libs/gst/video/gstbasevideodecoder.h:
+ Add GstBaseVideoDecoder::set_sink_caps vfunc.
+
+2009-10-02 12:40:02 +0200 Alessandro Decina <alessandro.d@gmail.com>
+
+ * gst-libs/gst/video/gstbasevideodecoder.c:
+ Call GstBaseVideoDecoder::start/stop during pad [de]activation.
+
+2009-10-01 16:06:02 +0200 Alessandro Decina <alessandro.d@gmail.com>
+
+ * gst-libs/gst/video/gstbasevideoencoder.c:
+ Don't ignore the value returned from GstBaseVideoEncoder::set_format.
+
+2009-10-01 16:12:15 +0200 Alessandro Decina <alessandro.d@gmail.com>
+
+ * ext/schroedinger/gstschroenc.c:
+ Fix schroenc for refcount change in GstBaseVideoEncoder.
+
+2009-10-01 15:50:55 +0200 Alessandro Decina <alessandro.d@gmail.com>
+
+ * gst-libs/gst/video/gstbasevideoencoder.c:
+ Unref frame->sink_buffer in gst_base_video_encoder_finish_frame
+
+2009-10-01 16:11:46 +0200 Alessandro Decina <alessandro.d@gmail.com>
+
+ * ext/schroedinger/gstschroenc.c:
+ Make gst_schro_enc_handle_frame return GstFlowReturn.
+
+2009-10-01 16:26:22 +0200 Alessandro Decina <alessandro.d@gmail.com>
+
+ * gst-libs/gst/video/gstbasevideoencoder.c:
+ * gst-libs/gst/video/gstbasevideoencoder.h:
+ Make GstBaseVideoEncoder::handle_frame return GstFlowReturn
+
+2009-10-01 16:24:50 +0200 Alessandro Decina <alessandro.d@gmail.com>
+
+ * gst-libs/gst/video/gstbasevideoencoder.c:
+ Call GstBaseVideoEncoder::start/stop during pad [de]activation.
+
+2009-10-02 12:04:28 +0200 Alessandro Decina <alessandro.d@gmail.com>
+
+ * gst/videosignal/gstvideodetect.c:
+ Fix a compiler warning.
+
+2009-10-02 13:02:31 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * ext/zbar/gstzbar.c:
+ * ext/zbar/gstzbar.h:
+ zbar: post a message instead of printing the code to stdout
+ Docment the message format that we sent. Add a property to turn message sending off.
+
+2009-10-02 11:23:49 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * docs/plugins/inspect/plugin-aacparse.xml:
+ * docs/plugins/inspect/plugin-adpcmdec.xml:
+ * docs/plugins/inspect/plugin-aiffparse.xml:
+ * docs/plugins/inspect/plugin-alsaspdif.xml:
+ * docs/plugins/inspect/plugin-amrparse.xml:
+ * docs/plugins/inspect/plugin-amrwbenc.xml:
+ * docs/plugins/inspect/plugin-apex.xml:
+ * docs/plugins/inspect/plugin-autoconvert.xml:
+ * docs/plugins/inspect/plugin-bayer.xml:
+ * docs/plugins/inspect/plugin-bz2.xml:
+ * docs/plugins/inspect/plugin-camerabin.xml:
+ * docs/plugins/inspect/plugin-cdaudio.xml:
+ * docs/plugins/inspect/plugin-cdxaparse.xml:
+ * docs/plugins/inspect/plugin-celt.xml:
+ * docs/plugins/inspect/plugin-dc1394.xml:
+ * docs/plugins/inspect/plugin-debugutilsbad.xml:
+ * docs/plugins/inspect/plugin-dfbvideosink.xml:
+ * docs/plugins/inspect/plugin-dtmf.xml:
+ * docs/plugins/inspect/plugin-dtsdec.xml:
+ * docs/plugins/inspect/plugin-dvb.xml:
+ * docs/plugins/inspect/plugin-dvdspu.xml:
+ * docs/plugins/inspect/plugin-faac.xml:
+ * docs/plugins/inspect/plugin-faad.xml:
+ * docs/plugins/inspect/plugin-fbdevsink.xml:
+ * docs/plugins/inspect/plugin-festival.xml:
+ * docs/plugins/inspect/plugin-freeze.xml:
+ * docs/plugins/inspect/plugin-frei0r.xml:
+ * docs/plugins/inspect/plugin-gsm.xml:
+ * docs/plugins/inspect/plugin-gstsiren.xml:
+ * docs/plugins/inspect/plugin-h264parse.xml:
+ * docs/plugins/inspect/plugin-id3tag.xml:
+ * docs/plugins/inspect/plugin-jack.xml:
+ * docs/plugins/inspect/plugin-ladspa.xml:
+ * docs/plugins/inspect/plugin-legacyresample.xml:
+ * docs/plugins/inspect/plugin-liveadder.xml:
+ * docs/plugins/inspect/plugin-lv2.xml:
+ * docs/plugins/inspect/plugin-metadata.xml:
+ * docs/plugins/inspect/plugin-mms.xml:
+ * docs/plugins/inspect/plugin-modplug.xml:
+ * docs/plugins/inspect/plugin-mpeg2enc.xml:
+ * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
+ * docs/plugins/inspect/plugin-mpegdemux2.xml:
+ * docs/plugins/inspect/plugin-mpegpsmux.xml:
+ * docs/plugins/inspect/plugin-mpegtsmux.xml:
+ * docs/plugins/inspect/plugin-mpegvideoparse.xml:
+ * docs/plugins/inspect/plugin-mplex.xml:
+ * docs/plugins/inspect/plugin-musepack.xml:
+ * docs/plugins/inspect/plugin-musicbrainz.xml:
+ * docs/plugins/inspect/plugin-mve.xml:
+ * docs/plugins/inspect/plugin-mxf.xml:
+ * docs/plugins/inspect/plugin-mythtv.xml:
+ * docs/plugins/inspect/plugin-nas.xml:
+ * docs/plugins/inspect/plugin-neon.xml:
+ * docs/plugins/inspect/plugin-nsfdec.xml:
+ * docs/plugins/inspect/plugin-nuvdemux.xml:
+ * docs/plugins/inspect/plugin-oss4.xml:
+ * docs/plugins/inspect/plugin-rawparse.xml:
+ * docs/plugins/inspect/plugin-real.xml:
+ * docs/plugins/inspect/plugin-resindvd.xml:
+ * docs/plugins/inspect/plugin-rfbsrc.xml:
+ * docs/plugins/inspect/plugin-rsvg.xml:
+ * docs/plugins/inspect/plugin-rtpmux.xml:
+ * docs/plugins/inspect/plugin-sdl.xml:
+ * docs/plugins/inspect/plugin-sdp.xml:
+ * docs/plugins/inspect/plugin-selector.xml:
+ * docs/plugins/inspect/plugin-shapewipe.xml:
+ * docs/plugins/inspect/plugin-sndfile.xml:
+ * docs/plugins/inspect/plugin-soundtouch.xml:
+ * docs/plugins/inspect/plugin-spcdec.xml:
+ * docs/plugins/inspect/plugin-speed.xml:
+ * docs/plugins/inspect/plugin-stereo.xml:
+ * docs/plugins/inspect/plugin-subenc.xml:
+ * docs/plugins/inspect/plugin-timidity.xml:
+ * docs/plugins/inspect/plugin-tta.xml:
+ * docs/plugins/inspect/plugin-valve.xml:
+ * docs/plugins/inspect/plugin-vcdsrc.xml:
+ * docs/plugins/inspect/plugin-videosignal.xml:
+ * docs/plugins/inspect/plugin-vmnc.xml:
+ * docs/plugins/inspect/plugin-wildmidi.xml:
+ * docs/plugins/inspect/plugin-xvid.xml:
+ docs: update plugin doc scan files
+
+2009-10-02 11:22:48 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * ext/zbar/gstzbar.c:
+ zbar: cleanups
+ Use start/stop to manage the cache. Few code cleanups and comments.
+
+2009-10-02 11:09:11 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * docs/plugins/Makefile.am:
+ * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
+ * docs/plugins/gst-plugins-bad-plugins-sections.txt:
+ * docs/plugins/gst-plugins-bad-plugins.args:
+ * docs/plugins/gst-plugins-bad-plugins.hierarchy:
+ * docs/plugins/gst-plugins-bad-plugins.interfaces:
+ * docs/plugins/gst-plugins-bad-plugins.prerequisites:
+ * docs/plugins/gst-plugins-bad-plugins.signals:
+ * docs/plugins/inspect/plugin-amrwb.xml:
+ * docs/plugins/inspect/plugin-cog.xml:
+ * docs/plugins/inspect/plugin-pnm.xml:
+ * docs/plugins/inspect/plugin-videomeasure.xml:
+ * docs/plugins/inspect/plugin-xdgmime.xml:
+ * docs/plugins/inspect/plugin-zbar.xml:
+ docs: add zbar plugin
+
+2009-10-02 10:37:43 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * ext/Makefile.am:
+ zbar: add new plugin to the build here too
+
+2009-10-02 10:32:37 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * docs/plugins/gst-plugins-bad-plugins-sections.txt:
+ docs: keep list sorted
+
+2009-10-02 07:46:17 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * configure.ac:
+ configure.ac: Fix build system, zbar is no dependency-less plugin
+
+2009-10-01 23:51:04 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * configure.ac:
+ * ext/zbar/Makefile.am:
+ * ext/zbar/gstzbar.c:
+ * ext/zbar/gstzbar.h:
+ zbar: wrap zbar library as a image analyzer
+ zbar is a bar code scanner library.
+
+2009-10-01 17:19:54 +0100 Christian F.K. Schaller <christian.schaller@collabora.co.uk>
+
+ * gst-plugins-bad.spec.in:
+ * win32/MANIFEST:
+ update spec file with latest changes and
+ remove file from MANIFEST which isn't there
+ any longer
+
+2009-09-02 15:26:15 +0300 Tommi Myöhänen <ext-tommi.1.myohanen@nokia.com>
+
+ * ext/metadata/metadataxmp.c:
+ metadata: change XMP location tags to start with capitals
+
+2009-08-25 10:10:15 +0300 Lasse Laukkanen <ext-lasse.2.laukkanen@nokia.com>
+
+ * gst/camerabin/gstcamerabin.c:
+ camerabin: fix deadlock when error occurs at video recording startup
+
+2009-08-27 14:35:26 +0300 Tommi Myöhänen <ext-tommi.1.myohanen@nokia.com>
+
+ * gst/camerabin/gstcamerabin.c:
+ camerabin: handle preview-caps only in image mode and only when they change
+ This prevents camerabin to create preview pipeline every time when
+ application re-sets the same caps again.
+
+2009-08-25 09:35:07 +0300 Tommi Myöhänen <ext-tommi.1.myohanen@nokia.com>
+
+ * gst/camerabin/gstcamerabin.c:
+ * gst/camerabin/gstcamerabin.h:
+ camerabin: don't send multiple EOS events to video pipeline
+
+2009-08-22 17:09:39 +0300 Tommi Myöhänen <ext-tommi.1.myohanen@nokia.com>
+
+ * gst/camerabin/gstcamerabinphotography.c:
+ camerabin: fix scene mode setting
+ Camerabin caches photography settings, but it didn't take into account
+ that scene mode setting may change other settings as well. So, config
+ needs to be read back from device after scene mode is set.
+
+2009-08-21 09:14:31 +0300 Tommi Myöhänen <ext-tommi.1.myohanen@nokia.com>
+
+ * gst/camerabin/gstcamerabin.c:
+ camerabin: allow mode parameter setting in NULL state
+
+2009-08-20 17:55:26 +0300 Tommi Myöhänen <ext-tommi.1.myohanen@nokia.com>
+
+ * gst/camerabin/gstcamerabin.c:
+ * gst/camerabin/gstcamerabin.h:
+ camerabin: allow capture resolution to be set in NULL state
+
+2009-09-10 15:16:23 +0300 Tommi Myöhänen <ext-tommi.1.myohanen@nokia.com>
+
+ * gst/camerabin/gstcamerabin.c:
+ camerabin: fix image queue parameter setting
+ Camerabin incorrectly used G_GUINT64_CONSTANT macro for setting
+ "max-size-buffers" and "max-size-bytes" properties in image queue,
+ even when they aren't 64bit integers.
+
+2009-08-12 11:10:55 +0300 Tommi Myöhänen <ext-tommi.1.myohanen@nokia.com>
+
+ * gst/camerabin/gstcamerabin.c:
+ camerabin: fix warning with g_object_get and join separate g_object_sets into one
+
+2009-07-31 11:57:12 +0300 Tommi Myöhänen <ext-tommi.1.myohanen@nokia.com>
+
+ * gst/camerabin/gstcamerabin.c:
+ camerabin: reset active-pad in output-selector after READY state
+ Camerabin sets itself to READY state during resolution change. This
+ operation makes output-selector to forget its currently active pad,
+ so it must be set again after state change.
+
+2009-06-29 15:23:25 +0300 Lasse Laukkanen <ext-lasse.2.laukkanen@nokia.com>
+
+ * gst/camerabin/gstcamerabin.c:
+ camerabin: don't reset capsfilters or zoom if error occurs
+ If an error occurs, application should set pipeline to NULL, and updating
+ zoom can actually block message handling if video device driver has failed
+ and video src element supports zooming using photography interface and S_CROP.
+
+2009-10-01 17:17:03 +0300 René Stadler <rene.stadler@nokia.com>
+
+ * gst/videomeasure/Makefile.am:
+ videomeasure: link with libm
+
+2009-10-01 15:09:27 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/resindvd/resindvdbin.c:
+ * ext/resindvd/resindvdbin.h:
+ resindvdbin: If no suitable audio decoder is found play the DVD without audio
+
+2009-10-01 14:54:43 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/resindvd/resindvdbin.c:
+ resindvdbin: Also post missing element messages if any other element is missing
+
+2009-10-01 14:52:06 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/resindvd/Makefile.am:
+ * ext/resindvd/resindvdbin.c:
+ resindvdbin: Post missing decoder messages if one is missing
+ For video this is an error, for audio only a warning.
+
+2009-10-01 14:40:56 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/resindvd/resindvdbin.c:
+ resindvdbin: Use the new video decoder
+ This makes resindvdbin work with other MPEG video decoders than
+ mpeg2dec, for example the FFMPEG or Fluendo MPEG decoders.
+
+2009-10-01 14:37:43 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/resindvd/Makefile.am:
+ * ext/resindvd/resindvdbin.c:
+ * ext/resindvd/rsnaudiodec.c:
+ * ext/resindvd/rsnaudiodec.h:
+ * ext/resindvd/rsndec.c:
+ * ext/resindvd/rsndec.h:
+ resindvdbin: Rename files
+
+2009-10-01 14:36:23 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/resindvd/rsnaudiodec.c:
+ * ext/resindvd/rsnaudiodec.h:
+ resindvdbin: Refactor audio decoder and add a (MPEG) video decoder
+
+2009-10-01 13:29:03 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/resindvd/rsnaudiodec.c:
+ rsnaudiodec: Get desired sink caps from the pad template
+
+2009-10-01 10:54:15 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/rsvg/gstrsvgdec.c:
+ rsvg: Unpremultiply Cairo's ARGB to match GStreamer's
+
+2009-09-25 12:20:50 +0400 Руслан Ижбулатов <lrn1986@gmail.com>
+
+ * gst/videomeasure/gstvideomeasure_collector.c:
+ Take offset gaps into account.
+ Prevents measurecollector from crashing when frame numbers are not consecutive.
+ Fixes bug #596285.
+
+2009-09-29 15:47:13 +0200 Marc-André Lureau <mlureau@flumotion.com>
+
+ * gst/qtmux/atoms.c:
+ qtmux: fix flags_as_uint to flags[]
+
+2009-09-30 15:47:17 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/resindvd/resindvdbin.c:
+ resindvdbin: Create external srcpads from the static pad templates
+
+2009-09-22 12:16:37 +0100 Jan Schmidt <thaytan@noraisin.net>
+
+ * gst/dvdspu/gstspu-pgs.c:
+ dvdspu: Improve PGS parsing
+ Improve (slightly) the interpretation of PGS set-window blocks
+ to avoid printing warnings about unused bytes when there are multiple
+ window definitions.
+
+2009-09-22 01:16:47 +0100 Jan Schmidt <thaytan@noraisin.net>
+
+ * gst/dvdspu/gstspu-pgs.c:
+ dvdspu: Fix rendering and add guards
+ Fix the rendering when we hit the right hand side of the display
+ area, by resetting to the correct X coordinate, and add some more
+ guards against bad PGS data.
+
+2009-09-08 00:01:28 +0300 René Stadler <mail@renestadler.de>
+
+ * gst/videosignal/gstvideodetect.c:
+ * gst/videosignal/gstvideomark.c:
+ * gst/videosignal/gstvideomark.h:
+ videosignal: change pattern data type to uint64, add property and message field
+ Keeps the old uint typed value support for compatibility.
+
+2009-09-06 05:36:46 +0300 René Stadler <mail@renestadler.de>
+
+ * gst/videosignal/gstvideodetect.c:
+ * gst/videosignal/gstvideomark.c:
+ videosignal: allow pattern-count property to be 0
+
+2009-09-04 22:50:34 +0300 René Stadler <mail@renestadler.de>
+
+ * gst/videosignal/gstvideodetect.c:
+ * gst/videosignal/gstvideomark.c:
+ videosignal: add support for packed YUV formats
+
+2009-09-04 22:30:27 +0300 René Stadler <mail@renestadler.de>
+
+ * gst/videosignal/gstvideodetect.c:
+ * gst/videosignal/gstvideodetect.h:
+ * gst/videosignal/gstvideomark.c:
+ * gst/videosignal/gstvideomark.h:
+ videosignal: add support for all planar YUV formats, using gstvideo
+
+2009-09-06 02:44:05 +0300 René Stadler <mail@renestadler.de>
+
+ * gst/videosignal/gstvideodetect.c:
+ * gst/videosignal/gstvideomark.c:
+ videosignal: add bound checks
+
+2009-09-04 16:25:05 +0300 René Stadler <mail@renestadler.de>
+
+ * gst/videosignal/gstvideodetect.c:
+ * gst/videosignal/gstvideomark.c:
+ videosignal: remove unused macros
+
+2009-09-26 17:23:02 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/resindvd/resindvdbin.c:
+ resindvdbin: Use gst_caps_can_intersect() because it's faster
+
+2009-09-26 17:21:35 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/resindvd/rsnaudiodec.c:
+ * ext/resindvd/rsnaudiodec.h:
+ rsnaudiodec: Use ghost pads and always forward application/x-gst-dvd events immediately
+ Fixes bug #582779.
+
+2009-09-26 17:19:32 +0200 Jan Schmidt <thaytan@noraisin.net>
+
+ * ext/resindvd/resindvdbin.c:
+ * ext/resindvd/rsnaudiodec.c:
+ resindvdbin: Use autoconvert in rsnaudiodec and build a list of possible decoders
+ Partially fixes bug #582779.
+
+2009-09-25 16:54:10 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * gst/amrparse/gstbaseparse.c:
+ * gst/amrparse/gstbaseparse.h:
+ * gst/flacparse/gstbaseparse.c:
+ * gst/flacparse/gstbaseparse.h:
+ baseparse: sync baseparse change
+
+2009-09-25 17:02:53 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * gst/aacparse/gstaacparse.c:
+ * gst/aacparse/gstbaseparse.c:
+ * gst/aacparse/gstbaseparse.h:
+ aacparse: forego (bogus) parsing of already parsed (raw) input
+
+2009-09-25 11:07:02 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/selector/gstinputselector.c:
+ inputselector: Use new single iterator for the internally linked pads
+ This fixes a deadlock and removes some useless code.
+
+2009-09-25 11:04:01 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/resindvd/rsnstreamselector.c:
+ rsnstreamselector: Use new single object iterator for the internally linked pads
+ This prevents an ugly deadlock.
+
+2009-09-25 10:50:31 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/resindvd/resindvdbin.c:
+ * ext/resindvd/rsnbasesrc.c:
+ resindvdbin: Don't block the external ghost pads but only their targets
+
+2009-09-24 11:26:29 -0700 David Schleef <ds@schleef.org>
+
+ * ext/cog/Makefile.am:
+ cog: use BUILT_SOURCES instead of temp library
+
+2009-09-23 12:32:54 +0200 Alessandro Decina <alessandro.d@gmail.com>
+
+ * gst/adpcmdec/adpcmdec.c:
+ * gst/asfmux/gstasfobjects.c:
+ * gst/asfmux/gstasfparse.c:
+ * gst/h264parse/gsth264parse.c:
+ * gst/mpegdemux/gstmpegtsdemux.c:
+ * gst/mxf/mxfmpeg.c:
+ * gst/siren/gstsirendec.c:
+ * gst/siren/gstsirenenc.c:
+ Fix warnings with gcc 4.0.1.
+
+2009-09-22 12:25:13 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * configure.ac:
+ configure: fix --disable-external again
+
+2009-09-22 13:44:14 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * ext/lv2/gstlv2.c:
+ * ext/lv2/gstlv2.h:
+ Revert "LV2 preset support."
+ This reverts commit c95f59cd2dc129899b37fecaa52c89db3d8a5ef8.
+
+2009-09-22 13:43:57 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * ext/lv2/gstlv2.c:
+ Revert "Fix property index when setting preset."
+ This reverts commit 0a6b22b1917af8a89db1981a0f5df3dcee78b1dd.
+
+2009-09-22 13:23:25 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * ext/cog/Makefile.am:
+ cog: fix the build
+ Add a uninstalled convinience libtool library containing the generated sources.
+ Add that as a dependency to the plugin.
+
+2009-08-17 17:21:41 -0400 Dave Robillard <dave@drobilla.net>
+
+ * ext/lv2/gstlv2.c:
+ Fix property index when setting preset.
+
+2009-08-17 17:06:40 -0400 Dave Robillard <dave@drobilla.net>
+
+ * ext/lv2/gstlv2.c:
+ * ext/lv2/gstlv2.h:
+ LV2 preset support.
+
+2009-09-22 08:11:36 +0200 Lutz Mueller <lutz@topfrose.de>
+
+ * gst/pnm/gstpnmdec.c:
+ * gst/pnm/gstpnmdec.h:
+ * gst/pnm/gstpnmutils.c:
+ pnm: Handle ASCII encoded PNM data that is split over multiple buffers
+ Also:
+ - unref buffers after gst_buffer_span
+ - fix scanning of header if header data is split over several buffers
+ Fixes bug #595700.
+
+2009-09-21 11:33:50 -0700 David Schleef <ds@schleef.org>
+
+ * ext/cog/cogtables.c:
+ * ext/cog/cogvirtframe.c:
+ * ext/cog/cogvirtframe.h:
+ * ext/cog/generate_tables.c:
+ * ext/cog/gstcogscale.c:
+ cog: Add quality setting to cogscale
+
+2009-09-21 09:35:30 -0700 David Schleef <ds@schleef.org>
+
+ * ext/cog/Makefile.am:
+ * ext/cog/cog.orc:
+ * ext/cog/cogvirtframe.c:
+ cog: (re-)implement 1/2/4-tap scaling
+
+2009-09-21 09:30:44 -0700 David Schleef <ds@schleef.org>
+
+ * ext/cog/cogframe.h:
+ * ext/cog/cogvirtframe.c:
+ cog: Fix the virtual frame line cache
+
+2009-09-21 09:49:23 -0700 David Schleef <ds@schleef.org>
+
+ * ext/celt/gstceltenc.c:
+ celtenc: VBR requires celt-0.6.0
+
+2009-09-21 12:06:55 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * gst/mpegdemux/mpegtsparse.c:
+ mpegtsparse: Specify that psi table is static const.
+ This avoids re-allocating it every single time we go into it.
+ Roughly 10% performance boost in overall tsparse processing time.
+
+2009-09-20 17:53:24 +0100 Zaheer Abbas Merali <zaheerabbas@merali.org>
+
+ * gst/mpegdemux/mpegtspacketizer.c:
+ * gst/mpegdemux/mpegtspacketizer.h:
+ Revert "mpegtsparse: use fixed size array rather than dynamically allocating"
+ This reverts commit ae75b6f3666512887ae526f16a1ad41bbf2517ac.
+
+2009-09-20 15:30:59 +0100 Zaheer Abbas Merali <zaheerabbas@merali.org>
+
+ * gst/mpegdemux/mpegtspacketizer.c:
+ * gst/mpegdemux/mpegtspacketizer.h:
+ mpegtsparse: use fixed size array rather than dynamically allocating
+
+2009-09-20 15:18:46 +0100 Zaheer Abbas Merali <zaheerabbas@merali.org>
+
+ * gst/mpegdemux/mpegtspacketizer.c:
+ * gst/mpegdemux/mpegtspacketizer.h:
+ * gst/mpegdemux/mpegtsparse.c:
+ mpegtsparse: replace streams hashtable with an array of streams
+
+2009-09-20 14:08:50 +0100 Zaheer Abbas Merali <zaheerabbas@merali.org>
+
+ * gst/mpegdemux/mpegtspacketizer.c:
+ mpegtsparse: unref caps on dispose, reset packet size on _reset
+
+2009-09-20 13:15:14 +0100 Zaheer Abbas Merali <zaheerabbas@merali.org>
+
+ * gst/mpegdemux/mpegtspacketizer.c:
+ * gst/mpegdemux/mpegtspacketizer.h:
+ * gst/mpegdemux/mpegtsparse.c:
+ mpegtsparse: make sure packetsize is set on caps of buffers
+
+2009-09-20 12:38:00 +0100 Zaheer Abbas Merali <zaheerabbas@merali.org>
+
+ * gst/mpegdemux/mpegtspacketizer.c:
+ * gst/mpegdemux/mpegtspacketizer.h:
+ mpegtsparse: detect packetsize and don't just assume 188 bytes.
+
+2009-09-19 14:10:28 -0700 David Schleef <ds@schleef.org>
+
+ * ext/celt/gstceltenc.c:
+ * ext/celt/gstceltenc.h:
+ celtenc: Add complexity, cbr, and max-bitrate properties
+
+2009-09-19 13:32:19 -0700 David Schleef <ds@schleef.org>
+
+ * configure.ac:
+ * ext/cog/Makefile.am:
+ * ext/cog/cog.orc:
+ * ext/cog/cogframe.c:
+ * ext/cog/cogorc.c:
+ * ext/cog/cogorc.h:
+ * ext/cog/cogvirtframe.c:
+ * ext/cog/gstcogcolorspace.c:
+ cog: autogenerate code, colorspace improvements
+
+2009-09-18 20:27:44 -0700 David Schleef <ds@schleef.org>
+
+ * ext/cog/cogframe.c:
+ * ext/cog/cogvirtframe.c:
+ * ext/cog/gstcog.c:
+ * ext/cog/gstcogcolorspace.c:
+ * ext/cog/gstcogdownsample.c:
+ * ext/cog/gstcogfilter.c:
+ * ext/cog/gstcogmse.c:
+ * ext/cog/gstcogutils.c:
+ * ext/cog/gstcolorconvert.c:
+ * ext/cog/gstlogoinsert.c:
+ cog: remove // comments
+
+2009-09-16 20:39:52 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * gst/mpegdemux/mpegtsparse.c:
+ mpegtsparse: Don't use GstIterator, do change detection ourselves.
+ Using a GstIterator is slow because we have to create/destroy that
+ iterator every single time.
+ We just do the threadsafe cookie check and list iteration ourselves.
+
+2009-09-15 23:18:43 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * gst/mpegdemux/mpegtsparse.c:
+ mpegtsparse: Avoid type-checking casts in tight loops
+
+2009-09-15 23:12:33 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * gst/mpegdemux/mpegtspacketizer.c:
+ * gst/mpegdemux/mpegtspacketizer.h:
+ * gst/mpegdemux/mpegtsparse.c:
+ mpegtspacketizer: Make next_packet() return an enum.
+ This avoids calling an extra gst_adapter_available() in a tight loop.
+
+2009-09-15 23:11:01 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * gst/mpegdemux/mpegtsparse.c:
+ mpegtsparse: More branch prediction macros
+
+2009-09-15 20:49:39 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * gst/mpegdemux/mpegtspacketizer.c:
+ * gst/mpegdemux/mpegtsparse.c:
+ mpegtspacketizer: Spread branch prediction macros
+
+2009-09-15 19:16:36 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * gst/mpegdemux/mpegtspacketizer.c:
+ * gst/mpegdemux/mpegtsparse.c:
+ mpegtsparse/mpegtspacketizer: Register and use GQuark for structures.
+
+2009-09-15 18:57:25 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * gst/mpegdemux/mpegtspacketizer.c:
+ * gst/mpegdemux/mpegtspacketizer.h:
+ * gst/mpegdemux/mpegtsparse.c:
+ mpegtspacketizer: Initialize debugging in _get_type
+ There's no need for an extra function since all debuggin will require
+ a MpegTSPacketizer which means that the GType will be created, therefore
+ move the debug category initialization there.
+
+2009-09-15 23:09:21 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * gst/mpegdemux/mpegtspacketizer.c:
+ mpegtspacketizer: memset structure instead of individually setting fields to 0
+
+2009-09-15 23:08:13 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * gst/mpegdemux/mpegtspacketizer.c:
+ mpegtspacketizer: Remove g_return_if_fail
+ It's overkill for code only used by one element.
+
+2009-09-15 19:44:46 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * gst/mpegdemux/mpegtspacketizer.c:
+ * gst/mpegdemux/mpegtsparse.c:
+ mpegtspacketizer/parse: Don't use gst_structure_to_string() for debugging.
+ There's GST_PTR_FORMAT for that, and too bad for the systems that don't have
+ support for that. It just costs too much cpu.
+
+2009-09-15 19:00:30 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * gst/mpegtsparse/.gitignore:
+ * gst/mpegtsparse/Makefile.am:
+ * gst/mpegtsparse/gstmpegdesc.c:
+ * gst/mpegtsparse/gstmpegdesc.h:
+ * gst/mpegtsparse/mpegtspacketizer.c:
+ * gst/mpegtsparse/mpegtspacketizer.h:
+ * gst/mpegtsparse/mpegtsparse.c:
+ * gst/mpegtsparse/mpegtsparse.h:
+ * gst/mpegtsparse/mpegtsparsemarshal.list:
+ gst: Remove dead mpegtsparse directory.
+ This was seriously confusing. Also, the code is in gst/mpegdemux/
+
+2009-09-18 14:25:49 -0700 David Schleef <ds@schleef.org>
+
+ * configure.ac:
+ * ext/Makefile.am:
+ * ext/cog/Makefile.am:
+ * ext/cog/cog.h:
+ * ext/cog/cogframe.c:
+ * ext/cog/cogutils.h:
+ * ext/cog/cogvirtframe.c:
+ * ext/cog/cogvirtframe.h:
+ * ext/cog/gstcog.c:
+ * ext/cog/gstcogcolorspace.c:
+ * ext/cog/gstcogdownsample.c:
+ * ext/cog/gstcogfilter.c:
+ * ext/cog/gstcogmse.c:
+ * ext/cog/gstcogscale.c:
+ * ext/cog/gstcogutils.c:
+ * ext/cog/gstcogutils.h:
+ * ext/cog/gstcolorconvert.c:
+ * ext/cog/gstlogoinsert.c:
+ cog: fixes to make cog work inside -bad
+
+2009-09-18 15:06:57 -0700 David Schleef <ds@schleef.org>
+
+ * gst/videomeasure/Makefile.am:
+ videomeasure: fix line endings
+
+2009-09-18 15:06:36 -0700 David Schleef <ds@schleef.org>
+
+ * gst/videomeasure/Makefile.am:
+ videomeasure: fix distcheck
+
+2009-09-17 18:16:35 -0700 David Schleef <ds@schleef.org>
+
+ * ext/schroedinger/gstschroenc.c:
+ schroenc: quiet debugging message in last commit
+
+2009-09-17 18:15:28 -0700 David Schleef <ds@schleef.org>
+
+ * ext/schroedinger/gstschroenc.c:
+ schroenc: Keep track of granule offset
+
+2009-08-31 10:36:46 -0700 David Schleef <ds@schleef.org>
+
+ * configure.ac:
+ * ext/cog/Makefile.am:
+ * ext/cog/cogframe.c:
+ * ext/cog/cogframe.h:
+ * ext/cog/cogorc.c:
+ * ext/cog/cogorc.h:
+ * ext/cog/cogvirtframe.c:
+ * ext/cog/cogvirtframe.h:
+ * ext/cog/gstcog.c:
+ * ext/cog/gstcogcolorspace.c:
+ * ext/cog/gstcogdownsample.c:
+ * ext/cog/gstcogfilter.c:
+ * ext/cog/gstcogmse.c:
+ * ext/cog/gstcogscale.c:
+ * ext/cog/gstcogutils.c:
+ * ext/cog/gstcogutils.h:
+ * ext/cog/gstcolorconvert.c:
+ * ext/cog/gstlogoinsert.c:
+ Copy cog plugin and video library from cog project
+
+2009-09-17 16:54:57 -0700 David Schleef <ds@schleef.org>
+
+ * ext/schroedinger/gstschrodec.c:
+ schrodec: Fix resync bug due to adapter API change
+ gst_adapter_masked_scan_uint32() changed slightly from when
+ this element was in Schroedinger. Oops.
+
+2009-09-17 16:57:16 -0700 David Schleef <ds@schleef.org>
+
+ * gst-libs/gst/video/gstbasevideodecoder.c:
+ basevideo: debug at new segment events
+
+2009-09-17 16:54:14 -0700 David Schleef <ds@schleef.org>
+
+ * gst/mpegdemux/gstmpegtsdemux.c:
+ * gst/mpegdemux/gstmpegtsdemux.h:
+ mpegtsdemux: Set DISCONT on buffers
+
+2009-09-17 10:50:40 -0700 David Schleef <ds@schleef.org>
+
+ * gst-libs/gst/video/gstbasevideodecoder.c:
+ basevideo: Add a warning
+
+2009-09-17 10:49:13 -0700 David Schleef <ds@schleef.org>
+
+ * ext/celt/gstceltenc.c:
+ celtenc: don't limit bit rate
+
+2009-09-17 09:38:02 +0200 Lutz Mueller <lutz@topfrose.de>
+
+ * gst/pnm/gstpnmdec.c:
+ * gst/pnm/gstpnmenc.c:
+ pnm: Add ASCII decoding support
+ ...and make the ASCII output of the encoder a bit more pretty.
+ Fixes bug #595409.
+
+2009-09-17 09:35:00 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * configure.ac:
+ pnm: Remove the experimental status from the pnm plugin
+
+2009-08-14 18:08:56 -0400 Dave Robillard <dave@drobilla.net>
+
+ * ext/lv2/gstlv2.c:
+ More tolerate port group support, plugin cleanup.
+ Gracefully handle plugins with illegal groups that contain no symbol by
+ treating ports in that group normally (i.e. as if they weren't part of a
+ group). The port groups spec mandates that groups have a valid unique
+ symbol, but plugins aren't perfect...
+ Make (conceptually) static plugin variables actually (C) static,
+ and clean up SLV2 related things with a GCC shared library destructor,
+ if GCC is in use.
+
+2009-08-12 01:07:57 -0400 Dave Robillard <dave@drobilla.net>
+
+ * ext/lv2/gstlv2.c:
+ Make mono warning visible in public documentation.
+
+2009-08-12 01:03:32 -0400 Dave Robillard <dave@drobilla.net>
+
+ * ext/ladspa/gstladspa.c:
+ * ext/lv2/gstlv2.c:
+ * ext/lv2/gstlv2.h:
+ * gst-libs/gst/signalprocessor/gstsignalprocessor.c:
+ * gst-libs/gst/signalprocessor/gstsignalprocessor.h:
+ Multi-channel support with channel positions.
+ This queries port roles from the LV2 data and converts it into GStreamer
+ channel positions. This should allow any type of multi-channel plugin
+ (including beyond stereo, e.g. surround) to work fine in GStreamer,
+ and with elements that require channel positions to be explicitly stated.
+
+2009-08-10 23:12:24 -0400 Dave Robillard <dave@drobilla.net>
+
+ * ext/lv2/gstlv2.c:
+ Add documentation for LV2 element.
+
+2009-08-10 23:04:47 -0400 Dave Robillard <dave@drobilla.net>
+
+ * ext/ladspa/gstladspa.c:
+ Fix typo in LADSPA element documentation.
+
+2009-07-21 15:45:06 -0400 Dave Robillard <dave@drobilla.net>
+
+ * configure.ac:
+ Bump SLV2 dependency to 0.6.6.
+
+2009-07-10 21:52:30 -0400 Dave Robillard <dave@drobilla.net>
+
+ * ext/lv2/calf-lv2-port-groups.patch:
+ * ext/lv2/swh-lv2-port-groups.patch:
+ Add swh and calf LV2 port group patches.
+
+2009-07-03 20:00:11 -0400 Dave Robillard <dave@drobilla.net>
+
+ * ext/ladspa/gstladspa.c:
+ * ext/lv2/gstlv2.c:
+ * ext/lv2/gstlv2.h:
+ * gst-libs/gst/signalprocessor/gstsignalprocessor.c:
+ * gst-libs/gst/signalprocessor/gstsignalprocessor.h:
+ Working multi-channel pads for LV2 plugins.
+
+2009-06-27 00:25:38 -0400 Dave Robillard <dave@drobilla.net>
+
+ * ext/lv2/gstlv2.c:
+ Allocate a static predicate for pg:inGroup.
+
+2009-06-25 17:25:52 -0400 Dave Robillard <dave@drobilla.net>
+
+ * ext/lv2/gstlv2.c:
+ Only allocate lv2:inPlaceBroken predicate once.
+
+2009-06-25 15:10:24 -0400 Dave Robillard <dave@drobilla.net>
+
+ * gst-libs/gst/signalprocessor/gstsignalprocessor.c:
+ Eliminate use of static mono pad template.
+
+2009-06-25 15:07:05 -0400 Dave Robillard <dave@drobilla.net>
+
+ * ext/lv2/gstlv2.c:
+ Separate port discovery from pad template creation.
+ This first counts ports (using the builtin slv2 functions to do so
+ rather than manually as before), then creates descriptors for each port
+ and finds all port groups. Only then are pad templates created (towards
+ using group information for creating multi-channel pads).
+
+2009-06-25 12:34:03 -0400 Dave Robillard <dave@drobilla.net>
+
+ * ext/lv2/gstlv2.c:
+ Use silly glib types :).
+
+2009-06-20 19:52:26 -0400 Dave Robillard <dave@drobilla.net>
+
+ * ext/lv2/gstlv2.c:
+ * ext/lv2/gstlv2.h:
+ Query and store port group information.
+ Replace port index arrays with a struct for holding more information
+ than just indices (e.g. groups).
+
+2009-05-25 22:15:56 -0400 Dave Robillard <dave@drobilla.net>
+
+ * ext/lv2/gstlv2.c:
+ * ext/lv2/gstlv2.h:
+ Working basic LV2 signal processing.
+ LV2 plugins, short of any surprises, should work with the same basic
+ functionality as LADSPA plugins.
+
+2009-05-25 20:43:10 -0400 Dave Robillard <dave@drobilla.net>
+
+ * ext/lv2/gstlv2.c:
+ Set class inPlaceBroken property.
+
+2009-09-17 09:43:37 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * ext/ivorbis/vorbisdec.c:
+ docs: fix example and mention difference to vorbisdec
+
+2009-09-02 11:11:20 +0100 Jan Schmidt <thaytan@noraisin.net>
+
+ * sys/vdpau/gstvdpvideopostprocess.c:
+ vdpau: Fix bogus check before unreffing
+
+2009-09-01 19:48:43 +0100 Jan Schmidt <thaytan@noraisin.net>
+
+ * configure.ac:
+ vdpau: Fix pkg-config test
+ If the pkg-config check doesn't succeed, test with the old method
+ instead of bailing out of configure with an error.
+
+2009-08-20 00:16:02 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdputils.c:
+ * sys/vdpau/gstvdpvideopostprocess.c:
+ vdpauvideopostprocess: handle pixel-aspect-ratio better
+ the implementation is not entirely correct since we assume that the sink
+ element's pixel-aspect-ratio is 1/1
+
+2009-08-19 22:52:34 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdputils.c:
+ * sys/vdpau/gstvdpvideopostprocess.c:
+ vdpauvideopostprocess: remove par from caps since we don't handle it yet
+
+2009-08-19 22:40:48 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdputils.c:
+ vdpauvideopostprocess: don't remove interlaced flag in video_to_output_caps()
+
+2009-08-19 22:23:17 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdpvideopostprocess.c:
+ * sys/vdpau/gstvdpvideopostprocess.h:
+ vdpauvideopostprocess: add inverse-telecine property
+
+2009-08-19 22:03:11 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdpvideopostprocess.c:
+ vdpauvideopostprocess: fix noise-reduction property getter
+
+2009-08-19 22:02:19 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdpvideopostprocess.c:
+ * sys/vdpau/gstvdpvideopostprocess.h:
+ vdpauvideopostprocess: add sharpening property
+
+2009-08-17 23:42:50 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdpdevice.h:
+ vdpau: remove gst_vdp_device_new from header
+
+2009-08-17 23:42:21 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdpsink.c:
+ vdpausink: fix error handling if gst_vdp_get_device returns NULL
+
+2009-08-17 23:39:52 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdp.c:
+ vdpau: add back vdpausink and vdpauvideopostprocess
+
+2009-08-17 23:39:14 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdpdevice.c:
+ * sys/vdpau/gstvdpdevice.h:
+ vdpdevice: fix error handling and threadsafety
+ return NULL incase of initalization errors and guard hashtable access with a mutex
+
+2009-07-17 22:50:18 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdpvideopostprocess.c:
+ vdpauvideopostprocess: get correct number of needed frames if we're doing noise reduction
+
+2009-07-17 22:48:23 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdpmpegdec.c:
+ vdpaumpegdec: small indent fix
+
+2009-07-15 20:18:33 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdpmpegdec.c:
+ vdpaumpegdec: fix gst_byte_reader_masked_scan_uint32 usage
+
+2009-07-04 19:48:42 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdpvideopostprocess.c:
+ * sys/vdpau/gstvdpvideopostprocess.h:
+ vdpauvidepostprocess: remove boolean noise-reduction property
+ Use the float one to determine if we should enable noise reduction or not
+
+2009-07-04 15:46:02 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdpdevice.c:
+ * sys/vdpau/gstvdpdevice.h:
+ * sys/vdpau/gstvdpvideopostprocess.c:
+ * sys/vdpau/gstvdpvideopostprocess.h:
+ vdpauvideopostprocess: add support for noise reduction
+
+2009-07-04 13:59:36 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdpdevice.c:
+ * sys/vdpau/gstvdpdevice.h:
+ * sys/vdpau/gstvdputils.c:
+ * sys/vdpau/gstvdpvideopostprocess.c:
+ * sys/vdpau/gstvdpvideopostprocess.h:
+ vdpauvideopostprocess: add support for deinterlacing
+ The code is roughly modeled after the deinterlace plugin
+
+2009-07-02 17:11:10 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdpsink.c:
+ * sys/vdpau/gstvdpsink.h:
+ vdpausink: add myself to copyright
+
+2009-07-02 14:01:16 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdpvideopostprocess.c:
+ vdpauvideopostprocess: s/gst_vdp_vpp_set_caps/gst_vdp_vpp_sink_setcaps
+
+2009-07-01 23:12:20 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdpmpegdec.c:
+ vdpaumpegdec: use gst_byte_reader_masked_scan_uint32 instead of our own version
+
+2009-07-01 00:20:33 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdputils.c:
+ * sys/vdpau/gstvdpvideobuffer.c:
+ * sys/vdpau/gstvdpvideobuffer.h:
+ vdpau: use G_N_ELEMENTS instead of hardcoding array sizes
+
+2009-07-01 00:13:14 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdpdevice.c:
+ vdpau: use G_N_ELEMENTS instead of NULL terminating array
+
+2009-06-30 23:55:13 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/Makefile.am:
+ * sys/vdpau/gstvdp.c:
+ * sys/vdpau/gstvdpdevice.c:
+ * sys/vdpau/gstvdpdevice.h:
+ * sys/vdpau/gstvdpoutputbuffer.c:
+ * sys/vdpau/gstvdpoutputbuffer.h:
+ * sys/vdpau/gstvdpsink.c:
+ * sys/vdpau/gstvdpsink.h:
+ * sys/vdpau/gstvdputils.c:
+ * sys/vdpau/gstvdputils.h:
+ * sys/vdpau/gstvdpvideobuffer.c:
+ * sys/vdpau/gstvdpvideobuffer.h:
+ * sys/vdpau/gstvdpvideopostprocess.c:
+ * sys/vdpau/gstvdpvideopostprocess.h:
+ * sys/vdpau/gstvdpvideoyuv.c:
+ * sys/vdpau/gstvdpyuvvideo.c:
+ vdpau: add new vdpausink and vdpauvideopostprocess elements
+ vdpausink is as the name implies a sink which takes vide/x-vdpau-output buffers
+ and outputs it to the screen.
+ vdpauvideopostprocess is an element which takes video/x-vdpau-video buffers and
+ outputs video/x-vdpau-output buffers. The element can also do things like
+ deinterlacing and other postprocessing but this is not implemented yet.
+
+2009-06-29 22:50:42 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * configure.ac:
+ vdpau: check for vdpau with pkg-config first
+
+2009-06-24 17:51:58 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdpmpegdec.c:
+ * sys/vdpau/gstvdpvideoyuv.c:
+ vdpau: split gst_vdp_mpeg_dec_reset into start and stop
+
+2009-06-24 11:36:28 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdpmpegdec.c:
+ * sys/vdpau/gstvdputils.c:
+ * sys/vdpau/gstvdputils.h:
+ * sys/vdpau/gstvdpvideoyuv.c:
+ * sys/vdpau/gstvdpyuvvideo.c:
+ * sys/vdpau/gstvdpyuvvideo.h:
+ vdpau: don't put the GstVdpDevice in the caps
+
+2009-06-23 23:03:52 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdpmpegdec.c:
+ * sys/vdpau/gstvdpmpegdec.h:
+ * sys/vdpau/gstvdpvideoyuv.c:
+ * sys/vdpau/gstvdpvideoyuv.h:
+ * sys/vdpau/gstvdpyuvvideo.c:
+ * sys/vdpau/gstvdpyuvvideo.h:
+ vdpau: make GstVdpVideoYUV implement pad_alloc
+ also change GstVdpMpegDec and GstVdpYUVVideo to make use of this
+
+2009-06-23 17:26:22 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdputils.h:
+ * sys/vdpau/gstvdpvideoyuv.c:
+ * sys/vdpau/gstvdpyuvvideo.c:
+ vdpau: add support for YUY2
+
+2009-06-23 17:16:25 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdpvideoyuv.c:
+ * sys/vdpau/gstvdpyuvvideo.c:
+ vdpau: add support for UYVY
+
+2009-06-23 16:57:45 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdputils.c:
+ * sys/vdpau/gstvdputils.h:
+ * sys/vdpau/gstvdpvideoyuv.c:
+ * sys/vdpau/gstvdpyuvvideo.c:
+ * sys/vdpau/gstvdpyuvvideo.h:
+ vdpau: factor out common caps calculation and put it in gstvdputils.[ch]
+
+2009-06-22 23:25:55 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/Makefile.am:
+ * sys/vdpau/gstvdpdevice.h:
+ * sys/vdpau/gstvdputils.c:
+ * sys/vdpau/gstvdputils.h:
+ * sys/vdpau/gstvdpvideoyuv.c:
+ * sys/vdpau/gstvdpyuvvideo.c:
+ vdpau: refactor GstVdpVideoYUV and GstVdpYUVVideo
+
+2009-06-22 22:17:48 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdpyuvvideo.c:
+ * sys/vdpau/gstvdpyuvvideo.h:
+ vdpau: make GstVdpYUVVideo inherit from GstBaseTransform
+
+2009-06-22 11:00:40 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdpvideoyuv.c:
+ vdpau: fixup some debug prints
+
+2009-06-22 10:57:25 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+
+ * sys/vdpau/gstvdpvideoyuv.c:
+ * sys/vdpau/gstvdpvideoyuv.h:
+ vdpau: make GstVdpVideoYUV inherit from GstBaseTransform
+
+2009-09-16 08:22:19 +0200 Lutz Mueller <lutz@topfrose.de>
+
+ * gst/pnm/gstpnm.c:
+ * gst/pnm/gstpnmdec.c:
+ * gst/pnm/gstpnmenc.c:
+ * gst/pnm/gstpnmutils.c:
+ * gst/pnm/gstpnmutils.h:
+ pnm: Support ASCII format for encoding and handle unsupported formats better in the decoder
+ Fixes bug #595215.
+
+2009-09-15 23:32:06 +0100 Jan Schmidt <thaytan@noraisin.net>
+
+ * gst/mpegdemux/gstmpegdemux.c:
+ mpegdemux: Handle base_time when sending segment updates.
+ Don't send bogus new segment update events when the stream doesn't
+ start at 0. Fixes broken seeking in some files.
+ Fixes: #594812
+
+2009-08-18 13:35:59 +0200 Zaheer Abbas Merali <zaheerabbas@merali.org>
+
+ * gst/mpegdemux/gstsectionfilter.c:
+ mpegtsdemux, mpegtsparse: max section length is 4093 not 1021.
+
+2009-08-18 01:08:03 +0200 Zaheer Abbas Merali <zaheerabbas@merali.org>
+
+ * gst/mpegdemux/gstmpegtsdemux.c:
+ mpegtsdemux: add pad for DVB Subtitling pads
+
+2009-09-13 19:39:59 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/pnm/gstpnmdec.c:
+ * gst/pnm/gstpnmenc.c:
+ pnm: Use correct rowstride for 8 bit grayscale too
+
+2009-09-13 19:33:57 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/pnm/gstpnmdec.c:
+ * gst/pnm/gstpnmenc.c:
+ pnm: Correctly convert from/to GStreamer rowstride
+
+2009-09-13 19:17:15 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/pnm/gstpnmdec.c:
+ * gst/pnm/gstpnmenc.c:
+ pnm: Fix caps
+ 8 bit grayscale caps have no endianness field and the caps name
+ of GST_VIDEO_CAPS_RGB is still "video/x-raw-rgb" and not GST_VIDEO_CAPS_RGB.
+
+2009-09-13 19:13:24 +0200 Lutz Mueller <lutz@topfrose.de>
+
+ * gst/pnm/gstpnmdec.c:
+ * gst/pnm/gstpnmenc.c:
+ * gst/pnm/gstpnmenc.h:
+ pnm: Lots of bugfixes
+ (1) Fix examples.
+ (2) Add support for gray images.
+ (3) Remove "use_fixed_caps" which doesn't seem to be useful.
+ (4) Do proper negotiation in the encoder.
+ (5) Fix memleak in the setcaps function in the encoder.
+ (6) Keep a link to the src pad in the encoder now that we need it more often.
+ Partially fixes bug #164870.
+
+2009-09-12 18:57:05 +0100 Christian Schaller <christian.schaller@collabora.co.uk>
+
+ * gst/h264parse/gsth264parse.c:
+ Fix factory information for h264parse, add missing Video
+
+2009-09-11 14:38:46 -0700 Michael Smith <msmith@songbirdnest.com>
+
+ * gst/aiffparse/aiffparse.c:
+ aiffparse: Fix an off-by-8 bug in parsing the AIFF data size.
+ This led to overreading by 8 bytes, giving an audible glitch at the end of
+ a file (except when the file didn't have a trailing chunk of some sort).
+
+2009-09-08 20:52:09 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * gst/mpegdemux/gstmpegtsdemux.c:
+ mpegtsdemux: Use GST_TIME_FORMAT in debug statement.
+
+2009-09-08 09:20:00 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * gst/mpegdemux/gstmpegtsdemux.c:
+ mpegtsdemux: Reset stream->last_time when flushing.
+ This fixes naive seeking a tiny bit (by basically hinting at _data_cb
+ that it shouldn't expect the incoming buffers to be the ones just after
+ the previous ones).
+ Without this, seeking by more than 10mins forward would just end up in an
+ endless loop.
+
+2009-09-08 09:18:42 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * gst/mpegdemux/gstmpegtsdemux.c:
+ mpegtsdemux: Sprinkle branch prediction macros.
+
+2009-09-10 12:12:26 -0700 Michael Smith <msmith@songbirdnest.com>
+
+ * gst/id3tag/id3tag.c:
+ id3tag: When writing id3v2.3, do not use UTF-8.
+ UTF-8 is only permitted in v2.4. So instead use ISO-8859-1 for ascii-only
+ strings, and UTF16 otherwise. Also, do not null terminate strings in text
+ frames, except where required. These two allow windows media player to play
+ (and correctly read tags) files created by id3mux.
+
+2009-07-23 16:13:28 -0700 Michael Smith <msmith@songbirdnest.com>
+
+ * gst/adpcmdec/adpcmdec.c:
+ adpcmdec: complete ima adpcm support.
+
+2009-07-23 11:59:39 -0700 Michael Smith <msmith@songbirdnest.com>
+
+ * gst/adpcmdec/adpcmdec.c:
+ adpcmdec: checkpoint for incomplete IMA ADPCM support.
+
+2009-09-10 12:02:21 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/videomeasure/gstvideomeasure.c:
+ * gst/videomeasure/gstvideomeasure_collector.c:
+ * gst/videomeasure/gstvideomeasure_ssim.c:
+ videomeasure: Fix format strings and include correct i18n header
+
+2009-09-10 11:58:02 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/videomeasure/gstvideomeasure.c:
+ * gst/videomeasure/gstvideomeasure.h:
+ * gst/videomeasure/gstvideomeasure_collector.c:
+ * gst/videomeasure/gstvideomeasure_collector.h:
+ * gst/videomeasure/gstvideomeasure_ssim.c:
+ * gst/videomeasure/gstvideomeasure_ssim.h:
+ videomeasure: Fix indention, line endings and use LRN's real name
+
+2009-09-09 19:14:27 +0400 Руслан Ижбулатов <lrn1986@gmail.com>
+
+ * configure.ac:
+ * gst/videomeasure/Makefile.am:
+ * gst/videomeasure/gstvideomeasure.c:
+ * gst/videomeasure/gstvideomeasure.h:
+ * gst/videomeasure/gstvideomeasure_collector.c:
+ * gst/videomeasure/gstvideomeasure_collector.h:
+ * gst/videomeasure/gstvideomeasure_ssim.c:
+ * gst/videomeasure/gstvideomeasure_ssim.h:
+ videomeasure: Initial version of videomeasure plugin
+ This plugin contains elements for calculating metrics of video streams, intended for objective video codec comparison.
+ At the moment only SSIM metric is implemented (why would you need anything else anyway?).
+ Also contains a helper videomeasure_collector element that collects measurement events and outputs them into a file (to be used with gst-launch).
+ Other metrics may be implemented in the future along with a base class for all measurers.
+ Fixes bug #594321.
+
+2009-09-10 08:54:23 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * configure.ac:
+ pnm: Mark PNM plugin as experimental because it doesn't work well yet
+
+2009-09-10 08:53:46 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/pnm/gstpnmdec.c:
+ pnmdec: Partially fix negotiation issues and refcount leaks
+
+2009-09-10 08:48:12 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/pnm/Makefile.am:
+ * gst/pnm/gstpnmenc.c:
+ pnmenc: Fix negotiation issues and refcount leaks
+
+2009-09-10 08:29:06 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/pnm/gstpnm.c:
+ pnm: Fix typefinder caps
+
+2009-09-10 08:23:22 +0200 Lutz Mueller <lutz@topfrose.de>
+
+ * configure.ac:
+ * gst/pnm/Makefile.am:
+ * gst/pnm/gstpnm.c:
+ * gst/pnm/gstpnmdec.c:
+ * gst/pnm/gstpnmdec.h:
+ * gst/pnm/gstpnmenc.c:
+ * gst/pnm/gstpnmenc.h:
+ * gst/pnm/gstpnmutils.c:
+ * gst/pnm/gstpnmutils.h:
+ pnm: Add PNM encoder and decoder elements
+ Fixes bug #164870.
+
+2009-09-10 07:56:25 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/ladspa/Makefile.am:
+ * ext/lv2/Makefile.am:
+ * gst-libs/gst/signalprocessor/Makefile.am:
+ signalprocessor: Fix various build/dist issues
+ Install the headers, version the library with @GST_MAJORMINOR@,
+ add all required libraries to _LIBADD instead of _LDFLAGS,
+ and add GST_*_LDFLAGS to _LDFLAGS.
+ Fixes bug #594715.
+
+2009-09-09 14:34:03 +0200 Julien Isorce <julien.isorce@gmail.com>
+
+ * sys/dshowsrcwrapper/gstdshowvideosrc.cpp:
+ dshowvideosrc: cache device caps
+
+2009-09-09 12:41:17 +0200 Julien Isorce <julien.isorce@gmail.com>
+
+ * sys/dshowsrcwrapper/gstdshow.cpp:
+ * sys/dshowsrcwrapper/gstdshow.h:
+ * sys/dshowsrcwrapper/gstdshowvideosrc.cpp:
+ * win32/vs9/libgstdshowsrcwrapper.vcproj:
+ dshowvideosrc: use IEnumMediaTypes when IAMStreamConfig is not usable
+ For some device drivers IAMStreamConfig is not supported.
+ But EnumMediatypes does not provide range size and framerate.
+
+2009-09-06 11:50:39 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * tests/check/Makefile.am:
+ * tests/check/elements/faac.c:
+ faac: add unit test
+
+2009-09-08 22:24:12 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/faac/gstfaac.c:
+ faac: add some debug statements for discrepancy cases and plug memleak
+
+2009-09-06 11:49:17 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/faac/gstfaac.c:
+ faac: sprinkle some more G_(UN)LIKELY
+
+2009-09-06 11:44:27 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/faac/gstfaac.c:
+ faac: enforce sync between wrapper view of data and encoder returned data
+
+2009-09-05 21:35:35 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * docs/plugins/Makefile.am:
+ * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
+ * docs/plugins/gst-plugins-bad-plugins-sections.txt:
+ docs: add faac to documentation
+
+2009-09-05 21:35:19 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/faac/gstfaac.c:
+ faac: add some documentation
+
+2009-08-31 19:31:57 +0200 Havard Graff <havard.graff@tandberg.com>
+
+ * gst/selector/gstoutputselector.c:
+ outputselector: make GST_FORMAT_TIME the default segment format
+
+2009-08-31 19:33:50 +0200 Havard Graff <havard.graff@tandberg.com>
+
+ * sys/dshowvideosink/dshowvideosink.cpp:
+ dshowvideosink: remove unused variable to fix compiler warning
+ Fixes bug #594278.
+
+2009-09-08 15:16:44 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/mpegdemux/gstmpegtsdemux.c:
+ mpegtsdemux: Fix usage of __always_inline__ attribute
+ This attribute can't be used for function declarations because
+ it needs the function body. Instead of a forward declaration of
+ functions, move the function itself above it's first use.
+ Fixes bug #594489 and compilation with gcc 4.3 and earlier.
+
+2009-09-07 17:33:15 +0200 Marc-André Lureau <mlureau@flumotion.com>
+
+ * ext/assrender/gstassrender.c:
+ assrender: Fix compilation with libass = 0.9.6
+ Fixes bug #594382.
+
+2009-09-07 19:08:08 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * gst/mpeg4videoparse/mpeg4videoparse.c:
+ mpeg4videoparse: fix aspect-ratio parsing in VO
+
+2009-09-07 16:20:23 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * gst/mpeg4videoparse/mpeg4videoparse.c:
+ mpeg4videoparse: also consider user_data pieces when parsing VO(S)
+
+2009-09-07 16:44:52 +0200 Julien Isorce <julien.isorce@gmail.com>
+
+ * sys/dshowsrcwrapper/gstdshow.h:
+ * sys/dshowsrcwrapper/gstdshowfakesink.cpp:
+ * win32/vs9/gst-plugins-bad.sln:
+ * win32/vs9/libgstdshowsrcwrapper.vcproj:
+ dshowsrcwrapper: add support both Unicode and MBCS
+
+2009-09-07 15:44:16 +0200 Julien Isorce <julien.isorce@gmail.com>
+
+ * win32/vs8/gst-plugins-bad.sln:
+ * win32/vs8/libdshowsrcwrapper.vcproj:
+ * win32/vs9/gst-plugins-bad.sln:
+ * win32/vs9/libgstdshowsrcwrapper.vcproj:
+ dshowsrcwrapper: upgrade frozen build to vs9
+
+2009-09-07 15:21:28 +0200 Julien Isorce <julien.isorce@gmail.com>
+
+ * sys/dshowsrcwrapper/gstdshowsrcwrapper.cpp:
+ dshowsrcwrapper: indent dshowsrcwrapper.cpp
+
+2009-09-07 15:12:55 +0200 Julien Isorce <julien.isorce@gmail.com>
+
+ * sys/dshowsrcwrapper/gstdshowsrcwrapper.cpp:
+ Revert "dshowsrcwrapper: remove unused extern C"
+ This reverts commit d3c88d637d7e7d60f1437ccd3dfc23b37e2a320e.
+ Reverting this since the entry point isn't found because of
+ C++ build.
+
+2009-09-07 10:59:53 +0200 Julien Isorce <julien.isorce@gmail.com>
+
+ * sys/dshowsrcwrapper/gstdshow.cpp:
+ * sys/dshowsrcwrapper/gstdshow.h:
+ * sys/dshowsrcwrapper/gstdshowaudiosrc.cpp:
+ * sys/dshowsrcwrapper/gstdshowaudiosrc.h:
+ * sys/dshowsrcwrapper/gstdshowfakesink.cpp:
+ * sys/dshowsrcwrapper/gstdshowfakesink.h:
+ * sys/dshowsrcwrapper/gstdshowvideosrc.cpp:
+ * sys/dshowsrcwrapper/gstdshowvideosrc.h:
+ dshowsrcwrapper: indent
+
+2009-09-07 10:51:28 +0200 Julien Isorce <julien.isorce@gmail.com>
+
+ * sys/dshowsrcwrapper/gstdshow.cpp:
+ * sys/dshowsrcwrapper/gstdshowaudiosrc.cpp:
+ * sys/dshowsrcwrapper/gstdshowvideosrc.cpp:
+ dshowsrcwrapper: convert line ended characters to LF
+
+2009-09-07 10:38:39 +0200 Julien Isorce <julien.isorce@gmail.com>
+
+ * sys/dshowsrcwrapper/gstdshowsrcwrapper.cpp:
+ dshowsrcwrapper: remove unused extern C
+
+2009-09-07 10:31:54 +0200 Julien Isorce <julien.isorce@gmail.com>
+
+ * sys/dshowsrcwrapper/gstdshow.cpp:
+ * sys/dshowsrcwrapper/gstdshow.h:
+ * sys/dshowsrcwrapper/gstdshowvideosrc.cpp:
+ * sys/dshowsrcwrapper/gstdshowvideosrc.h:
+ dshowsrcwrapper: go back to previous mode
+
+2009-09-05 10:22:52 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * common:
+ Automatic update of common submodule
+ From 00a859e to 19fa4f3
+
+2009-09-04 19:17:06 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/timidity/gsttimidity.c:
+ * ext/timidity/gstwildmidi.c:
+ wildmidi/timidity: Add audio/riff-midi to the src pad template caps
+
+2009-09-04 17:32:34 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/siren/gstsirendec.c:
+ * gst/siren/gstsirenenc.c:
+ siren: fix setting caps on the output pad
+ Also set the caps on the output pad when the input buffers don't have caps.
+
+2009-09-04 17:27:52 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/timidity/gstwildmidi.c:
+ * ext/timidity/gstwildmidi.h:
+ wildmidi: cleanups and fix seeking
+ Remove time_per_frame, it's too inaccurate.
+ Fix convert for -1 values.
+ Use scaling to convert samples to time.
+ Fix segment handling.
+ Fix seeking.
+ Fix buffer clipping (not yet enabled)
+ Protect the WildMidi library with the object lock to avoid races when changing
+ properties.
+ Fix offsets on output buffers, for raw audio the offset contains the sample
+ position not byte position.
+ Add better DISCONT handling.
+ Fixes #519001
+
+2009-09-04 16:29:53 +0200 Julien Isorce <julien.isorce@gmail.com>
+
+ * sys/dshowsrcwrapper/gstdshow.cpp:
+ * sys/dshowsrcwrapper/gstdshow.h:
+ * sys/dshowsrcwrapper/gstdshowvideosrc.cpp:
+ dshowvideosrc: move VIDEO_STREAM_CONFIG_CAPS to GstCapturePinMediaType
+
+2009-09-04 14:11:33 +0100 christian schaller <christian.schaller@collabora.co.uk>
+
+ Merge branch 'master' of ssh://uraeus@git.freedesktop.org/git/gstreamer/gst-plugins-bad
+
+2009-09-04 14:10:55 +0100 christian schaller <christian.schaller@collabora.co.uk>
+
+ * gst-plugins-bad.spec.in:
+ Update spec file
+
+2009-09-04 13:13:39 +0200 Josep Torra <n770galaxy@gmail.com>
+
+ * ext/neon/gstneonhttpsrc.c:
+ neonhttpsrc: handle all redirection http status codes
+
+2009-09-04 12:53:36 +0200 Josep Torra <n770galaxy@gmail.com>
+
+ * gst/mpegdemux/gstmpegdemux.c:
+ mpegpsdemux: in seeking use a factor for SCR interpolation
+ Fixes seeking on clips where PTS are unalignded with SCR.
+
+2009-09-04 12:40:40 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/siren/gstsirendec.c:
+ * gst/siren/gstsirendec.h:
+ sirendec: rewrite sirendec
+ Add setcaps and event functions.
+ Add state change functions to clean variables.
+ Use adapter.
+ Add timestamps and duration on outgoing buffers.
+ Add DISCONT handling.
+
+2009-09-04 12:40:07 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/siren/gstsirenenc.c:
+ sirenenc: cleanups
+
+2009-09-04 12:35:31 +0200 Josep Torra <n770galaxy@gmail.com>
+
+ * gst/mpegdemux/gstmpegtsdemux.c:
+ mpegtsdemux: set specific caps for lpcm in private stream
+ In the clips that I've found those streams, the lpcm header is
+ different than the DVD case.
+ Then the decoder need to know this in order to be able parse it.
+
+2009-09-04 12:30:18 +0200 Josep Torra <n770galaxy@gmail.com>
+
+ * gst/mpegdemux/gstmpegtsdemux.c:
+ * gst/mpegdemux/gstmpegtsdemux.h:
+ mpegtsdemux: added autodetect of packet size and removed m2ts mode property
+
+2009-09-04 12:08:45 +0200 Julien Isorce <julien.isorce@gmail.com>
+
+ Merge branch 'master' of ssh://cap@git.freedesktop.org/git/gstreamer/gst-plugins-bad
+
+2009-09-04 12:08:02 +0200 Julien Isorce <julien.isorce@gmail.com>
+
+ * sys/dshowsrcwrapper/gstdshow.cpp:
+ * sys/dshowsrcwrapper/gstdshow.h:
+ * sys/dshowsrcwrapper/gstdshowvideosrc.cpp:
+ * sys/dshowsrcwrapper/gstdshowvideosrc.h:
+ dshowvideosrc: move default video caps into GstCapturePinMediaType
+
+2009-09-04 12:02:18 +0200 Josep Torra <n770galaxy@gmail.com>
+
+ * gst/mpegdemux/gstmpegdefs.h:
+ * gst/mpegdemux/gstmpegdesc.h:
+ * gst/mpegdemux/gstmpegtsdemux.c:
+ mpegtsdemux: some more handling of VC1 and EAC3
+ If the PMT have the register descriptor HDMV assume EAC3
+ For VC1 make the code more aligned to RP227.
+
+2009-07-16 10:06:36 +0100 Vincent Penquerc'h <ogg.k.ogg.k@googlemail.com>
+
+ * gst/dvdspu/gstspu-vobsub-render.c:
+ Try to fit subtitles within the video frame when they're too large
+
+2009-09-01 21:30:35 -0400 Olivier Crête <olivier.crete@collabora.co.uk>
+
+ * gst/pcapparse/gstpcapparse.c:
+ * gst/pcapparse/gstpcapparse.h:
+ pcapparse: Set the GStreamer timestamp according to the pcap timestamps
+
+2009-09-03 19:04:33 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/siren/gstsirenenc.c:
+ * gst/siren/gstsirenenc.h:
+ sirenenc: fix events and caps
+ Add an event function that clears the adapter.
+ Add a setcaps function to configure caps on the srcpad. Remove the instance
+ variable for the caps.
+
+2009-09-03 18:43:26 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/siren/gstsirenenc.c:
+ * gst/siren/gstsirenenc.h:
+ sirenenc: fix timestamping
+ Handle DISCONT and reset adapter.
+ code cleanups.
+ Put timestamps and discont flags on output buffers.
+ Fix error handling.
+ Remove bogus object locks, it's all protected by the STREAM_LOCK.
+
+2009-09-03 17:49:41 +0200 Julien Isorce <julien.isorce@gmail.com>
+
+ * sys/dshowsrcwrapper/gstdshow.cpp:
+ * sys/dshowsrcwrapper/gstdshowvideosrc.cpp:
+ dshowvideosrc: factorize dshow format to gst caps conversion
+
+2009-09-03 17:20:47 +0200 Julien Isorce <julien.isorce@gmail.com>
+
+ * sys/dshowsrcwrapper/gstdshow.cpp:
+ * sys/dshowsrcwrapper/gstdshow.h:
+ dshowsrcwrapper: remove cplusplus condition
+
+2009-09-03 17:12:26 +0200 Julien Isorce <julien.isorce@gmail.com>
+
+ * sys/dshowsrcwrapper/gstdshow.cpp:
+ * sys/dshowsrcwrapper/gstdshow.h:
+ * sys/dshowsrcwrapper/gstdshowvideosrc.cpp:
+ * sys/dshowsrcwrapper/gstdshowvideosrc.h:
+ dshowvideosrc: factorize dshow video format parsing
+
+2009-09-03 15:45:06 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/mpegdemux/gstmpegtsdemux.c:
+ mpegtsdemux: If stream type is AC3 and no EAC3 descriptor is found assume AC3
+
+2009-09-03 15:40:14 +0200 Josep Torra <josep@fluendo.com>
+
+ * gst/mpegdemux/gstmpegdefs.h:
+ * gst/mpegdemux/gstmpegtsdemux.c:
+ mpegtsdemux: Implement EAC3 handling according some ATSC specs.
+ Fixes bug #594030.
+
+2009-09-03 00:28:16 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * configure.ac:
+ * docs/plugins/inspect/plugin-xdgmime.xml:
+ * gst-plugins-bad.spec.in:
+ * gst/xdgmime/Makefile.am:
+ * gst/xdgmime/gstxdgmime.c:
+ xdgmime: move xdg typefinder to the other typefinders in -base
+ Remove the xdgmime plugin which now barely contains any code at all
+ and move the functionality into gst-plugins-base next to the other
+ typefinders.
+
+2009-09-02 13:35:02 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * gst/mpegpsmux/mpegpsmux.c:
+ * gst/mpegtsmux/mpegtsmux.c:
+ * gst/mpegtsmux/mpegtsmux.h:
+ mpegsmux, mpegpsmux: fix unused variable warning with the debugging system in core disabled
+
+2009-09-01 12:41:19 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/mpegdemux/gstmpegtsdemux.c:
+ mpegtsdemux: Stream type 0x81 is normal AC3, not EAC3
+ Not sure what the stream type for EAC3 is though.
+ Fixes bug #593059.
+
+2009-08-30 23:07:30 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/faac/gstfaac.c:
+ faac: refactor slightly and remove superfluous code
+
+2009-08-30 23:06:24 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/faac/gstfaac.c:
+ faac: freshen up caps negotiation
+ Perform sink and src caps negotiation during caps negotation,
+ and also cater for re-negotiation.
+
+2009-08-30 23:00:35 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/faac/gstfaac.c:
+ * ext/faac/gstfaac.h:
+ faac: rewrite data caching and timestamp handling
+ Also fixes #593348.
+
+2009-08-31 18:55:52 +0200 Peter Kjellerstedt <pkj@axis.com>
+
+ * configure.ac:
+ configure: A little clean up.
+ Reorder the list of AM_CONDITIONAL()s used when --disable-external is
+ specified to match the actual order of the plug-ins earlier in the file.
+
+2009-08-31 18:49:16 +0200 Peter Kjellerstedt <pkj@axis.com>
+
+ * configure.ac:
+ configure: Allow --disable-external to be specified again.
+
+2009-08-31 18:47:44 +0200 Peter Kjellerstedt <pkj@axis.com>
+
+ * configure.ac:
+ configure: Allow --disable-kate to actually be specified.
+
+2009-08-31 18:41:59 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/timidity/gstwildmidi.c:
+ wildmidi: cleanup error handler
+
+2009-08-31 18:34:03 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/timidity/gstwildmidi.c:
+ wildmidi: free the adapter
+
+2009-08-31 18:32:07 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/timidity/gstwildmidi.c:
+ wildmidi: cleanups
+
+2009-08-31 18:21:34 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/timidity/gstwildmidi.c:
+ wildmidi: allow for push mode operation
+ Fixes #586929
+
+2009-08-31 18:20:00 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/timidity/gstwildmidi.c:
+ * ext/timidity/gstwildmidi.h:
+ wildmidi: use state machine
+ Use a state machine to keep track of the current state.
+ Add chain function and event function on the sinkpad.
+ Remove some unused code.
+
+2009-08-31 17:38:28 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/timidity/gstwildmidi.c:
+ wildmidi: remove useless function calls
+
+2009-08-31 17:33:32 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/timidity/gstwildmidi.c:
+ * ext/timidity/gstwildmidi.h:
+ wildmidi: set caps on pad
+ Set the caps on the pad and use those caps instead of keeping a separate caps
+ pointer around.
+ Fix some whitespace.
+
+2009-08-31 17:27:39 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/timidity/gstwildmidi.c:
+ wildmidi: fix whitespace
+
+2009-08-31 16:07:03 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * ext/kate/Makefile.am:
+ kate: fix typo in Makefile.am
+ GST_PLUGIN_BASE_LIBS should be GST_PLUGINS_BASE_LIBS. Fixes #593683.
+
+2009-08-31 13:31:16 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * docs/plugins/gst-plugins-bad-plugins.args:
+ * docs/plugins/gst-plugins-bad-plugins.hierarchy:
+ * docs/plugins/gst-plugins-bad-plugins.interfaces:
+ * docs/plugins/inspect/plugin-aacparse.xml:
+ * docs/plugins/inspect/plugin-adpcmdec.xml:
+ * docs/plugins/inspect/plugin-aiffparse.xml:
+ * docs/plugins/inspect/plugin-alsaspdif.xml:
+ * docs/plugins/inspect/plugin-amrparse.xml:
+ * docs/plugins/inspect/plugin-amrwbenc.xml:
+ * docs/plugins/inspect/plugin-apex.xml:
+ * docs/plugins/inspect/plugin-asfmux.xml:
+ * docs/plugins/inspect/plugin-assrender.xml:
+ * docs/plugins/inspect/plugin-autoconvert.xml:
+ * docs/plugins/inspect/plugin-bayer.xml:
+ * docs/plugins/inspect/plugin-bz2.xml:
+ * docs/plugins/inspect/plugin-camerabin.xml:
+ * docs/plugins/inspect/plugin-cdaudio.xml:
+ * docs/plugins/inspect/plugin-cdxaparse.xml:
+ * docs/plugins/inspect/plugin-celt.xml:
+ * docs/plugins/inspect/plugin-dc1394.xml:
+ * docs/plugins/inspect/plugin-dccp.xml:
+ * docs/plugins/inspect/plugin-debugutilsbad.xml:
+ * docs/plugins/inspect/plugin-dfbvideosink.xml:
+ * docs/plugins/inspect/plugin-dirac.xml:
+ * docs/plugins/inspect/plugin-dtmf.xml:
+ * docs/plugins/inspect/plugin-dtsdec.xml:
+ * docs/plugins/inspect/plugin-dvb.xml:
+ * docs/plugins/inspect/plugin-dvdspu.xml:
+ * docs/plugins/inspect/plugin-faac.xml:
+ * docs/plugins/inspect/plugin-faad.xml:
+ * docs/plugins/inspect/plugin-fbdevsink.xml:
+ * docs/plugins/inspect/plugin-festival.xml:
+ * docs/plugins/inspect/plugin-flacparse.xml:
+ * docs/plugins/inspect/plugin-freeze.xml:
+ * docs/plugins/inspect/plugin-frei0r.xml:
+ * docs/plugins/inspect/plugin-gsm.xml:
+ * docs/plugins/inspect/plugin-gstsiren.xml:
+ * docs/plugins/inspect/plugin-h264parse.xml:
+ * docs/plugins/inspect/plugin-hdvparse.xml:
+ * docs/plugins/inspect/plugin-id3tag.xml:
+ * docs/plugins/inspect/plugin-jack.xml:
+ * docs/plugins/inspect/plugin-kate.xml:
+ * docs/plugins/inspect/plugin-ladspa.xml:
+ * docs/plugins/inspect/plugin-legacyresample.xml:
+ * docs/plugins/inspect/plugin-liveadder.xml:
+ * docs/plugins/inspect/plugin-metadata.xml:
+ * docs/plugins/inspect/plugin-mimic.xml:
+ * docs/plugins/inspect/plugin-mms.xml:
+ * docs/plugins/inspect/plugin-modplug.xml:
+ * docs/plugins/inspect/plugin-mpeg2enc.xml:
+ * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
+ * docs/plugins/inspect/plugin-mpegdemux2.xml:
+ * docs/plugins/inspect/plugin-mpegpsmux.xml:
+ * docs/plugins/inspect/plugin-mpegtsmux.xml:
+ * docs/plugins/inspect/plugin-mpegvideoparse.xml:
+ * docs/plugins/inspect/plugin-mplex.xml:
+ * docs/plugins/inspect/plugin-musepack.xml:
+ * docs/plugins/inspect/plugin-musicbrainz.xml:
+ * docs/plugins/inspect/plugin-mve.xml:
+ * docs/plugins/inspect/plugin-mxf.xml:
+ * docs/plugins/inspect/plugin-mythtv.xml:
+ * docs/plugins/inspect/plugin-nas.xml:
+ * docs/plugins/inspect/plugin-neon.xml:
+ * docs/plugins/inspect/plugin-nsfdec.xml:
+ * docs/plugins/inspect/plugin-nuvdemux.xml:
+ * docs/plugins/inspect/plugin-ofa.xml:
+ * docs/plugins/inspect/plugin-oss4.xml:
+ * docs/plugins/inspect/plugin-pcapparse.xml:
+ * docs/plugins/inspect/plugin-qtmux.xml:
+ * docs/plugins/inspect/plugin-rawparse.xml:
+ * docs/plugins/inspect/plugin-real.xml:
+ * docs/plugins/inspect/plugin-resindvd.xml:
+ * docs/plugins/inspect/plugin-rfbsrc.xml:
+ * docs/plugins/inspect/plugin-rsvg.xml:
+ * docs/plugins/inspect/plugin-rtpmux.xml:
+ * docs/plugins/inspect/plugin-scaletempo.xml:
+ * docs/plugins/inspect/plugin-schro.xml:
+ * docs/plugins/inspect/plugin-sdl.xml:
+ * docs/plugins/inspect/plugin-sdp.xml:
+ * docs/plugins/inspect/plugin-selector.xml:
+ * docs/plugins/inspect/plugin-shapewipe.xml:
+ * docs/plugins/inspect/plugin-sndfile.xml:
+ * docs/plugins/inspect/plugin-soundtouch.xml:
+ * docs/plugins/inspect/plugin-speed.xml:
+ * docs/plugins/inspect/plugin-stereo.xml:
+ * docs/plugins/inspect/plugin-subenc.xml:
+ * docs/plugins/inspect/plugin-tta.xml:
+ * docs/plugins/inspect/plugin-valve.xml:
+ * docs/plugins/inspect/plugin-vcdsrc.xml:
+ * docs/plugins/inspect/plugin-vdpau.xml:
+ * docs/plugins/inspect/plugin-videosignal.xml:
+ * docs/plugins/inspect/plugin-vmnc.xml:
+ * docs/plugins/inspect/plugin-wildmidi.xml:
+ * docs/plugins/inspect/plugin-x264.xml:
+ * docs/plugins/inspect/plugin-xdgmime.xml:
+ * docs/plugins/inspect/plugin-xvid.xml:
+ docs: update plugin docs for git version
+
+2009-08-31 13:14:02 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * ext/gme/gstgme.c:
+ * ext/metadata/gstbasemetadata.c:
+ * ext/metadata/metadata.c:
+ * ext/mplex/gstmplex.cc:
+ * ext/rsvg/gstrsvgdec.c:
+ * gst/aiffparse/aiffparse.c:
+ * gst/mpegtsmux/mpegtsmux.c:
+ * gst/mpegvideoparse/mpegpacketiser.c:
+ * gst/mxf/mxfmux.c:
+ * gst/nuvdemux/gstnuvdemux.c:
+ GstAdapter is not a GstObject and should be freed with g_object_unref()
+
+2009-08-31 13:00:04 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * gst/mpegtsmux/mpegtsmux.c:
+ * gst/mpegtsmux/mpegtsmux.h:
+ mpegtsmux: use an old-fashioned array instead of GPtrArray for mux->programs
+ Using GPtrArray for a fixed-sized array is a bit pointless and makes
+ for ugly code.
+
+2009-08-31 10:48:35 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/mpegpsmux/mpegpsmux_aac.c:
+ * gst/mpegpsmux/mpegpsmux_aac.h:
+ * gst/mpegpsmux/mpegpsmux_h264.c:
+ * gst/mpegpsmux/mpegpsmux_h264.h:
+ mpegpsmux: Add missing files to fix compilation
+ Fixes bug #593625.
+
+2009-08-10 01:14:19 +0800 Lin YANG <oxcsnicho@gmail.com>
+
+ * examples/mpts_test2.c:
+ mpegtsmux: Test program of mpts support is added
+
+2009-07-22 20:27:36 +0800 Lin YANG <oxcsnicho@gmail.com>
+
+ * gst/mpegtsmux/mpegtsmux.c:
+ mpegtsmux: Minor fixes
+
+2009-07-22 20:25:42 +0800 Lin YANG <oxcsnicho@gmail.com>
+
+ * gst/mpegtsmux/mpegtsmux.c:
+ * gst/mpegtsmux/mpegtsmux.h:
+ mpegtsmux: mux->programs: use GPrtArray instead of GArray
+
+2009-07-11 19:29:53 +0800 Lin YANG <oxcsnicho@gmail.com>
+
+ * gst/mpegtsmux/mpegtsmux.c:
+ * gst/mpegtsmux/mpegtsmux.h:
+ mpegtsmux: mpegtsmux_collected(): calculate PCR for programs
+
+2009-07-11 19:15:12 +0800 Lin YANG <oxcsnicho@gmail.com>
+
+ * gst/mpegtsmux/mpegtsmux.c:
+ mpegtsmux: mpegtsmux_create_streams(): create multi streams
+
+2009-07-11 19:13:23 +0800 Lin YANG <oxcsnicho@gmail.com>
+
+ * gst/mpegtsmux/mpegtsmux.c:
+ * gst/mpegtsmux/mpegtsmux.h:
+ mpegtsmux: MpetTsPadData: add prog_id and ref to its program
+
+2009-07-11 19:09:17 +0800 Lin YANG <oxcsnicho@gmail.com>
+
+ * gst/mpegtsmux/mpegtsmux.c:
+ * gst/mpegtsmux/mpegtsmux.h:
+ mpegtsmux: Extend mux->program to a GArray programs
+
+2009-07-11 17:44:54 +0800 Lin YANG <oxcsnicho@gmail.com>
+
+ * gst/mpegtsmux/mpegtsmux.c:
+ * gst/mpegtsmux/mpegtsmux.h:
+ mpegtsmux: Add new property prog-map to the muxer
+
+2009-08-18 12:14:46 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/h264parse/gsth264parse.c:
+ h264parse: Free the PPS buffers too
+
+2009-08-17 18:03:00 +0800 Lin YANG <oxcsnicho@gmail.com>
+
+ * gst/h264parse/gsth264parse.c:
+ h264parse: compute timestamp
+
+2009-08-17 17:58:46 +0800 Lin YANG <oxcsnicho@gmail.com>
+
+ * gst/h264parse/gsth264parse.c:
+ h264parse: recognize more types of NAL
+ Also recognizes NALs carrying VCL (i.e. visible pictures). We
+ typically only compute timestamps for such NALs
+
+2009-08-17 17:56:26 +0800 Lin YANG <oxcsnicho@gmail.com>
+
+ * gst/h264parse/gsth264parse.c:
+ * gst/h264parse/gsth264parse.h:
+ h264parse: parser init & finalize
+
+2009-08-17 17:53:43 +0800 Lin YANG <oxcsnicho@gmail.com>
+
+ * gst/h264parse/gsth264parse.c:
+ h264parse: decode slice header
+
+2009-08-17 17:53:11 +0800 Lin YANG <oxcsnicho@gmail.com>
+
+ * gst/h264parse/gsth264parse.c:
+ h264parse: decode SEI
+
+2009-08-17 17:52:47 +0800 Lin YANG <oxcsnicho@gmail.com>
+
+ * gst/h264parse/gsth264parse.c:
+ h264parse: decode SEI: picture timing info
+
+2009-08-17 17:52:12 +0800 Lin YANG <oxcsnicho@gmail.com>
+
+ * gst/h264parse/gsth264parse.c:
+ h264parse: decode SEI: buffering period
+
+2009-08-17 17:51:36 +0800 Lin YANG <oxcsnicho@gmail.com>
+
+ * gst/h264parse/gsth264parse.c:
+ h264parse: decode PPS
+
+2009-08-17 17:51:10 +0800 Lin YANG <oxcsnicho@gmail.com>
+
+ * gst/h264parse/gsth264parse.c:
+ h264parse: decode SPS
+
+2009-08-17 17:50:33 +0800 Lin YANG <oxcsnicho@gmail.com>
+
+ * gst/h264parse/gsth264parse.c:
+ h264parse: SPS: decode vui params
+
+2009-08-17 17:50:02 +0800 Lin YANG <oxcsnicho@gmail.com>
+
+ * gst/h264parse/gsth264parse.c:
+ h264parse: SPS: decode hrd params
+
+2009-08-17 17:44:38 +0800 Lin YANG <oxcsnicho@gmail.com>
+
+ * gst/h264parse/gsth264parse.h:
+ h264parse: Start slice header parsing work
+
+2009-08-17 17:43:51 +0800 Lin YANG <oxcsnicho@gmail.com>
+
+ * gst/h264parse/gsth264parse.c:
+ * gst/h264parse/gsth264parse.h:
+ h264parse: Start SEI parsing work
+
+2009-08-17 17:42:06 +0800 Lin YANG <oxcsnicho@gmail.com>
+
+ * gst/h264parse/gsth264parse.c:
+ * gst/h264parse/gsth264parse.h:
+ h264parse: Start PPS parsing work
+
+2009-08-17 17:38:59 +0800 Lin YANG <oxcsnicho@gmail.com>
+
+ * gst/h264parse/gsth264parse.c:
+ * gst/h264parse/gsth264parse.h:
+ h264parse: Start SPS parsing work
+
+2009-08-11 12:00:10 +0200 Lin Yang <oxcsnicho@gmail.com>
+
+ * configure.ac:
+ * gst/mpegpsmux/Makefile.am:
+ * gst/mpegpsmux/bits.h:
+ * gst/mpegpsmux/crc.h:
+ * gst/mpegpsmux/mpegpsmux.c:
+ * gst/mpegpsmux/mpegpsmux.h:
+ * gst/mpegpsmux/psmux.c:
+ * gst/mpegpsmux/psmux.h:
+ * gst/mpegpsmux/psmuxcommon.h:
+ * gst/mpegpsmux/psmuxstream.c:
+ * gst/mpegpsmux/psmuxstream.h:
+ mpegpsmux: Add MPEG PS muxer
+
+2009-08-13 16:45:55 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * configure.ac:
+ * ext/Makefile.am:
+ * ext/rsvg/Makefile.am:
+ * ext/rsvg/gstrsvg.c:
+ * ext/rsvg/gstrsvgdec.c:
+ * ext/rsvg/gstrsvgdec.h:
+ rsvg: Add RSVG SVG decoder plugin
+ This supports
+ - decoding single SVG images and a stream of SVG images with a given framerate
+ - lossless scaling of SVG images
+ - ARGB output
+
+2009-08-31 09:11:34 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * configure.ac:
+ * ext/assrender/gstassrender.c:
+ * ext/assrender/gstassrender.h:
+ assrender: Fix compilation with libass >= 0.9.7 and fix aspect ratio setting
+ Fixes bug #575261.
+
+2009-08-30 22:20:55 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/mxf/mxfdemux.c:
+ * gst/mxf/mxfmetadata.c:
+ * gst/mxf/mxftypes.c:
+ mxf: Unconditionally use GLib 2.16 API
+
+2009-08-30 22:17:53 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * configure.ac:
+ * gst/xdgmime/Makefile.am:
+ * gst/xdgmime/gstxdgmime.c:
+ * gst/xdgmime/xdgmime/xdgmime.c:
+ * gst/xdgmime/xdgmime/xdgmime.h:
+ * gst/xdgmime/xdgmime/xdgmimealias.c:
+ * gst/xdgmime/xdgmime/xdgmimealias.h:
+ * gst/xdgmime/xdgmime/xdgmimecache.c:
+ * gst/xdgmime/xdgmime/xdgmimecache.h:
+ * gst/xdgmime/xdgmime/xdgmimeglob.c:
+ * gst/xdgmime/xdgmime/xdgmimeglob.h:
+ * gst/xdgmime/xdgmime/xdgmimeicon.c:
+ * gst/xdgmime/xdgmime/xdgmimeicon.h:
+ * gst/xdgmime/xdgmime/xdgmimeint.c:
+ * gst/xdgmime/xdgmime/xdgmimeint.h:
+ * gst/xdgmime/xdgmime/xdgmimemagic.c:
+ * gst/xdgmime/xdgmime/xdgmimemagic.h:
+ * gst/xdgmime/xdgmime/xdgmimeparent.c:
+ * gst/xdgmime/xdgmime/xdgmimeparent.h:
+ xdgmime: Always use GLib instead of xdgmime
+ Now that we depend on GLib 2.16 we can as well use it's
+ internal copy of the xdgmime instead of our own.
+
+2009-08-30 22:13:26 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/id3tag/id3tag.c:
+ id3tag: Unconditionally use GLib 2.16 API
+
+2009-08-19 17:18:25 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/resindvd/rsnstreamselector.c:
+ rsnstreamselector: Use iterate internal links instead of deprecated get internal links
+
+2009-08-19 17:05:32 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/selector/gstinputselector.c:
+ inputselector: Use iterate internal links instead of deprecated get internal links
+
+2009-08-30 23:38:45 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * configure.ac:
+ * win32/common/config.h:
+ Back to hacking -> 0.10.14.1
+
=== release 0.10.14 ===
-2009-08-29 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+2009-08-30 00:24:47 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+ * common:
+ common: update common to a version that includes a fixed mangle-tmpl.py
+ Which is needed to build the plugin docs for the frei0r plugin (and
+ was included in the 0.10.14 release tarball).
+
+2009-08-29 19:35:31 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 0.10.14, "Your New Best Friends"
+ * docs/plugins/gst-plugins-bad-plugins.args:
+ * docs/plugins/gst-plugins-bad-plugins.hierarchy:
+ * docs/plugins/gst-plugins-bad-plugins.interfaces:
+ * docs/plugins/inspect/plugin-aacparse.xml:
+ * docs/plugins/inspect/plugin-adpcmdec.xml:
+ * docs/plugins/inspect/plugin-aiffparse.xml:
+ * docs/plugins/inspect/plugin-alsaspdif.xml:
+ * docs/plugins/inspect/plugin-amrparse.xml:
+ * docs/plugins/inspect/plugin-amrwbenc.xml:
+ * docs/plugins/inspect/plugin-apex.xml:
+ * docs/plugins/inspect/plugin-asfmux.xml:
+ * docs/plugins/inspect/plugin-assrender.xml:
+ * docs/plugins/inspect/plugin-autoconvert.xml:
+ * docs/plugins/inspect/plugin-bayer.xml:
+ * docs/plugins/inspect/plugin-bz2.xml:
+ * docs/plugins/inspect/plugin-camerabin.xml:
+ * docs/plugins/inspect/plugin-cdaudio.xml:
+ * docs/plugins/inspect/plugin-cdxaparse.xml:
+ * docs/plugins/inspect/plugin-celt.xml:
+ * docs/plugins/inspect/plugin-dc1394.xml:
+ * docs/plugins/inspect/plugin-dccp.xml:
+ * docs/plugins/inspect/plugin-debugutilsbad.xml:
+ * docs/plugins/inspect/plugin-dfbvideosink.xml:
+ * docs/plugins/inspect/plugin-dirac.xml:
+ * docs/plugins/inspect/plugin-dtmf.xml:
+ * docs/plugins/inspect/plugin-dtsdec.xml:
+ * docs/plugins/inspect/plugin-dvb.xml:
+ * docs/plugins/inspect/plugin-dvdspu.xml:
+ * docs/plugins/inspect/plugin-faac.xml:
+ * docs/plugins/inspect/plugin-faad.xml:
+ * docs/plugins/inspect/plugin-fbdevsink.xml:
+ * docs/plugins/inspect/plugin-festival.xml:
+ * docs/plugins/inspect/plugin-freeze.xml:
+ * docs/plugins/inspect/plugin-frei0r.xml:
+ * docs/plugins/inspect/plugin-gsm.xml:
+ * docs/plugins/inspect/plugin-gstsiren.xml:
+ * docs/plugins/inspect/plugin-h264parse.xml:
+ * docs/plugins/inspect/plugin-hdvparse.xml:
+ * docs/plugins/inspect/plugin-id3tag.xml:
+ * docs/plugins/inspect/plugin-jack.xml:
+ * docs/plugins/inspect/plugin-kate.xml:
+ * docs/plugins/inspect/plugin-ladspa.xml:
+ * docs/plugins/inspect/plugin-legacyresample.xml:
+ * docs/plugins/inspect/plugin-liveadder.xml:
+ * docs/plugins/inspect/plugin-metadata.xml:
+ * docs/plugins/inspect/plugin-mimic.xml:
+ * docs/plugins/inspect/plugin-mms.xml:
+ * docs/plugins/inspect/plugin-modplug.xml:
+ * docs/plugins/inspect/plugin-mpeg2enc.xml:
+ * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
+ * docs/plugins/inspect/plugin-mpegdemux2.xml:
+ * docs/plugins/inspect/plugin-mpegtsmux.xml:
+ * docs/plugins/inspect/plugin-mpegvideoparse.xml:
+ * docs/plugins/inspect/plugin-mplex.xml:
+ * docs/plugins/inspect/plugin-musepack.xml:
+ * docs/plugins/inspect/plugin-musicbrainz.xml:
+ * docs/plugins/inspect/plugin-mve.xml:
+ * docs/plugins/inspect/plugin-mxf.xml:
+ * docs/plugins/inspect/plugin-mythtv.xml:
+ * docs/plugins/inspect/plugin-nas.xml:
+ * docs/plugins/inspect/plugin-neon.xml:
+ * docs/plugins/inspect/plugin-nsfdec.xml:
+ * docs/plugins/inspect/plugin-nuvdemux.xml:
+ * docs/plugins/inspect/plugin-ofa.xml:
+ * docs/plugins/inspect/plugin-oss4.xml:
+ * docs/plugins/inspect/plugin-pcapparse.xml:
+ * docs/plugins/inspect/plugin-qtmux.xml:
+ * docs/plugins/inspect/plugin-rawparse.xml:
+ * docs/plugins/inspect/plugin-real.xml:
+ * docs/plugins/inspect/plugin-resindvd.xml:
+ * docs/plugins/inspect/plugin-rfbsrc.xml:
+ * docs/plugins/inspect/plugin-rtpmux.xml:
+ * docs/plugins/inspect/plugin-scaletempo.xml:
+ * docs/plugins/inspect/plugin-schro.xml:
+ * docs/plugins/inspect/plugin-sdl.xml:
+ * docs/plugins/inspect/plugin-sdp.xml:
+ * docs/plugins/inspect/plugin-selector.xml:
+ * docs/plugins/inspect/plugin-shapewipe.xml:
+ * docs/plugins/inspect/plugin-sndfile.xml:
+ * docs/plugins/inspect/plugin-soundtouch.xml:
+ * docs/plugins/inspect/plugin-speed.xml:
+ * docs/plugins/inspect/plugin-stereo.xml:
+ * docs/plugins/inspect/plugin-subenc.xml:
+ * docs/plugins/inspect/plugin-tta.xml:
+ * docs/plugins/inspect/plugin-valve.xml:
+ * docs/plugins/inspect/plugin-vcdsrc.xml:
+ * docs/plugins/inspect/plugin-vdpau.xml:
+ * docs/plugins/inspect/plugin-videosignal.xml:
+ * docs/plugins/inspect/plugin-vmnc.xml:
+ * docs/plugins/inspect/plugin-wildmidi.xml:
+ * docs/plugins/inspect/plugin-xdgmime.xml:
+ * docs/plugins/inspect/plugin-xvid.xml:
+ * gst-plugins-bad.doap:
+ * win32/common/config.h:
+ Release 0.10.14
+
+2009-08-29 19:02:36 +0100 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/en_GB.po:
+ * po/es.po:
+ * po/fi.po:
+ * po/fr.po:
+ * po/hu.po:
+ * po/id.po:
+ * po/it.po:
+ * po/ja.po:
+ * po/ky.po:
+ * po/lt.po:
+ * po/lv.po:
+ * po/mt.po:
+ * po/nb.po:
+ * po/nl.po:
+ * po/or.po:
+ * po/pl.po:
+ * po/pt_BR.po:
+ * po/ru.po:
+ * po/sk.po:
+ * po/sq.po:
+ * po/sr.po:
+ * po/sv.po:
+ * po/tr.po:
+ * po/uk.po:
+ * po/vi.po:
+ * po/zh_CN.po:
+ Update .po files
2009-08-26 01:21:27 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
@@ -6238,7 +8834,8 @@
2009-04-28 16:03:19 -0400 Olivier Crête <olivier.crete@collabora.co.uk>
* gst/rtpmux/gstrtpmux.c:
- rtpmux: Fix leak Fixed a leak discovered by Laurent Glayal <spegle@yahoo.fr>
+ rtpmux: Fix leak
+ Fixed a leak discovered by Laurent Glayal <spegle@yahoo.fr>
2009-04-28 15:58:41 -0400 Olivier Crête <olivier.crete@collabora.co.uk>
@@ -8022,7 +10619,9 @@
* docs/plugins/Makefile.am:
* gst-plugins-bad.spec.in:
* tests/examples/Makefile.am:
- docs/plugins/Makefile.am: add figures subdirectory tests/examples/Makefile.am: add mxf subdirectory gst-plugins.spec.in: add new plugins
+ docs/plugins/Makefile.am: add figures subdirectory
+ tests/examples/Makefile.am: add mxf subdirectory
+ gst-plugins.spec.in: add new plugins
2009-03-04 16:15:57 +0100 Peter Kjellerstedt <pkj@axis.com>
@@ -10782,7 +13381,8 @@
2009-02-12 22:40:48 +0100 Julien Moutte <julien@fluendo.com>
* gst/mpegdemux/gstmpegdemux.c:
- Make the demuxer reusable in READY->PLAYING->READY->PLAYING cycles by flushing adapters correctly.
+ Make the demuxer reusable in READY->PLAYING->READY->PLAYING cycles by
+ flushing adapters correctly.
2009-02-12 10:53:56 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
@@ -11914,7 +14514,9 @@
2009-01-22 13:33:14 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/rtpmanager/gstrtpjitterbuffer.c:
- Unlock the jitterbuffer before pushing out the packet-lost events. Move some code before we do the unlock to make the jitterbuffer state consistent while we are unlocked.
+ Unlock the jitterbuffer before pushing out the packet-lost events.
+ Move some code before we do the unlock to make the jitterbuffer state
+ consistent while we are unlocked.
2009-01-22 11:54:45 +0100 Sebastian Dröge <slomo@circular-chaos.org>
@@ -39089,14 +41691,15 @@
2006-03-10 17:10:09 +0000 Tim-Philipp Müller <tim@centricular.net>
- * ChangeLog:
- * configure.ac:
- * gst/modplug/Makefile.am:
- * gst/modplug/gstmodplug.cc:
- * gst/modplug/gstmodplug.h:
- * gst/modplug/libmodplug/sndfile.cpp:
- * gst/modplug/libmodplug/sndfile.h:
- Original commit message from CVS: * configure.ac: * gst/modplug/Makefile.am: * gst/modplug/gstmodplug.cc: * gst/modplug/gstmodplug.h: * gst/modplug/libmodplug/sndfile.cpp: * gst/modplug/libmodplug/sndfile.h: modplug plugin ported to 0.10 (#332598, patch by: Jonathan Matthew <jonathan at kaolin wh9 net>).
+ Original commit message from CVS:
+ * configure.ac:
+ * gst/modplug/Makefile.am:
+ * gst/modplug/gstmodplug.cc:
+ * gst/modplug/gstmodplug.h:
+ * gst/modplug/libmodplug/sndfile.cpp:
+ * gst/modplug/libmodplug/sndfile.h:
+ modplug plugin ported to 0.10 (#332598, patch by:
+ Jonathan Matthew <jonathan at kaolin wh9 net>).
2006-03-10 13:49:23 +0000 Tim-Philipp Müller <tim@centricular.net>
diff --git a/configure.ac b/configure.ac
index 7c3266661..2aa33e9f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
-AC_INIT(GStreamer Bad Plug-ins, 0.10.14.1,
+AC_INIT(GStreamer Bad Plug-ins, 0.10.14.2,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-bad)
@@ -45,8 +45,8 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.24
-GSTPB_REQ=0.10.24
+GST_REQ=0.10.25
+GSTPB_REQ=0.10.25
dnl *** autotools stuff ****
diff --git a/po/LINGUAS b/po/LINGUAS
index a4b9fce8c..19bff8626 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -1 +1 @@
-af az bg ca cs da de en_GB es fi fr hu id it ja ky lt lv mt nb nl or pl pt_BR ru sk sq sr sv tr uk vi zh_CN
+af az bg ca cs da de en_GB es eu fi fr hu id it ja ky lt lv mt nb nl or pl pt_BR ru sk sq sr sv tr uk vi zh_CN
diff --git a/po/af.po b/po/af.po
index f289d1b7d..66a2bb0dc 100644
--- a/po/af.po
+++ b/po/af.po
@@ -7,17 +7,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.7.6\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+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"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#, fuzzy
msgid "Could not read title information for DVD."
-msgstr "Kon nie skryf na ler \"%s\" nie."
+msgstr "Kon nie skryf na lêer \"%s\" nie."
#, fuzzy, c-format
msgid "Failed to open DVD device '%s'."
@@ -34,18 +34,18 @@ msgstr ""
#, fuzzy
msgid "No file name specified for writing."
-msgstr "Geen lernaam gespesifiseer."
+msgstr "Geen lêernaam gespesifiseer."
#, c-format
msgid "Could not open file \"%s\" for writing."
-msgstr "Kon nie ler \"%s\" oopmaak om in te skryf nie."
+msgstr "Kon nie lêer \"%s\" oopmaak om in te skryf nie."
msgid "Internal data stream error."
msgstr ""
#, c-format
msgid "Could not write to file \"%s\"."
-msgstr "Kon nie skryf na ler \"%s\" nie."
+msgstr "Kon nie skryf na lêer \"%s\" nie."
#, c-format
msgid "Device \"%s\" does not exist."
@@ -61,7 +61,7 @@ msgstr "Kon nie genoeg buffers vanaf toestel \"%s\" kry nie."
#, c-format
msgid "Could not open file \"%s\" for reading."
-msgstr "Kon nie ler \"%s\" oopmaak om te lees nie."
+msgstr "Kon nie lêer \"%s\" oopmaak om te lees nie."
#, fuzzy
msgid "Could not open audio device for mixer control handling."
@@ -457,7 +457,7 @@ msgstr ""
#~ msgstr "Kon nie video-toestel \"%s\" toemaak nie."
#~ msgid "Error closing file \"%s\"."
-#~ msgstr "Fout tydens toemaak van ler \"%s\"."
+#~ msgstr "Fout tydens toemaak van lêer \"%s\"."
#~ msgid "No or invalid input audio, AVI stream will be corrupt."
#~ msgstr "Geen of ongeldige klanktoevoer, AVI-stroom sal korrup wees."
@@ -517,22 +517,22 @@ msgstr ""
#~ msgstr "Kon nie CD-toestel oopmaak om te lees nie."
#~ msgid "Could not open vfs file \"%s\" for reading."
-#~ msgstr "Kon nie vfs-ler \"%s\" oopmaak vir lees nie."
+#~ msgstr "Kon nie vfs-lêer \"%s\" oopmaak vir lees nie."
#, fuzzy
#~ msgid "No filename given."
-#~ msgstr "Geen lernaam gespesifiseer."
+#~ msgstr "Geen lêernaam gespesifiseer."
#, fuzzy
#~ msgid "Could not open vfs file \"%s\" for writing: %s."
-#~ msgstr "Kon nie vfs-ler \"%s\" oopmaak vir skryf nie."
+#~ msgstr "Kon nie vfs-lêer \"%s\" oopmaak vir skryf nie."
#, fuzzy
#~ msgid "No filename given"
-#~ msgstr "Geen lernaam gespesifiseer."
+#~ msgstr "Geen lêernaam gespesifiseer."
#~ msgid "Could not close vfs file \"%s\"."
-#~ msgstr "Kon nie vfs-ler \"%s\" toemaak nie."
+#~ msgstr "Kon nie vfs-lêer \"%s\" toemaak nie."
#~ msgid "No device specified."
#~ msgstr "Geen toestel gespesifiseer"
diff --git a/po/az.po b/po/az.po
index b601fa2a7..7409ce5a7 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: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+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 5e487ae55..32b3f1f01 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -5,10 +5,10 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: gst-plugins-bad 0.10.12.3\n"
+"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
-"PO-Revision-Date: 2009-06-15 07:48+0300\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
+"PO-Revision-Date: 2009-09-24 15:33+0300\n"
"Last-Translator: Alexander Shopov <ash@contact.bg>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
"MIME-Version: 1.0\n"
@@ -74,11 +74,10 @@ msgstr ""
"Тази версия на Open Sound System не се поддържа от този елемент."
msgid "Volume"
-msgstr ""
+msgstr "Сила"
-#, fuzzy
msgid "Master"
-msgstr "Бързо"
+msgstr "Основна"
msgid "Front"
msgstr "Отпред"
@@ -89,188 +88,176 @@ msgstr "Отзад"
msgid "Headphones"
msgstr "Слушалки"
-#, fuzzy
msgid "Center"
-msgstr "Център/баси"
+msgstr "Център"
msgid "LFE"
-msgstr ""
+msgstr "Баси"
-#, fuzzy
msgid "Surround"
-msgstr "Стерео и съраунд"
+msgstr "Съраунд"
msgid "Side"
msgstr "Отстрани"
msgid "Built-in Speaker"
-msgstr ""
+msgstr "Вграден високоговорител"
msgid "AUX 1 Out"
-msgstr ""
+msgstr "Изход AUX 1"
msgid "AUX 2 Out"
-msgstr ""
+msgstr "Изход AUX 2"
msgid "AUX Out"
-msgstr ""
+msgstr "Изход AUX"
msgid "Bass"
-msgstr ""
+msgstr "Баси"
msgid "Treble"
-msgstr ""
+msgstr "Високи"
msgid "3D Depth"
-msgstr ""
+msgstr "3D — дълбочина"
msgid "3D Center"
-msgstr ""
+msgstr "3D — център"
msgid "3D Enhance"
-msgstr ""
+msgstr "3D — подобрения"
-#, fuzzy
msgid "Telephone"
-msgstr "Слушалки"
+msgstr "Телефон"
msgid "Microphone"
msgstr "Микрофон"
msgid "Line Out"
-msgstr ""
+msgstr "Изход"
-#, fuzzy
msgid "Line In"
-msgstr "Входящ канал"
+msgstr "Вход"
msgid "Internal CD"
-msgstr ""
+msgstr "Вътрешно CD"
msgid "Video In"
-msgstr ""
+msgstr "Видео вход"
msgid "AUX 1 In"
-msgstr ""
+msgstr "Вход AUX 1"
msgid "AUX 2 In"
-msgstr ""
+msgstr "Вход AUX 2"
msgid "AUX In"
-msgstr ""
+msgstr "Вход AUX"
msgid "PCM"
msgstr "PCM"
msgid "Record Gain"
-msgstr ""
+msgstr "Усилване на записа"
msgid "Output Gain"
-msgstr ""
+msgstr "Усилване на изхода"
-#, fuzzy
msgid "Microphone Boost"
-msgstr "Микрофон"
+msgstr "Усилване на микрофона"
msgid "Loopback"
-msgstr ""
+msgstr "Обратна връзка"
msgid "Diagnostic"
-msgstr ""
+msgstr "Диагностика"
msgid "Bass Boost"
-msgstr ""
+msgstr "Усилване на баситe"
msgid "Playback Ports"
-msgstr ""
+msgstr "Изходни гнезда"
msgid "Input"
msgstr "Вход"
msgid "Record Source"
-msgstr ""
+msgstr "Източник за запис"
msgid "Monitor Source"
-msgstr ""
+msgstr "Източник за звуков монитор"
msgid "Keyboard Beep"
-msgstr ""
+msgstr "Клавиатурен звънец"
msgid "Monitor"
-msgstr ""
+msgstr "Звуков монитор"
msgid "Simulate Stereo"
-msgstr ""
+msgstr "Симулирано стерео"
msgid "Stereo"
msgstr "Стерео"
-#, fuzzy
msgid "Surround Sound"
msgstr "Стерео и съраунд"
-#, fuzzy
msgid "Microphone Gain"
-msgstr "Микрофон"
+msgstr "Усилване на микрофона"
msgid "Speaker Source"
-msgstr ""
+msgstr "Източник за високоговорител"
-#, fuzzy
msgid "Microphone Source"
-msgstr "Микрофон"
+msgstr "Източник за микрофон"
msgid "Jack"
-msgstr ""
+msgstr "Жак"
msgid "Center / LFE"
msgstr "Център/баси"
-#, fuzzy
msgid "Stereo Mix"
-msgstr "Стерео"
+msgstr "Смесител на стерео"
msgid "Mono Mix"
-msgstr ""
+msgstr "Смесител на моно"
-#, fuzzy
msgid "Input Mix"
-msgstr "Входящ смесител"
+msgstr "Смесител на входа"
msgid "SPDIF In"
-msgstr ""
+msgstr "Вход SPDIF"
msgid "SPDIF Out"
-msgstr ""
+msgstr "Изход SPDIF"
-#, fuzzy
msgid "Microphone 1"
-msgstr "Микрофон"
+msgstr "Микрофон 1"
-#, fuzzy
msgid "Microphone 2"
-msgstr "Микрофон"
+msgstr "Микрофон 2"
msgid "Digital Out"
-msgstr ""
+msgstr "Цифров изход"
msgid "Digital In"
-msgstr ""
+msgstr "Цифров вход"
msgid "HDMI"
-msgstr ""
+msgstr "HDMI"
msgid "Modem"
-msgstr ""
+msgstr "Модем"
msgid "Handset"
-msgstr ""
+msgstr "Слушалка"
msgid "Other"
-msgstr ""
+msgstr "Друго"
msgid "None"
-msgstr ""
+msgstr "Няма"
msgid "On"
msgstr "Включено"
@@ -279,13 +266,13 @@ msgid "Off"
msgstr "Изключено"
msgid "Mute"
-msgstr ""
+msgstr "Заглушаване"
msgid "Fast"
msgstr "Бързо"
msgid "Very Low"
-msgstr ""
+msgstr "Много ниски"
msgid "Low"
msgstr "Ниски"
@@ -296,132 +283,106 @@ msgstr "Средни"
msgid "High"
msgstr "Високи"
-#, fuzzy
msgid "Very High"
msgstr "Много високи"
msgid "Production"
msgstr "Производство"
-#, fuzzy
msgid "Front Panel Microphone"
msgstr "Микрофон на предния панел"
-#, fuzzy
msgid "Front Panel Line In"
msgstr "Входящ канал на предния панел"
-#, fuzzy
msgid "Front Panel Headphones"
msgstr "Слушалки на предния панел"
-#, fuzzy
msgid "Front Panel Line Out"
msgstr "Входящ канал на предния панел"
-#, fuzzy
msgid "Green Connector"
msgstr "Зелено гнездо"
-#, fuzzy
msgid "Pink Connector"
msgstr "Розово гнездо"
-#, fuzzy
msgid "Blue Connector"
msgstr "Синьо гнездо"
-#, fuzzy
msgid "White Connector"
msgstr "Бяло гнездо"
-#, fuzzy
msgid "Black Connector"
msgstr "Черно гнездо"
-#, fuzzy
msgid "Gray Connector"
msgstr "Сиво гнездо"
-#, fuzzy
msgid "Orange Connector"
msgstr "Оранжево гнездо"
-#, fuzzy
msgid "Red Connector"
msgstr "Червено гнездо"
-#, fuzzy
msgid "Yellow Connector"
msgstr "Жълто гнездо"
-#, fuzzy
msgid "Green Front Panel Connector"
msgstr "Зелено гнездо на предния панел"
-#, fuzzy
msgid "Pink Front Panel Connector"
msgstr "Розово гнездо на предния панел"
-#, fuzzy
msgid "Blue Front Panel Connector"
msgstr "Синьо гнездо на предния панел"
-#, fuzzy
msgid "White Front Panel Connector"
msgstr "Бяло гнездо на предния панел"
-#, fuzzy
msgid "Black Front Panel Connector"
msgstr "Черно гнездо на предния панел"
-#, fuzzy
msgid "Gray Front Panel Connector"
msgstr "Сиво гнездо на предния панел"
-#, fuzzy
msgid "Orange Front Panel Connector"
msgstr "Оранжево гнездо на предни панел"
-#, fuzzy
msgid "Red Front Panel Connector"
msgstr "Червено гнездо на предния панел"
-#, fuzzy
msgid "Yellow Front Panel Connector"
msgstr "Жълто гнездо на предния панел"
msgid "Spread Output"
-msgstr ""
+msgstr "Към повече изходи"
msgid "Downmix"
-msgstr ""
+msgstr "Към по-малко изходи"
-#, fuzzy
msgid "Virtual Mixer Input"
msgstr "Вход на виртуален смесител"
-#, fuzzy
msgid "Virtual Mixer Output"
msgstr "Изход на виртуален смесител"
-#, fuzzy
msgid "Virtual Mixer Channels"
-msgstr "Вход на виртуален смесител"
+msgstr "Канали на виртуален смесител"
#, c-format
msgid "%s Function"
-msgstr ""
+msgstr "Функция на %s"
#, c-format
msgid "%s %d"
-msgstr ""
+msgstr "%s %d"
msgid ""
"Could not open audio device for playback. Device is being used by another "
"application."
msgstr ""
-"Аудио устройството не може да бъде отворено за изпълнение. използва се от "
+"Аудио устройството не може да бъде отворено за изпълнение. Използва се от "
"друго приложение."
msgid ""
@@ -452,72 +413,3 @@ msgstr "Това аудио устройство не поддържа запи
msgid "Error recording from audio device."
msgstr "Грешка при записа от аудио устройството."
-
-#~ msgid "PCM 1"
-#~ msgstr "PCM 1"
-
-#~ msgid "PCM 2"
-#~ msgstr "PCM 2"
-
-#~ msgid "PCM 3"
-#~ msgstr "PCM 3"
-
-#~ msgid "PCM 4"
-#~ msgstr "PCM 4"
-
-#~ msgid "Green connector function"
-#~ msgstr "Функция на зеленото гнездо"
-
-#~ msgid "Green front panel connector function"
-#~ msgstr "Функция на зеленото гнездо на предния панел"
-
-#~ msgid "Pink connector function"
-#~ msgstr "Функция на розовото гнездо"
-
-#~ msgid "Pink front panel connector function"
-#~ msgstr "Функция на розовото гнездо на предния панел"
-
-#~ msgid "Blue connector function"
-#~ msgstr "Функция на синьото гнездо"
-
-#~ msgid "Blue front panel connector function"
-#~ msgstr "Функция на синьото гнездо на предния панел"
-
-#~ msgid "Orange connector function"
-#~ msgstr "Функция на оранжевото гнездо"
-
-#~ msgid "Orange front panel connector function"
-#~ msgstr "Функция на оранжевото гнездо на предния панел"
-
-#~ msgid "Black connector function"
-#~ msgstr "Функция на черното гнездо"
-
-#~ msgid "Black front panel connector function"
-#~ msgstr "Функция на черното гнездо на предния панел"
-
-#~ msgid "Gray connector function"
-#~ msgstr "Функция на сивото гнездо"
-
-#~ msgid "Gray front panel connector function"
-#~ msgstr "Функция на сивото гнездо на предния панел"
-
-#~ msgid "White connector function"
-#~ msgstr "Функция на бялото гнездо"
-
-#~ msgid "White front panel connector function"
-#~ msgstr "Функция на бялото гнездо на предния панел"
-
-#~ msgid "Red connector function"
-#~ msgstr "Функция на червеното гнездо"
-
-#~ msgid "Red front panel connector function"
-#~ msgstr "Функция на червеното гнездо на предния панел"
-
-#~ msgid "Yellow connector function"
-#~ msgstr "Функция на жълтото гнездо"
-
-#~ msgid "Yellow front panel connector function"
-#~ msgstr "Функция на жълтото гнездо на предния панел"
-
-#~ msgid "Virtual mixer channel configuration"
-#~ msgstr "Настройки на каналите на виртуален смесител"
diff --git a/po/ca.po b/po/ca.po
index e88ba7f8f..8b3bdd5cc 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
"PO-Revision-Date: 2004-08-05 15:48+0200\n"
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
"Language-Team: Catalan <ca@dodds.net>\n"
diff --git a/po/cs.po b/po/cs.po
index e00b088cb..f47dd4e2e 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -4,13 +4,12 @@
# This file is put in the public domain.
# Miloslav Trmac <mitr@volny.cz>, 2004.
# Petr Kovar <pknbe@volny.cz>, 2007, 2008, 2009.
-#
msgid ""
msgstr ""
-"Project-Id-Version: gst-plugins-bad 0.10.9.3\n"
+"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
-"PO-Revision-Date: 2009-01-18 18:55+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
+"PO-Revision-Date: 2009-08-29 01:48+0200\n"
"Last-Translator: Petr Kovar <pknbe@volny.cz>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
"MIME-Version: 1.0\n"
@@ -76,11 +75,10 @@ msgstr ""
"verze Open Sound System není příslušným prvkem podporována."
msgid "Volume"
-msgstr ""
+msgstr "Hlasitost"
-#, fuzzy
msgid "Master"
-msgstr "Rychlé"
+msgstr "Master"
msgid "Front"
msgstr "Přední"
@@ -91,14 +89,12 @@ msgstr "Zadní"
msgid "Headphones"
msgstr "Sluchátka"
-#, fuzzy
msgid "Center"
-msgstr "Středový / LFE"
+msgstr "Středový"
msgid "LFE"
-msgstr ""
+msgstr "LFE"
-#, fuzzy
msgid "Surround"
msgstr "Prostorový zvuk"
@@ -106,173 +102,163 @@ msgid "Side"
msgstr "Boční"
msgid "Built-in Speaker"
-msgstr ""
+msgstr "Zabudovaný reproduktor"
msgid "AUX 1 Out"
-msgstr ""
+msgstr "Výstup AUX 1"
msgid "AUX 2 Out"
-msgstr ""
+msgstr "Výstup AUX 2"
msgid "AUX Out"
-msgstr ""
+msgstr "Výstup AUX"
msgid "Bass"
-msgstr ""
+msgstr "Basy"
msgid "Treble"
-msgstr ""
+msgstr "Výšky"
msgid "3D Depth"
-msgstr ""
+msgstr "Hloubka prostorového zvuku"
msgid "3D Center"
-msgstr ""
+msgstr "Střed prostorového zvuku"
msgid "3D Enhance"
-msgstr ""
+msgstr "Prostorové rozšíření"
-#, fuzzy
msgid "Telephone"
-msgstr "Sluchátka"
+msgstr "Telefon"
msgid "Microphone"
msgstr "Mikrofon"
msgid "Line Out"
-msgstr ""
+msgstr "Linkový výstup"
-#, fuzzy
msgid "Line In"
msgstr "Linkový vstup"
msgid "Internal CD"
-msgstr ""
+msgstr "Vnitřní linka CD"
msgid "Video In"
-msgstr ""
+msgstr "Obrazový vstup"
msgid "AUX 1 In"
-msgstr ""
+msgstr "Vstup AUX 1"
msgid "AUX 2 In"
-msgstr ""
+msgstr "Vstup AUX 2"
msgid "AUX In"
-msgstr ""
+msgstr "Vstup AUX"
msgid "PCM"
msgstr "PCM"
msgid "Record Gain"
-msgstr ""
+msgstr "Zesílení záznamu"
msgid "Output Gain"
-msgstr ""
+msgstr "Výstupní zesílení"
-#, fuzzy
msgid "Microphone Boost"
-msgstr "Mikrofon"
+msgstr "Zesílení mikrofonu"
msgid "Loopback"
-msgstr ""
+msgstr "Zpětná smyčka"
msgid "Diagnostic"
-msgstr ""
+msgstr "Diagnostika"
msgid "Bass Boost"
-msgstr ""
+msgstr "Zesílení basů"
msgid "Playback Ports"
-msgstr ""
+msgstr "Porty přehrávání"
msgid "Input"
msgstr "Vstup"
msgid "Record Source"
-msgstr ""
+msgstr "Zdroj záznamu"
msgid "Monitor Source"
-msgstr ""
+msgstr "Zdroj monitoru"
msgid "Keyboard Beep"
-msgstr ""
+msgstr "Zvukové znamení klávesnice"
msgid "Monitor"
-msgstr ""
+msgstr "Monitor"
msgid "Simulate Stereo"
-msgstr ""
+msgstr "Simulovat stereo"
msgid "Stereo"
msgstr "Stereo"
-#, fuzzy
msgid "Surround Sound"
msgstr "Prostorový zvuk"
-#, fuzzy
msgid "Microphone Gain"
-msgstr "Mikrofon"
+msgstr "Zesílení mikrofonu"
msgid "Speaker Source"
-msgstr ""
+msgstr "Zdroj reproduktoru"
-#, fuzzy
msgid "Microphone Source"
-msgstr "Mikrofon"
+msgstr "Zdroj mikrofonu"
msgid "Jack"
-msgstr ""
+msgstr "Zdířka"
msgid "Center / LFE"
msgstr "Středový / LFE"
-#, fuzzy
msgid "Stereo Mix"
-msgstr "Stereo"
+msgstr "Směšování stereo"
msgid "Mono Mix"
-msgstr ""
+msgstr "Směšování mono"
-#, fuzzy
msgid "Input Mix"
-msgstr "Směšovač vstupu"
+msgstr "Směšování vstupu"
msgid "SPDIF In"
-msgstr ""
+msgstr "Vstup SPDIF"
msgid "SPDIF Out"
-msgstr ""
+msgstr "Výstup SPDIF"
-#, fuzzy
msgid "Microphone 1"
-msgstr "Mikrofon"
+msgstr "Mikrofon 1"
-#, fuzzy
msgid "Microphone 2"
-msgstr "Mikrofon"
+msgstr "Mikrofon 2"
msgid "Digital Out"
-msgstr ""
+msgstr "Digitální výstup"
msgid "Digital In"
-msgstr ""
+msgstr "Digitální vstup"
msgid "HDMI"
-msgstr ""
+msgstr "HDMI"
msgid "Modem"
-msgstr ""
+msgstr "Modem"
msgid "Handset"
-msgstr ""
+msgstr "Telefonní sluchátko"
msgid "Other"
-msgstr ""
+msgstr "Ostatní"
msgid "None"
-msgstr ""
+msgstr "Žádné"
msgid "On"
msgstr "Zapnuto"
@@ -281,13 +267,13 @@ msgid "Off"
msgstr "Vypnuto"
msgid "Mute"
-msgstr ""
+msgstr "Ztlumit"
msgid "Fast"
msgstr "Rychlé"
msgid "Very Low"
-msgstr ""
+msgstr "Velmi nízké"
msgid "Low"
msgstr "Nízké"
@@ -298,126 +284,101 @@ msgstr "Střední"
msgid "High"
msgstr "Vysoké"
-#, fuzzy
msgid "Very High"
msgstr "Velmi vysoké"
msgid "Production"
msgstr "Výroba"
-#, fuzzy
msgid "Front Panel Microphone"
msgstr "Mikrofon na předním panelu"
-#, fuzzy
msgid "Front Panel Line In"
msgstr "Linkový vstup na předním panelu"
-#, fuzzy
msgid "Front Panel Headphones"
msgstr "Sluchátka na předním panelu"
-#, fuzzy
msgid "Front Panel Line Out"
-msgstr "Linkový vstup na předním panelu"
+msgstr "Linkový výstup na předním panelu"
-#, fuzzy
msgid "Green Connector"
msgstr "Zelený konektor"
-#, fuzzy
msgid "Pink Connector"
msgstr "Růžový konektor"
-#, fuzzy
msgid "Blue Connector"
msgstr "Modrý konektor"
-#, fuzzy
msgid "White Connector"
msgstr "Bílý konektor"
-#, fuzzy
msgid "Black Connector"
msgstr "Černý konektor"
-#, fuzzy
msgid "Gray Connector"
msgstr "Šedý konektor"
-#, fuzzy
msgid "Orange Connector"
msgstr "Oranžový konektor"
-#, fuzzy
msgid "Red Connector"
msgstr "Červený konektor"
-#, fuzzy
msgid "Yellow Connector"
msgstr "Žlutý konektor"
-#, fuzzy
msgid "Green Front Panel Connector"
msgstr "Zelený konektor na předním panelu"
-#, fuzzy
msgid "Pink Front Panel Connector"
msgstr "Růžový konektor na předním panelu"
-#, fuzzy
msgid "Blue Front Panel Connector"
msgstr "Modrý konektor na předním panelu"
-#, fuzzy
msgid "White Front Panel Connector"
msgstr "Bílý konektor na předním panelu"
-#, fuzzy
msgid "Black Front Panel Connector"
msgstr "Černý konektor na předním panelu"
-#, fuzzy
msgid "Gray Front Panel Connector"
msgstr "Šedý konektor na předním panelu"
-#, fuzzy
msgid "Orange Front Panel Connector"
msgstr "Oranžový konektor na předním panelu"
-#, fuzzy
msgid "Red Front Panel Connector"
msgstr "Červený konektor na předním panelu"
-#, fuzzy
msgid "Yellow Front Panel Connector"
msgstr "Žlutý konektor na předním panelu"
msgid "Spread Output"
-msgstr ""
+msgstr "Rozšířit výstup"
+# As per MS, both terms "převádění" and "skládání" are usable.
msgid "Downmix"
-msgstr ""
+msgstr "Převádění (downmix)"
-#, fuzzy
msgid "Virtual Mixer Input"
msgstr "Vstup virtuálního směšovače"
-#, fuzzy
msgid "Virtual Mixer Output"
msgstr "Výstup virtuálního směšovače"
-#, fuzzy
msgid "Virtual Mixer Channels"
-msgstr "Vstup virtuálního směšovače"
+msgstr "Kanály virtuálního směšovače"
#, c-format
msgid "%s Function"
-msgstr ""
+msgstr "Funkce %s"
#, c-format
msgid "%s %d"
-msgstr ""
+msgstr "%s %d"
msgid ""
"Could not open audio device for playback. Device is being used by another "
diff --git a/po/da.po b/po/da.po
index 438e16e7f..9bf8a0aee 100644
--- a/po/da.po
+++ b/po/da.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-bad-0.10.13.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
"PO-Revision-Date: 2009-08-12 11:28+0200\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 ef31112e7..b2b136c97 100644
--- a/po/de.po
+++ b/po/de.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
"PO-Revision-Date: 2009-08-22 16:58+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/en_GB.po b/po/en_GB.po
index 887da40ea..0da1722b4 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: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+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/es.po b/po/es.po
index 98f2942d4..86462358b 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1,20 +1,19 @@
-# translation of gst-plugins-bad-0.10.10.2.po to Español
+# translation of gst-plugins-bad-0.10.13.2.po to Español
# spanish translation for gst-plugins-bad
# This file is put in the public domain.
#
-# Jorge González González <aloriel@gmail.com>, 2007, 20, 2009.
+# Jorge González González <aloriel@gmail.com>, 2007, 2008, 2009.
msgid ""
msgstr ""
-"Project-Id-Version: gst-plugins-bad 0.10.10.2\n"
+"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
-"PO-Revision-Date: 2009-04-04 13:31+0200\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
+"PO-Revision-Date: 2009-09-29 23:12+0200\n"
"Last-Translator: Jorge González González <aloriel@gmail.com>\n"
"Language-Team: Spanish <es@li.org>\n"
"MIME-Version: 1.0\n"
"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"
msgid "Could not read title information for DVD."
@@ -76,11 +75,10 @@ msgstr ""
"elemento no soporta esta versión del Open Sound System."
msgid "Volume"
-msgstr ""
+msgstr "Volumen"
-#, fuzzy
msgid "Master"
-msgstr "Rápido"
+msgstr "Maestro"
msgid "Front"
msgstr "Frontal"
@@ -91,14 +89,12 @@ msgstr "Trasero"
msgid "Headphones"
msgstr "Auriculares"
-#, fuzzy
msgid "Center"
-msgstr "Centrado / LFE"
+msgstr "Centrado"
msgid "LFE"
-msgstr ""
+msgstr "LFE"
-#, fuzzy
msgid "Surround"
msgstr "Sonido envolvente"
@@ -106,173 +102,163 @@ msgid "Side"
msgstr "Lateral"
msgid "Built-in Speaker"
-msgstr ""
+msgstr "Altavoz integrado"
msgid "AUX 1 Out"
-msgstr ""
+msgstr "Salida auxiliar 1"
msgid "AUX 2 Out"
-msgstr ""
+msgstr "Salida auxiliar 2"
msgid "AUX Out"
-msgstr ""
+msgstr "Salida auxiliar"
msgid "Bass"
-msgstr ""
+msgstr "Bajos"
msgid "Treble"
-msgstr ""
+msgstr "Agudos"
msgid "3D Depth"
-msgstr ""
+msgstr "Profundidad 3D"
msgid "3D Center"
-msgstr ""
+msgstr "Centro 3D"
msgid "3D Enhance"
-msgstr ""
+msgstr "Mejora 3D"
-#, fuzzy
msgid "Telephone"
-msgstr "Auriculares"
+msgstr "Teléfono"
msgid "Microphone"
msgstr "Micrófono"
msgid "Line Out"
-msgstr ""
+msgstr "Línea de salida"
-#, fuzzy
msgid "Line In"
msgstr "Línea de entrada"
msgid "Internal CD"
-msgstr ""
+msgstr "CD interno"
msgid "Video In"
-msgstr ""
+msgstr "Entrada de vídeo"
msgid "AUX 1 In"
-msgstr ""
+msgstr "Entrada auxiliar 1"
msgid "AUX 2 In"
-msgstr ""
+msgstr "Entrada auxiliar 2"
msgid "AUX In"
-msgstr ""
+msgstr "Entrada auxiliar"
msgid "PCM"
msgstr "PCM"
msgid "Record Gain"
-msgstr ""
+msgstr "Ganancia de grabación"
msgid "Output Gain"
-msgstr ""
+msgstr "Salida de grabación"
-#, fuzzy
msgid "Microphone Boost"
-msgstr "Micrófono"
+msgstr "Aumento del micrófono"
msgid "Loopback"
-msgstr ""
+msgstr "Bucle local"
msgid "Diagnostic"
-msgstr ""
+msgstr "Diagnóstico"
msgid "Bass Boost"
-msgstr ""
+msgstr "Aumento de bajos"
msgid "Playback Ports"
-msgstr ""
+msgstr "Puertos de reproducción"
msgid "Input"
msgstr "Entrada"
msgid "Record Source"
-msgstr ""
+msgstr "Origen de la grabación"
msgid "Monitor Source"
-msgstr ""
+msgstr "Origen del monitor"
msgid "Keyboard Beep"
-msgstr ""
+msgstr "Pitido del teclado"
msgid "Monitor"
-msgstr ""
+msgstr "Monitor"
msgid "Simulate Stereo"
-msgstr ""
+msgstr "Simular estéreo"
msgid "Stereo"
msgstr "Estéreo"
-#, fuzzy
msgid "Surround Sound"
msgstr "Sonido envolvente"
-#, fuzzy
msgid "Microphone Gain"
-msgstr "Micrófono"
+msgstr "Ganancia del micrófono"
msgid "Speaker Source"
-msgstr ""
+msgstr "Origen de los altavoces"
-#, fuzzy
msgid "Microphone Source"
-msgstr "Micrófono"
+msgstr "Origen del micrófono"
msgid "Jack"
-msgstr ""
+msgstr "Jack"
msgid "Center / LFE"
msgstr "Centrado / LFE"
-#, fuzzy
msgid "Stereo Mix"
-msgstr "Estéreo"
+msgstr "Mezclador estéreo"
msgid "Mono Mix"
-msgstr ""
+msgstr "Mezclador mono"
-#, fuzzy
msgid "Input Mix"
msgstr "Mezclador de entrada"
msgid "SPDIF In"
-msgstr ""
+msgstr "Entrada S/PDIF"
msgid "SPDIF Out"
-msgstr ""
+msgstr "Salida S/PDIF"
-#, fuzzy
msgid "Microphone 1"
-msgstr "Micrófono"
+msgstr "Micrófono 1"
-#, fuzzy
msgid "Microphone 2"
-msgstr "Micrófono"
+msgstr "Micrófono 2"
msgid "Digital Out"
-msgstr ""
+msgstr "Salida digital"
msgid "Digital In"
-msgstr ""
+msgstr "Entrada digital"
msgid "HDMI"
-msgstr ""
+msgstr "HDMI"
msgid "Modem"
-msgstr ""
+msgstr "Módem"
msgid "Handset"
-msgstr ""
+msgstr "Auriculares"
msgid "Other"
-msgstr ""
+msgstr "Otro"
msgid "None"
-msgstr ""
+msgstr "Ninguno"
msgid "On"
msgstr "Encendido"
@@ -281,13 +267,13 @@ msgid "Off"
msgstr "Apagado"
msgid "Mute"
-msgstr ""
+msgstr "Silenciar"
msgid "Fast"
msgstr "Rápido"
msgid "Very Low"
-msgstr ""
+msgstr "Muy bajo"
msgid "Low"
msgstr "Bajo"
@@ -298,126 +284,100 @@ msgstr "Medio"
msgid "High"
msgstr "Alto"
-#, fuzzy
msgid "Very High"
msgstr "Muy alto"
msgid "Production"
msgstr "Producción"
-#, fuzzy
msgid "Front Panel Microphone"
msgstr "Micrófono del panel frontal"
-#, fuzzy
msgid "Front Panel Line In"
msgstr "Línea de entrada del panel frontal"
-#, fuzzy
msgid "Front Panel Headphones"
msgstr "Auriculares del panel frontal"
-#, fuzzy
msgid "Front Panel Line Out"
-msgstr "Línea de entrada del panel frontal"
+msgstr "Línea de salida del panel frontal"
-#, fuzzy
msgid "Green Connector"
msgstr "Conector verde"
-#, fuzzy
msgid "Pink Connector"
msgstr "Conector rosa"
-#, fuzzy
msgid "Blue Connector"
msgstr "Conector azul"
-#, fuzzy
msgid "White Connector"
msgstr "Conector blanco"
-#, fuzzy
msgid "Black Connector"
msgstr "Conector negro"
-#, fuzzy
msgid "Gray Connector"
msgstr "Conector gris"
-#, fuzzy
msgid "Orange Connector"
msgstr "Conector naranja"
-#, fuzzy
msgid "Red Connector"
msgstr "Conector rojo"
-#, fuzzy
msgid "Yellow Connector"
msgstr "Conector amarillo"
-#, fuzzy
msgid "Green Front Panel Connector"
msgstr "Conector verde del panel frontal"
-#, fuzzy
msgid "Pink Front Panel Connector"
msgstr "Conector rosa del panel frontal"
-#, fuzzy
msgid "Blue Front Panel Connector"
msgstr "Conector azul del panel frontal"
-#, fuzzy
msgid "White Front Panel Connector"
msgstr "Conector blanco del panel frontal"
-#, fuzzy
msgid "Black Front Panel Connector"
msgstr "Conector negro del panel frontal"
-#, fuzzy
msgid "Gray Front Panel Connector"
msgstr "Conector gris del panel frontal"
-#, fuzzy
msgid "Orange Front Panel Connector"
msgstr "Conector naranja del panel frontal"
-#, fuzzy
msgid "Red Front Panel Connector"
msgstr "Conector rojo del panel frontal"
-#, fuzzy
msgid "Yellow Front Panel Connector"
msgstr "Conector amarillo del panel frontal"
msgid "Spread Output"
-msgstr ""
+msgstr "Expandir salida"
msgid "Downmix"
-msgstr ""
+msgstr "Reducción de canales"
-#, fuzzy
msgid "Virtual Mixer Input"
msgstr "Entrada del mezclador virtual"
-#, fuzzy
msgid "Virtual Mixer Output"
msgstr "Salida del mezclador virtual"
-#, fuzzy
msgid "Virtual Mixer Channels"
-msgstr "Entrada del mezclador virtual"
+msgstr "Canales del mezclador virtual"
#, c-format
msgid "%s Function"
-msgstr ""
+msgstr "Función %s"
#, c-format
msgid "%s %d"
-msgstr ""
+msgstr "%s %d"
msgid ""
"Could not open audio device for playback. Device is being used by another "
diff --git a/po/eu.po b/po/eu.po
new file mode 100644
index 000000000..c146d9e3e
--- /dev/null
+++ b/po/eu.po
@@ -0,0 +1,416 @@
+# translation of gst-plugins-bad.master.po to Basque
+# Copyright (C) 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gst-plugins-bad package.
+#
+# Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>, 2009.
+# Mikel Olasagasti Uranga <hey_neken@mundurat.net>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: gst-plugins-bad-0.10.13.2\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
+"PO-Revision-Date: 2009-08-29 12:38+0200\n"
+"Last-Translator: Mikel Olasagasti Uranga <hey_neken@mundurat.net>\n"
+"Language-Team: Basque <translation-team-eu@lists.sourceforge.net>\n"
+"MIME-Version: 1.0\n"
+"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"
+
+msgid "Could not read title information for DVD."
+msgstr "Ezin izan da DVDaren tituluaren informazioa irakurri."
+
+#, c-format
+msgid "Failed to open DVD device '%s'."
+msgstr "Huts egin du '%s' DVD gailua irekitzean."
+
+msgid "Failed to set PGC based seeking."
+msgstr "Huts egin du PGC oinarriko kokapena ezartzean."
+
+msgid "Internal clock error."
+msgstr "Erlojuaren barne-errorea."
+
+msgid "Internal data flow error."
+msgstr "Datu-korrontearen barne-errorea."
+
+msgid "No file name specified for writing."
+msgstr "Ez da fitxategi-izenik zehaztu idazteko."
+
+#, c-format
+msgid "Could not open file \"%s\" for writing."
+msgstr "Ezin izan da \"%s\" fitxategia ireki idazteko."
+
+msgid "Internal data stream error."
+msgstr "Datu-korrontearen barne-errorea."
+
+#, c-format
+msgid "Could not write to file \"%s\"."
+msgstr "Ezin izan da idatzi \"%s\" fitxategian."
+
+#, c-format
+msgid "Device \"%s\" does not exist."
+msgstr "\"%s\" gailua ez dago."
+
+#, c-format
+msgid "Could not open frontend device \"%s\"."
+msgstr "Ezin izan da \"%s\" kontrol-gailua ireki."
+
+#, c-format
+msgid "Could not get settings from frontend device \"%s\"."
+msgstr "Ezin izan dira \"%s\" kontrol-gailuaren ezarpenak eskuratu."
+
+#, c-format
+msgid "Could not open file \"%s\" for reading."
+msgstr "Ezin izan da \"%s\" fitxategia ireki irakurtzeko."
+
+msgid "Could not open audio device for mixer control handling."
+msgstr "Ezin izan da audioko gailua ireki nahastailearen kontrola kudeatzeko."
+
+msgid ""
+"Could not open audio device for mixer control handling. This version of the "
+"Open Sound System is not supported by this element."
+msgstr ""
+"Ezin izan da audioko gailua ireki nahastailearen kontrola kudeatzeko. "
+"Elementu honek ez du onartzen Open Sound System-en bertsio hau."
+
+msgid "Volume"
+msgstr "Bolumena"
+
+msgid "Master"
+msgstr "Maisua"
+
+msgid "Front"
+msgstr "Aurrealdekoa"
+
+msgid "Rear"
+msgstr "Atzealdekoa"
+
+msgid "Headphones"
+msgstr "Aurikularrak"
+
+msgid "Center"
+msgstr "Erdikoa"
+
+msgid "LFE"
+msgstr "LFE"
+
+msgid "Surround"
+msgstr "Inguratzailea"
+
+msgid "Side"
+msgstr "Albokoa"
+
+msgid "Built-in Speaker"
+msgstr "Barneko bozgorailua"
+
+msgid "AUX 1 Out"
+msgstr "1. irteera lagungarria"
+
+msgid "AUX 2 Out"
+msgstr "2. irteera lagungarria"
+
+msgid "AUX Out"
+msgstr "Irteera lagungarria"
+
+msgid "Bass"
+msgstr "Baxua"
+
+msgid "Treble"
+msgstr "Altua"
+
+msgid "3D Depth"
+msgstr "3D sakonera"
+
+msgid "3D Center"
+msgstr "3D zentrua"
+
+msgid "3D Enhance"
+msgstr "3D hobetua"
+
+msgid "Telephone"
+msgstr "Telefonoa"
+
+msgid "Microphone"
+msgstr "Mikrofonoa"
+
+msgid "Line Out"
+msgstr "Irteerako linea"
+
+msgid "Line In"
+msgstr "Sarrerako linea"
+
+msgid "Internal CD"
+msgstr "Barneko CDa"
+
+msgid "Video In"
+msgstr "Bideo-sarrera"
+
+msgid "AUX 1 In"
+msgstr "1. sarrera lagungarria"
+
+msgid "AUX 2 In"
+msgstr "2. sarrera lagungarria"
+
+msgid "AUX In"
+msgstr "Sarrera lagungarria"
+
+msgid "PCM"
+msgstr "PCM"
+
+msgid "Record Gain"
+msgstr "Grabazioaren irabazia"
+
+msgid "Output Gain"
+msgstr "Irteeraren irabazia"
+
+msgid "Microphone Boost"
+msgstr "Mikrofonoaren bultzada"
+
+msgid "Loopback"
+msgstr "Atzera-begizta"
+
+msgid "Diagnostic"
+msgstr "Diagnostikoa"
+
+msgid "Bass Boost"
+msgstr "Baxuaren bultzada"
+
+msgid "Playback Ports"
+msgstr "Erreprodukzioaren atakak"
+
+msgid "Input"
+msgstr "Sarrera"
+
+msgid "Record Source"
+msgstr "Grabazioaren iturburua"
+
+msgid "Monitor Source"
+msgstr "Monitorearen iturburua"
+
+msgid "Keyboard Beep"
+msgstr "Teklatuaren soinua"
+
+msgid "Monitor"
+msgstr "Monitorea"
+
+msgid "Simulate Stereo"
+msgstr "Simulatu estereoa"
+
+msgid "Stereo"
+msgstr "Estereoa"
+
+msgid "Surround Sound"
+msgstr "Soinu inguratzailea"
+
+msgid "Microphone Gain"
+msgstr "Mikrofonoaren irabazia"
+
+msgid "Speaker Source"
+msgstr "Bozgorailuaren iturburua"
+
+msgid "Microphone Source"
+msgstr "Mikrofonoaren iturburua"
+
+msgid "Jack"
+msgstr "Jack"
+
+msgid "Center / LFE"
+msgstr "Zentratua / LFE"
+
+msgid "Stereo Mix"
+msgstr "Estereozko nahasketa"
+
+msgid "Mono Mix"
+msgstr "Monozko nahasketa"
+
+msgid "Input Mix"
+msgstr "Sarrerako nahasketa"
+
+msgid "SPDIF In"
+msgstr "SPDIF sarrera"
+
+msgid "SPDIF Out"
+msgstr "SPDIF irteera"
+
+msgid "Microphone 1"
+msgstr "1. mikrofonoa"
+
+msgid "Microphone 2"
+msgstr "2. mikrofonoa"
+
+msgid "Digital Out"
+msgstr "Irteera digitala"
+
+msgid "Digital In"
+msgstr "Sarrera digitala"
+
+msgid "HDMI"
+msgstr "HDMI"
+
+msgid "Modem"
+msgstr "Modema"
+
+msgid "Handset"
+msgstr "Aurikular+mikrofonoa"
+
+msgid "Other"
+msgstr "Bestelakoa"
+
+msgid "None"
+msgstr "Bat ere ez"
+
+msgid "On"
+msgstr "Piztu"
+
+msgid "Off"
+msgstr "Itzali"
+
+msgid "Mute"
+msgstr "Mututu"
+
+msgid "Fast"
+msgstr "Bizkorra"
+
+msgid "Very Low"
+msgstr "Oso motela"
+
+msgid "Low"
+msgstr "Motela"
+
+msgid "Medium"
+msgstr "Tartekoa"
+
+msgid "High"
+msgstr "Altua"
+
+msgid "Very High"
+msgstr "Oso altua"
+
+msgid "Production"
+msgstr "Ekoizpena"
+
+msgid "Front Panel Microphone"
+msgstr "Aurrealdeko paneleko mikrofonoa"
+
+msgid "Front Panel Line In"
+msgstr "Aurrealdeko paneleko sarrerako linea"
+
+msgid "Front Panel Headphones"
+msgstr "Aurrealdeko paneleko aurikularrak"
+
+msgid "Front Panel Line Out"
+msgstr "Aurrealdeko paneleko irteerako linea"
+
+msgid "Green Connector"
+msgstr "Konektore berdea"
+
+msgid "Pink Connector"
+msgstr "Konektore arrosa"
+
+msgid "Blue Connector"
+msgstr "Konektore urdina"
+
+msgid "White Connector"
+msgstr "Konektore zuria"
+
+msgid "Black Connector"
+msgstr "Konektore beltza"
+
+msgid "Gray Connector"
+msgstr "Konektore grisa"
+
+msgid "Orange Connector"
+msgstr "Konektore laranja"
+
+msgid "Red Connector"
+msgstr "Konektore gorria"
+
+msgid "Yellow Connector"
+msgstr "Konektore horia"
+
+msgid "Green Front Panel Connector"
+msgstr "Aurrealdeko paneleko konektore berdea"
+
+msgid "Pink Front Panel Connector"
+msgstr "Aurrealdeko paneleko konektore arrosa"
+
+msgid "Blue Front Panel Connector"
+msgstr "Aurrealdeko paneleko konektore urdina"
+
+msgid "White Front Panel Connector"
+msgstr "Aurrealdeko paneleko konektore zuria"
+
+msgid "Black Front Panel Connector"
+msgstr "Aurrealdeko paneleko konektore beltza"
+
+msgid "Gray Front Panel Connector"
+msgstr "Aurrealdeko paneleko konektore grisa"
+
+msgid "Orange Front Panel Connector"
+msgstr "Aurrealdeko paneleko konektore laranja"
+
+msgid "Red Front Panel Connector"
+msgstr "Aurrealdeko paneleko konektore gorria"
+
+msgid "Yellow Front Panel Connector"
+msgstr "Aurrealdeko paneleko konektore horia"
+
+msgid "Spread Output"
+msgstr "Zabaldu irteera"
+
+msgid "Downmix"
+msgstr "Tolestu nahasketa"
+
+msgid "Virtual Mixer Input"
+msgstr "Nahastaile birtualaren sarrera"
+
+msgid "Virtual Mixer Output"
+msgstr "Nahastaile birtualaren irteera"
+
+msgid "Virtual Mixer Channels"
+msgstr "Nahastaile birtualaren kanalak"
+
+#, c-format
+msgid "%s Function"
+msgstr "%s funtzioa"
+
+#, c-format
+msgid "%s %d"
+msgstr "%s %d"
+
+msgid ""
+"Could not open audio device for playback. Device is being used by another "
+"application."
+msgstr ""
+"Ezin izan da audioaren gailua ireki erreproduzitzeko. Beste aplikazio batek "
+"darabil gailua."
+
+msgid ""
+"Could not open audio device for playback. You don't have permission to open "
+"the device."
+msgstr ""
+"Ezin izan da audioaren gailua ireki erreproduzitzeko. Ez duzu baimenik "
+"gailua irekitzeko."
+
+msgid "Could not open audio device for playback."
+msgstr "Ezin izan da audioaren gailua ireki erreproduzitzeko."
+
+msgid ""
+"Could not open audio device for playback. This version of the Open Sound "
+"System is not supported by this element."
+msgstr ""
+"Ezin izan da audioaren gailua ireki erreproduzitzeko. Elementu honek ez du "
+"onartzen Open Sound System-en bertsio hau."
+
+msgid "Playback is not supported by this audio device."
+msgstr "Audio gailu honek ez du erreproduzitzea onartzen."
+
+msgid "Audio playback error."
+msgstr "Errorea audioa erreproduzitzean."
+
+msgid "Recording is not supported by this audio device."
+msgstr "Audio gailu honek ez du grabatzea onartzen."
+
+msgid "Error recording from audio device."
+msgstr "Errorea audioko gailutik grabatzean."
diff --git a/po/fi.po b/po/fi.po
index 48491d4c1..7835870c2 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
"PO-Revision-Date: 2009-08-12 22:13+0300\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 5ef1b4ab1..4c1461adc 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,15 +1,15 @@
# Translation of gst-plugins-bad to French
-# Copyright (C) 2003-2008 GStreamer core team
+# Copyright (C) 2003-2009 GStreamer core team
# This file is distributed under the same license as the gst-plugins-bad package.
#
-# Claude Paroz <claude@2xlibre.net>, 2008.
+# Claude Paroz <claude@2xlibre.net>, 2008-2009.
#
msgid ""
msgstr ""
-"Project-Id-Version: gst-plugins-bad 0.10.8.3\n"
+"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
-"PO-Revision-Date: 2008-10-21 09:59+0200\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
+"PO-Revision-Date: 2009-09-22 20:27+0200\n"
"Last-Translator: Claude Paroz <claude@2xlibre.net>\n"
"Language-Team: French <traduc@traduc.org>\n"
"MIME-Version: 1.0\n"
@@ -24,7 +24,7 @@ msgid "Failed to open DVD device '%s'."
msgstr "Impossible d'ouvrir le périphérique du DVD « %s »."
msgid "Failed to set PGC based seeking."
-msgstr ""
+msgstr "Impossible de définir la recherche basée sur PGC."
msgid "Internal clock error."
msgstr "Erreur d'horloge interne."
@@ -76,11 +76,10 @@ msgstr ""
"par cet élément."
msgid "Volume"
-msgstr ""
+msgstr "Volume"
-#, fuzzy
msgid "Master"
-msgstr "Rapide"
+msgstr "Volume général"
msgid "Front"
msgstr "Avant"
@@ -91,188 +90,176 @@ msgstr "Arrière"
msgid "Headphones"
msgstr "Écouteurs"
-#, fuzzy
msgid "Center"
-msgstr "Centre / LFE"
+msgstr "Centre"
msgid "LFE"
-msgstr ""
+msgstr "LFE"
-#, fuzzy
msgid "Surround"
-msgstr "Son ambiophonique"
+msgstr "Ambiophonie"
msgid "Side"
msgstr "Côté"
msgid "Built-in Speaker"
-msgstr ""
+msgstr "Haut-parleur interne"
msgid "AUX 1 Out"
-msgstr ""
+msgstr "Sortie AUX 1"
msgid "AUX 2 Out"
-msgstr ""
+msgstr "Sortie Aux 2"
msgid "AUX Out"
-msgstr ""
+msgstr "Sortie AUX"
msgid "Bass"
-msgstr ""
+msgstr "Basses"
msgid "Treble"
-msgstr ""
+msgstr "Aiguës"
msgid "3D Depth"
-msgstr ""
+msgstr "Profondeur 3D"
msgid "3D Center"
-msgstr ""
+msgstr "Centre 3D"
msgid "3D Enhance"
-msgstr ""
+msgstr "Amélioration 3D"
-#, fuzzy
msgid "Telephone"
-msgstr "Écouteurs"
+msgstr "Téléphone"
msgid "Microphone"
msgstr "Microphone"
msgid "Line Out"
-msgstr ""
+msgstr "Sortie ligne"
-#, fuzzy
msgid "Line In"
msgstr "Entrée ligne"
msgid "Internal CD"
-msgstr ""
+msgstr "CD interne"
msgid "Video In"
-msgstr ""
+msgstr "Entrée vidéo"
msgid "AUX 1 In"
-msgstr ""
+msgstr "Entrée AUX 1"
msgid "AUX 2 In"
-msgstr ""
+msgstr "Entrée AUX 2"
msgid "AUX In"
-msgstr ""
+msgstr "Entrée AUX"
msgid "PCM"
msgstr "PCM"
msgid "Record Gain"
-msgstr ""
+msgstr "Gain d'enregistrement"
msgid "Output Gain"
-msgstr ""
+msgstr "Gain de sortie"
-#, fuzzy
msgid "Microphone Boost"
-msgstr "Microphone"
+msgstr "Amplification micro"
msgid "Loopback"
-msgstr ""
+msgstr "Boucle interne"
msgid "Diagnostic"
-msgstr ""
+msgstr "Diagnostic"
msgid "Bass Boost"
-msgstr ""
+msgstr "Amplification basses"
msgid "Playback Ports"
-msgstr ""
+msgstr "Ports de lecture"
msgid "Input"
msgstr "Entrée"
msgid "Record Source"
-msgstr ""
+msgstr "Source d'enregistrement"
msgid "Monitor Source"
-msgstr ""
+msgstr "Source de moniteur"
msgid "Keyboard Beep"
-msgstr ""
+msgstr "Bip de clavier"
msgid "Monitor"
-msgstr ""
+msgstr "Moniteur"
msgid "Simulate Stereo"
-msgstr ""
+msgstr "Stéréo simulée"
msgid "Stereo"
msgstr "Stéréo"
-#, fuzzy
msgid "Surround Sound"
msgstr "Son ambiophonique"
-#, fuzzy
msgid "Microphone Gain"
-msgstr "Microphone"
+msgstr "Gain de microphone"
msgid "Speaker Source"
-msgstr ""
+msgstr "Source de haut-parleur"
-#, fuzzy
msgid "Microphone Source"
-msgstr "Microphone"
+msgstr "Source de microphone"
msgid "Jack"
-msgstr ""
+msgstr "Jack"
msgid "Center / LFE"
msgstr "Centre / LFE"
-#, fuzzy
msgid "Stereo Mix"
-msgstr "Stéréo"
+msgstr "Mélangeur stéréo"
msgid "Mono Mix"
-msgstr ""
+msgstr "Mélangeur mono"
-#, fuzzy
msgid "Input Mix"
msgstr "Mélangeur d'entrée"
msgid "SPDIF In"
-msgstr ""
+msgstr "Entrée SPDIF"
msgid "SPDIF Out"
-msgstr ""
+msgstr "Sortie SPDIF"
-#, fuzzy
msgid "Microphone 1"
-msgstr "Microphone"
+msgstr "Microphone 1"
-#, fuzzy
msgid "Microphone 2"
-msgstr "Microphone"
+msgstr "Microphone 2"
msgid "Digital Out"
-msgstr ""
+msgstr "Sortie numérique"
msgid "Digital In"
-msgstr ""
+msgstr "Entrée numérique"
msgid "HDMI"
-msgstr ""
+msgstr "HDMI"
msgid "Modem"
-msgstr ""
+msgstr "Modem"
msgid "Handset"
-msgstr ""
+msgstr "Combiné"
msgid "Other"
-msgstr ""
+msgstr "Autre"
msgid "None"
-msgstr ""
+msgstr "Aucun"
msgid "On"
msgstr "Activé"
@@ -281,13 +268,13 @@ msgid "Off"
msgstr "Désactivé"
msgid "Mute"
-msgstr ""
+msgstr "Sourdine"
msgid "Fast"
msgstr "Rapide"
msgid "Very Low"
-msgstr ""
+msgstr "Très bas"
msgid "Low"
msgstr "Bas"
@@ -298,126 +285,100 @@ msgstr "Moyen"
msgid "High"
msgstr "Élevé"
-#, fuzzy
msgid "Very High"
msgstr "Très élevé"
msgid "Production"
msgstr "Production"
-#, fuzzy
msgid "Front Panel Microphone"
msgstr "Micro du panneau avant"
-#, fuzzy
msgid "Front Panel Line In"
msgstr "Entrée ligne du panneau avant"
-#, fuzzy
msgid "Front Panel Headphones"
msgstr "Écouteurs du panneau avant"
-#, fuzzy
msgid "Front Panel Line Out"
-msgstr "Entrée ligne du panneau avant"
+msgstr "Sortie ligne du panneau avant"
-#, fuzzy
msgid "Green Connector"
msgstr "Connecteur vert"
-#, fuzzy
msgid "Pink Connector"
msgstr "Connecteur rose"
-#, fuzzy
msgid "Blue Connector"
msgstr "Connecteur bleu"
-#, fuzzy
msgid "White Connector"
msgstr "Connecteur blanc"
-#, fuzzy
msgid "Black Connector"
msgstr "Connecteur noir"
-#, fuzzy
msgid "Gray Connector"
msgstr "Connecteur gris"
-#, fuzzy
msgid "Orange Connector"
msgstr "Connecteur orange"
-#, fuzzy
msgid "Red Connector"
msgstr "Connecteur rouge"
-#, fuzzy
msgid "Yellow Connector"
msgstr "Connecteur jaune"
-#, fuzzy
msgid "Green Front Panel Connector"
msgstr "Connecteur vert du panneau avant"
-#, fuzzy
msgid "Pink Front Panel Connector"
msgstr "Connecteur rose du panneau avant"
-#, fuzzy
msgid "Blue Front Panel Connector"
msgstr "Connecteur bleu du panneau avant"
-#, fuzzy
msgid "White Front Panel Connector"
msgstr "Connecteur blanc du panneau avant"
-#, fuzzy
msgid "Black Front Panel Connector"
msgstr "Connecteur noir du panneau avant"
-#, fuzzy
msgid "Gray Front Panel Connector"
msgstr "Connecteur gris du panneau avant"
-#, fuzzy
msgid "Orange Front Panel Connector"
msgstr "Connecteur orange du panneau avant"
-#, fuzzy
msgid "Red Front Panel Connector"
msgstr "Connecteur rouge du panneau avant"
-#, fuzzy
msgid "Yellow Front Panel Connector"
msgstr "Connecteur jaune du panneau avant"
msgid "Spread Output"
-msgstr ""
+msgstr "Sortie partagée"
msgid "Downmix"
-msgstr ""
+msgstr "Mélange réduit"
-#, fuzzy
msgid "Virtual Mixer Input"
msgstr "Entrée de mélangeur virtuel"
-#, fuzzy
msgid "Virtual Mixer Output"
msgstr "Sortie de mélangeur virtuel"
-#, fuzzy
msgid "Virtual Mixer Channels"
-msgstr "Entrée de mélangeur virtuel"
+msgstr "Canaux de mélangeur virtuel"
#, c-format
msgid "%s Function"
-msgstr ""
+msgstr "Fonction %s"
#, c-format
msgid "%s %d"
-msgstr ""
+msgstr "%s %d"
msgid ""
"Could not open audio device for playback. Device is being used by another "
@@ -454,84 +415,3 @@ msgstr "L'enregistrement n'est pas pris en charge par ce périphérique audio."
msgid "Error recording from audio device."
msgstr "Erreur lors de l'enregistrement à partir du périphérique audio."
-
-#~ msgid "Failed to configure TwoLAME encoder. Check your encoding parameters."
-#~ msgstr ""
-#~ "La configuration du codeur TwoLAME a échoué. Vérifiez vos paramètres de "
-#~ "codage."
-
-#~ msgid ""
-#~ "The requested bitrate %d kbit/s for property '%s' is not allowed. The "
-#~ "bitrate was changed to %d kbit/s."
-#~ msgstr ""
-#~ "Le débit binaire demandé de %d kbit/s pour la propriété « %s » n'est pas "
-#~ "autorisé. Le débit binaire a été défini à %d kbits/s."
-
-#~ msgid "PCM 1"
-#~ msgstr "PCM 1"
-
-#~ msgid "PCM 2"
-#~ msgstr "PCM 2"
-
-#~ msgid "PCM 3"
-#~ msgstr "PCM 3"
-
-#~ msgid "PCM 4"
-#~ msgstr "PCM 4"
-
-#~ msgid "Green connector function"
-#~ msgstr "Fonction du connecteur vert"
-
-#~ msgid "Green front panel connector function"
-#~ msgstr "Fonction du connecteur vert du panneau avant"
-
-#~ msgid "Pink connector function"
-#~ msgstr "Fonction du connecteur rose"
-
-#~ msgid "Pink front panel connector function"
-#~ msgstr "Fonction du connecteur rose du panneau avant"
-
-#~ msgid "Blue connector function"
-#~ msgstr "Fonction du connecteur bleu"
-
-#~ msgid "Blue front panel connector function"
-#~ msgstr "Fonction du connecteur bleu du panneau avant"
-
-#~ msgid "Orange connector function"
-#~ msgstr "Fonction du connecteur orange"
-
-#~ msgid "Orange front panel connector function"
-#~ msgstr "Fonction du connecteur orange du panneau avant"
-
-#~ msgid "Black connector function"
-#~ msgstr "Fonction du connecteur noir"
-
-#~ msgid "Black front panel connector function"
-#~ msgstr "Fonction du connecteur noir du panneau avant"
-
-#~ msgid "Gray connector function"
-#~ msgstr "Fonction du connecteur gris"
-
-#~ msgid "Gray front panel connector function"
-#~ msgstr "Fonction du connecteur gris du panneau avant"
-
-#~ msgid "White connector function"
-#~ msgstr "Fonction du connecteur blanc"
-
-#~ msgid "White front panel connector function"
-#~ msgstr "Fonction du connecteur blanc du panneau avant"
-
-#~ msgid "Red connector function"
-#~ msgstr "Fonction du connecteur rouge"
-
-#~ msgid "Red front panel connector function"
-#~ msgstr "Fonction du connecteur rouge du panneau avant"
-
-#~ msgid "Yellow connector function"
-#~ msgstr "Fonction du connecteur jaune"
-
-#~ msgid "Yellow front panel connector function"
-#~ msgstr "Fonction du connecteur jaune du panneau avant"
-
-#~ msgid "Virtual mixer channel configuration"
-#~ msgstr "Configuration du canal du mélangeur virtuel"
diff --git a/po/hu.po b/po/hu.po
index 3a425da13..ce065fbe3 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
"PO-Revision-Date: 2009-08-12 23:33+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 de145be3d..1e3c9be71 100644
--- a/po/id.po
+++ b/po/id.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
"PO-Revision-Date: 2009-08-24 11:38-0400\n"
"Last-Translator: Andhika Padmawan <andhika.padmawan@gmail.com>\n"
"Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
diff --git a/po/it.po b/po/it.po
index e2a8750f1..f94330d6f 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
"PO-Revision-Date: 2009-08-14 00:12+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 f4e8aad9d..88b87028f 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-bad 0.10.11.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
"PO-Revision-Date: 2009-06-01 20:27+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/ky.po b/po/ky.po
index 3ba7e02e8..69392dfe3 100644
--- a/po/ky.po
+++ b/po/ky.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-bad 0.10.5\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
"PO-Revision-Date: 2007-11-13 17:16+0600\n"
"Last-Translator: Ilyas Bakirov <just_ilyas@yahoo.com>\n"
"Language-Team: Kirghiz <i18n-team-ky-kyrgyz@lists.sourceforge.net>\n"
diff --git a/po/lt.po b/po/lt.po
index 871188ae8..8d35a6872 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-bad-0.10.6.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
"PO-Revision-Date: 2008-05-14 02:13+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 fe4401be3..67e6bdc72 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
"PO-Revision-Date: 2009-08-12 20:33+0100\n"
"Last-Translator: Rihards Priedītis <rprieditis@gmail.com>\n"
"Language-Team: Latvian <translation-team-lv@lists.sourceforge.net>\n"
diff --git a/po/mt.po b/po/mt.po
index ed935a825..c03ad894c 100644
--- a/po/mt.po
+++ b/po/mt.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-bad-0.10.8.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
"PO-Revision-Date: 2008-10-26 20:27+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 e32b607af..7aca01dc5 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-bad 0.10.5\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
"PO-Revision-Date: 2007-11-03 14:46+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 679dd28be..8768a5810 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
"PO-Revision-Date: 2009-08-13 00:06+0200\n"
"Last-Translator: Freek de Kruijf <f.de.kruijf@hetnet.nl>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
diff --git a/po/or.po b/po/or.po
index 7369c2b0c..48eaf2295 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: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+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 22745f168..f820a71e1 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
"PO-Revision-Date: 2009-08-26 16:52+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 f22bda683..5aaff1117 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-bad-0.10.13.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
"PO-Revision-Date: 2009-08-20 23:50-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/ru.po b/po/ru.po
index 5d8a97e9d..65ba870e2 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-bad 0.10.9.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
"PO-Revision-Date: 2009-02-12 15:00+0200\n"
"Last-Translator: Pavel Maryanov <acid_jack@ukr.net>\n"
"Language-Team: Russian <gnu@mx.ru>\n"
diff --git a/po/sk.po b/po/sk.po
index 039f022cb..a22075a47 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -2,14 +2,14 @@
# Czech translations of gst-plugins.
# Copyright (C) 2004 gst-plugins' COPYRIGHT HOLDER
# This file is put in the public domain.
-# Peter Tuhársky <tuharsky@misbb.sk>, 2007, 2008.
+# Peter Tuhársky <tuharsky@misbb.sk>, 2007, 2008, 2009.
#
msgid ""
msgstr ""
-"Project-Id-Version: gst-plugins-bad 0.10.8.3\n"
+"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
-"PO-Revision-Date: 2008-11-04 09:39+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
+"PO-Revision-Date: 2009-09-21 10:23+0100\n"
"Last-Translator: Peter Tuhársky <tuharsky@misbb.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
"MIME-Version: 1.0\n"
@@ -28,7 +28,7 @@ msgid "Failed to open DVD device '%s'."
msgstr "Nepodarilo sa otvoriť zariadenie DVD '%s'."
msgid "Failed to set PGC based seeking."
-msgstr ""
+msgstr "Nepodarilo sa nastaviť PGC posun."
msgid "Internal clock error."
msgstr "Vnútorná chyba časovača."
@@ -77,11 +77,10 @@ msgstr ""
"verzia Open Sound System nie je podporovaná týmto prvkom."
msgid "Volume"
-msgstr ""
+msgstr "Hlasitosť"
-#, fuzzy
msgid "Master"
-msgstr "Rýchla"
+msgstr "Hlavné"
msgid "Front"
msgstr "Predné"
@@ -92,188 +91,177 @@ msgstr "Zadné"
msgid "Headphones"
msgstr "Slúchadlá"
-#, fuzzy
msgid "Center"
-msgstr "Stredné / LFE"
+msgstr "Stredné"
msgid "LFE"
-msgstr ""
+msgstr "LFE"
-#, fuzzy
msgid "Surround"
-msgstr "Surround"
+msgstr "Priestorové"
msgid "Side"
msgstr "Postranné"
msgid "Built-in Speaker"
-msgstr ""
+msgstr "Zabudovaný reproduktor"
msgid "AUX 1 Out"
-msgstr ""
+msgstr "AUX 1 výstup"
msgid "AUX 2 Out"
-msgstr ""
+msgstr "AUX 2 výstup"
msgid "AUX Out"
-msgstr ""
+msgstr "AUX výstup"
msgid "Bass"
-msgstr ""
+msgstr "Basy"
msgid "Treble"
-msgstr ""
+msgstr "Výšky"
msgid "3D Depth"
-msgstr ""
+msgstr "3D hĺbka"
msgid "3D Center"
-msgstr ""
+msgstr "3D stred"
msgid "3D Enhance"
-msgstr ""
+msgstr "3D vylepšenie"
-#, fuzzy
msgid "Telephone"
-msgstr "Slúchadlá"
+msgstr "TelefónSlúchadlá"
msgid "Microphone"
msgstr "Mikrofón"
msgid "Line Out"
-msgstr ""
+msgstr "Linkový výstup"
-#, fuzzy
msgid "Line In"
msgstr "Linkový vstup"
msgid "Internal CD"
-msgstr ""
+msgstr "Vnútorne CD"
msgid "Video In"
-msgstr ""
+msgstr "Video vstup"
msgid "AUX 1 In"
-msgstr ""
+msgstr "AUX 1 vstup"
msgid "AUX 2 In"
-msgstr ""
+msgstr "AUX 2 vstup"
msgid "AUX In"
-msgstr ""
+msgstr "AUX vstup"
msgid "PCM"
msgstr "PCM"
msgid "Record Gain"
-msgstr ""
+msgstr "Zisk záznamu"
msgid "Output Gain"
-msgstr ""
+msgstr "Zisk výstupu"
-#, fuzzy
msgid "Microphone Boost"
-msgstr "Mikrofón"
+msgstr "Zosilnenie mikrofónu"
msgid "Loopback"
-msgstr ""
+msgstr "Spätná väzba"
msgid "Diagnostic"
-msgstr ""
+msgstr "Diagnostika"
msgid "Bass Boost"
-msgstr ""
+msgstr "Zosilnenie basov"
msgid "Playback Ports"
-msgstr ""
+msgstr "Prehrávacie porty"
msgid "Input"
msgstr "Vstup"
msgid "Record Source"
-msgstr ""
+msgstr "Zdroj záznamu"
msgid "Monitor Source"
-msgstr ""
+msgstr "Zdroj monitora"
msgid "Keyboard Beep"
-msgstr ""
+msgstr "Pípanie klávesnice"
msgid "Monitor"
-msgstr ""
+msgstr "Monitor"
msgid "Simulate Stereo"
-msgstr ""
+msgstr "Napodobniť stereo"
msgid "Stereo"
msgstr "Stereo"
-#, fuzzy
msgid "Surround Sound"
-msgstr "Surround"
+msgstr "Priestorový zvuk"
-#, fuzzy
msgid "Microphone Gain"
-msgstr "Mikrofón"
+msgstr "Zisk mikrofónu"
msgid "Speaker Source"
-msgstr ""
+msgstr "Zdroj reproduktora"
-#, fuzzy
msgid "Microphone Source"
-msgstr "Mikrofón"
+msgstr "Zdroj mikrofónu"
msgid "Jack"
-msgstr ""
+msgstr "Jack"
msgid "Center / LFE"
msgstr "Stredné / LFE"
-#, fuzzy
msgid "Stereo Mix"
-msgstr "Stereo"
+msgstr "Stereo mix"
msgid "Mono Mix"
-msgstr ""
+msgstr "Mono mix"
#, fuzzy
msgid "Input Mix"
msgstr "Vstup mix"
msgid "SPDIF In"
-msgstr ""
+msgstr "SPDIF vstup"
msgid "SPDIF Out"
-msgstr ""
+msgstr "SPDIF výstup"
-#, fuzzy
msgid "Microphone 1"
-msgstr "Mikrofón"
+msgstr "Mikrofón 1"
-#, fuzzy
msgid "Microphone 2"
-msgstr "Mikrofón"
+msgstr "Mikrofón 2"
msgid "Digital Out"
-msgstr ""
+msgstr "Digitálny výstup"
msgid "Digital In"
-msgstr ""
+msgstr "Digitálny vstup"
msgid "HDMI"
-msgstr ""
+msgstr "HDMI"
msgid "Modem"
-msgstr ""
+msgstr "Modem"
msgid "Handset"
msgstr ""
msgid "Other"
-msgstr ""
+msgstr "Iné"
msgid "None"
-msgstr ""
+msgstr "Žiadne"
msgid "On"
msgstr "Zap"
@@ -282,13 +270,13 @@ msgid "Off"
msgstr "Vyp"
msgid "Mute"
-msgstr ""
+msgstr "Potichu"
msgid "Fast"
msgstr "Rýchla"
msgid "Very Low"
-msgstr ""
+msgstr "Veľmi nízka"
msgid "Low"
msgstr "Nízka"
@@ -299,98 +287,75 @@ msgstr "Stredná"
msgid "High"
msgstr "Vysoká"
-#, fuzzy
msgid "Very High"
msgstr "Veľmi vysoká"
msgid "Production"
msgstr "Produkčná"
-#, fuzzy
msgid "Front Panel Microphone"
-msgstr "Mikrofón predného panelu"
+msgstr "Mikrofón na prednom paneli"
-#, fuzzy
msgid "Front Panel Line In"
msgstr "Linkový vstup na prednom paneli"
-#, fuzzy
msgid "Front Panel Headphones"
msgstr "Slúchadlá na prednom paneli"
-#, fuzzy
msgid "Front Panel Line Out"
-msgstr "Linkový vstup na prednom paneli"
+msgstr "Linkový výstup na prednom paneli"
-#, fuzzy
msgid "Green Connector"
msgstr "Zelený konektor"
-#, fuzzy
msgid "Pink Connector"
msgstr "Ružový konektor"
-#, fuzzy
msgid "Blue Connector"
msgstr "Modrý konektor"
-#, fuzzy
msgid "White Connector"
msgstr "Biely konektor"
-#, fuzzy
msgid "Black Connector"
msgstr "Čierny konektor"
-#, fuzzy
msgid "Gray Connector"
msgstr "Šedý konektor"
-#, fuzzy
msgid "Orange Connector"
msgstr "Oranžový konektor"
-#, fuzzy
msgid "Red Connector"
msgstr "Červený konektor"
-#, fuzzy
msgid "Yellow Connector"
msgstr "Žltý konektor"
-#, fuzzy
msgid "Green Front Panel Connector"
msgstr "Zelený konektor na prednom paneli"
-#, fuzzy
msgid "Pink Front Panel Connector"
msgstr "Ružový konektor na prednom paneli"
-#, fuzzy
msgid "Blue Front Panel Connector"
msgstr "Modrý konektor na prednom paneli"
-#, fuzzy
msgid "White Front Panel Connector"
msgstr "Biely konektor na prednom paneli"
-#, fuzzy
msgid "Black Front Panel Connector"
msgstr "Čierny konektor na prednom paneli"
-#, fuzzy
msgid "Gray Front Panel Connector"
msgstr "Šedý konektor na prednom paneli"
-#, fuzzy
msgid "Orange Front Panel Connector"
msgstr "Oranžový konektor na prednom paneli"
-#, fuzzy
msgid "Red Front Panel Connector"
msgstr "Červený konektor na prednom paneli"
-#, fuzzy
msgid "Yellow Front Panel Connector"
msgstr "Žltý konektor na prednom paneli"
@@ -398,27 +363,24 @@ msgid "Spread Output"
msgstr ""
msgid "Downmix"
-msgstr ""
+msgstr "Zmixovať"
-#, fuzzy
msgid "Virtual Mixer Input"
msgstr "Vstup virtuálneho mixéra"
-#, fuzzy
msgid "Virtual Mixer Output"
msgstr "Výstup virtuálneho mixéra"
-#, fuzzy
msgid "Virtual Mixer Channels"
-msgstr "Vstup virtuálneho mixéra"
+msgstr "Kanály virtuálneho mixéra"
#, c-format
msgid "%s Function"
-msgstr ""
+msgstr "%s Funkcia"
#, c-format
msgid "%s %d"
-msgstr ""
+msgstr "%s %d"
msgid ""
"Could not open audio device for playback. Device is being used by another "
diff --git a/po/sq.po b/po/sq.po
index e253c0980..6d27e9888 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-bad 0.10.7.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
"PO-Revision-Date: 2008-08-15 16:07+0200\n"
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
"Language-Team: Albanian <translation-team-sq@lists.sourceforge.net>\n"
diff --git a/po/sr.po b/po/sr.po
index 739ffea03..b4f232b6e 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.7.6\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
"PO-Revision-Date: 2004-03-13 00:18+0100\n"
"Last-Translator: Danilo Segan <dsegan@gmx.net>\n"
"Language-Team: Serbian <gnu@prevod.org>\n"
diff --git a/po/sv.po b/po/sv.po
index 97909d29a..cc9f3ec69 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
"PO-Revision-Date: 2009-08-12 20:29+0100\n"
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
diff --git a/po/tr.po b/po/tr.po
index 2b2218905..439cf5fda 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-bad-0.10.13.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
"PO-Revision-Date: 2009-08-12 19:51+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 7810427d2..074379b63 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-bad 0.10.5\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
"PO-Revision-Date: 2007-07-04 12:19+0200\n"
"Last-Translator: Maxim V. Dziumanenko <dziumanenko@gmail.com>\n"
"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
diff --git a/po/vi.po b/po/vi.po
index ca0a94704..46802ca9f 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -5,10 +5,10 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: gst-plugins-bad 0.10.11.2\n"
+"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
-"PO-Revision-Date: 2009-05-12 21:32+0930\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
+"PO-Revision-Date: 2009-09-19 22:11+0930\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
"MIME-Version: 1.0\n"
@@ -74,11 +74,10 @@ msgstr ""
"bản Hệ thống Âm thanh Mở này không được yếu tố này hỗ trợ."
msgid "Volume"
-msgstr ""
+msgstr "Âm"
-#, fuzzy
msgid "Master"
-msgstr "Nhanh"
+msgstr "Chủ"
msgid "Front"
msgstr "Trước"
@@ -89,188 +88,176 @@ msgstr "Sau"
msgid "Headphones"
msgstr "Tai nghe"
-#, fuzzy
msgid "Center"
-msgstr "Giữa/LFE"
+msgstr "Giữa"
msgid "LFE"
-msgstr ""
+msgstr "LFE"
-#, fuzzy
msgid "Surround"
-msgstr "Âm thanh vòm"
+msgstr "Vòm"
msgid "Side"
msgstr "Bên"
msgid "Built-in Speaker"
-msgstr ""
+msgstr "Loa dựng sẵn"
msgid "AUX 1 Out"
-msgstr ""
+msgstr "AUX 1 Ra"
msgid "AUX 2 Out"
-msgstr ""
+msgstr "AUX 2 Ra"
msgid "AUX Out"
-msgstr ""
+msgstr "AUX Ra"
msgid "Bass"
-msgstr ""
+msgstr "Trầm"
msgid "Treble"
-msgstr ""
+msgstr "Cao"
msgid "3D Depth"
-msgstr ""
+msgstr "Sâu 3D"
msgid "3D Center"
-msgstr ""
+msgstr "Giữa 3D"
msgid "3D Enhance"
-msgstr ""
+msgstr "Tăng cường 3D"
-#, fuzzy
msgid "Telephone"
-msgstr "Tai nghe"
+msgstr "Điện thoại"
msgid "Microphone"
msgstr "Máy vi âm"
msgid "Line Out"
-msgstr ""
+msgstr "Dây Ra"
-#, fuzzy
msgid "Line In"
-msgstr "Dây vào"
+msgstr "Dây Vào"
msgid "Internal CD"
-msgstr ""
+msgstr "CD nội bộ"
msgid "Video In"
-msgstr ""
+msgstr "Phim Vào"
msgid "AUX 1 In"
-msgstr ""
+msgstr "AUX 1 Vào"
msgid "AUX 2 In"
-msgstr ""
+msgstr "AUX 2 Vào"
msgid "AUX In"
-msgstr ""
+msgstr "AUX Vào"
msgid "PCM"
msgstr "PCM"
msgid "Record Gain"
-msgstr ""
+msgstr "Khuếch đại Thu"
msgid "Output Gain"
-msgstr ""
+msgstr "Khuếch đại Xuất"
-#, fuzzy
msgid "Microphone Boost"
-msgstr "Máy vi âm"
+msgstr "Tăng Máy vi âm"
msgid "Loopback"
-msgstr ""
+msgstr "Mạch nội bộ"
msgid "Diagnostic"
-msgstr ""
+msgstr "Chẩn đoán"
msgid "Bass Boost"
-msgstr ""
+msgstr "Tăng Trầm"
msgid "Playback Ports"
-msgstr ""
+msgstr "Cổng Phát lại"
msgid "Input"
msgstr "Vào"
msgid "Record Source"
-msgstr ""
+msgstr "Nguồn Thu"
msgid "Monitor Source"
-msgstr ""
+msgstr "Nguồn Màn hình"
msgid "Keyboard Beep"
-msgstr ""
+msgstr "Bíp Bàn phím"
msgid "Monitor"
-msgstr ""
+msgstr "Màn hình"
msgid "Simulate Stereo"
-msgstr ""
+msgstr "Mô phỏng Âm lập thể"
msgid "Stereo"
msgstr "Âm lập thể"
-#, fuzzy
msgid "Surround Sound"
-msgstr "Âm thanh vòm"
+msgstr "Âm thanh Vòm"
-#, fuzzy
msgid "Microphone Gain"
-msgstr "Máy vi âm"
+msgstr "Khuếch đại Máy vi âm"
msgid "Speaker Source"
-msgstr ""
+msgstr "Nguồn Loa"
-#, fuzzy
msgid "Microphone Source"
-msgstr "Máy vi âm"
+msgstr "Nguồn Máy vi âm"
msgid "Jack"
-msgstr ""
+msgstr "Ổ cắm"
msgid "Center / LFE"
msgstr "Giữa/LFE"
-#, fuzzy
msgid "Stereo Mix"
-msgstr "Âm lập thể"
+msgstr "Trộn Âm lập thể"
msgid "Mono Mix"
-msgstr ""
+msgstr "Trộn Nguồn đơn"
-#, fuzzy
msgid "Input Mix"
-msgstr "Hoà tiếng đầu vào"
+msgstr "Trộn Đầu vào"
msgid "SPDIF In"
-msgstr ""
+msgstr "SPDIF Vào"
msgid "SPDIF Out"
-msgstr ""
+msgstr "SPDIF Ra"
-#, fuzzy
msgid "Microphone 1"
-msgstr "Máy vi âm"
+msgstr "Máy vi âm 1"
-#, fuzzy
msgid "Microphone 2"
-msgstr "Máy vi âm"
+msgstr "Máy vi âm 2"
msgid "Digital Out"
-msgstr ""
+msgstr "Thuật số Ra"
msgid "Digital In"
-msgstr ""
+msgstr "Thuật số Vào"
msgid "HDMI"
-msgstr ""
+msgstr "HDMI"
msgid "Modem"
-msgstr ""
+msgstr "Bộ điều giải"
msgid "Handset"
-msgstr ""
+msgstr "Cầm tay"
msgid "Other"
-msgstr ""
+msgstr "Khác"
msgid "None"
-msgstr ""
+msgstr "Không có"
msgid "On"
msgstr "Bật"
@@ -279,13 +266,13 @@ msgid "Off"
msgstr "Tắt"
msgid "Mute"
-msgstr ""
+msgstr "Câm"
msgid "Fast"
msgstr "Nhanh"
msgid "Very Low"
-msgstr ""
+msgstr "Rất thấp"
msgid "Low"
msgstr "Thấp"
@@ -296,126 +283,100 @@ msgstr "Vừa"
msgid "High"
msgstr "Cao"
-#, fuzzy
msgid "Very High"
msgstr "Rất cao"
msgid "Production"
msgstr "Sản xuất"
-#, fuzzy
msgid "Front Panel Microphone"
msgstr "Máy vi âm bảng trước"
-#, fuzzy
msgid "Front Panel Line In"
msgstr "Dây vào bảng trước"
-#, fuzzy
msgid "Front Panel Headphones"
msgstr "Tai nghe bảng trước"
-#, fuzzy
msgid "Front Panel Line Out"
-msgstr "Dây vào bảng trước"
+msgstr "Dây ra bảng trước"
-#, fuzzy
msgid "Green Connector"
msgstr "Đầu kẹp lục"
-#, fuzzy
msgid "Pink Connector"
msgstr "Đầu kẹp hồng"
-#, fuzzy
msgid "Blue Connector"
msgstr "Đầu kẹp xanh"
-#, fuzzy
msgid "White Connector"
msgstr "Đầu kẹp trắng"
-#, fuzzy
msgid "Black Connector"
msgstr "Đầu kẹp đen"
-#, fuzzy
msgid "Gray Connector"
msgstr "Đầu kẹp xám"
-#, fuzzy
msgid "Orange Connector"
msgstr "Đầu kẹp cam"
-#, fuzzy
msgid "Red Connector"
msgstr "Đầu kẹp đỏ"
-#, fuzzy
msgid "Yellow Connector"
msgstr "Đầu kẹp vàng"
-#, fuzzy
msgid "Green Front Panel Connector"
msgstr "Đầu kẹp lục bảng trước"
-#, fuzzy
msgid "Pink Front Panel Connector"
msgstr "Đầu kẹp hồng bảng trước"
-#, fuzzy
msgid "Blue Front Panel Connector"
msgstr "Đầu kẹp xanh bảng trước"
-#, fuzzy
msgid "White Front Panel Connector"
msgstr "Đầu kẹp trắng bảng trước"
-#, fuzzy
msgid "Black Front Panel Connector"
msgstr "Đầu kẹp đen bảng trước"
-#, fuzzy
msgid "Gray Front Panel Connector"
msgstr "Đầu kẹp xám bảng trước"
-#, fuzzy
msgid "Orange Front Panel Connector"
msgstr "Đầu kẹp cam bảng trước"
-#, fuzzy
msgid "Red Front Panel Connector"
msgstr "Đầu kẹp đỏ bảng trước"
-#, fuzzy
msgid "Yellow Front Panel Connector"
msgstr "Đầu kẹp vàng bảng trước"
msgid "Spread Output"
-msgstr ""
+msgstr "Giăng ra kết xuất"
msgid "Downmix"
-msgstr ""
+msgstr "Trộn xuống"
-#, fuzzy
msgid "Virtual Mixer Input"
-msgstr "Đầu vào bộ hoà tiếng ảo"
+msgstr "Đầu vào Trộn Ảo"
-#, fuzzy
msgid "Virtual Mixer Output"
-msgstr "Đầu ra bộ hoà tiếng ảo"
+msgstr "Đầu ra Trộn Ảo"
-#, fuzzy
msgid "Virtual Mixer Channels"
-msgstr "Đầu vào bộ hoà tiếng ảo"
+msgstr "Kênh Trộn Ảo"
#, c-format
msgid "%s Function"
-msgstr ""
+msgstr "Hàm %s"
#, c-format
msgid "%s %d"
-msgstr ""
+msgstr "%s %d"
msgid ""
"Could not open audio device for playback. Device is being used by another "
@@ -452,72 +413,3 @@ msgstr "Thiết bị âm thanh này không hỗ trợ chức năng thu."
msgid "Error recording from audio device."
msgstr "Lỗi thu từ thiết bị âm thanh."
-
-#~ msgid "PCM 1"
-#~ msgstr "PCM 1"
-
-#~ msgid "PCM 2"
-#~ msgstr "PCM 2"
-
-#~ msgid "PCM 3"
-#~ msgstr "PCM 3"
-
-#~ msgid "PCM 4"
-#~ msgstr "PCM 4"
-
-#~ msgid "Green connector function"
-#~ msgstr "Chức năng đầu kẹp lục"
-
-#~ msgid "Green front panel connector function"
-#~ msgstr "Chức năng đầu kẹp lục bảng trước"
-
-#~ msgid "Pink connector function"
-#~ msgstr "Chức năng đầu kẹp hồng"
-
-#~ msgid "Pink front panel connector function"
-#~ msgstr "Chức năng đầu kẹp hồng bảng trước"
-
-#~ msgid "Blue connector function"
-#~ msgstr "Chức năng đầu kẹp xanh"
-
-#~ msgid "Blue front panel connector function"
-#~ msgstr "Chức năng đầu kẹp xanh bảng trước"
-
-#~ msgid "Orange connector function"
-#~ msgstr "Chức năng đầu kẹp cam"
-
-#~ msgid "Orange front panel connector function"
-#~ msgstr "Chức năng đầu kẹp cam bảng trước"
-
-#~ msgid "Black connector function"
-#~ msgstr "Chức năng đầu kẹp đen"
-
-#~ msgid "Black front panel connector function"
-#~ msgstr "Chức năng đầu kẹp đen bảng trước"
-
-#~ msgid "Gray connector function"
-#~ msgstr "Chức năng đầu kẹp xám"
-
-#~ msgid "Gray front panel connector function"
-#~ msgstr "Chức năng đầu kẹp xám bảng trước"
-
-#~ msgid "White connector function"
-#~ msgstr "Chức năng đầu kẹp trắng"
-
-#~ msgid "White front panel connector function"
-#~ msgstr "Chức năng đầu kẹp trắng bảng trước"
-
-#~ msgid "Red connector function"
-#~ msgstr "Chức năng đầu kẹp đỏ"
-
-#~ msgid "Red front panel connector function"
-#~ msgstr "Chức năng đầu kẹp đỏ bảng trước"
-
-#~ msgid "Yellow connector function"
-#~ msgstr "Chức năng đầu kẹp vàng"
-
-#~ msgid "Yellow front panel connector function"
-#~ msgstr "Chức năng đầu kẹp vàng bảng trước"
-
-#~ msgid "Virtual mixer channel configuration"
-#~ msgstr "Cấu hình kênh bộ hoà tiếng ảo"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 95acc7c97..ab6c02a64 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-bad 0.10.9.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2009-08-29 12:47+0100\n"
+"POT-Creation-Date: 2009-10-12 12:22+0100\n"
"PO-Revision-Date: 2009-01-14 12:04+0800\n"
"Last-Translator: Ji ZhengYu <zhengyuji@gmail.com>\n"
"Language-Team: Chinese (simplified) <translation-team-zh-cn@lists."
diff --git a/win32/common/config.h b/win32/common/config.h
index b2b80a94a..c5626a848 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -199,7 +199,7 @@
#undef USE_POISONING
/* Version number of package */
-#define VERSION "0.10.14.1"
+#define VERSION "0.10.14.2"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */