Release 0.11.2

This commit is contained in:
Wim Taymans 2012-03-22 15:52:55 +01:00
parent a9b7e39c24
commit d1911c3f65
61 changed files with 426 additions and 110 deletions

306
ChangeLog
View file

@ -1,9 +1,309 @@
=== release 0.11.1 === === release 0.11.2 ===
2012-02-17 Wim Taymans <wim.taymans@collabora.co.uk> 2012-03-22 Wim Taymans <wim.taymans@collabora.co.uk>
* configure.ac: * configure.ac:
releasing 0.11.1, "Moonlapse Vertigo" releasing 0.11.2, "Savior from Anger"
2012-03-21 13:18:35 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
* tests/check/elements/mpeg2dec.c:
tests: fix after memory changes
2012-03-21 13:18:11 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
* ext/x264/gstx264enc.c:
* ext/x264/gstx264enc.h:
x264enc: remove deprecated properties
2012-03-20 12:08:23 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
Merge remote-tracking branch 'origin/master' into 0.11
So 0.11 folks also get amr include fixes.
Conflicts:
ext/a52dec/gsta52dec.c
ext/mad/gstmad.c
2012-03-18 18:56:16 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
* gst/synaesthesia/gstsynaesthesia.c:
synaesthesia: fixup for bufferpool api changes
... as well as some caps ref handling.
2012-03-16 21:48:02 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/realmedia/rademux.c:
* gst/realmedia/rmdemux.c:
don't pass random pointers to pull_range
2012-03-15 22:11:41 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
* ext/mpeg2dec/gstmpeg2dec.c:
update for bufferpool changes
2012-03-15 20:38:50 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
* ext/mpeg2dec/gstmpeg2dec.c:
update for allocation query changes
2012-03-15 13:38:16 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
* ext/dvdread/dvdreadsrc.c:
* ext/lame/gstlamemp3enc.c:
* ext/mpeg2dec/gstmpeg2dec.c:
* ext/x264/gstx264enc.c:
* gst/dvdlpcmdec/gstdvdlpcmdec.c:
* gst/dvdsub/gstdvdsubdec.c:
update for memory api changes
2012-03-14 19:52:52 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
* ext/mpeg2dec/gstmpeg2dec.c:
take padding into account
2012-03-13 18:27:51 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
* ext/mad/gstmad.c:
mad: simplify parsing code
Also fixes #671455 (expected at least).
2012-03-12 16:16:17 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
* configure.ac:
configure.ac: bump required GLib to 2.31.14
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=671911
2012-03-12 12:23:43 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
* ext/sidplay/gstsiddec.cc:
fix for caps _normalize changes
2012-03-11 19:07:19 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
* ext/x264/gstx264enc.c:
fix for caps api changes
2012-03-06 16:08:23 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
* ext/a52dec/gsta52dec.c:
* ext/a52dec/gsta52dec.h:
a52dec: use base class tag handling helper
... so as to ensure these to be handled and sent at proper time.
2012-03-06 14:28:15 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* ext/dvdread/dvdreadsrc.c:
dvdreadsrc: Use variable type with correct signedness
2011-01-14 18:50:41 +0100 Edward Hervey <edward.hervey@collabora.co.uk>
* ext/mpeg2dec/gstmpeg2dec.c:
mpeg2dec: Copy planes in one go when possible
2012-03-03 17:17:31 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
* configure.ac:
* ext/amrnb/amrnbdec.h:
* ext/amrnb/amrnbenc.h:
* ext/amrwbdec/amrwbdec.h:
amrnb, amrwbdec: fix build with opencore-amr >= 0.1.3
In previous versions, the opencore-amr include sub-directory
would be specified in the include path in the CFLAGS, but this
is no longer the case in newer versions, so we need to add those
to our include directives.
Based on patch by: Christian Morales Vega
https://bugzilla.gnome.org/show_bug.cgi?id=671123
2012-03-03 16:56:13 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
* configure.ac:
configure: get rid of non-pkg-config ways to check for opencore-amr
2012-02-29 17:26:42 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
* ext/mpeg2dec/gstmpeg2dec.c:
update for metadata API changes
2012-02-27 06:35:01 +0100 Alessandro Decina <alessandro.d@gmail.com>
* ext/amrwbdec/Makefile.am:
* ext/lame/Makefile.am:
* ext/mad/Makefile.am:
amrwbdec, lame, mad: link to libgstbase
2012-02-27 06:33:48 +0100 Alessandro Decina <alessandro.d@gmail.com>
* ext/x264/gstx264enc.c:
x264enc: fix compiler warning
2012-02-27 00:36:46 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
Merge remote-tracking branch 'origin/master' into 0.11
2012-02-27 00:34:09 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
Merge commit '02f5d72a0519bcbe8f6958fab6dd998fc8ccda6b' into 0.11
Conflicts:
ext/mad/gstmad.c
2012-02-23 11:20:33 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
* NEWS:
* RELEASE:
* configure.ac:
* docs/plugins/gst-plugins-ugly-plugins.args:
* docs/plugins/gst-plugins-ugly-plugins.hierarchy:
* docs/plugins/gst-plugins-ugly-plugins.interfaces:
* docs/plugins/inspect/plugin-a52dec.xml:
* docs/plugins/inspect/plugin-amrnb.xml:
* docs/plugins/inspect/plugin-amrwbdec.xml:
* docs/plugins/inspect/plugin-asf.xml:
* docs/plugins/inspect/plugin-cdio.xml:
* docs/plugins/inspect/plugin-dvdlpcmdec.xml:
* docs/plugins/inspect/plugin-dvdread.xml:
* docs/plugins/inspect/plugin-dvdsub.xml:
* docs/plugins/inspect/plugin-iec958.xml:
* docs/plugins/inspect/plugin-lame.xml:
* docs/plugins/inspect/plugin-mad.xml:
* docs/plugins/inspect/plugin-mpeg2dec.xml:
* docs/plugins/inspect/plugin-mpegaudioparse.xml:
* docs/plugins/inspect/plugin-mpegstream.xml:
* docs/plugins/inspect/plugin-realmedia.xml:
* docs/plugins/inspect/plugin-siddec.xml:
* docs/plugins/inspect/plugin-twolame.xml:
* docs/plugins/inspect/plugin-x264.xml:
* win32/common/config.h:
Bump version after release
2012-02-21 18:58:06 -0800 David Schleef <ds@schleef.org>
* autogen.sh:
autogen.sh: avoid touching .po files during 'make'
A simple workaround to deal with GNU gettext automake integration
failing to deal with git. Fixes: #669207
2012-02-22 02:17:55 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
* ext/x264/gstx264enc.c:
x264: convert g_print to LOG
2012-02-22 02:07:49 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/asfdemux/gstrtpasfdepay.c:
update for new memory api
2012-02-22 02:07:29 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
* ext/x264/gstx264enc.c:
x264enc: handle pts and dts
2012-02-21 18:53:57 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
* ext/mad/gstmad.c:
mad: handle libmad freeform parsing quirk
2012-02-21 18:49:50 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
* ext/mad/gstmad.c:
mad: fixup unhacking last frame coaxing
... so as to not only replace the data pointer but also available size.
2012-02-20 14:27:49 +0000 Christian Fredrik Kalager Schaller <christian.schaller@collabora.co.uk>
* gst-plugins-ugly.spec.in:
Add latest plugins
2012-02-18 00:02:20 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
* win32/common/config.h:
win32: back to development
2012-02-17 17:53:34 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
* configure.ac:
* gst/synaesthesia/gstsynaesthesia.c:
* gst/synaesthesia/gstsynaesthesia.h:
synaesthesia: port to 0.11
2012-02-17 17:53:28 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
* configure.ac:
* gst/xingmux/gstxingmux.c:
xingmux: port to 0.11
2012-02-17 11:06:59 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
* configure.ac:
back to development
=== release 0.11.1 ===
2012-02-17 11:06:27 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
* docs/plugins/gst-plugins-ugly-plugins.args:
* docs/plugins/gst-plugins-ugly-plugins.hierarchy:
* docs/plugins/gst-plugins-ugly-plugins.interfaces:
* docs/plugins/inspect/plugin-a52dec.xml:
* docs/plugins/inspect/plugin-amrnb.xml:
* docs/plugins/inspect/plugin-amrwbdec.xml:
* docs/plugins/inspect/plugin-asf.xml:
* docs/plugins/inspect/plugin-cdio.xml:
* docs/plugins/inspect/plugin-dvdlpcmdec.xml:
* docs/plugins/inspect/plugin-dvdread.xml:
* docs/plugins/inspect/plugin-dvdsub.xml:
* docs/plugins/inspect/plugin-lame.xml:
* docs/plugins/inspect/plugin-mad.xml:
* docs/plugins/inspect/plugin-mpeg2dec.xml:
* docs/plugins/inspect/plugin-realmedia.xml:
* docs/plugins/inspect/plugin-siddec.xml:
* docs/plugins/inspect/plugin-twolame.xml:
* docs/plugins/inspect/plugin-x264.xml:
* gst-plugins-ugly.doap:
* po/af.po:
* po/az.po:
* po/bg.po:
* po/ca.po:
* po/cs.po:
* po/da.po:
* po/de.po:
* po/el.po:
* po/en_GB.po:
* po/eo.po:
* po/es.po:
* po/eu.po:
* po/fi.po:
* po/fr.po:
* po/gl.po:
* po/hu.po:
* po/id.po:
* po/it.po:
* po/ja.po:
* po/lt.po:
* po/lv.po:
* po/ms.po:
* po/mt.po:
* po/nb.po:
* po/nl.po:
* po/or.po:
* po/pl.po:
* po/pt_BR.po:
* po/ro.po:
* po/ru.po:
* po/sk.po:
* po/sl.po:
* po/sq.po:
* po/sr.po:
* po/sv.po:
* po/tr.po:
* po/uk.po:
* po/vi.po:
* po/zh_CN.po:
* win32/common/config.h:
RELEASE 0.11.1
2012-02-17 09:16:32 +0100 Wim Taymans <wim.taymans@collabora.co.uk> 2012-02-17 09:16:32 +0100 Wim Taymans <wim.taymans@collabora.co.uk>

16
NEWS
View file

@ -1,4 +1,18 @@
This is GStreamer Ugly Plug-ins 0.11.1 "Moonlapse Vertigo" This is GStreamer Ugly Plug-ins 0.11.2 "Savior from Anger"
New in 0.11.2:
* Many cleanups
* Ported to new 0.11 core API changes
* xingmux: port to 0.11
* synaesthesia: port to 0.11
* x264enc: handle PTS and DTS
Bugs fixed in this release
* 662617 : compiler warnings due to printf format mismatches
* 669863 : [0.11] [x264enc] X264 encoder doesn't unmap input frame
New in 0.11.1: New in 0.11.1:

24
RELEASE
View file

@ -1,5 +1,5 @@
Release notes for GStreamer Ugly Plug-ins 0.11.1 "Moonlapse Vertigo" Release notes for GStreamer Ugly Plug-ins 0.11.2 "Savior from Anger"
The GStreamer team is proud to announce a new release The GStreamer team is proud to announce a new release
@ -56,11 +56,16 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release Features of this release
* Parallel installability with 0.10.x series
* Many cleanups * Many cleanups
* Ported to new 0.11 core API changes * Ported to new 0.11 core API changes
There were no bugs fixed in this release * xingmux: port to 0.11
* synaesthesia: port to 0.11
* x264enc: handle PTS and DTS
Bugs fixed in this release
* 662617 : compiler warnings due to printf format mismatches
* 669863 : [0.11] [x264enc] X264 encoder doesn't unmap input frame
Download Download
@ -90,23 +95,12 @@ Applications
Contributors to this release Contributors to this release
* Alessandro Decina * Alessandro Decina
* Brian Gitonga Marete
* Christian Fredrik Kalager Schaller * Christian Fredrik Kalager Schaller
* Christian Morales Vega
* David Schleef * David Schleef
* Edward Hervey * Edward Hervey
* Julien Isorce
* Mark Nauwelaerts * Mark Nauwelaerts
* Matej Knopp
* Olivier Crête
* René Stadler
* Robert Swain
* Sebastian Dröge * Sebastian Dröge
* Stefan Kost
* Stefan Sauer
* Thiago Santos
* Thomas Vander Stichele
* Tim-Philipp Müller * Tim-Philipp Müller
* Vincent Penquerc'h
* Wim Taymans * Wim Taymans
* Руслан Ижбулатов
   

View file

@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf dnl initialize autoconf
dnl releases only do -Wall, cvs and prerelease does -Werror too dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease dnl use a three digit version number for releases, and four for cvs/prerelease
AC_INIT(GStreamer Ugly Plug-ins, 0.11.1.1, AC_INIT(GStreamer Ugly Plug-ins, 0.11.2,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-ugly) gst-plugins-ugly)
@ -52,8 +52,8 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff *** dnl *** required versions of GStreamer stuff ***
GST_REQ=0.11.2 GST_REQ=0.11.3
GSTPB_REQ=0.11.2 GSTPB_REQ=0.11.3
dnl *** autotools stuff **** dnl *** autotools stuff ****

View file

@ -38,6 +38,7 @@ GObject
GstRealAudioDemux GstRealAudioDemux
GstSidDec GstSidDec
GstX264Enc GstX264Enc
GstXingMux
GstPad GstPad
GstPadTemplate GstPadTemplate
GstPlugin GstPlugin

View file

@ -3,7 +3,7 @@
<description>Decodes ATSC A/52 encoded audio streams</description> <description>Decodes ATSC A/52 encoded audio streams</description>
<filename>../../ext/a52dec/.libs/libgsta52dec.so</filename> <filename>../../ext/a52dec/.libs/libgsta52dec.so</filename>
<basename>libgsta52dec.so</basename> <basename>libgsta52dec.so</basename>
<version>0.11.1</version> <version>0.11.2</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package> <package>GStreamer Ugly Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Adaptive Multi-Rate Narrow-Band</description> <description>Adaptive Multi-Rate Narrow-Band</description>
<filename>../../ext/amrnb/.libs/libgstamrnb.so</filename> <filename>../../ext/amrnb/.libs/libgstamrnb.so</filename>
<basename>libgstamrnb.so</basename> <basename>libgstamrnb.so</basename>
<version>0.11.1</version> <version>0.11.2</version>
<license>unknown</license> <license>unknown</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package> <package>GStreamer Ugly Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Adaptive Multi-Rate Wide-Band Decoder</description> <description>Adaptive Multi-Rate Wide-Band Decoder</description>
<filename>../../ext/amrwbdec/.libs/libgstamrwbdec.so</filename> <filename>../../ext/amrwbdec/.libs/libgstamrwbdec.so</filename>
<basename>libgstamrwbdec.so</basename> <basename>libgstamrwbdec.so</basename>
<version>0.11.1</version> <version>0.11.2</version>
<license>unknown</license> <license>unknown</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package> <package>GStreamer Ugly Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Demuxes and muxes audio and video in Microsofts ASF format</description> <description>Demuxes and muxes audio and video in Microsofts ASF format</description>
<filename>../../gst/asfdemux/.libs/libgstasf.so</filename> <filename>../../gst/asfdemux/.libs/libgstasf.so</filename>
<basename>libgstasf.so</basename> <basename>libgstasf.so</basename>
<version>0.11.1</version> <version>0.11.2</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package> <package>GStreamer Ugly Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Read audio from audio CDs</description> <description>Read audio from audio CDs</description>
<filename>../../ext/cdio/.libs/libgstcdio.so</filename> <filename>../../ext/cdio/.libs/libgstcdio.so</filename>
<basename>libgstcdio.so</basename> <basename>libgstcdio.so</basename>
<version>0.11.1</version> <version>0.11.2</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package> <package>GStreamer Ugly Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Decode DVD LPCM frames into standard PCM</description> <description>Decode DVD LPCM frames into standard PCM</description>
<filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename> <filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
<basename>libgstdvdlpcmdec.so</basename> <basename>libgstdvdlpcmdec.so</basename>
<version>0.11.1</version> <version>0.11.2</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package> <package>GStreamer Ugly Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Access a DVD with dvdread</description> <description>Access a DVD with dvdread</description>
<filename>../../ext/dvdread/.libs/libgstdvdread.so</filename> <filename>../../ext/dvdread/.libs/libgstdvdread.so</filename>
<basename>libgstdvdread.so</basename> <basename>libgstdvdread.so</basename>
<version>0.11.1</version> <version>0.11.2</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package> <package>GStreamer Ugly Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>DVD subtitle parser and decoder</description> <description>DVD subtitle parser and decoder</description>
<filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename> <filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename>
<basename>libgstdvdsub.so</basename> <basename>libgstdvdsub.so</basename>
<version>0.11.1</version> <version>0.11.2</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package> <package>GStreamer Ugly Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Encode MP3s with LAME</description> <description>Encode MP3s with LAME</description>
<filename>../../ext/lame/.libs/libgstlame.so</filename> <filename>../../ext/lame/.libs/libgstlame.so</filename>
<basename>libgstlame.so</basename> <basename>libgstlame.so</basename>
<version>0.11.1</version> <version>0.11.2</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package> <package>GStreamer Ugly Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>mp3 decoding based on the mad library</description> <description>mp3 decoding based on the mad library</description>
<filename>../../ext/mad/.libs/libgstmad.so</filename> <filename>../../ext/mad/.libs/libgstmad.so</filename>
<basename>libgstmad.so</basename> <basename>libgstmad.so</basename>
<version>0.11.1</version> <version>0.11.2</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package> <package>GStreamer Ugly Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>LibMpeg2 decoder</description> <description>LibMpeg2 decoder</description>
<filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename> <filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
<basename>libgstmpeg2dec.so</basename> <basename>libgstmpeg2dec.so</basename>
<version>0.11.1</version> <version>0.11.2</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package> <package>GStreamer Ugly Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>RealMedia support plugins</description> <description>RealMedia support plugins</description>
<filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename> <filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
<basename>libgstrmdemux.so</basename> <basename>libgstrmdemux.so</basename>
<version>0.11.1</version> <version>0.11.2</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package> <package>GStreamer Ugly Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Uses libsidplay to decode .sid files</description> <description>Uses libsidplay to decode .sid files</description>
<filename>../../ext/sidplay/.libs/libgstsid.so</filename> <filename>../../ext/sidplay/.libs/libgstsid.so</filename>
<basename>libgstsid.so</basename> <basename>libgstsid.so</basename>
<version>0.11.1</version> <version>0.11.2</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package> <package>GStreamer Ugly Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Encode MP2s with TwoLAME</description> <description>Encode MP2s with TwoLAME</description>
<filename>../../ext/twolame/.libs/libgsttwolame.so</filename> <filename>../../ext/twolame/.libs/libgsttwolame.so</filename>
<basename>libgsttwolame.so</basename> <basename>libgsttwolame.so</basename>
<version>0.11.1</version> <version>0.11.2</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package> <package>GStreamer Ugly Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>libx264-based H264 plugins</description> <description>libx264-based H264 plugins</description>
<filename>../../ext/x264/.libs/libgstx264.so</filename> <filename>../../ext/x264/.libs/libgstx264.so</filename>
<basename>libgstx264.so</basename> <basename>libgstx264.so</basename>
<version>0.11.1</version> <version>0.11.2</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package> <package>GStreamer Ugly Plug-ins source release</package>

View file

@ -33,6 +33,17 @@ might be widely known to present patent problems.
</GitRepository> </GitRepository>
</repository> </repository>
<release>
<Version>
<revision>0.11.2</revision>
<branch>0.11</branch>
<name>Savior from Anger</name>
<created>2012-03-22</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.11.2.tar.bz2" />
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.11.2.tar.gz" />
</Version>
</release>
<release> <release>
<Version> <Version>
<revision>0.11.1</revision> <revision>0.11.1</revision>

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins 0.7.6\n" "Project-Id-Version: gst-plugins 0.7.6\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2004-03-18 14:16+0200\n" "PO-Revision-Date: 2004-03-18 14:16+0200\n"
"Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n" "Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n"
"Language-Team: Afrikaans <i18n@af.org.za>\n" "Language-Team: Afrikaans <i18n@af.org.za>\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-0.8.0\n" "Project-Id-Version: gst-plugins-0.8.0\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2004-03-19 18:29+0200\n" "PO-Revision-Date: 2004-03-19 18:29+0200\n"
"Last-Translator: Metin Amiroff <metin@karegen.com>\n" "Last-Translator: Metin Amiroff <metin@karegen.com>\n"
"Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n" "Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2011-04-26 22:34+0300\n" "PO-Revision-Date: 2011-04-26 22:34+0300\n"
"Last-Translator: Alexander Shopov <ash@kambanaria.org>\n" "Last-Translator: Alexander Shopov <ash@kambanaria.org>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n" "Language-Team: Bulgarian <dict@fsa-bg.org>\n"

View file

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2012-01-01 14:19+0100\n" "PO-Revision-Date: 2012-01-01 14:19+0100\n"
"Last-Translator: Gil Forcada <gforcada@gnome.org>\n" "Last-Translator: Gil Forcada <gforcada@gnome.org>\n"
"Language-Team: Catalan <ca@dodds.net>\n" "Language-Team: Catalan <ca@dodds.net>\n"

View file

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly-0.10.10.2\n" "Project-Id-Version: gst-plugins-ugly-0.10.10.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2009-03-16 03:46+0100\n" "PO-Revision-Date: 2009-03-16 03:46+0100\n"
"Last-Translator: Petr Kovar <pknbe@volny.cz>\n" "Last-Translator: Petr Kovar <pknbe@volny.cz>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n" "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"

View file

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly-0.10.17.2\n" "Project-Id-Version: gst-plugins-ugly-0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2011-04-28 03:56+0100\n" "PO-Revision-Date: 2011-04-28 03:56+0100\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n" "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"

View file

@ -13,7 +13,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2011-04-28 00:04+0200\n" "PO-Revision-Date: 2011-04-28 00:04+0200\n"
"Last-Translator: Christian Kirbach <christian.kirbach@googlemail.com>\n" "Last-Translator: Christian Kirbach <christian.kirbach@googlemail.com>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n" "Language-Team: German <translation-team-de@lists.sourceforge.net>\n"

View file

@ -4,17 +4,16 @@
# Simos Xenitellis <simos.lists@googlemail.com>, 2009. # Simos Xenitellis <simos.lists@googlemail.com>, 2009.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.12.2\n" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2009-07-29 18:18+0300\n" "PO-Revision-Date: 2012-03-18 01:04+0100\n"
"Last-Translator: Simos Xenitellis <simos.lists@googlemail.com>\n" "Last-Translator: Savvas Radevic <vicedar@gmail.com>\n"
"Language-Team: Greek <team@lists.gnome.gr>\n" "Language-Team: Greek <team@lists.gnome.gr>\n"
"Language: el\n" "Language: el\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 0.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgid "Could not read from CD." msgid "Could not read from CD."
@ -49,16 +48,18 @@ msgid ""
"Could not read DVD. This may be because the DVD is encrypted and a DVD " "Could not read DVD. This may be because the DVD is encrypted and a DVD "
"decryption library is not installed." "decryption library is not installed."
msgstr "" msgstr ""
"Δεν είναι δυνατή η ανάγνωση του DVD. Αυτό μπορεί να οφείλεται στο ότι το DVD "
"είναι κρυπτογραφημένο και μια βιβλιοθήκη αποκρυπτογράφησης DVD δεν έχει "
"εγκατασταθεί."
#, fuzzy
msgid "Could not read DVD." msgid "Could not read DVD."
msgstr "Δεν ήταν δυνατό το άνοιγμα του DVD" msgstr "Δεν είναι δυνατή η ανάγνωση του DVD."
#, fuzzy #, fuzzy
msgid "" msgid ""
"Failed to configure LAME mp3 audio encoder. Check your encoding parameters." "Failed to configure LAME mp3 audio encoder. Check your encoding parameters."
msgstr "" msgstr ""
"Αδυναμία ρύθμισης του κωδικοποιητή TwoLAME. Ελέγξτε τις παραμέτρους " "Αδυναμία ρύθμισης του κωδικοποιητή LAME. Ελέγξτε τις παραμέτρους "
"κωδικοποίησης." "κωδικοποίησης."
#, c-format #, c-format
@ -79,10 +80,3 @@ msgstr "Η ροή αυτή δεν περιέχει καθόλου δεδομέν
msgid "Internal data stream error." msgid "Internal data stream error."
msgstr "Εσωτερικό σφάλμα ροής δεδομένων." msgstr "Εσωτερικό σφάλμα ροής δεδομένων."
#, fuzzy
#~ msgid ""
#~ "Failed to configure LAMEMP3ENC encoder. Check your encoding parameters."
#~ msgstr ""
#~ "Αδυναμία ρύθμισης του κωδικοποιητή LAME. Ελέγξτε τις παραμέτρους "
#~ "κωδικοποίησης."

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins 0.8.1\n" "Project-Id-Version: gst-plugins 0.8.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2004-04-26 10:41-0400\n" "PO-Revision-Date: 2004-04-26 10:41-0400\n"
"Last-Translator: Gareth Owen <gowen72@yahoo.com>\n" "Last-Translator: Gareth Owen <gowen72@yahoo.com>\n"
"Language-Team: English (British) <en_gb@li.org>\n" "Language-Team: English (British) <en_gb@li.org>\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2011-06-04 22:24+0200\n" "PO-Revision-Date: 2011-06-04 22:24+0200\n"
"Last-Translator: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>\n" "Last-Translator: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>\n"
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n" "Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2011-10-02 15:45+0200\n" "PO-Revision-Date: 2011-10-02 15:45+0200\n"
"Last-Translator: Jorge González González <aloriel@gmail.com>\n" "Last-Translator: Jorge González González <aloriel@gmail.com>\n"
"Language-Team: Spanish <es@li.org>\n" "Language-Team: Spanish <es@li.org>\n"

View file

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly-0.10.13.2\n" "Project-Id-Version: gst-plugins-ugly-0.10.13.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2010-03-07 13:12+0200\n" "PO-Revision-Date: 2010-03-07 13:12+0200\n"
"Last-Translator: Mikel Olasagasti Uranga <hey_neken@mundurat.net>\n" "Last-Translator: Mikel Olasagasti Uranga <hey_neken@mundurat.net>\n"
"Language-Team: Basque <translation-team-eu@lists.sourceforge.net>\n" "Language-Team: Basque <translation-team-eu@lists.sourceforge.net>\n"

View file

@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.10.2\n" "Project-Id-Version: gst-plugins-ugly 0.10.10.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2009-03-10 20:41+0200\n" "PO-Revision-Date: 2009-03-10 20:41+0200\n"
"Last-Translator: Tommi Vainikainen <Tommi.Vainikainen@iki.fi>\n" "Last-Translator: Tommi Vainikainen <Tommi.Vainikainen@iki.fi>\n"
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n" "Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2011-04-28 09:25+0200\n" "PO-Revision-Date: 2011-04-28 09:25+0200\n"
"Last-Translator: Claude Paroz <claude@2xlibre.net>\n" "Last-Translator: Claude Paroz <claude@2xlibre.net>\n"
"Language-Team: French <traduc@traduc.org>\n" "Language-Team: French <traduc@traduc.org>\n"

View file

@ -2,20 +2,22 @@
# Copyright (C) 2009 gst-plugins-ugly's COPYRIGHT HOLDER # Copyright (C) 2009 gst-plugins-ugly's COPYRIGHT HOLDER
# This file is distributed under the same license as the gst-plugins-ugly package. # This file is distributed under the same license as the gst-plugins-ugly package.
# Fran Diéguez <frandieguez@ubuntu.com>, 2009, 2010. # Fran Diéguez <frandieguez@ubuntu.com>, 2009, 2010.
# Fran Dieguez <frandieguez@gnome.org>, 2012.
# Francisco Diéguez <frandieguez@ubuntu.com>, 2012.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.14.2\n" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2010-05-30 15:49+0200\n" "PO-Revision-Date: 2012-02-24 12:48+0100\n"
"Last-Translator: Fran Diéguez <frandieguez@ubuntu.com>\n" "Last-Translator: Francisco Diéguez <frandieguez@ubuntu.com>\n"
"Language-Team: Galician <proxecto@trasno.net>\n" "Language-Team: Galician <proxecto@trasno.net>\n"
"Language: gl\n" "Language: gl\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\\\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n"
msgid "Could not read from CD." msgid "Could not read from CD."
msgstr "Non foi posíbel ler desde o CD." msgstr "Non foi posíbel ler desde o CD."
@ -49,16 +51,17 @@ msgid ""
"Could not read DVD. This may be because the DVD is encrypted and a DVD " "Could not read DVD. This may be because the DVD is encrypted and a DVD "
"decryption library is not installed." "decryption library is not installed."
msgstr "" msgstr ""
"Non foi posíbel ler o DVD. Isto pode ser porque o DVD está cifrado e non ten "
"instalada unha biblioteca de descifrado de DVD."
#, fuzzy
msgid "Could not read DVD." msgid "Could not read DVD."
msgstr "Non foi posíbel abrir o DVD" msgstr "Non foi posíbel ler o DVD"
#, fuzzy #, fuzzy
msgid "" msgid ""
"Failed to configure LAME mp3 audio encoder. Check your encoding parameters." "Failed to configure LAME mp3 audio encoder. Check your encoding parameters."
msgstr "" msgstr ""
"Produciuse un fallo ao configurar o codificador TwoLAME. Comprobe os seus " "Produciuse un erro ao configurar o codificador LAME. Comprobe os seus "
"parámetros de codificación." "parámetros de codificación."
#, c-format #, c-format
@ -79,10 +82,3 @@ msgstr "Este fluxo non contén datos."
msgid "Internal data stream error." msgid "Internal data stream error."
msgstr "Erro de fluxo de datos interno." msgstr "Erro de fluxo de datos interno."
#, fuzzy
#~ msgid ""
#~ "Failed to configure LAMEMP3ENC encoder. Check your encoding parameters."
#~ msgstr ""
#~ "Produciuse un erro ao configurar o codificador LAME. Comprobe os seus "
#~ "parámetros de codificación."

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.10.2\n" "Project-Id-Version: gst-plugins-ugly 0.10.10.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2009-04-20 01:48+0200\n" "PO-Revision-Date: 2009-04-20 01:48+0200\n"
"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n" "Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n" "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2012-01-28 11:39+0700\n" "PO-Revision-Date: 2012-01-28 11:39+0700\n"
"Last-Translator: Andhika Padmawan <andhika.padmawan@gmail.com>\n" "Last-Translator: Andhika Padmawan <andhika.padmawan@gmail.com>\n"
"Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n" "Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.11.2\n" "Project-Id-Version: gst-plugins-ugly 0.10.11.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2009-06-14 12:31+0200\n" "PO-Revision-Date: 2009-06-14 12:31+0200\n"
"Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n" "Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n"
"Language-Team: Italian <tp@lists.linux.it>\n" "Language-Team: Italian <tp@lists.linux.it>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2011-04-26 19:42+0900\n" "PO-Revision-Date: 2011-04-26 19:42+0900\n"
"Last-Translator: Makoto Kato <makoto.kt@gmail.com>\n" "Last-Translator: Makoto Kato <makoto.kt@gmail.com>\n"
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n" "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly-0.10.7.2\n" "Project-Id-Version: gst-plugins-ugly-0.10.7.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2008-05-14 02:52+0300\n" "PO-Revision-Date: 2008-05-14 02:52+0300\n"
"Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n" "Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n" "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2011-09-02 12:04-0000\n" "PO-Revision-Date: 2011-09-02 12:04-0000\n"
"Last-Translator: Rihards Priedītis <rprieditis@gmail.com>\n" "Last-Translator: Rihards Priedītis <rprieditis@gmail.com>\n"
"Language-Team: Latvian <translation-team-lv@lists.sourceforge.net>\n" "Language-Team: Latvian <translation-team-lv@lists.sourceforge.net>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly-0.10.11.2\n" "Project-Id-Version: gst-plugins-ugly-0.10.11.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2009-07-16 15:07+0800\n" "PO-Revision-Date: 2009-07-16 15:07+0800\n"
"Last-Translator: Muhammad Najmi bin Ahmad Zabidi <najmi.zabidi@gmail.com>\n" "Last-Translator: Muhammad Najmi bin Ahmad Zabidi <najmi.zabidi@gmail.com>\n"
"Language-Team: Malay <translation-team-ms@lists.sourceforge.net>\n" "Language-Team: Malay <translation-team-ms@lists.sourceforge.net>\n"

View file

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly-0.10.9.3\n" "Project-Id-Version: gst-plugins-ugly-0.10.9.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2008-11-13 18:18+0100\n" "PO-Revision-Date: 2008-11-13 18:18+0100\n"
"Last-Translator: Michel Bugeja <michelbugeja@rabatmalta.com>\n" "Last-Translator: Michel Bugeja <michelbugeja@rabatmalta.com>\n"
"Language-Team: Maltese <translation-team-mt@lists.sourceforge.net>\n" "Language-Team: Maltese <translation-team-mt@lists.sourceforge.net>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.6\n" "Project-Id-Version: gst-plugins-ugly 0.10.6\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2007-11-02 14:39+0100\n" "PO-Revision-Date: 2007-11-02 14:39+0100\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n" "Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n" "Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2011-04-23 23:55+0200\n" "PO-Revision-Date: 2011-04-23 23:55+0200\n"
"Last-Translator: Freek de Kruijf <f.de.kruijf@gmail.com>\n" "Last-Translator: Freek de Kruijf <f.de.kruijf@gmail.com>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n" "Language-Team: Dutch <vertaling@vrijschrift.org>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-0.8.3\n" "Project-Id-Version: gst-plugins-0.8.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2004-09-27 13:32+0530\n" "PO-Revision-Date: 2004-09-27 13:32+0530\n"
"Last-Translator: Gora Mohanty <gora_mohanty@yahoo.co.in>\n" "Last-Translator: Gora Mohanty <gora_mohanty@yahoo.co.in>\n"
"Language-Team: Oriya <gora_mohanty@yahoo.co.in>\n" "Language-Team: Oriya <gora_mohanty@yahoo.co.in>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2011-04-26 18:00+0200\n" "PO-Revision-Date: 2011-04-26 18:00+0200\n"
"Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n" "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n" "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly-0.10.14.2\n" "Project-Id-Version: gst-plugins-ugly-0.10.14.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2010-05-14 23:53-0300\n" "PO-Revision-Date: 2010-05-14 23:53-0300\n"
"Last-Translator: Fabrício Godoy <skarllot@gmail.com>\n" "Last-Translator: Fabrício Godoy <skarllot@gmail.com>\n"
"Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n" "Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"

View file

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.14.2\n" "Project-Id-Version: gst-plugins-ugly 0.10.14.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2010-08-16 03:32+0300\n" "PO-Revision-Date: 2010-08-16 03:32+0300\n"
"Last-Translator: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>\n" "Last-Translator: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>\n"
"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n" "Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2011-04-26 20:28+0400\n" "PO-Revision-Date: 2011-04-26 20:28+0400\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n" "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
"Language-Team: Russian <gnu@mx.ru>\n" "Language-Team: Russian <gnu@mx.ru>\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.11.2\n" "Project-Id-Version: gst-plugins-ugly 0.10.11.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2009-09-21 10:26+0100\n" "PO-Revision-Date: 2009-09-21 10:26+0100\n"
"Last-Translator: Peter Tuhársky <tuharsky@misbb.sk>\n" "Last-Translator: Peter Tuhársky <tuharsky@misbb.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2011-04-26 15:35+0100\n" "PO-Revision-Date: 2011-04-26 15:35+0100\n"
"Last-Translator: Klemen Košir <klemen.kosir@gmx.com>\n" "Last-Translator: Klemen Košir <klemen.kosir@gmx.com>\n"
"Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n" "Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins 0.8.3\n" "Project-Id-Version: gst-plugins 0.8.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2004-08-07 20:29+0200\n" "PO-Revision-Date: 2004-08-07 20:29+0200\n"
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n" "Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
"Language-Team: Albanian <begraj@hotmail.com>\n" "Language-Team: Albanian <begraj@hotmail.com>\n"

View file

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly-0.10.17.2\n" "Project-Id-Version: gst-plugins-ugly-0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2011-12-04 13:43+0200\n" "PO-Revision-Date: 2011-12-04 13:43+0200\n"
"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n" "Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
"Language-Team: Serbian <gnu@prevod.org>\n" "Language-Team: Serbian <gnu@prevod.org>\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.10.2\n" "Project-Id-Version: gst-plugins-ugly 0.10.10.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2009-03-10 16:12+0100\n" "PO-Revision-Date: 2009-03-10 16:12+0100\n"
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n" "Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n" "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"

View file

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly-0.10.17.2\n" "Project-Id-Version: gst-plugins-ugly-0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2011-04-26 19:24+0200\n" "PO-Revision-Date: 2011-04-26 19:24+0200\n"
"Last-Translator: Server Acim <serveracim@gmail.com>\n" "Last-Translator: Server Acim <serveracim@gmail.com>\n"
"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n" "Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2011-04-30 16:27+0300\n" "PO-Revision-Date: 2011-04-30 16:27+0300\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n" "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n" "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.13.2\n" "Project-Id-Version: gst-plugins-ugly 0.10.13.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2010-03-06 22:13+1030\n" "PO-Revision-Date: 2010-03-06 22:13+1030\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n" "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n" "Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"

View file

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 10:49+0100\n" "POT-Creation-Date: 2012-03-22 15:24+0100\n"
"PO-Revision-Date: 2011-12-20 10:58+0800\n" "PO-Revision-Date: 2011-12-20 10:58+0800\n"
"Last-Translator: Wylmer Wang <wantinghard@gmail.com>\n" "Last-Translator: Wylmer Wang <wantinghard@gmail.com>\n"
"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n" "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"

View file

@ -52,13 +52,13 @@
#define GST_LICENSE "LGPL" #define GST_LICENSE "LGPL"
/* package name in plugins */ /* package name in plugins */
#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins git" #define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins source release"
/* package origin */ /* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin" #define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */ /* GStreamer package release date/time for plugins as YYYY-MM-DD */
#define GST_PACKAGE_RELEASE_DATETIME "2012-02-17T22:58Z" #define GST_PACKAGE_RELEASE_DATETIME "2012-03-22"
/* Define to enable a52dec (used by a52dec). */ /* Define to enable a52dec (used by a52dec). */
#undef HAVE_A52DEC #undef HAVE_A52DEC
@ -171,6 +171,12 @@
/* Define to enable mpeg2dec (used by mpeg2dec). */ /* Define to enable mpeg2dec (used by mpeg2dec). */
#undef HAVE_MPEG2DEC #undef HAVE_MPEG2DEC
/* Defined for newer opencore-amrnb */
#undef HAVE_OPENCORE_AMRNB_0_1_3_OR_LATER
/* Defined for newer opencore-amrwb */
#undef HAVE_OPENCORE_AMRWB_0_1_3_OR_LATER
/* Use Orc */ /* Use Orc */
#undef HAVE_ORC #undef HAVE_ORC
@ -239,7 +245,7 @@
#define PACKAGE_NAME "GStreamer Ugly Plug-ins" #define PACKAGE_NAME "GStreamer Ugly Plug-ins"
/* Define to the full name and version of this package. */ /* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.11.1.1" #define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.11.2"
/* Define to the one symbol short name of this package. */ /* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-ugly" #define PACKAGE_TARNAME "gst-plugins-ugly"
@ -248,7 +254,7 @@
#undef PACKAGE_URL #undef PACKAGE_URL
/* Define to the version of this package. */ /* Define to the version of this package. */
#define PACKAGE_VERSION "0.11.1.1" #define PACKAGE_VERSION "0.11.2"
/* directory where plugins are located */ /* directory where plugins are located */
#ifdef _DEBUG #ifdef _DEBUG
@ -276,7 +282,7 @@
#undef STDC_HEADERS #undef STDC_HEADERS
/* Version number of package */ /* Version number of package */
#define VERSION "0.11.1.1" #define VERSION "0.11.2"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */ significant byte first (like Motorola and SPARC, unlike Intel). */