Projects
Multimedia
LiVES
Sign Up
Log In
Username
Password
We truncated the diff of some files because they were too big. If you want to see the full diff for every file,
click here
.
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 7
View file
LiVES.changes
Changed
@@ -1,4 +1,14 @@ ------------------------------------------------------------------- +Sun Oct 16 07:06:29 UTC 2011 - pascal.bleser@opensuse.org + +- update to 1.4.7: + * instant opening of asf (wmv) files has been implemented + * bugs in opening of float and reverse endian audio were fixed + * individual decoder plugins can now be enabled/disabled in Preferences + * a complete translation to Japanese is included + * updated translations to Ukranian, Spanish, and Polish + +------------------------------------------------------------------- Wed Aug 31 22:27:33 UTC 2011 - pascal.bleser@opensuse.org - update to 1.4.6:
View file
LiVES.spec
Changed
@@ -1,13 +1,14 @@ # vim: set ts=4 sw=4 et: Name: LiVES -Version: 1.4.6 +Version: 1.4.7 %define soname 0 Release: 1 Summary: Video Editor and VJ Tool License: GNU General Public License version 2 or later (GPLv2 or later) Group: Productivity/Multimedia/Video/Editors and Convertors Source0: http://www.xs4all.nl/%7Esalsaman/lives/current/LiVES-%{version}.tar.bz2 +Patch1: lives-fix-CODEC_TYPE_VIDEO.patch Source99: LiVES-rpmlintrc URL: http://lives.sourceforge.net BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -66,6 +67,8 @@ %prep %setup -q -n lives-%{version} +%patch1 + # fix wrong EOL %__sed -i 's/\r$//' weed-docs/*.txt @@ -154,6 +157,8 @@ %dir %{_libdir}/lives %dir %{_libdir}/lives/plugins %dir %{_libdir}/lives/plugins/decoders +%{_libdir}/lives/plugins/decoders/asf_decoder.so +%{_libdir}/lives/plugins/decoders/asf_decoder.la %{_libdir}/lives/plugins/decoders/dv_decoder.so %{_libdir}/lives/plugins/decoders/dv_decoder.la %{_libdir}/lives/plugins/decoders/ogg_decoder.so
View file
lives-fix-CODEC_TYPE_VIDEO.patch
Added
@@ -0,0 +1,11 @@ +--- lives-plugins/plugins/decoders/asf_decoder.c.orig 2011-10-16 09:17:52.751000429 +0200 ++++ lives-plugins/plugins/decoders/asf_decoder.c 2011-10-16 09:18:15.508000419 +0200 +@@ -1227,7 +1227,7 @@ + snprintf(cdata->audio_name,16,"unknown"); + + } else if (type == LIVES_MEDIA_TYPE_VIDEO) { +- priv->st->codec->codec_type = CODEC_TYPE_VIDEO; ++ priv->st->codec->codec_type = AVMEDIA_TYPE_VIDEO; + if (vidindex!=-1&&vidindex!=priv->st->id) { + fprintf(stderr, "asf_decoder: unhandled multiple vidstreams %d and %d in %s\n",vidindex,priv->st->id,cdata->URI); + got_vidst=TRUE;
View file
LiVES-1.4.6.tar.bz2/ChangeLog -> LiVES-1.4.7.tar.bz2/ChangeLog
Changed
@@ -1,3 +1,16 @@ +Version 1.4.7 (15 Oct 2011) +--------------------------- +Instant opening of asf (wmv) files. +Fix broken opening of float and reverse endian audio. * +Implement enable/disable of individual decoder plugins in Preferences. +Complete translation to Japanese (Takashi Sakamoto, Shunshi Kurose and others). +Updated translations to Ukranian, Spanish and Polish. + + + + + + Version 1.4.6 (27 Aug 2011) --------------------------- Fix hang when applying effect to a single frame in a virtual clip. *
View file
LiVES-1.4.6.tar.bz2/LiVES.doxygen -> LiVES-1.4.7.tar.bz2/LiVES.doxygen
Changed
@@ -31,7 +31,7 @@ # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.3.11-svn +PROJECT_NUMBER = 1.4.7 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.
View file
LiVES-1.4.6.tar.bz2/README -> LiVES-1.4.7.tar.bz2/README
Changed
@@ -63,16 +63,16 @@ If you got LiVES as a tar.gz or tar.bz2, at a terminal prompt, enter the following: - bzip2 -d LiVES-1.4.6.tar.bz2 + bzip2 -d LiVES-1.4.7.tar.bz2 or, - gzip -d LiVES-1.4.6.tar.gz + gzip -d LiVES-1.4.7.tar.gz depending on which version you have. Then: - tar xvf LIVES-1.4.6.tar + tar xvf LIVES-1.4.7.tar - cd lives-1.4.6 + cd lives-1.4.7
View file
LiVES-1.4.6.tar.bz2/build-lives-rfx-plugin -> LiVES-1.4.7.tar.bz2/build-lives-rfx-plugin
Changed
@@ -78,7 +78,7 @@ } -$builder_version="1.4.6"; +$builder_version="1.4.7"; if ($in_channels==0&&$properties&0x0004) { #batch mode generator
View file
LiVES-1.4.6.tar.bz2/configure -> LiVES-1.4.7.tar.bz2/configure
Changed
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.67 for LiVES 1.4.6. +# Generated by GNU Autoconf 2.67 for LiVES 1.4.7. # # Report bugs to <http://www.sourceforge.net/tracker/?group_id=64341&atid=507139>. # @@ -702,8 +702,8 @@ # Identity of this package. PACKAGE_NAME='LiVES' PACKAGE_TARNAME='lives' -PACKAGE_VERSION='1.4.6' -PACKAGE_STRING='LiVES 1.4.6' +PACKAGE_VERSION='1.4.7' +PACKAGE_STRING='LiVES 1.4.7' PACKAGE_BUGREPORT='http://www.sourceforge.net/tracker/?group_id=64341&atid=507139' PACKAGE_URL='' @@ -1676,7 +1676,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures LiVES 1.4.6 to adapt to many kinds of systems. +\`configure' configures LiVES 1.4.7 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1747,7 +1747,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of LiVES 1.4.6:";; + short | recursive ) echo "Configuration of LiVES 1.4.7:";; esac cat <<\_ACEOF @@ -1946,7 +1946,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -LiVES configure 1.4.6 +LiVES configure 1.4.7 generated by GNU Autoconf 2.67 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2547,7 +2547,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by LiVES $as_me 1.4.6, which was +It was created by LiVES $as_me 1.4.7, which was generated by GNU Autoconf 2.67. Invocation command line was $ $0 $@ @@ -3479,7 +3479,7 @@ # Define the identity of the package. PACKAGE='lives' - VERSION='1.4.6' + VERSION='1.4.7' cat >>confdefs.h <<_ACEOF @@ -22424,7 +22424,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by LiVES $as_me 1.4.6, which was +This file was extended by LiVES $as_me 1.4.7, which was generated by GNU Autoconf 2.67. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -22481,7 +22481,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -LiVES config.status 1.4.6 +LiVES config.status 1.4.7 configured by $0, generated by GNU Autoconf 2.67, with options \\"\$ac_cs_config\\"
View file
LiVES-1.4.6.tar.bz2/configure.in -> LiVES-1.4.7.tar.bz2/configure.in
Changed
@@ -5,7 +5,7 @@ [m4_pattern_allow([^AC_.*])]) dnl IMPORTANT !! $version must also be set to exactly the same string in smogrify -AC_INIT(LiVES,1.4.6,http://www.sourceforge.net/tracker/?group_id=64341&atid=507139) +AC_INIT(LiVES,1.4.7,http://www.sourceforge.net/tracker/?group_id=64341&atid=507139) AC_CANONICAL_HOST AC_CANONICAL_TARGET
View file
LiVES-1.4.6.tar.bz2/libweed/weed-effects.h -> LiVES-1.4.7.tar.bz2/libweed/weed-effects.h
Changed
@@ -10,7 +10,7 @@ You should have received a copy of the GNU Lesser General Public License along with this source code; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA Weed is developed by:
View file
LiVES-1.4.6.tar.bz2/libweed/weed-events.h -> LiVES-1.4.7.tar.bz2/libweed/weed-events.h
Changed
@@ -10,7 +10,7 @@ You should have received a copy of the GNU Lesser General Public License along with this source code; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA Weed events is developed by:
View file
LiVES-1.4.6.tar.bz2/libweed/weed-gslice.c -> LiVES-1.4.7.tar.bz2/libweed/weed-gslice.c
Changed
@@ -10,7 +10,7 @@ You should have received a copy of the GNU Lesser General Public License along with this source code; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA Weed is developed by:
View file
LiVES-1.4.6.tar.bz2/libweed/weed-host.h -> LiVES-1.4.7.tar.bz2/libweed/weed-host.h
Changed
@@ -10,7 +10,7 @@ You should have received a copy of the GNU Lesser General Public License along with this source code; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA Weed is developed by:
View file
LiVES-1.4.6.tar.bz2/libweed/weed-palettes.h -> LiVES-1.4.7.tar.bz2/libweed/weed-palettes.h
Changed
@@ -10,7 +10,7 @@ You should have received a copy of the GNU Lesser General Public License along with this source code; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA Weed is developed by:
View file
LiVES-1.4.6.tar.bz2/libweed/weed-plugin-utils.c -> LiVES-1.4.7.tar.bz2/libweed/weed-plugin-utils.c
Changed
@@ -10,7 +10,7 @@ You should have received a copy of the GNU Lesser General Public License along with this source code; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA Weed is developed by:
View file
LiVES-1.4.6.tar.bz2/libweed/weed-plugin-utils.h -> LiVES-1.4.7.tar.bz2/libweed/weed-plugin-utils.h
Changed
@@ -10,7 +10,7 @@ You should have received a copy of the GNU Lesser General Public License along with this source code; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA Weed is developed by:
View file
LiVES-1.4.6.tar.bz2/libweed/weed-plugin.h -> LiVES-1.4.7.tar.bz2/libweed/weed-plugin.h
Changed
@@ -10,7 +10,7 @@ You should have received a copy of the GNU Lesser General Public License along with this source code; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA Weed is developed by:
View file
LiVES-1.4.6.tar.bz2/libweed/weed-utils.c -> LiVES-1.4.7.tar.bz2/libweed/weed-utils.c
Changed
@@ -10,7 +10,7 @@ You should have received a copy of the GNU Lesser General Public License along with this source code; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA Weed is developed by:
View file
LiVES-1.4.6.tar.bz2/libweed/weed-utils.h -> LiVES-1.4.7.tar.bz2/libweed/weed-utils.h
Changed
@@ -10,7 +10,7 @@ You should have received a copy of the GNU Lesser General Public License along with this source code; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA Weed is developed by:
View file
LiVES-1.4.6.tar.bz2/libweed/weed.c -> LiVES-1.4.7.tar.bz2/libweed/weed.c
Changed
@@ -10,7 +10,7 @@ You should have received a copy of the GNU Lesser General Public License along with this source code; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA Weed is developed by:
View file
LiVES-1.4.6.tar.bz2/libweed/weed.h -> LiVES-1.4.7.tar.bz2/libweed/weed.h
Changed
@@ -10,7 +10,7 @@ You should have received a copy of the GNU Lesser General Public License along with this source code; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA Weed is developed by:
View file
LiVES-1.4.6.tar.bz2/lives-plugins/plugins/decoders/Makefile.am -> LiVES-1.4.7.tar.bz2/lives-plugins/plugins/decoders/Makefile.am
Changed
@@ -63,6 +63,6 @@ -decoderpluginslib_LTLIBRARIES = $(ogg_libs) $(dv_libs) $(flv_libs) #$(asf_libs) +decoderpluginslib_LTLIBRARIES = $(ogg_libs) $(dv_libs) $(flv_libs) $(asf_libs) EXTRA_DIST = decplugin.h
View file
LiVES-1.4.6.tar.bz2/lives-plugins/plugins/decoders/Makefile.in -> LiVES-1.4.7.tar.bz2/lives-plugins/plugins/decoders/Makefile.in
Changed
@@ -90,6 +90,16 @@ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(decoderpluginslibdir)" LTLIBRARIES = $(decoderpluginslib_LTLIBRARIES) +asf_decoder_la_LIBADD = +am__asf_decoder_la_SOURCES_DIST = asf_decoder.c asf_decoder.h +@HAVE_AVCODEC_TRUE@@HAVE_AVFORMAT_TRUE@am_asf_decoder_la_OBJECTS = asf_decoder_la-asf_decoder.lo +asf_decoder_la_OBJECTS = $(am_asf_decoder_la_OBJECTS) +asf_decoder_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(asf_decoder_la_CFLAGS) \ + $(CFLAGS) $(asf_decoder_la_LDFLAGS) $(LDFLAGS) -o $@ +@HAVE_AVCODEC_TRUE@@HAVE_AVFORMAT_TRUE@am_asf_decoder_la_rpath = \ +@HAVE_AVCODEC_TRUE@@HAVE_AVFORMAT_TRUE@ -rpath \ +@HAVE_AVCODEC_TRUE@@HAVE_AVFORMAT_TRUE@ $(decoderpluginslibdir) dv_decoder_la_LIBADD = am__dv_decoder_la_SOURCES_DIST = dv_decoder.c dv_decoder.h @HAVE_LIBDV_TRUE@am_dv_decoder_la_OBJECTS = \ @@ -133,9 +143,10 @@ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ -SOURCES = $(dv_decoder_la_SOURCES) $(flv_decoder_la_SOURCES) \ - $(ogg_decoder_la_SOURCES) -DIST_SOURCES = $(am__dv_decoder_la_SOURCES_DIST) \ +SOURCES = $(asf_decoder_la_SOURCES) $(dv_decoder_la_SOURCES) \ + $(flv_decoder_la_SOURCES) $(ogg_decoder_la_SOURCES) +DIST_SOURCES = $(am__asf_decoder_la_SOURCES_DIST) \ + $(am__dv_decoder_la_SOURCES_DIST) \ $(am__flv_decoder_la_SOURCES_DIST) \ $(am__ogg_decoder_la_SOURCES_DIST) ETAGS = etags @@ -392,7 +403,7 @@ @HAVE_AVCODEC_TRUE@@HAVE_AVFORMAT_TRUE@asf_decoder_la_SOURCES = asf_decoder.c asf_decoder.h @HAVE_AVCODEC_TRUE@@HAVE_AVFORMAT_TRUE@asf_decoder_la_CFLAGS = $(shared_cflags) $(weed_cflags) $(ASFDEC_CFLAGS) @HAVE_AVCODEC_TRUE@@HAVE_AVFORMAT_TRUE@asf_decoder_la_LDFLAGS = $(shared_ldflags) $(ASFDEC_LIBS) -decoderpluginslib_LTLIBRARIES = $(ogg_libs) $(dv_libs) $(flv_libs) #$(asf_libs) +decoderpluginslib_LTLIBRARIES = $(ogg_libs) $(dv_libs) $(flv_libs) $(asf_libs) EXTRA_DIST = decplugin.h all: all-am @@ -459,6 +470,8 @@ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done +asf_decoder.la: $(asf_decoder_la_OBJECTS) $(asf_decoder_la_DEPENDENCIES) + $(asf_decoder_la_LINK) $(am_asf_decoder_la_rpath) $(asf_decoder_la_OBJECTS) $(asf_decoder_la_LIBADD) $(LIBS) dv_decoder.la: $(dv_decoder_la_OBJECTS) $(dv_decoder_la_DEPENDENCIES) $(dv_decoder_la_LINK) $(am_dv_decoder_la_rpath) $(dv_decoder_la_OBJECTS) $(dv_decoder_la_LIBADD) $(LIBS) flv_decoder.la: $(flv_decoder_la_OBJECTS) $(flv_decoder_la_DEPENDENCIES) @@ -472,6 +485,7 @@ distclean-compile: -rm -f *.tab.c +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asf_decoder_la-asf_decoder.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dv_decoder_la-dv_decoder.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flv_decoder_la-flv_decoder.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ogg_decoder_la-ogg_decoder.Plo@am__quote@ @@ -497,6 +511,13 @@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +asf_decoder_la-asf_decoder.lo: asf_decoder.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(asf_decoder_la_CFLAGS) $(CFLAGS) -MT asf_decoder_la-asf_decoder.lo -MD -MP -MF $(DEPDIR)/asf_decoder_la-asf_decoder.Tpo -c -o asf_decoder_la-asf_decoder.lo `test -f 'asf_decoder.c' || echo '$(srcdir)/'`asf_decoder.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/asf_decoder_la-asf_decoder.Tpo $(DEPDIR)/asf_decoder_la-asf_decoder.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='asf_decoder.c' object='asf_decoder_la-asf_decoder.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(asf_decoder_la_CFLAGS) $(CFLAGS) -c -o asf_decoder_la-asf_decoder.lo `test -f 'asf_decoder.c' || echo '$(srcdir)/'`asf_decoder.c + dv_decoder_la-dv_decoder.lo: dv_decoder.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dv_decoder_la_CFLAGS) $(CFLAGS) -MT dv_decoder_la-dv_decoder.lo -MD -MP -MF $(DEPDIR)/dv_decoder_la-dv_decoder.Tpo -c -o dv_decoder_la-dv_decoder.lo `test -f 'dv_decoder.c' || echo '$(srcdir)/'`dv_decoder.c @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dv_decoder_la-dv_decoder.Tpo $(DEPDIR)/dv_decoder_la-dv_decoder.Plo
View file
LiVES-1.4.7.tar.bz2/lives-plugins/plugins/decoders/asf_decoder.c
Added
@@ -0,0 +1,2546 @@ +// LiVES - asf decoder plugin +// (c) G. Finch 2011 <salsaman@xs4all.nl> +// released under the GNU GPL 3 or later +// see file COPYING or www.gnu.org for details + +// partly based on ffmpeg asf decoder by Fabrice Bellard and others + + +#include <stdio.h> +#include <string.h> +#include <fcntl.h> +#include <unistd.h> +#include <stdlib.h> +#include <endian.h> +#include <sys/stat.h> + +const char *plugin_version="LiVES asf/wmv decoder version 1.0"; + +#ifdef HAVE_AV_CONFIG_H +#undef HAVE_AV_CONFIG_H +#endif + +#include <libavcodec/avcodec.h> +#include <libavformat/avformat.h> +#include <libavutil/avstring.h> + +#include "decplugin.h" +#include "asf_decoder.h" + + +static enum CodecID ff_codec_get_id(const AVCodecTag *tags, unsigned int tag) +{ + int i; + for(i=0; tags[i].id != CODEC_ID_NONE;i++) { + if(tag == tags[i].tag) + return tags[i].id; + } + for(i=0; tags[i].id != CODEC_ID_NONE; i++) { + if( toupper((tag >> 0)&0xFF) == toupper((tags[i].tag >> 0)&0xFF) + && toupper((tag >> 8)&0xFF) == toupper((tags[i].tag >> 8)&0xFF) + && toupper((tag >>16)&0xFF) == toupper((tags[i].tag >>16)&0xFF) + && toupper((tag >>24)&0xFF) == toupper((tags[i].tag >>24)&0xFF)) + return tags[i].id; + } + return CODEC_ID_NONE; +} + + + +//////////////////////////////////////////////////////////////////////////// + +static int pix_fmt_to_palette(enum PixelFormat pix_fmt, int *clamped) { + + switch (pix_fmt) { + case PIX_FMT_RGB24: + return WEED_PALETTE_RGB24; + case PIX_FMT_BGR24: + return WEED_PALETTE_BGR24; + case PIX_FMT_RGBA: + return WEED_PALETTE_RGBA32; + case PIX_FMT_BGRA: + return WEED_PALETTE_BGRA32; + case PIX_FMT_ARGB: + return WEED_PALETTE_ARGB32; + case PIX_FMT_YUV444P: + return WEED_PALETTE_YUV444P; + case PIX_FMT_YUV422P: + return WEED_PALETTE_YUV422P; + case PIX_FMT_YUV420P: + return WEED_PALETTE_YUV420P; + case PIX_FMT_YUYV422: + return WEED_PALETTE_YUYV; + case PIX_FMT_UYVY422: + return WEED_PALETTE_UYVY; + case PIX_FMT_UYYVYY411: + return WEED_PALETTE_YUV411; + case PIX_FMT_GRAY8: + case PIX_FMT_Y400A: + return WEED_PALETTE_A8; + case PIX_FMT_MONOWHITE: + case PIX_FMT_MONOBLACK: + return WEED_PALETTE_A1; + case PIX_FMT_YUVJ422P: + if (clamped) *clamped=WEED_YUV_CLAMPING_UNCLAMPED; + return WEED_PALETTE_YUV422P; + case PIX_FMT_YUVJ444P: + if (clamped) *clamped=WEED_YUV_CLAMPING_UNCLAMPED; + return WEED_PALETTE_YUV444P; + case PIX_FMT_YUVJ420P: + if (clamped) *clamped=WEED_YUV_CLAMPING_UNCLAMPED; + return WEED_PALETTE_YUV420P; + + default: + return WEED_PALETTE_END; + } +} + + + +/* can enable this later to handle pix_fmt (35) - YUVA4204P */ +/* + static void convert_quad_chroma(guchar *src, int width, int height, guchar *dest) { + // width and height here are width and height of dest chroma planes, in bytes + + // double the chroma samples vertically and horizontally, with interpolation, eg. 420p to 444p + + // output to planes + + register int i,j; + guchar *d_u=dest,*s_u=src; + gboolean chroma=FALSE; + int height2=height; + int width2=width; + + height>>=1; + width>>=1; + + // for this algorithm, we assume chroma samples are aligned like mpeg + + for (i=0;i<height2;i++) { + d_u[0]=d_u[1]=s_u[0]; + for (j=2;j<width2;j+=2) { + d_u[j+1]=d_u[j]=s_u[(j>>1)]; + d_u[j-1]=avg_chroma(d_u[j-1],d_u[j]); + if (!chroma&&i>0) { + // pass 2 + // average two src rows (e.g 2 with 1, 4 with 3, ... etc) for odd dst rows + // thus dst row 1 becomes average of src chroma rows 0 and 1, etc.) + d_u[j-width2]=avg_chroma(d_u[j-width2],d_u[j]); + d_u[j-1-width2]=avg_chroma(d_u[j-1-width2],d_u[j-1]); + } + } + if (!chroma&&i>0) { + d_u[j-1-width2]=avg_chroma(d_u[j-1-width2],d_u[j-1]); + } + if (chroma) { + s_u+=width; + } + chroma=!chroma; + d_u+=width2; + } + } + +*/ + +////////////////////////////////////////////// + + +static int frame_to_dts(const lives_clip_data_t *cdata, int64_t frame) { + lives_asf_priv_t *priv=cdata->priv; + return (int)((double)(frame)*1000./cdata->fps)+priv->start_dts; +} + +static int64_t dts_to_frame(const lives_clip_data_t *cdata, int dts) { + lives_asf_priv_t *priv=cdata->priv; + return (int64_t)((double)(dts-priv->start_dts)/1000.*cdata->fps+.5); +} + + +//////////////////////////////////////////////////////////////// + +static boolean get_guid(int fd, lives_asf_guid *g) { + if ((read(fd, g, sizeof(lives_asf_guid)))!=sizeof(lives_asf_guid)) return FALSE; + return TRUE; +} + +static boolean guidcmp(const void *v1, const void *v2) { + + int res = memcmp(v1, v2, sizeof(lives_asf_guid)); + +#ifdef DEBUG + uint8_t *g1=(uint8_t *)v1; + uint8_t *g2=(uint8_t *)v2; + if (res==0) { + printf("check %0X %0X %0X %0X %0X %0X %0X %0X %0X %0X %0X %0X %0X %0X %0X %0X\n",(uint8_t)g1[0],(uint8_t)g1[1],(uint8_t)g1[2],(uint8_t)g1[3],(uint8_t)g1[4],(uint8_t)g1[5],(uint8_t)g1[6],(uint8_t)g1[7],(uint8_t)g1[8],(uint8_t)g1[9],(uint8_t)g1[10],(uint8_t)g1[11],(uint8_t)g1[12],(uint8_t)g1[13],(uint8_t)g1[14],(uint8_t)g1[15]); + } +#endif + + return res!=0; +} + + +static void get_str16_nolen(unsigned char *inbuf, int len, char *buf, int buf_size) +{ + int i=0; + char* q = buf; + while (len > 1) { + uint8_t tmp; + uint32_t ch; + + GET_UTF16(ch, (len -= 2) >= 0 ? get_le16int(&inbuf[i]) : 0, break;) + PUT_UTF8(ch, tmp, if (q - buf < buf_size - 1) *q++ = tmp;) + i+=2; + } + *q = '\0'; +} + + +//////////////////////////////////////////////////////////////////
View file
LiVES-1.4.7.tar.bz2/lives-plugins/plugins/decoders/asf_decoder.h
Added
@@ -0,0 +1,576 @@ +// codec types - it would be very nice if the ffmpeg devs would put this in a header... + +typedef struct AVCodecTag { + int id; + unsigned int tag; +} AVCodecTag; + +const AVCodecTag codec_bmp_tags[] = { + { CODEC_ID_H264, MKTAG('H', '2', '6', '4') }, + { CODEC_ID_H264, MKTAG('h', '2', '6', '4') }, + { CODEC_ID_H264, MKTAG('X', '2', '6', '4') }, + { CODEC_ID_H264, MKTAG('x', '2', '6', '4') }, + { CODEC_ID_H264, MKTAG('a', 'v', 'c', '1') }, + { CODEC_ID_H264, MKTAG('V', 'S', 'S', 'H') }, + { CODEC_ID_H263, MKTAG('H', '2', '6', '3') }, + { CODEC_ID_H263, MKTAG('X', '2', '6', '3') }, + { CODEC_ID_H263, MKTAG('T', '2', '6', '3') }, + { CODEC_ID_H263, MKTAG('L', '2', '6', '3') }, + { CODEC_ID_H263, MKTAG('V', 'X', '1', 'K') }, + { CODEC_ID_H263, MKTAG('Z', 'y', 'G', 'o') }, + { CODEC_ID_H263P, MKTAG('H', '2', '6', '3') }, + { CODEC_ID_H263I, MKTAG('I', '2', '6', '3') }, /* intel h263 */ + { CODEC_ID_H261, MKTAG('H', '2', '6', '1') }, + { CODEC_ID_H263P, MKTAG('U', '2', '6', '3') }, + { CODEC_ID_H263P, MKTAG('v', 'i', 'v', '1') }, + { CODEC_ID_MPEG4, MKTAG('F', 'M', 'P', '4') }, + { CODEC_ID_MPEG4, MKTAG('D', 'I', 'V', 'X') }, + { CODEC_ID_MPEG4, MKTAG('D', 'X', '5', '0') }, + { CODEC_ID_MPEG4, MKTAG('X', 'V', 'I', 'D') }, + { CODEC_ID_MPEG4, MKTAG('M', 'P', '4', 'S') }, + { CODEC_ID_MPEG4, MKTAG('M', '4', 'S', '2') }, + { CODEC_ID_MPEG4, MKTAG( 4 , 0 , 0 , 0 ) }, /* some broken avi use this */ + { CODEC_ID_MPEG4, MKTAG('D', 'I', 'V', '1') }, + { CODEC_ID_MPEG4, MKTAG('B', 'L', 'Z', '0') }, + { CODEC_ID_MPEG4, MKTAG('m', 'p', '4', 'v') }, + { CODEC_ID_MPEG4, MKTAG('U', 'M', 'P', '4') }, + { CODEC_ID_MPEG4, MKTAG('W', 'V', '1', 'F') }, + { CODEC_ID_MPEG4, MKTAG('S', 'E', 'D', 'G') }, + { CODEC_ID_MPEG4, MKTAG('R', 'M', 'P', '4') }, + { CODEC_ID_MPEG4, MKTAG('3', 'I', 'V', '2') }, + { CODEC_ID_MPEG4, MKTAG('F', 'F', 'D', 'S') }, + { CODEC_ID_MPEG4, MKTAG('F', 'V', 'F', 'W') }, + { CODEC_ID_MPEG4, MKTAG('D', 'C', 'O', 'D') }, + { CODEC_ID_MPEG4, MKTAG('M', 'V', 'X', 'M') }, + { CODEC_ID_MPEG4, MKTAG('P', 'M', '4', 'V') }, + { CODEC_ID_MPEG4, MKTAG('S', 'M', 'P', '4') }, + { CODEC_ID_MPEG4, MKTAG('D', 'X', 'G', 'M') }, + { CODEC_ID_MPEG4, MKTAG('V', 'I', 'D', 'M') }, + { CODEC_ID_MPEG4, MKTAG('M', '4', 'T', '3') }, + { CODEC_ID_MPEG4, MKTAG('G', 'E', 'O', 'X') }, + { CODEC_ID_MPEG4, MKTAG('H', 'D', 'X', '4') }, /* flipped video */ + { CODEC_ID_MPEG4, MKTAG('D', 'M', 'K', '2') }, + { CODEC_ID_MPEG4, MKTAG('D', 'I', 'G', 'I') }, + { CODEC_ID_MPEG4, MKTAG('I', 'N', 'M', 'C') }, + { CODEC_ID_MPEG4, MKTAG('E', 'P', 'H', 'V') }, /* Ephv MPEG-4 */ + { CODEC_ID_MPEG4, MKTAG('E', 'M', '4', 'A') }, + { CODEC_ID_MPEG4, MKTAG('M', '4', 'C', 'C') }, /* Divio MPEG-4 */ + { CODEC_ID_MPEG4, MKTAG('S', 'N', '4', '0') }, + { CODEC_ID_MPEG4, MKTAG('V', 'S', 'P', 'X') }, + { CODEC_ID_MPEG4, MKTAG('U', 'L', 'D', 'X') }, + { CODEC_ID_MPEG4, MKTAG('G', 'E', 'O', 'V') }, + { CODEC_ID_MPEG4, MKTAG('S', 'I', 'P', 'P') }, /* Samsung SHR-6040 */ + { CODEC_ID_MSMPEG4V3, MKTAG('D', 'I', 'V', '3') }, /* default signature when using MSMPEG4 */ + { CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', '4', '3') }, + { CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', 'G', '3') }, + { CODEC_ID_MSMPEG4V3, MKTAG('D', 'I', 'V', '5') }, + { CODEC_ID_MSMPEG4V3, MKTAG('D', 'I', 'V', '6') }, + { CODEC_ID_MSMPEG4V3, MKTAG('D', 'I', 'V', '4') }, + { CODEC_ID_MSMPEG4V3, MKTAG('D', 'V', 'X', '3') }, + { CODEC_ID_MSMPEG4V3, MKTAG('A', 'P', '4', '1') }, + { CODEC_ID_MSMPEG4V3, MKTAG('C', 'O', 'L', '1') }, + { CODEC_ID_MSMPEG4V3, MKTAG('C', 'O', 'L', '0') }, + { CODEC_ID_MSMPEG4V2, MKTAG('M', 'P', '4', '2') }, + { CODEC_ID_MSMPEG4V2, MKTAG('D', 'I', 'V', '2') }, + { CODEC_ID_MSMPEG4V1, MKTAG('M', 'P', 'G', '4') }, + { CODEC_ID_MSMPEG4V1, MKTAG('M', 'P', '4', '1') }, + { CODEC_ID_WMV1, MKTAG('W', 'M', 'V', '1') }, + { CODEC_ID_WMV2, MKTAG('W', 'M', 'V', '2') }, + { CODEC_ID_DVVIDEO, MKTAG('d', 'v', 's', 'd') }, + { CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'h', 'd') }, + { CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'h', '1') }, + { CODEC_ID_DVVIDEO, MKTAG('d', 'v', 's', 'l') }, + { CODEC_ID_DVVIDEO, MKTAG('d', 'v', '2', '5') }, + { CODEC_ID_DVVIDEO, MKTAG('d', 'v', '5', '0') }, + { CODEC_ID_DVVIDEO, MKTAG('c', 'd', 'v', 'c') }, /* Canopus DV */ + { CODEC_ID_DVVIDEO, MKTAG('C', 'D', 'V', 'H') }, /* Canopus DV */ + { CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'c', ' ') }, + { CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'c', 's') }, + { CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'h', '1') }, + { CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '1') }, + { CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '2') }, + { CODEC_ID_MPEG2VIDEO, MKTAG('m', 'p', 'g', '2') }, + { CODEC_ID_MPEG2VIDEO, MKTAG('M', 'P', 'E', 'G') }, + { CODEC_ID_MPEG1VIDEO, MKTAG('P', 'I', 'M', '1') }, + { CODEC_ID_MPEG2VIDEO, MKTAG('P', 'I', 'M', '2') }, + { CODEC_ID_MPEG1VIDEO, MKTAG('V', 'C', 'R', '2') }, + { CODEC_ID_MPEG1VIDEO, MKTAG( 1 , 0 , 0 , 16) }, + { CODEC_ID_MPEG2VIDEO, MKTAG( 2 , 0 , 0 , 16) }, + { CODEC_ID_MPEG4, MKTAG( 4 , 0 , 0 , 16) }, + { CODEC_ID_MPEG2VIDEO, MKTAG('D', 'V', 'R', ' ') }, + { CODEC_ID_MPEG2VIDEO, MKTAG('M', 'M', 'E', 'S') }, + { CODEC_ID_MPEG2VIDEO, MKTAG('L', 'M', 'P', '2') }, /* Lead MPEG2 in avi */ + { CODEC_ID_MPEG2VIDEO, MKTAG('s', 'l', 'i', 'f') }, + { CODEC_ID_MPEG2VIDEO, MKTAG('E', 'M', '2', 'V') }, + { CODEC_ID_MJPEG, MKTAG('M', 'J', 'P', 'G') }, + { CODEC_ID_MJPEG, MKTAG('L', 'J', 'P', 'G') }, + { CODEC_ID_MJPEG, MKTAG('d', 'm', 'b', '1') }, + { CODEC_ID_MJPEG, MKTAG('m', 'j', 'p', 'a') }, + { CODEC_ID_LJPEG, MKTAG('L', 'J', 'P', 'G') }, + { CODEC_ID_MJPEG, MKTAG('J', 'P', 'G', 'L') }, /* Pegasus lossless JPEG */ + { CODEC_ID_JPEGLS, MKTAG('M', 'J', 'L', 'S') }, /* JPEG-LS custom FOURCC for avi - encoder */ + { CODEC_ID_MJPEG, MKTAG('M', 'J', 'L', 'S') }, /* JPEG-LS custom FOURCC for avi - decoder */ + { CODEC_ID_MJPEG, MKTAG('j', 'p', 'e', 'g') }, + { CODEC_ID_MJPEG, MKTAG('I', 'J', 'P', 'G') }, + { CODEC_ID_MJPEG, MKTAG('A', 'V', 'R', 'n') }, + { CODEC_ID_MJPEG, MKTAG('A', 'C', 'D', 'V') }, + { CODEC_ID_MJPEG, MKTAG('Q', 'I', 'V', 'G') }, + { CODEC_ID_MJPEG, MKTAG('S', 'L', 'M', 'J') }, /* SL M-JPEG */ + { CODEC_ID_MJPEG, MKTAG('C', 'J', 'P', 'G') }, /* Creative Webcam JPEG */ + { CODEC_ID_MJPEG, MKTAG('I', 'J', 'L', 'V') }, /* Intel JPEG Library Video Codec */ + { CODEC_ID_MJPEG, MKTAG('M', 'V', 'J', 'P') }, /* Midvid JPEG Video Codec */ + { CODEC_ID_MJPEG, MKTAG('A', 'V', 'I', '1') }, + { CODEC_ID_MJPEG, MKTAG('A', 'V', 'I', '2') }, + { CODEC_ID_MJPEG, MKTAG('M', 'T', 'S', 'J') }, + { CODEC_ID_MJPEG, MKTAG('Z', 'J', 'P', 'G') }, /* Paradigm Matrix M-JPEG Codec */ + { CODEC_ID_HUFFYUV, MKTAG('H', 'F', 'Y', 'U') }, + { CODEC_ID_FFVHUFF, MKTAG('F', 'F', 'V', 'H') }, + { CODEC_ID_CYUV, MKTAG('C', 'Y', 'U', 'V') }, + { CODEC_ID_RAWVIDEO, MKTAG( 0 , 0 , 0 , 0 ) }, + { CODEC_ID_RAWVIDEO, MKTAG( 3 , 0 , 0 , 0 ) }, + { CODEC_ID_RAWVIDEO, MKTAG('I', '4', '2', '0') }, + { CODEC_ID_RAWVIDEO, MKTAG('Y', 'U', 'Y', '2') }, + { CODEC_ID_RAWVIDEO, MKTAG('Y', '4', '2', '2') }, + { CODEC_ID_RAWVIDEO, MKTAG('V', '4', '2', '2') }, + { CODEC_ID_RAWVIDEO, MKTAG('Y', 'U', 'N', 'V') }, + { CODEC_ID_RAWVIDEO, MKTAG('U', 'Y', 'N', 'V') }, + { CODEC_ID_RAWVIDEO, MKTAG('U', 'Y', 'N', 'Y') }, + { CODEC_ID_RAWVIDEO, MKTAG('u', 'y', 'v', '1') }, + { CODEC_ID_RAWVIDEO, MKTAG('2', 'V', 'u', '1') }, + { CODEC_ID_RAWVIDEO, MKTAG('2', 'v', 'u', 'y') }, + { CODEC_ID_RAWVIDEO, MKTAG('P', '4', '2', '2') }, + { CODEC_ID_RAWVIDEO, MKTAG('Y', 'V', '1', '2') }, + { CODEC_ID_RAWVIDEO, MKTAG('U', 'Y', 'V', 'Y') }, + { CODEC_ID_RAWVIDEO, MKTAG('V', 'Y', 'U', 'Y') }, + { CODEC_ID_RAWVIDEO, MKTAG('I', 'Y', 'U', 'V') }, + { CODEC_ID_RAWVIDEO, MKTAG('Y', '8', '0', '0') }, + { CODEC_ID_RAWVIDEO, MKTAG('H', 'D', 'Y', 'C') }, + { CODEC_ID_RAWVIDEO, MKTAG('Y', 'V', 'U', '9') }, + { CODEC_ID_RAWVIDEO, MKTAG('V', 'D', 'T', 'Z') }, /* SoftLab-NSK VideoTizer */ + { CODEC_ID_FRWU, MKTAG('F', 'R', 'W', 'U') }, + { CODEC_ID_R210, MKTAG('r', '2', '1', '0') }, + { CODEC_ID_V210, MKTAG('v', '2', '1', '0') }, + { CODEC_ID_INDEO3, MKTAG('I', 'V', '3', '1') }, + { CODEC_ID_INDEO3, MKTAG('I', 'V', '3', '2') }, + { CODEC_ID_INDEO4, MKTAG('I', 'V', '4', '1') }, + { CODEC_ID_INDEO5, MKTAG('I', 'V', '5', '0') }, + { CODEC_ID_VP3, MKTAG('V', 'P', '3', '1') }, + { CODEC_ID_VP3, MKTAG('V', 'P', '3', '0') }, + { CODEC_ID_VP5, MKTAG('V', 'P', '5', '0') }, + { CODEC_ID_VP6, MKTAG('V', 'P', '6', '0') }, + { CODEC_ID_VP6, MKTAG('V', 'P', '6', '1') }, + { CODEC_ID_VP6, MKTAG('V', 'P', '6', '2') }, + { CODEC_ID_VP6F, MKTAG('V', 'P', '6', 'F') }, + { CODEC_ID_VP6F, MKTAG('F', 'L', 'V', '4') }, + { CODEC_ID_ASV1, MKTAG('A', 'S', 'V', '1') }, + { CODEC_ID_ASV2, MKTAG('A', 'S', 'V', '2') }, + { CODEC_ID_VCR1, MKTAG('V', 'C', 'R', '1') }, + { CODEC_ID_FFV1, MKTAG('F', 'F', 'V', '1') }, + { CODEC_ID_XAN_WC4, MKTAG('X', 'x', 'a', 'n') }, + { CODEC_ID_MIMIC, MKTAG('L', 'M', '2', '0') }, + { CODEC_ID_MSRLE, MKTAG('m', 'r', 'l', 'e') }, + { CODEC_ID_MSRLE, MKTAG( 1 , 0 , 0 , 0 ) }, + { CODEC_ID_MSRLE, MKTAG( 2 , 0 , 0 , 0 ) }, + { CODEC_ID_MSVIDEO1, MKTAG('M', 'S', 'V', 'C') }, + { CODEC_ID_MSVIDEO1, MKTAG('m', 's', 'v', 'c') }, + { CODEC_ID_MSVIDEO1, MKTAG('C', 'R', 'A', 'M') }, + { CODEC_ID_MSVIDEO1, MKTAG('c', 'r', 'a', 'm') }, + { CODEC_ID_MSVIDEO1, MKTAG('W', 'H', 'A', 'M') }, + { CODEC_ID_MSVIDEO1, MKTAG('w', 'h', 'a', 'm') }, + { CODEC_ID_CINEPAK, MKTAG('c', 'v', 'i', 'd') }, + { CODEC_ID_TRUEMOTION1, MKTAG('D', 'U', 'C', 'K') }, + { CODEC_ID_TRUEMOTION1, MKTAG('P', 'V', 'E', 'Z') }, + { CODEC_ID_MSZH, MKTAG('M', 'S', 'Z', 'H') }, + { CODEC_ID_ZLIB, MKTAG('Z', 'L', 'I', 'B') }, + { CODEC_ID_SNOW, MKTAG('S', 'N', 'O', 'W') }, + { CODEC_ID_4XM, MKTAG('4', 'X', 'M', 'V') }, + { CODEC_ID_FLV1, MKTAG('F', 'L', 'V', '1') }, + { CODEC_ID_FLASHSV, MKTAG('F', 'S', 'V', '1') }, + { CODEC_ID_SVQ1, MKTAG('s', 'v', 'q', '1') }, + { CODEC_ID_TSCC, MKTAG('t', 's', 'c', 'c') }, + { CODEC_ID_ULTI, MKTAG('U', 'L', 'T', 'I') }, + { CODEC_ID_VIXL, MKTAG('V', 'I', 'X', 'L') }, + { CODEC_ID_QPEG, MKTAG('Q', 'P', 'E', 'G') }, + { CODEC_ID_QPEG, MKTAG('Q', '1', '.', '0') }, + { CODEC_ID_QPEG, MKTAG('Q', '1', '.', '1') }, + { CODEC_ID_WMV3, MKTAG('W', 'M', 'V', '3') }, + { CODEC_ID_VC1, MKTAG('W', 'V', 'C', '1') }, + { CODEC_ID_VC1, MKTAG('W', 'M', 'V', 'A') }, + { CODEC_ID_LOCO, MKTAG('L', 'O', 'C', 'O') },
View file
LiVES-1.4.6.tar.bz2/lives-plugins/plugins/decoders/flv_decoder.c -> LiVES-1.4.7.tar.bz2/lives-plugins/plugins/decoders/flv_decoder.c
Changed
@@ -10,7 +10,7 @@ #include <stdlib.h> #include <math.h> -const char *plugin_version="LiVES flv decoder version 0.1"; +const char *plugin_version="LiVES flv decoder version 1.0"; #ifdef HAVE_AV_CONFIG_H #undef HAVE_AV_CONFIG_H @@ -1106,6 +1106,11 @@ if (cdata->width==0) cdata->width=ctx->width-cdata->offs_x*2; if (cdata->height==0) cdata->height=ctx->height-cdata->offs_y*2; + if (cdata->width*cdata->height==0) { + fprintf(stderr, "flv_decoder: invalid width and height (%d X %d)\n",cdata->width,cdata->height); + detach_stream(cdata); + return FALSE; + } #ifdef DEBUG fprintf(stderr,"using palette %d, size %d x %d\n", @@ -1137,9 +1142,7 @@ cdata->interlace=LIVES_INTERLACE_BOTTOM_FIRST; } - priv->last_frame=-1; - - if (cdata->width*cdata->height==0) return FALSE; + priv->last_frame=-1; ldts=get_last_video_dts(cdata);
View file
LiVES-1.4.6.tar.bz2/lives-plugins/weed-plugins/Makefile.am -> LiVES-1.4.7.tar.bz2/lives-plugins/weed-plugins/Makefile.am
Changed
@@ -88,4 +88,9 @@ mkdir -p $(DESTDIR)$(fxpluginslibdir) cp -rf data/ $(DESTDIR)$(fxpluginslibdir) cp -rf icons/ $(DESTDIR)$(fxpluginslibdir) + $(MAKE) -i install-data-local-remove-vcs-files + +install-data-local-remove-vcs-files: + rm -rf $(DESTDIR)$(fxpluginslibdir)/data/.* + rm -rf $(DESTDIR)$(fxpluginslibdir)/icons/.*
View file
LiVES-1.4.6.tar.bz2/lives-plugins/weed-plugins/Makefile.in -> LiVES-1.4.7.tar.bz2/lives-plugins/weed-plugins/Makefile.in
Changed
@@ -1194,6 +1194,11 @@ mkdir -p $(DESTDIR)$(fxpluginslibdir) cp -rf data/ $(DESTDIR)$(fxpluginslibdir) cp -rf icons/ $(DESTDIR)$(fxpluginslibdir) + $(MAKE) -i install-data-local-remove-vcs-files + +install-data-local-remove-vcs-files: + rm -rf $(DESTDIR)$(fxpluginslibdir)/data/.* + rm -rf $(DESTDIR)$(fxpluginslibdir)/icons/.* # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.
View file
LiVES-1.4.6.tar.bz2/lives-plugins/weed-plugins/gdk/Makefile.am -> LiVES-1.4.7.tar.bz2/lives-plugins/weed-plugins/gdk/Makefile.am
Changed
@@ -1,4 +1,4 @@ -## Process this with automake to create Makefile.in +# Process this with automake to create Makefile.in LIBS = @@ -34,6 +34,12 @@ mkdir -p $(DESTDIR)$(fxpluginslibdir) cp -rf data/ $(DESTDIR)$(fxpluginslibdir) cp -rf icons/ $(DESTDIR)$(fxpluginslibdir) + $(MAKE) -i install-data-local-remove-vcs-files + +install-data-local-remove-vcs-files: + rm -rf $(DESTDIR)$(fxpluginslibdir)/data/.* + rm -rf $(DESTDIR)$(fxpluginslibdir)/icons/.* + install-exec-local: rm -rf $(DESTDIR)$(fxpluginslibdir)/*
View file
LiVES-1.4.6.tar.bz2/lives-plugins/weed-plugins/gdk/Makefile.in -> LiVES-1.4.7.tar.bz2/lives-plugins/weed-plugins/gdk/Makefile.in
Changed
@@ -15,6 +15,8 @@ @SET_MAKE@ +# Process this with automake to create Makefile.in + VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ @@ -693,6 +695,11 @@ mkdir -p $(DESTDIR)$(fxpluginslibdir) cp -rf data/ $(DESTDIR)$(fxpluginslibdir) cp -rf icons/ $(DESTDIR)$(fxpluginslibdir) + $(MAKE) -i install-data-local-remove-vcs-files + +install-data-local-remove-vcs-files: + rm -rf $(DESTDIR)$(fxpluginslibdir)/data/.* + rm -rf $(DESTDIR)$(fxpluginslibdir)/icons/.* install-exec-local: rm -rf $(DESTDIR)$(fxpluginslibdir)/*
View file
LiVES-1.4.6.tar.bz2/po/ar.po -> LiVES-1.4.7.tar.bz2/po/ar.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" "PO-Revision-Date: 2011-08-18 11:57+0000\n" "Last-Translator: salsaman <salsaman@gmail.com>\n" "Language-Team: Arabic <ar@li.org>\n" @@ -104,23 +104,23 @@ msgid "**The current layout**" msgstr "**التخطيط الحالي**" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "تحميل إضافات مؤثرات الوقت الحقيقي..." -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "بدء خادوم جاك الصوت..." -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "بدء خادوم نقل جاك" -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "يتصل بخادوم نقل جاك" -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -131,95 +131,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "بدء خادوم بالص-اوديو..." -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "التحقق من إكتشاف التبعيات" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "تم العثور علي mplayer" -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "لم يتم العثور علي mplayer" -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "تم العثور علي convert" -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "لم يتم العثور علي convert" -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "تم العثور علي composite" -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "لم يتم العثور علي composite" -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "تم العثور على .'sox'\n" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "لم يتم العثور على .'sox'\n" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "إكتشاف...'cdda2wav'..." -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "عدم إكتشاف...'cdda2wav'..." -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "إكتشاف ...جاك..." -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "عدم إكتشاف ...جاك..." -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "إكتشاف ...'pulse audio'..." -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "عدم إكتشاف ...'pulse audio'..." -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "إكتشاف ...بايثون..." -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "عدم إكتشاف ...بايثون..." -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "إكتشاف ...'dvgrab'..." -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "عدم إكتشاف ...'dvgrab'..." -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "إكتشاف ... 'xwininfo'..." -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "عدم إكتشاف ... 'xwininfo'..." -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -230,22 +230,22 @@ "\n" "تقرير مدير النافذة كـ \"%s\"; " -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "إكتشاف عدد الشاشات %d\n" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "مجلدات الملفات المؤقتة %s\n" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" @@ -255,15 +255,15 @@ "توصيل جاك الصوت او 'pulse audio'\n" "العديد من ميزات الصوت لن تكون متوفرة\n" -#: src/main.c:1408 +#: src/main.c:1410 msgid "Compiled with jack support, good !\n" msgstr "التواصل مع جاك الصوت ، جيد !\n" -#: src/main.c:1411 +#: src/main.c:1413 msgid "Compiled with pulse audio support, wonderful !\n" msgstr "التواصل مع 'pulse audio' ، رائع !\n" -#: src/main.c:1415 +#: src/main.c:1417
View file
LiVES-1.4.6.tar.bz2/po/ca.po -> LiVES-1.4.7.tar.bz2/po/ca.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" "PO-Revision-Date: 2011-08-18 12:08+0000\n" "Last-Translator: salsaman <salsaman@gmail.com>\n" "Language-Team: Catalan <ca@li.org>\n" @@ -104,23 +104,23 @@ msgid "**The current layout**" msgstr "**El disseny actual**" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "Carregant connexió d'efectes reals" -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "Començant connexió de servidor d'audio jack..." -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -131,95 +131,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "Començant servidor d'audio pulsant..." -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "Comprovant dependències opcionals:" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "mplayer...detectat..." -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NO S'HA DETECTAT..." -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "detectat convertidor" -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "NO S'HA DETECTAT convertidor" -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "detectada composició" -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "NO S'HA DETECTAT composició" -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "sox...detectat...\n" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "sox...NO S'HA DETECTAT...\n" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "cdda2wav...detectat..." -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...NO S'HA DETECTAT..." -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "jackd...detectat..." -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "jackd...NO S'HA DETECTAT..." -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "pulse audio...detectat..." -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NO S'HA DETECTAT..." -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "python...detectat..." -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "python...NO S'HA DETECTAT..." -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "dvgrab...detectat..." -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NO S'HA DETECTAT..." -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "xwininfo...detectat..." -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...NO S'HA DETECTAT..." -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -230,37 +230,37 @@ "\n" "Administrador Finestra d'informes com \"%s\"; " -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "nombre de monitors detectat: %d\n" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "Directori temporal és %s\n" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" "Many audio features will be unavailable.\n" msgstr "" -#: src/main.c:1408 +#: src/main.c:1410 msgid "Compiled with jack support, good !\n" msgstr "Compilat amb suport per a jack, bé !\n" -#: src/main.c:1411 +#: src/main.c:1413 msgid "Compiled with pulse audio support, wonderful !\n" msgstr "Compilat amb suport pulse audio, meravellós !\n" -#: src/main.c:1415 +#: src/main.c:1417 #, c-format
View file
LiVES-1.4.6.tar.bz2/po/cs.po -> LiVES-1.4.7.tar.bz2/po/cs.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: LiVEScz\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" "PO-Revision-Date: 2011-08-18 12:09+0000\n" "Last-Translator: salsaman <salsaman@gmail.com>\n" "Language-Team: <martin@svobodicz.com, ales@mur.at>\n" @@ -103,23 +103,23 @@ msgid "**The current layout**" msgstr "**Bieżący układ**" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "Načítám pluginy pro efekty v reálném času..." -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "Spouštím zvukový server JACK..." -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -130,95 +130,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "" -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "Kontrola dodatečných závislostí:" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "mplayer... nalezen..." -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "mplayer... NENALEZEN..." -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "convert... nalezen..." -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "convert... NENALEZEN..." -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "composite... nalezen..." -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "composite... NENALEZEN..." -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "sox... nalezen\n" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "sox... NENALEZEN\n" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "cdda2wav... nalezen..." -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav... NENALEZEN..." -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "jackd... nalezen..." -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "jackd... NENALEZEN..." -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "pulse audio...wykryto..." -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NIE WYKRYTO..." -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "python... nalezen..." -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "python... NENALEZEN..." -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "dvgrab... nalezen..." -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab... NENALEZEN..." -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "xwininfo... nalezeno..." -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo... NENALEZENO..." -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -229,37 +229,37 @@ "\n" "Správcem oken je \"%s\"; " -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "počet nalezených monitorů: %d\n" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "Složka pro dočasné soubory je %s\n" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" "Many audio features will be unavailable.\n" msgstr "" -#: src/main.c:1408 +#: src/main.c:1410 msgid "Compiled with jack support, good !\n" msgstr "Zkompilováno s podporou Jacku, dobrá práce!\n" -#: src/main.c:1411 +#: src/main.c:1413 msgid "Compiled with pulse audio support, wonderful !\n" msgstr "Kompilován s podporou pulse audio, skvělé !\n" -#: src/main.c:1415 +#: src/main.c:1417 #, c-format
View file
LiVES-1.4.6.tar.bz2/po/da.po -> LiVES-1.4.7.tar.bz2/po/da.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" "PO-Revision-Date: 2010-04-11 02:27+0000\n" "Last-Translator: AJenbo <anders@jenbo.dk>\n" "Language-Team: Danish <da@li.org>\n" @@ -90,23 +90,23 @@ msgid "**The current layout**" msgstr "" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "" -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "" -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -117,95 +117,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "" -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "" -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "" -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "" -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "" -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "" -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "" -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "" -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "" -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "" -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "" -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "" -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "" -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "" -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "" -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "" -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "" -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "" -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "" -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -213,171 +213,171 @@ "Window manager reports as \"%s\"; " msgstr "" -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" "Many audio features will be unavailable.\n" msgstr "" -#: src/main.c:1408 +#: src/main.c:1410 msgid "Compiled with jack support, good !\n" msgstr "" -#: src/main.c:1411 +#: src/main.c:1413 msgid "Compiled with pulse audio support, wonderful !\n" msgstr "" -#: src/main.c:1415 +#: src/main.c:1417 #, c-format
View file
LiVES-1.4.6.tar.bz2/po/de_DE.po -> LiVES-1.4.7.tar.bz2/po/de_DE.po
Changed
@@ -3,7 +3,7 @@ "Project-Id-Version: Lives 0.9.5\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" "PO-Revision-Date: 2011-06-03 07:11+0000\n" "Last-Translator: Dominik Dehning <Unknown>\n" "Language-Team: Herbert U. Hübner <herbert.u.huebner@friendglow.net>\n" @@ -101,23 +101,23 @@ msgid "**The current layout**" msgstr "**Das aktuelle Layout**" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "Lade Echtzeiteffektplugins..." -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "Starte den Jack Audio Server..." -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -128,95 +128,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "Starte PulseAudio Server" -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "Optionelle Abhängigkeiten werden überprüft:" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "mplayer ...gefunden" -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...nicht gefunden..." -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "convert...gefunden..." -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "convert...nicht gefunden..." -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "composite...gefunden..." -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "composite...nicht gefunden..." -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "SoX...gefunden\n" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "SoX...nicht gefunden\n" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "cdda2wav...gefunden..." -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...nicht gefunden..." -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "jackd...gefunden..." -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "jackd...NICHT GEFUNDEN..." -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "Pulse Audio...gefunden..." -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "Pulse Audio...nicht gefunden..." -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "python...gefunden..." -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "python...NICHT GEFUNDEN..." -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "dvgrab...gefunden..." -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NICHT GEFUNDEN..." -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "xwininfo...gefunden..." -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...NICHT GEFUNDEN..." -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -227,22 +227,22 @@ "\n" "Fensterverwaltung identifiziert sich als \"%s\"; " -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "Anzahl der gefundenen Monitore: %d\n" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "Anzahl der gefundenen CPUs: %d\n" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "temporäres Verzeichnis ist %s\n" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" @@ -252,15 +252,15 @@ "PulseAudio-Unterstützung kompiliert. Viele Audiofunktionen werden nicht " "verfügbar sein.\n" -#: src/main.c:1408 +#: src/main.c:1410 msgid "Compiled with jack support, good !\n" msgstr "Kompilliert mit Support durch jack, gut!\n" -#: src/main.c:1411 +#: src/main.c:1413 msgid "Compiled with pulse audio support, wonderful !\n" msgstr "Kompiliert mit PulseAudio-Unterstützung. Wunderbar!\n" -#: src/main.c:1415 +#: src/main.c:1417
View file
LiVES-1.4.6.tar.bz2/po/en_GB.po -> LiVES-1.4.7.tar.bz2/po/en_GB.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" "PO-Revision-Date: 2011-08-18 12:08+0000\n" "Last-Translator: salsaman <salsaman@gmail.com>\n" "Language-Team: English (United Kingdom) <en_GB@li.org>\n" @@ -104,23 +104,23 @@ msgid "**The current layout**" msgstr "**The current layout**" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "Loading realtime effect plugins..." -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "Starting jack audio server..." -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -131,95 +131,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "Starting pulse audio server..." -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "Checking optional dependencies:" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "mplayer...detected..." -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NOT DETECTED..." -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "convert...detected..." -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "convert...NOT DETECTED..." -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "composite...detected..." -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "composite...NOT DETECTED..." -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "sox...detected\n" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "sox...NOT DETECTED\n" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "cdda2wav...detected..." -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...NOT DETECTED..." -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "jackd...detected..." -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "jackd...NOT DETECTED..." -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "pulse audio...detected..." -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NOT DETECTED..." -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "python...detected..." -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "python...NOT DETECTED..." -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "dvgrab...detected..." -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NOT DETECTED..." -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "xwininfo...detected..." -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...NOT DETECTED..." -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -230,22 +230,22 @@ "\n" "Window manager reports as \"%s\"; " -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "number of monitors detected: %d\n" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "Temp directory is %s\n" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" @@ -255,15 +255,15 @@ "jack or pulse audio support.\n" "Many audio features will be unavailable.\n" -#: src/main.c:1408 +#: src/main.c:1410 msgid "Compiled with jack support, good !\n" msgstr "Compiled with jack support, good !\n" -#: src/main.c:1411 +#: src/main.c:1413 msgid "Compiled with pulse audio support, wonderful !\n" msgstr "Compiled with pulse audio support, wonderful !\n" -#: src/main.c:1415 +#: src/main.c:1417
View file
LiVES-1.4.6.tar.bz2/po/es.po -> LiVES-1.4.7.tar.bz2/po/es.po
Changed
@@ -8,16 +8,16 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" -"PO-Revision-Date: 2011-08-18 12:06+0000\n" -"Last-Translator: Paco Molinero <paco@byasl.com>\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" +"PO-Revision-Date: 2011-09-22 05:04+0000\n" +"Last-Translator: Fitoschido <fitoschido@gmail.com>\n" "Language-Team: Spanish <es@li.org>\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-08-21 20:41+0000\n" -"X-Generator: Launchpad (build 13697)\n" +"X-Launchpad-Export-Date: 2011-10-13 15:08+0000\n" +"X-Generator: Launchpad (build 14124)\n" #: src/main.c:110 msgid "" @@ -27,6 +27,11 @@ "All translators should read the LiVES translation notes at\n" "http://lives.sourceforge.net/TRANS-README.txt" msgstr "" +"Attention Translators !\n" +"This message is intended for you, so please do not translate it.\n" +"\n" +"All translators should read the LiVES translation notes at\n" +"http://lives.sourceforge.net/TRANS-README.txt" #: src/main.c:126 msgid "" @@ -37,10 +42,10 @@ "Thanks. Recovery should be possible if you restart LiVES.\n" msgstr "" "\n" -"Desafortunadamente LiVES colapsó.\n" -"Por favor reporta el bug en http://sourceforge.net/tracker/?" +"Desafortunadamente, LiVES ha fallado.\n" +"Informe de este problema en http://sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"Gracias, Podrás recuperar tu sesión si reinicias LiVES\n" +"Gracias. Debería poder recuperar su sesión reiniciando LiVES.\n" #: src/main.c:127 msgid "" @@ -51,15 +56,15 @@ msgstr "" "\n" "\n" -"Cuando reportes errores, por favor incluye detalles de tu sistema operativo, " -"distribución, y la versión de LiVES(" +"Cuando informe del problema, incluya detalles de su sistema operativo, " +"distribución, y la versión de LiVES (" #: src/main.c:130 msgid "" "and any information shown below:\n" "\n" msgstr "" -"y cualquier información relacionada\n" +"y la información mostrada debajo:\n" "\n" #: src/main.c:134 @@ -68,8 +73,8 @@ "information.\n" "\n" msgstr "" -"Por favor, instale gdb y luego ejecute LiVES con la opción -depurar para " -"recolectar información.\n" +"Instale gdb y luego ejecute LiVES con la opción -debug para recopilar más " +"información.\n" "\n" #: src/main.c:142 @@ -98,29 +103,29 @@ #: src/main.c:761 msgid "disabled !" -msgstr "¡desactivado!" +msgstr "desactivado" #: src/main.c:762 msgid "**The current layout**" msgstr "**La disposición actual**" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." -msgstr "Cargando plugins de effectos en tiempo real..." +msgstr "Cargando complementos de efectos en tiempo real..." -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." -msgstr "Iniciando el servidor de audio jack" +msgstr "Iniciando el servidor de audio jack..." -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -131,95 +136,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." -msgstr "Iniciando servidor pulse audio" +msgstr "Iniciando servidor PulseAudio..." -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" -msgstr "Revisando dependencias opcionales:" +msgstr "Comprobando dependencias opcionales:" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "mplayer... detectado..." -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "mplayer... NO DETECTADO..." -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "convert... Detectado..." -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "convert... No Detectado" -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "composite... detectado..." -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "composite... No Detectado" -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "sox... detectado\n" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "sox... No Detectado\n" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "cdda2wav... detectado" -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav... NO DETECTADO..." -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "jackd... detectado..." -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "jackd... NO DETECTADO..." -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "pulse audio...detectado..." -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..."
View file
LiVES-1.4.6.tar.bz2/po/et.po -> LiVES-1.4.7.tar.bz2/po/et.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" "PO-Revision-Date: 2011-08-18 12:02+0000\n" "Last-Translator: Tarmo Ilves <tarmo.ilves.001@mail.ee>\n" "Language-Team: Estonian <et@li.org>\n" @@ -104,23 +104,23 @@ msgid "**The current layout**" msgstr "**Praegune skeem**" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "Laen reaalaja efektide pluginaid..." -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "Heli serveri jack käivitamine..." -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -131,95 +131,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "Heli serveri pulse käivitamine..." -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "mplayer...tuvastatud..." -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...ei tuvastatud..." -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "konverdi...tuvastatud..." -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "konversioon...ei tuvastatud..." -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "komposiit...tuvastatud.." -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "komposiit...ei tuvastatud..." -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "sox...tuvastatud\n" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "sox...ei tuvastatud\n" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "" -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "" -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "" -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "" -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "" -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "" -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "" -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "" -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "" -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "" -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "" -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "" -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -227,171 +227,171 @@ "Window manager reports as \"%s\"; " msgstr "" -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" "Many audio features will be unavailable.\n" msgstr "" -#: src/main.c:1408 +#: src/main.c:1410 msgid "Compiled with jack support, good !\n" msgstr "" -#: src/main.c:1411 +#: src/main.c:1413 msgid "Compiled with pulse audio support, wonderful !\n" msgstr "" -#: src/main.c:1415 +#: src/main.c:1417 #, c-format
View file
LiVES-1.4.6.tar.bz2/po/fi.po -> LiVES-1.4.7.tar.bz2/po/fi.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" "PO-Revision-Date: 2011-08-18 12:07+0000\n" "Last-Translator: Jussi Aalto <Unknown>\n" "Language-Team: Finnish <fi@li.org>\n" @@ -110,23 +110,23 @@ msgid "**The current layout**" msgstr "**Nykyinen asettelu**" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "Ladataan reaaliaikaiset tehosteliitännäiset..." -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "Käynnistetään jack-äänipalvelin..." -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "Käynnistetään jack-välityspalvelin..." -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "Yhdistetään jack-välityspalvelimeen..." -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -137,95 +137,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "Käynnistetään pulse audio -palvelin..." -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "Tarkistetaan valinnaiset riippuvuudet:" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "mplayer...havaittu..." -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...EI HAVAITTU..." -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "convert...havaittu..." -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "convert...EI HAVAITTU..." -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "composite...havaittu..." -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "composite...EI HAVAITTU..." -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "sox...havaittu\n" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "sox...EI HAVAITTU\n" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "cdda2wav...havaittu..." -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...EI HAVAITTU..." -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "jackd...havaittu..." -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "jackd...EI HAVAITTU..." -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "pulse audio...havaittu..." -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...EI HAVAITTU..." -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "python...havaittu..." -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "python...EI HAVAITTU..." -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "dvgrab...havaittu..." -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...EI HAVAITTU..." -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "xwininfo...havaittu..." -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...EI HAVAITTU..." -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -236,22 +236,22 @@ "\n" "Ikkunointiohjelma ilmoitti olevansa \"%s\"; " -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "näyttöjä löydetty: %d\n" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "Tilapäishakemisto on %s\n" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" @@ -261,15 +261,15 @@ "jack- tai pulse audio -tukea.\n" "Jotkut ääniominaisuudet eivät ole käytettävissä.\n" -#: src/main.c:1408 +#: src/main.c:1410 msgid "Compiled with jack support, good !\n" msgstr "Käännetty jack-tuella, hienoa!\n" -#: src/main.c:1411 +#: src/main.c:1413 msgid "Compiled with pulse audio support, wonderful !\n" msgstr "Käännetty pulse audio -tuella, loistavaa!\n" -#: src/main.c:1415 +#: src/main.c:1417
View file
LiVES-1.4.6.tar.bz2/po/fr.po -> LiVES-1.4.7.tar.bz2/po/fr.po
Changed
@@ -10,7 +10,7 @@ "Project-Id-Version: fr\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" "PO-Revision-Date: 2011-08-18 12:06+0000\n" "Last-Translator: salsaman <salsaman@gmail.com>\n" "Language-Team: Français <kwizart@gmail.com>\n" @@ -109,23 +109,23 @@ msgid "**The current layout**" msgstr "**La configuration actuelle**" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "Chargement des plugins d'effets en temps réel" -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "Démarrage du serveur audio jack..." -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "Lancement du serveur de transport Jack..." -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "Connexion au serveur de transport Jack..." -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -136,95 +136,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "Initialisation du serveur audio pulse..." -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "Verification des dépendances optionnelles:" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "mplayer....détecté..." -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NON DÉTECTÉ..." -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "convert...détecté..." -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "convert...NON DÉTECTÉ..." -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "composite...détecté..." -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "composite...NON DÉTECTÉ..." -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "sox...détecté\n" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "sox...NON DÉTECTÉ\n" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "cdda2wav...détecté..." -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...NON DÉTECTÉ..." -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "jackd...détecté..." -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "jackd...NON DÉTECTÉ..." -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "pulse audio...détecté..." -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NON DÉTECTÉ..." -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "python...détecté..." -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "python...NON DÉTECTÉ..." -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "dvgrab...détecté..." -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NON DÉTECTÉ..." -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "xwininfo...détecté..." -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...NON DÉTECTÉ..." -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -235,22 +235,22 @@ "\n" "Le gestionnaire de fenêtres apparaît comme étant \"%s\"; " -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "nombre d'écrans trouvés : %d\n" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "Le dossier temporaire est %s\n" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" @@ -260,15 +260,15 @@ "prise en charge de jack ou de pulse audio.\n" "De nombreuses fonctionnalités ne seront pas disponibles.\n" -#: src/main.c:1408 +#: src/main.c:1410 msgid "Compiled with jack support, good !\n" msgstr "Compilé avec le support de jack, bien !\n" -#: src/main.c:1411 +#: src/main.c:1413 msgid "Compiled with pulse audio support, wonderful !\n" msgstr "Compilé avec la prise en charge de Pulse Audio, génial !\n" -#: src/main.c:1415 +#: src/main.c:1417
View file
LiVES-1.4.6.tar.bz2/po/gl.po -> LiVES-1.4.7.tar.bz2/po/gl.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" "PO-Revision-Date: 2011-08-18 12:09+0000\n" "Last-Translator: salsaman <salsaman@gmail.com>\n" "Language-Team: Galician <gl@li.org>\n" @@ -104,23 +104,23 @@ msgid "**The current layout**" msgstr "** O esquema actual **" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "" -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "" -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -131,95 +131,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "" -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "Comprobar dependencias opcionais:" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "mplayer...detectados..." -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NON DETECTA..." -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "convert...detectados..." -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "convert...NON DETECTA..." -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "composite...detectados..." -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "composite...NON DETECTA..." -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "sox...detectados\n" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "sox...NON DETECTA\n" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "cdda2wav...detectados..." -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...NON DETECTA..." -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "jackd...detectados..." -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "jackd...NON DETECTA..." -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "pulse audio...detectados..." -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NON DETECTA..." -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "python...detectados..." -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "python...NON DETECTA..." -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "dvgrab...detectados..." -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NON DETECTA..." -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "xwininfo...detectados..." -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...NON DETECTA..." -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -230,37 +230,37 @@ "\n" "Informes como xestor de xanelas \"%s\"; " -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "número de monitores detectado: %d\n" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "Directorio temporal é %s\n" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" "Many audio features will be unavailable.\n" msgstr "" -#: src/main.c:1408 +#: src/main.c:1410 msgid "Compiled with jack support, good !\n" msgstr "Feita con soporte a jack, boa !\n" -#: src/main.c:1411 +#: src/main.c:1413 msgid "Compiled with pulse audio support, wonderful !\n" msgstr "Feita con soporte a pulse audio, marabilloso !\n" -#: src/main.c:1415 +#: src/main.c:1417 #, c-format
View file
LiVES-1.4.6.tar.bz2/po/he.po -> LiVES-1.4.7.tar.bz2/po/he.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" "PO-Revision-Date: 2011-08-18 12:10+0000\n" "Last-Translator: salsaman <salsaman@gmail.com>\n" "Language-Team: Hebrew <he@li.org>\n" @@ -109,23 +109,23 @@ msgid "**The current layout**" msgstr "**הפריסה הנוכחית**" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "מתבצעת טעינת תוספים לאפקטים בזמן אמת..." -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "מתבצעת הפעלת שרת השמע jack..." -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "מפעיל את שרת התעבורה של jack..." -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "מתחבר לשרת התעבורה של jack..." -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -136,95 +136,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "מפעיל את שרת השמע Pulse..." -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "מתבצעת בדיקת חבילות תלות אפשריות:" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "mplayer...זוהה..." -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...לא זוהה..." -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "convert...זוהה..." -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "convert...לא זוהה..." -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "composite...זוהה..." -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "composite...לא זוהה..." -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "sox...זוהה...\n" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "sox...לא זוהה...\n" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "cdda2wav...זוהה" -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...לא זוהה" -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "jackd...זוהה..." -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "jackd...לא זוהה..." -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "Pulse Audio...זוהה..." -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "Pulse Audio...לא זוהה..." -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "python...זוהה..." -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "python...לא זוהה..." -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "dvgrab...זוהה..." -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...לא זוהה..." -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "xwininfo...זוהה..." -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...לא זוהה..." -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -235,22 +235,22 @@ "\n" "מנהל החלונות המדווח הוא \"%s\"; " -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "מספר הצגים שזוהו: %d\n" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "התיקייה הזמנית היא %s\n" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" @@ -260,15 +260,15 @@ "תמיכה ב־jack או ב־pulse audio.\n" "תכונות רבות הקשורות לשמע לא תהיינה זמינות.\n" -#: src/main.c:1408 +#: src/main.c:1410 msgid "Compiled with jack support, good !\n" msgstr "הודר עם תמיכה ב־jack, מצוין !\n" -#: src/main.c:1411 +#: src/main.c:1413 msgid "Compiled with pulse audio support, wonderful !\n" msgstr "הודר עם תמיכה ב־pulse audio, נהדר !\n" -#: src/main.c:1415 +#: src/main.c:1417
View file
LiVES-1.4.6.tar.bz2/po/hr.po -> LiVES-1.4.7.tar.bz2/po/hr.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" "PO-Revision-Date: 2011-08-18 11:59+0000\n" "Last-Translator: salsaman <salsaman@gmail.com>\n" "Language-Team: Croatian <hr@li.org>\n" @@ -104,23 +104,23 @@ msgid "**The current layout**" msgstr "**Trenutni izgled**" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "Učitavanje stvarnom efekt čep..." -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "Pokrećem jack audio poslužitelj..." -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "Pokrećem jack transport server..." -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "Spajanje na jack transport server..." -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -131,95 +131,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "Pokrećem pulse audio poslužitelj..." -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "Provjera izborno ovisnosti:" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "mplayer...pronađen..." -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NIJE PRONAĐEN..." -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "convert...pronađen..." -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "convert...NIJE PRONAĐEN..." -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "composite...otkriti..." -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "composite...NIJE OTKRIVENA..." -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "sox...pronađen\n" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "sox...NIJE PRONAĐEN...\n" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "cdda2wav...pronađen..." -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...NIJE PRONAĐEN..." -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "jackd...pronađen..." -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "jackd...NIJE PRONAĐEN..." -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "pulse audio...otkriti..." -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NIJE PRONAĐEN..." -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "python...otkriti..." -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "python......NIJE PRONAĐEN..." -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "dvgrab...otkriti..." -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NIJE PRONAĐEN..." -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "xwininfo...otkriti..." -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...NIJE PRONAĐEN..." -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -230,22 +230,22 @@ "\n" "Uređivač prozora prijavljuje kao \"%s\"; " -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "Pronađen broj zaslona: %d\n" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "Temp direktorij je %s\n" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" @@ -255,15 +255,15 @@ "jack ili pulse audio podršku.\n" "Mnogi audio značajke neće biti dostupna.\n" -#: src/main.c:1408 +#: src/main.c:1410 msgid "Compiled with jack support, good !\n" msgstr "Kompiliran s jack podrškom, dobro !\n" -#: src/main.c:1411 +#: src/main.c:1413 msgid "Compiled with pulse audio support, wonderful !\n" msgstr "Kompliliran s pulse audio podrškom, odlično !\n" -#: src/main.c:1415 +#: src/main.c:1417
View file
LiVES-1.4.6.tar.bz2/po/hu.po -> LiVES-1.4.7.tar.bz2/po/hu.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: hu\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" "PO-Revision-Date: 2011-08-18 11:58+0000\n" "Last-Translator: Krasznecz Zoltán <zoltan.krasznecz@gmail.com>\n" "Language-Team: Magyar <lisovszki@gmail.com>\n" @@ -104,23 +104,23 @@ msgid "**The current layout**" msgstr "**A jelenlegi kimenet**" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "Az azonnali effektek betöltése..." -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "Jack audió szerver indítása" -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -131,95 +131,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "Pulse audio szerver indítása..." -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "Ajánlott függőségek ellenőrzése" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "mplayer...megtalálva" -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NEM TALÁLOM.." -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "convert...megtalálva" -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "convert...NEM TALÁLOM" -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "composite...megtalálva..." -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "composite...NEM TALÁLOM" -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "sox...megtalálva\n" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "sox...NEM TALÁLOM\n" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "cdda2wav...megtalálva..." -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...NEM TALÁLOM..." -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "jackd...megtalálva..." -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "jackd...NEM TALÁLOM..." -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "pulse audio...megtalálva..." -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NEM TALÁLOM..." -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "python...megtalálva..." -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "python...NEM TALÁLOM..." -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "dvgrab...megtalálva..." -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NEM TALÁLOM..." -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "xwininfo...megtalálva..." -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...NEM TALÁLOM..." -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -230,22 +230,22 @@ "\n" "Az ablakkezelő jelenti: \"%s\"; " -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "monitorok száma: %d\n" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "Az átmeneti könyvtár: %s\n" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" @@ -255,15 +255,15 @@ "jack hangrendszer nélkül lett szerkesztve.\n" "A legtöbb hangszerkesztési lehetőség nem lesz elérhető.\n" -#: src/main.c:1408 +#: src/main.c:1410 msgid "Compiled with jack support, good !\n" msgstr "Jack támogatással összeállítva. Jóó !\n" -#: src/main.c:1411 +#: src/main.c:1413 msgid "Compiled with pulse audio support, wonderful !\n" msgstr "Pulse audio támogatással összeszerkesztve. Csodálatos :)!\n" -#: src/main.c:1415 +#: src/main.c:1417
View file
LiVES-1.4.6.tar.bz2/po/it.po -> LiVES-1.4.7.tar.bz2/po/it.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" "PO-Revision-Date: 2011-08-18 12:01+0000\n" "Last-Translator: salsaman <salsaman@gmail.com>\n" "Language-Team: Italian <it@li.org>\n" @@ -104,23 +104,23 @@ msgid "**The current layout**" msgstr "**Il layout corrente**" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "Caricamento dei plugin degli effetti in tempo reale in corso..." -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "Avvio del server audio jack in corso..." -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -131,95 +131,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "Avviando il server audio pulse..." -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "Controllo delle dipendenze opzionali in corso:" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "mplayer...rilevato..." -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NON RILEVATO..." -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "convert...rilevato..." -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "convert...NON RILEVATO..." -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "composite...rilevato..." -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "composite...NON RILEVATO..." -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "sox...rilevato...\n" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "sox...NON RILEVATO...\n" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "cdda2wav...rilevato..." -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...NON RILEVATO..." -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "jackd...rilevato..." -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "jackd...NON RILEVATO..." -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "audio pulse...rilevato..." -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "audio pulse...NON RILEVATO..." -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "python...rilevato..." -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "python...NON RILEVATO..." -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "dvgrab...rilevato..." -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NON RILEVATO..." -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "xwininfo...rilevato..." -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...NON RILEVATO..." -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -230,22 +230,22 @@ "\n" "Il gestore delle finestre riporta come \"%s\"; " -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "numero di monitor rilevati: %d\n" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "La directory temporanea è %s\n" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" @@ -255,15 +255,15 @@ "o a jack o pulse audio.\n" "Molte funzioni audio non saranno disponibili.\n" -#: src/main.c:1408 +#: src/main.c:1410 msgid "Compiled with jack support, good !\n" msgstr "Compilato con il supporto jack, bene !\n" -#: src/main.c:1411 +#: src/main.c:1413 msgid "Compiled with pulse audio support, wonderful !\n" msgstr "Compilato con il supporto pulse audio, magnifico !\n" -#: src/main.c:1415 +#: src/main.c:1417
View file
LiVES-1.4.6.tar.bz2/po/ja.po -> LiVES-1.4.7.tar.bz2/po/ja.po
Changed
@@ -8,16 +8,16 @@ "Project-Id-Version: ja\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" -"PO-Revision-Date: 2011-08-18 12:08+0000\n" -"Last-Translator: Shushi Kurose <md81bird@hitaki.net>\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" +"PO-Revision-Date: 2011-09-09 01:15+0000\n" +"Last-Translator: Takashi Sakamoto <Unknown>\n" "Language-Team: Japanese <ja@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-08-21 20:41+0000\n" -"X-Generator: Launchpad (build 13697)\n" +"X-Launchpad-Export-Date: 2011-10-13 15:08+0000\n" +"X-Generator: Launchpad (build 14124)\n" #: src/main.c:110 msgid "" @@ -38,9 +38,9 @@ msgstr "" "\n" "残念ですが LiVES がクラッシュしました。\n" -"このバグを http://sourceforge.net/tracker/?group_id=64341&atid=507139 で報告" +"このバグを http://sourceforge.net/tracker/?group_id=64341&atid=507139 に報告" "してください。\n" -"協力ありがとうございます。LiVESを再起動すればリカバリが行えるはずです。\n" +"ご協力ありがとうございます。LiVESを再起動すれば復元が行われるでしょう。\n" #: src/main.c:127 msgid "" @@ -68,6 +68,9 @@ "information.\n" "\n" msgstr "" +"より多くの情報を得るために、gdbをインストールしてからLiVESを-debugオプション" +"と共に実行してください。\n" +"\n" #: src/main.c:142 msgid "Preserving set.\n" @@ -95,29 +98,29 @@ #: src/main.c:761 msgid "disabled !" -msgstr "使用不能" +msgstr "使用不能!" #: src/main.c:762 msgid "**The current layout**" msgstr "**現在のレイアウト**" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." -msgstr "リアルタイム・エフェクトプラグインをロード中..." +msgstr "リアルタイムエフェクトプラグインを読み込み中..." -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." -msgstr "JACKサーバの音声機能を開始しています..." +msgstr "JACKサーバーの音声機能を開始しています..." -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." -msgstr "JACKサーバのトランスポート機能を開始しています..." +msgstr "JACKサーバーのトランスポート機能を開始しています..." -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." -msgstr "JACKサーバのトランスポート機能に接続しています..." +msgstr "JACKサーバーのトランスポート機能に接続しています..." -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -127,96 +130,104 @@ "\n" "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" +"\n" +"\n" +"JACKサーバーを手動で起動する必要があります。JACKサーバーが起動しているか\n" +"ファイル「~/.lives」の<jack_opts>の値を16に変更し\n" +"LiVESを再起動してください。\n" +"\n" +"あるいは、LiVESを次のプログラムと共に起動して試してください: \"lives -" +"jackopts 16\"、 " -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." -msgstr "PulseAudioサーバを開始しています..." +msgstr "PulseAudioサーバーを開始しています..." -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" -msgstr "必須ではない依存関係を確認しています:" +msgstr "必ずしも必要ではない依存関係を確認しています:" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "mplayerが見つかりました..." -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "mplayerは見つかりませんでした..." -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "convertが見つかりました..." -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "convertは見つかりませんでした..." -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "compositeが見つかりました..." -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "compositeは見つかりませんでした..." -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "soxが見つかりました\n" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "soxは見つかりませんでした\n" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "cdda2wavが見つかりました..." -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wavは見つかりませんでした..." -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "jackdが見つかりました..." -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "jackdは見つかりませんでした..." -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "pulseaudioが見つかりました..." -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "pulseaudioは見つかりませんでした..." -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "pythonが見つかりました..." -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "pythonは見つかりませんでした..." -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "dvgrabが見つかりました..." -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrabは見つかりませんでした..." -#: src/main.c:1388
View file
LiVES-1.4.6.tar.bz2/po/lives.pot -> LiVES-1.4.7.tar.bz2/po/lives.pot
Changed
@@ -6,10 +6,10 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: lives 1.4.6\n" +"Project-Id-Version: lives 1.4.7\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -89,23 +89,23 @@ msgid "**The current layout**" msgstr "" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "" -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "" -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -116,95 +116,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "" -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "" -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "" -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "" -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "" -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "" -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "" -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "" -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "" -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "" -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "" -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "" -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "" -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "" -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "" -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "" -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "" -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "" -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "" -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -212,171 +212,171 @@ "Window manager reports as \"%s\"; " msgstr "" -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" "Many audio features will be unavailable.\n" msgstr "" -#: src/main.c:1408 +#: src/main.c:1410 msgid "Compiled with jack support, good !\n" msgstr "" -#: src/main.c:1411 +#: src/main.c:1413 msgid "Compiled with pulse audio support, wonderful !\n" msgstr ""
View file
LiVES-1.4.6.tar.bz2/po/nl_NL.po -> LiVES-1.4.7.tar.bz2/po/nl_NL.po
Changed
@@ -3,7 +3,7 @@ "Project-Id-Version: LiVES 0.9.5cvs\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" "PO-Revision-Date: 2010-01-12 10:14+0000\n" "Last-Translator: cumulus007 <cumulus0007@gmail.com>\n" "Language-Team: \n" @@ -87,25 +87,25 @@ msgid "**The current layout**" msgstr "" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "" -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "Jack audio server starten ..." -#: src/main.c:1254 +#: src/main.c:1256 #, fuzzy msgid "Starting jack transport server..." msgstr "Jack audio server starten ..." -#: src/main.c:1255 +#: src/main.c:1257 #, fuzzy msgid "Connecting to jack transport server..." msgstr "Jack audio server starten ..." -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -116,95 +116,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "" -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "Optionele afhankelijkheden aan het controleren:" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "mplayer...gevonden..." -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NIET GEDETECTEERD..." -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "convert...gedetecteerd..." -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "convert...NIET GEDETECTEERD..." -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "composite...gedetecteerd..." -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "composite...NIET GEDETECTEERD..." -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "sox...gedetecteerd\n" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "sox...NIET GEDECTEERD\n" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "cdda2wav...gedetecteerd..." -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...NIET GEDETECTEERD..." -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "" -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "" -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "" -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "" -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "" -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "" -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "" -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "" -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "" -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "" -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -212,37 +212,37 @@ "Window manager reports as \"%s\"; " msgstr "" -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" "Many audio features will be unavailable.\n" msgstr "" -#: src/main.c:1408 +#: src/main.c:1410 msgid "Compiled with jack support, good !\n" msgstr "" -#: src/main.c:1411 +#: src/main.c:1413 msgid "Compiled with pulse audio support, wonderful !\n" msgstr "" -#: src/main.c:1415
View file
LiVES-1.4.6.tar.bz2/po/oc.po -> LiVES-1.4.7.tar.bz2/po/oc.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" "PO-Revision-Date: 2011-08-18 12:12+0000\n" "Last-Translator: Cédric VALMARY (Tot en òc) <cvalmary@yahoo.fr>\n" "Language-Team: Occitan (post 1500) <oc@li.org>\n" @@ -92,23 +92,23 @@ msgid "**The current layout**" msgstr "**La configuracion actuala**" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "Cargament dels plugins d'efièches en temps real" -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "Aviada del servidor àudio jack..." -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -119,95 +119,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "Inicializacion del servidor àudio pulse..." -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "Verificacion de las dependéncias opcionalas :" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "mplayer....detectat..." -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...PAS DETECTAT..." -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "convert...detectat..." -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "convert...PAS DETECTAT..." -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "composite...detectat..." -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "composite...PAS DETECTAT..." -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "sox...detectat\n" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "sox...PAS DETECTAT\n" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "cdda2wav...detectat..." -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...PAS DETECTAT..." -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "jackd...detectat..." -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "jackd...PAS DETECTAT..." -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "pulse audio...detectat..." -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...PAS DETECTAT..." -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "python...detectat..." -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "python...PAS DETECTAT..." -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "dvgrab...detectat..." -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...PAS DETECTAT..." -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "xwininfo...detectat..." -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...PAS DETECTAT..." -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -218,37 +218,37 @@ "\n" "Lo gestionari de fenèstras apareis coma essent \"%s\"; " -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "nombre d'ecrans trobats : %d\n" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "Lo dorsièr temporari es %s\n" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" "Many audio features will be unavailable.\n" msgstr "" -#: src/main.c:1408 +#: src/main.c:1410 msgid "Compiled with jack support, good !\n" msgstr "Compilat amb lo supòrt de jack, plan !\n" -#: src/main.c:1411 +#: src/main.c:1413 msgid "Compiled with pulse audio support, wonderful !\n" msgstr "" -#: src/main.c:1415 +#: src/main.c:1417 #, c-format
View file
LiVES-1.4.6.tar.bz2/po/pl.po -> LiVES-1.4.7.tar.bz2/po/pl.po
Changed
@@ -8,16 +8,16 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" -"PO-Revision-Date: 2011-08-18 12:11+0000\n" -"Last-Translator: Marek Jędrzejewski <slomianowlosy@gmail.com>\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" +"PO-Revision-Date: 2011-09-18 02:25+0000\n" +"Last-Translator: pp/bs <Unknown>\n" "Language-Team: Polish <pl@li.org>\n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-08-21 20:42+0000\n" -"X-Generator: Launchpad (build 13697)\n" +"X-Launchpad-Export-Date: 2011-10-13 15:08+0000\n" +"X-Generator: Launchpad (build 14124)\n" #: src/main.c:110 msgid "" @@ -104,23 +104,23 @@ msgid "**The current layout**" msgstr "**Obecny układ**" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "" -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "" -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -131,95 +131,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "Uruchamianie serwera pulse audio" -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "Sprawdzanie zależności opcjonalne:" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "mplayer... wykryto..." -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NIE WYKRYTO..." -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "convert...wykrytych..." -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "convert...NIE WYKRYTO..." -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "composite...wykrytych..." -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "composite...NIE WYKRYTO..." -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "sox...wykrytych\n" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "sox...NIE WYKRYTO\n" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "cdda2wav...wykrytych..." -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...NIE WYKRYTO..." -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "jackd...wykrytych..." -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "jackd...NIE WYKRYTO..." -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "pulse audio...wykrytych..." -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NIE WYKRYTO..." -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "python...wykrytych..." -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "python...NIE WYKRYTO..." -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "dvgrab...wykrytych..." -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NIE WYKRYTO..." -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "xwininfo...wykrytych..." -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...NIE WYKRYTO..." -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -230,37 +230,37 @@ "\n" "Sprawozdania Menedżer okien jako \"%s\"; " -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "liczba wykrytych monitorów: %d\n" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" -msgstr "" +msgstr "Liczba wykrytych procesorów: %d\n" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "Katalog tymczasowy jest %s\n" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" "Many audio features will be unavailable.\n" msgstr ""
View file
LiVES-1.4.6.tar.bz2/po/pt.po -> LiVES-1.4.7.tar.bz2/po/pt.po
Changed
@@ -3,7 +3,7 @@ "Project-Id-Version: LiVES\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" "PO-Revision-Date: 2011-08-18 12:00+0000\n" "Last-Translator: salsaman <salsaman@gmail.com>\n" "Language-Team: pixel <vjpixel@gmail.com>\n" @@ -98,23 +98,23 @@ msgid "**The current layout**" msgstr "**O layout atual**" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "A carregar plugins de efeito em tempo real..." -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "A iniciar servidor de jack audio..." -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -125,95 +125,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "" -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "A verificar as dependências opcionais:" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "mplayer...detectado..." -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NÃO DETECTADO..." -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "convert...detectado..." -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "convert...NÃO DETECTADO..." -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "composite...detectado..." -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "composite...NÃO DETECTADO..." -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "sox...detectado\n" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "sox...NÃO DETECTADO...\n" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "cdda2wav...detectado..." -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...NÃO DETECTADO..." -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "jackd...detectado..." -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "jackd...NÃO DETECTADO..." -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "pulse audio...detectados..." -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NÃO DETECTADO..." -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "python...detectado..." -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "python...NÃO DETECTADO..." -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "dvgrab...detectado..." -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NÃO DETECTADO..." -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "xwininfo...detectado..." -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...NÃO DETECTADO..." -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -224,37 +224,37 @@ "\n" "Gerenciador de janelas: \"%s\"; " -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "número de monitores detectados: %d\n" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "o diretório temp utilizado é %s\n" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" "Many audio features will be unavailable.\n" msgstr "" -#: src/main.c:1408 +#: src/main.c:1410 msgid "Compiled with jack support, good !\n" msgstr "Compilado com suporte a JACK, bom!\n" -#: src/main.c:1411 +#: src/main.c:1413 msgid "Compiled with pulse audio support, wonderful !\n" msgstr "" -#: src/main.c:1415 +#: src/main.c:1417 #, c-format
View file
LiVES-1.4.6.tar.bz2/po/pt_BR.po -> LiVES-1.4.7.tar.bz2/po/pt_BR.po
Changed
@@ -3,7 +3,7 @@ "Project-Id-Version: LiVES\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" "PO-Revision-Date: 2011-08-18 12:03+0000\n" "Last-Translator: salsaman <salsaman@gmail.com>\n" "Language-Team: pixel <vjpixel@gmail.com>\n" @@ -101,23 +101,23 @@ msgid "**The current layout**" msgstr "**Layout atual**" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "Carregando plugins de efeitos em tempo real..." -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "Iniciando servidor de áudio jack..." -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "Iniciando o servidor jack de transporte..." -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "Conectando ao servidor jack de transporte..." -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -128,95 +128,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "Iniciando o servidor pulse audio..." -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "Checando dependências opcionais:" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "mplayer...detectado..." -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NÃO DETECTADO..." -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "convert...detectado..." -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "convert...NÃO DETECTADO..." -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "composite...detectado..." -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "composite...NÃO DETECTADO..." -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "sox...detectado\n" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "sox...NÃO DETECTADO...\n" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "cdda2wav...detectado..." -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...NÃO DETECTADO..." -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "jackd...detectado..." -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "jackd...NÃO DETECTADO..." -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "pulse audio...detectado..." -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NÃO DETECTADO..." -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "python...detectado..." -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "python...NÃO DETECTADO..." -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "dvgrab...detectado..." -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NÃO DETECTADO..." -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "xwininfo...detectado..." -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...NÃO DETECTADO..." -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -227,22 +227,22 @@ "\n" "Gerenciador de janelas: \"%s\"; " -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "número de monitores detectados: %d\n" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "Número de CPUs detectadas: %d\n" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "o diretório temp utilizado é %s\n" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" @@ -252,15 +252,15 @@ "jack ou suporte ao pulse audio.\n" "Muitos recursos de áudio não estarão disponíveis.\n" -#: src/main.c:1408 +#: src/main.c:1410 msgid "Compiled with jack support, good !\n" msgstr "Compilado com suporte a JACK, bom!\n" -#: src/main.c:1411 +#: src/main.c:1413 msgid "Compiled with pulse audio support, wonderful !\n" msgstr "Compilado com o suporte ao pulse audio, maravilha !\n" -#: src/main.c:1415 +#: src/main.c:1417
View file
LiVES-1.4.6.tar.bz2/po/ro.po -> LiVES-1.4.7.tar.bz2/po/ro.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" "PO-Revision-Date: 2011-08-18 11:57+0000\n" "Last-Translator: salsaman <salsaman@gmail.com>\n" "Language-Team: Romanian <ro@li.org>\n" @@ -105,23 +105,23 @@ msgid "**The current layout**" msgstr "** Structura actuală **" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "Se incarcă modulele de efecte in timp real..." -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "Pornirea serverului audio jack..." -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -132,95 +132,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "Pornirea serverului audio pulse..." -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "Verificarea dependenţelor opţionale:" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "mplayer...a fost detectat..." -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "mplayer... nu a fost detectat..." -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "convert...detectat..." -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "convert...NU A FOST DETECTAT..." -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "composite...detectat..." -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "composite...NU A FOST DETECTAT..." -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "sox...detectat\n" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "sox...NU A FOST DETECTAT\n" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "cdda2wav...detectat..." -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...NU A FOST DETECTAT..." -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "jackd...detectat..." -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "jackd...NU A FOST DETECTAT..." -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "pulse audio...detectat..." -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NU A FOST DETECTAT..." -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "python...detectat..." -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "python...NU A FOST DETECTAT..." -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "dvgrab...detectat..." -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NU A FOST DETECTAT..." -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "xwininfo...detectat..." -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...NU A FOST DETECTAT..." -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -231,22 +231,22 @@ "\n" "Rapoarte de manager de ferestre ca \"%s\"; " -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "numărul de monitoare detectate: %d\n" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "Directorul temporar este de %s\n" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" @@ -256,15 +256,15 @@ "suport pentru jack sau pulse audio.\n" "Multe din funcțiile audio vor fi indisponibile.\n" -#: src/main.c:1408 +#: src/main.c:1410 msgid "Compiled with jack support, good !\n" msgstr "Compilate cu suport jack, de bine !\n" -#: src/main.c:1411 +#: src/main.c:1413 msgid "Compiled with pulse audio support, wonderful !\n" msgstr "Compilate cu suport de pulse audio, minunat\n" -#: src/main.c:1415 +#: src/main.c:1417
View file
LiVES-1.4.6.tar.bz2/po/ru.po -> LiVES-1.4.7.tar.bz2/po/ru.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" "PO-Revision-Date: 2011-08-18 11:56+0000\n" "Last-Translator: Alexey Ivanov <alexey.ivanes@gmail.com>\n" "Language-Team: Russian <ru@li.org>\n" @@ -109,23 +109,23 @@ msgid "**The current layout**" msgstr "Текущее размещение" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "Загрузка плагина эффектов реального времени..." -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "Запуск звукового сервера jack..." -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "Запуск передающего сервера jack..." -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "Подключение к передающему jack-серверу..." -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -136,95 +136,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "Запуск сервера pulse audio..." -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "Проверка опциональных зависимостей:" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "mplayer...обнаружен..." -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...НЕ ОБНАРУЖЕН..." -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "convert...обнаружен..." -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "convert...НЕ ОБНАРУЖЕН..." -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "composite...обнаружен..." -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "composite...НЕ ОБНАРУЖЕН..." -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "sox...обнаружен...\n" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "sox...НЕ ОБНАРУЖЕН...\n" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "cdda2wav...обнаружен..." -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...НЕ ОБНАРУЖЕН..." -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "jackd...обнаружен..." -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "jackd...НЕ ОБНАРУЖЕН..." -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "pulse audio...обнаружен..." -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...НЕ ОБНАРУЖЕН..." -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "python...обнаружен..." -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "python...НЕ ОБНАРУЖЕН..." -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "dvgrab...обнаружен..." -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...НЕ ОБНАРУЖЕН..." -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "xwininfo...обнаружен..." -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...НЕ ОБНАРУЖЕН..." -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -235,22 +235,22 @@ "\n" "Менеджер интерфейса определен как \"%s\"; " -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "обнаружено мониторов: %d\n" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "Временный каталог: %s\n" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" @@ -260,15 +260,15 @@ "без поддержки jack или pulse audio.\n" "Многие аудиофункции будут недоступны.\n" -#: src/main.c:1408 +#: src/main.c:1410 msgid "Compiled with jack support, good !\n" msgstr "Скомпилировано с поддержкой jack, отлично!\n" -#: src/main.c:1411 +#: src/main.c:1413 msgid "Compiled with pulse audio support, wonderful !\n" msgstr "Скомпоновано с поддержкой pulse audio, замечательно !\n" -#: src/main.c:1415 +#: src/main.c:1417
View file
LiVES-1.4.6.tar.bz2/po/sk.po -> LiVES-1.4.7.tar.bz2/po/sk.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" "PO-Revision-Date: 2011-08-18 12:03+0000\n" "Last-Translator: salsaman <salsaman@gmail.com>\n" "Language-Team: Slovak <sk@li.org>\n" @@ -109,23 +109,23 @@ msgid "**The current layout**" msgstr "**Súčasné rozloženie**" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "Načítavam efekt rozšírenia v réálnom čase..." -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "Spúšťam zvukový server jack..." -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -136,95 +136,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "Spúšťam pulse audio server..." -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "Kontrola dodatočných záavislostí:" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "mplayer...nájdený..." -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NENÁJDENÝ..." -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "convert...nájdený..." -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "convert...NENÁJDENÝ..." -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "composite...nájdený..." -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "composite...NENÁJDENÝ..." -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "sox...nájdený\n" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "sox...NENÁJDENÝ\n" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "cdda2wav...nájdený..." -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...NENÁJDENÝ..." -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "jackd...nájdený..." -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "jackd...NENÁJDENÝ..." -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "pulse audio...nájdené..." -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NENÁJDENÉ..." -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "python...nájdený..." -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "python...NENÁJDENÝ..." -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "dvgrab...nájdený..." -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NENÁJDENÝ..." -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "xwininfo...nájdený..." -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...NENÁJDENÝ..." -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -235,22 +235,22 @@ "\n" "Správa manažéra okien ako \"%s\"; " -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "počet nájdených monitorov: %d\n" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "Dočasný adresár je %s\n" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" @@ -260,15 +260,15 @@ "podpory jack alebo pulse audio.\n" "Mnohé audio funkcie nebudú k dispozícii.\n" -#: src/main.c:1408 +#: src/main.c:1410 msgid "Compiled with jack support, good !\n" msgstr "Kompilované s podporou jack, dobrá práca!\n" -#: src/main.c:1411 +#: src/main.c:1413 msgid "Compiled with pulse audio support, wonderful !\n" msgstr "Kompilované s podporou pulse audio, nádhera !\n" -#: src/main.c:1415 +#: src/main.c:1417
View file
LiVES-1.4.6.tar.bz2/po/te.po -> LiVES-1.4.7.tar.bz2/po/te.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" "PO-Revision-Date: 2010-02-21 21:28+0000\n" "Last-Translator: salsaman <salsaman@gmail.com>\n" "Language-Team: Telugu <te@li.org>\n" @@ -90,23 +90,23 @@ msgid "**The current layout**" msgstr "" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "" -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "" -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -117,95 +117,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "" -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "" -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "" -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "" -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "" -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "" -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "" -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "" -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "" -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "" -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "" -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "" -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "" -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "" -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "" -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "" -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "" -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "" -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "" -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -213,171 +213,171 @@ "Window manager reports as \"%s\"; " msgstr "" -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" "Many audio features will be unavailable.\n" msgstr "" -#: src/main.c:1408 +#: src/main.c:1410 msgid "Compiled with jack support, good !\n" msgstr "" -#: src/main.c:1411 +#: src/main.c:1413 msgid "Compiled with pulse audio support, wonderful !\n" msgstr "" -#: src/main.c:1415 +#: src/main.c:1417 #, c-format
View file
LiVES-1.4.6.tar.bz2/po/tr.po -> LiVES-1.4.7.tar.bz2/po/tr.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" "PO-Revision-Date: 2011-08-18 12:12+0000\n" "Last-Translator: salsaman <salsaman@gmail.com>\n" "Language-Team: Turkish <tr@li.org>\n" @@ -105,23 +105,23 @@ msgid "**The current layout**" msgstr "**Mevcut yerleşim düzeni**" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "Gerçek zaman efekt eklentileri yükleniyor" -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "Jack audio sunucusu başlıyor..." -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "Jack taşıma sunucusu başlıyor" -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "Jack taşıma sunucusuna bağlanılıyor" -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -132,95 +132,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "Pulse audio sunucusu başlıyor" -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "Isteğe bağlı bağımlılıkları denetleme:" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "mplayer ... bulundu ..." -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "mplayer ... BULUNAMADI ..." -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "convert...bulundu..." -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "convert...BULUNAMADI..." -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "composite ... bulundu ..." -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "composite ... BULUNAMADI ..." -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "sox...bulundu\n" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "sox...BULUNAMADI\n" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "cdda2wav...bulundu..." -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...BULUNAMADI..." -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "jackd...bulundu..." -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "jackd...BULUNAMADI..." -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "Pulse audio... algılandı..." -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "Pulse audio...ALGILANMADI..." -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "python...bulundu..." -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "python...BULUNAMADI..." -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "dvgrab...bulundu..." -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...BULUNAMADI..." -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "xwininfo...bulundu..." -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...BULUNAMADI..." -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -231,22 +231,22 @@ "\n" "Pencere yöneticisi raporları olarak \"%s\"; " -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "bulunan monitor sayısı : %d\n" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "Geçici dizin:% s\n" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" @@ -256,15 +256,15 @@ "ses desteği olmadan derlenmiştir.\n" "Bir çok ses özelliği kullanılamaz.\n" -#: src/main.c:1408 +#: src/main.c:1410 msgid "Compiled with jack support, good !\n" msgstr "Jack desteği ile derlendi, iyi!\n" -#: src/main.c:1411 +#: src/main.c:1413 msgid "Compiled with pulse audio support, wonderful !\n" msgstr "Pulse audio desteğiyle derlendi, mükemmel!\n" -#: src/main.c:1415 +#: src/main.c:1417
View file
LiVES-1.4.6.tar.bz2/po/uk.po -> LiVES-1.4.7.tar.bz2/po/uk.po
Changed
@@ -8,16 +8,16 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" -"PO-Revision-Date: 2011-08-18 15:18+0000\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" +"PO-Revision-Date: 2011-09-21 10:14+0000\n" "Last-Translator: Yuri Chornoivan <yurchor@gmail.com>\n" "Language-Team: Ukrainian <translation@linux.org.ua>\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-08-21 20:42+0000\n" -"X-Generator: Launchpad (build 13697)\n" +"X-Launchpad-Export-Date: 2011-10-13 15:08+0000\n" +"X-Generator: Launchpad (build 14124)\n" #: src/main.c:110 msgid "" @@ -109,23 +109,23 @@ msgid "**The current layout**" msgstr "**Поточне компонування**" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "Завантаження додатків ефектів реального часу…" -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "Запуск звукового сервера jack…" -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "Запуск сервера передавання даних jack…" -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "Встановлення з’єднання з сервером передавання даних jack…" -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -143,95 +143,95 @@ "\n" "Alternatively, try to start lives with either \"lives -jackopts 16\", or " -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "Запуск звукового сервера PulseAudio…" -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "Пошук додаткових залежностей:" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "mplayer… виявлено…" -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "mplayer…НЕ ВИЯВЛЕНО…" -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "convert…виявлено…" -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "convert...НЕ ВИЯВЛЕНО…" -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "composite…виявлено…" -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "composite…НЕ ВИЯВЛЕНО…" -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "sox…виявлено\n" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "sox…НЕ ВИЯВЛЕНО\n" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "cdda2wav...виявлено..." -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...НЕ ВИЯВЛЕНО..." -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "jackd…виявлено…" -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "jackd…НЕ ВИЯВЛЕНО…" -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "pulse audio…виявлено…" -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio…НЕ ВИЯВЛЕНО…" -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "python…виявлено…" -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "python…НЕ ВИЯВЛЕНО…" -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "dvgrab…виявлено…" -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab…НЕ ВИЯВЛЕНО…" -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "xwininfo…виявлено…" -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo…НЕ ВИЯВЛЕНО…" -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -242,22 +242,22 @@ "\n" "Інструмент керування вікнами — «%s»; " -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "виявлена кількість моніторів: %d\n" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "Кількість виявлених процесорів: %d\n" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "Каталог тимчасових файлів — %s\n" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" @@ -267,15 +267,15 @@ "jack або PulseAudio.\n" "Ви не зможете скористатися багатьма можливостями з обробки звуку.\n"
View file
LiVES-1.4.6.tar.bz2/po/uz.po -> LiVES-1.4.7.tar.bz2/po/uz.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" "PO-Revision-Date: 2010-02-21 21:45+0000\n" "Last-Translator: salsaman <salsaman@gmail.com>\n" "Language-Team: Uzbek <uz@li.org>\n" @@ -90,23 +90,23 @@ msgid "**The current layout**" msgstr "" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "" -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "" -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -117,95 +117,95 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "" -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "" -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "" -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "" -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "" -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "" -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "" -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "" -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "" -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "" -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "" -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "" -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "" -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "" -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "" -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "" -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "" -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "" -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "" -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -213,171 +213,171 @@ "Window manager reports as \"%s\"; " msgstr "" -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" "Many audio features will be unavailable.\n" msgstr "" -#: src/main.c:1408 +#: src/main.c:1410 msgid "Compiled with jack support, good !\n" msgstr "" -#: src/main.c:1411 +#: src/main.c:1413 msgid "Compiled with pulse audio support, wonderful !\n" msgstr "" -#: src/main.c:1415 +#: src/main.c:1417 #, c-format
View file
LiVES-1.4.6.tar.bz2/po/zh_CN.po -> LiVES-1.4.7.tar.bz2/po/zh_CN.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2011-08-27 14:44-0300\n" +"POT-Creation-Date: 2011-10-15 10:33-0300\n" "PO-Revision-Date: 2011-08-18 11:58+0000\n" "Last-Translator: 英华 <wantinghard@gmail.com>\n" "Language-Team: Simplified Chinese <zh_CN@li.org>\n" @@ -102,23 +102,23 @@ msgid "**The current layout**" msgstr "**当前的布局**" -#: src/main.c:1199 +#: src/main.c:1201 msgid "Loading realtime effect plugins..." msgstr "正在加载实时效果插件..." -#: src/main.c:1252 +#: src/main.c:1254 msgid "Starting jack audio server..." msgstr "正在启动 jack 音频服务器..." -#: src/main.c:1254 +#: src/main.c:1256 msgid "Starting jack transport server..." msgstr "正在启动 jack 传输服务器..." -#: src/main.c:1255 +#: src/main.c:1257 msgid "Connecting to jack transport server..." msgstr "正在连接 jack 传输服务器..." -#: src/main.c:1282 +#: src/main.c:1284 msgid "" "\n" "\n" @@ -136,95 +136,95 @@ "\n" "或者,尝试通过“lives -jackopts 16”或以下方式启动 lives " -#: src/main.c:1306 +#: src/main.c:1308 msgid "Starting pulse audio server..." msgstr "正在开启 pulse 音频服务..." -#: src/main.c:1369 +#: src/main.c:1371 msgid "Checking optional dependencies:" msgstr "检查可选的依赖:" -#: src/main.c:1370 +#: src/main.c:1372 msgid "mplayer...detected..." msgstr "mplayer...发现..." -#: src/main.c:1371 +#: src/main.c:1373 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...未发现..." -#: src/main.c:1372 +#: src/main.c:1374 msgid "convert...detected..." msgstr "convert...发现..." -#: src/main.c:1373 +#: src/main.c:1375 msgid "convert...NOT DETECTED..." msgstr "convert...未发现..." -#: src/main.c:1374 +#: src/main.c:1376 msgid "composite...detected..." msgstr "composite...发现..." -#: src/main.c:1375 +#: src/main.c:1377 msgid "composite...NOT DETECTED..." msgstr "composite...未发现..." -#: src/main.c:1376 +#: src/main.c:1378 msgid "sox...detected\n" msgstr "sox...发现\n" -#: src/main.c:1377 +#: src/main.c:1379 msgid "sox...NOT DETECTED\n" msgstr "sox...未发现\n" -#: src/main.c:1378 +#: src/main.c:1380 msgid "cdda2wav...detected..." msgstr "cdda2wav...发现..." -#: src/main.c:1379 +#: src/main.c:1381 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...未发现..." -#: src/main.c:1380 +#: src/main.c:1382 msgid "jackd...detected..." msgstr "jackd...发现..." -#: src/main.c:1381 +#: src/main.c:1383 msgid "jackd...NOT DETECTED..." msgstr "jackd...未发现..." -#: src/main.c:1382 +#: src/main.c:1384 msgid "pulse audio...detected..." msgstr "pulse audio...发现..." -#: src/main.c:1383 +#: src/main.c:1385 msgid "pulse audio...NOT DETECTED..." msgstr "pulse 音频...未发现..." -#: src/main.c:1384 +#: src/main.c:1386 msgid "python...detected..." msgstr "python...发现..." -#: src/main.c:1385 +#: src/main.c:1387 msgid "python...NOT DETECTED..." msgstr "python...未发现..." -#: src/main.c:1386 +#: src/main.c:1388 msgid "dvgrab...detected..." msgstr "dvgrab...发现..." -#: src/main.c:1387 +#: src/main.c:1389 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...未发现..." -#: src/main.c:1388 +#: src/main.c:1390 msgid "xwininfo...detected..." msgstr "xwininfo...发现..." -#: src/main.c:1389 +#: src/main.c:1391 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...未发现..." -#: src/main.c:1392 +#: src/main.c:1394 #, c-format msgid "" "\n" @@ -235,22 +235,22 @@ "\n" "窗口管理器报告为\"%s\"; " -#: src/main.c:1395 +#: src/main.c:1397 #, c-format msgid "number of monitors detected: %d\n" msgstr "检测到的显视器数量:%d\n" -#: src/main.c:1398 +#: src/main.c:1400 #, c-format msgid "Number of CPUs detected: %d\n" msgstr "" -#: src/main.c:1401 +#: src/main.c:1403 #, c-format msgid "Temp directory is %s\n" msgstr "临时文件夹为 %s\n" -#: src/main.c:1405 +#: src/main.c:1407 msgid "" "WARNING - this version of LiVES was compiled without either\n" "jack or pulse audio support.\n" @@ -260,15 +260,15 @@ "jack 或 pulse 音频支持。\n" "许多音频功能将不可用。\n" -#: src/main.c:1408 +#: src/main.c:1410 msgid "Compiled with jack support, good !\n" msgstr "编译上 jack 支持了,好!\n" -#: src/main.c:1411 +#: src/main.c:1413 msgid "Compiled with pulse audio support, wonderful !\n" msgstr "编译上 pulse 音频支持了,很好!\n" -#: src/main.c:1415 +#: src/main.c:1417
View file
LiVES-1.4.6.tar.bz2/smogrify -> LiVES-1.4.7.tar.bz2/smogrify
Changed
@@ -32,7 +32,7 @@ # Do not change these except for testing ! $background=1; -$version="1.4.6"; +$version="1.4.7"; #$dyneversion="LIVES-20091209"; @@ -421,6 +421,11 @@ exit 0; } + if ($command eq "delete_pref") { + $key=$ARGV[1]; + &rc_delete($key); + } + if ($command eq "get_location") { $exe=$ARGV[1]; if (defined($ARGV[2])) { @@ -1302,6 +1307,19 @@ } &get_file_info; + $aformnew=""; + if ($asamps==32) { + # cannot handle this yet, need to resample to s16 + if ($endian==1) { + $aformnew="-format s16le"; + } + else { + $aformnew="-format s16be"; + } + $asamps=16; + } + + $threads=`/bin/grep processor /proc/cpuinfo | wc -l`; $threads=int($threads); if ($threads==0) { @@ -1333,15 +1351,15 @@ elsif ($withsound eq "1") { #video and audio if ($img_ext eq ".jpg") { - $syscom=$mplay_command . " -quiet $band -osdlevel 0 -vo jpeg:quality=$quality $ss -lavdopts o=threads=$threads -noframedrop $frames -ao pcm:fast$wavhead $channs -mc 0 \"$file\" $extra_params </dev/null"; + $syscom=$mplay_command . " -quiet $band -osdlevel 0 -vo jpeg:quality=$quality $ss -lavdopts o=threads=$threads -noframedrop $frames -ao pcm:fast$wavhead $channs $aformnew -mc 0 \"$file\" $extra_params </dev/null"; } else { - $syscom=$mplay_command . " -quiet $band -osdlevel 0 -vo png:z=$compression:alpha $ss -lavdopts o=threads=$threads -noframedrop $frames -ao pcm:fast$wavhead $channs -mc 0 \"$file\" $extra_params </dev/null"; + $syscom=$mplay_command . " -quiet $band -osdlevel 0 -vo png:z=$compression:alpha $ss -lavdopts o=threads=$threads -noframedrop $frames -ao pcm:fast$wavhead $channs $aformnew -mc 0 \"$file\" $extra_params </dev/null"; } } else { #audio only - $syscom=$mplay_command . " -quiet $band -vo null $ss $frames -ao pcm:fast$wavhead $channs -mc 0 \"$file\" $extra_params </dev/null"; + $syscom=$mplay_command . " -quiet $band -vo null $ss $frames -ao pcm:fast$wavhead $aformnew $channs -mc 0 \"$file\" $extra_params </dev/null"; } if (defined($DEBUG_OPEN)) { @@ -1495,6 +1513,12 @@ $is_audio=$ARGV[5]; } &get_file_info; + + if ($asamps==32) { + # cant handle this yet, so we will resample on open + $asamps=16; + } + &sig_complete($handle,$count,$type,$hsize,$vsize,$bpp,$fps,$f_size,$arate,$achans,$asamps,$signed,$endian,$af_size,$title,$author,$comment); exit 0; } @@ -3593,6 +3617,8 @@ $frames=0; $asamps=0; + $endian=""; + # try to force language to English $mplay_command="LANGUAGE=en LANG=en "; @@ -3661,15 +3687,29 @@ $asamps=(split(" ",$asamps))[5]; chomp($asamps); - if ($asamps =~ /^s/) { + if ($asamps =~ /^f/) { + $asamps=32; + $signed=1; + } + elsif ($asamps =~ /^s/) { $asamps=substr($asamps,1,-1); $signed=1; } - if ($asamps =~ /^u/) { + elsif ($asamps =~ /^u/) { $asamps=substr($asamps,1,-1); $signed=0; } + $audend=substr($asamps,-2,2); + + if ($audend eq "le") { + # le + $endian=1; + } + elsif ($audend eq "be") { + $endian=0; + } + if (! -f $file_ident) {return;}; $bpp=`grep VIDEO: $file_ident 2>/dev/null`; $bpp=(split("bpp",(split(" ",$bpp))[3]))[0]; @@ -3847,7 +3887,9 @@ } } - $endian=&get_endian; # assume audio endian matches machine endian + if ($endian eq "") { + $endian=&get_endian; # assume audio endian matches machine endian + } # get file size if ($f_size==0) {
View file
LiVES-1.4.6.tar.bz2/src/audio.c -> LiVES-1.4.7.tar.bz2/src/audio.c
Changed
@@ -1304,7 +1304,7 @@ // optionally: gets audio state at audio frame prior to st_event, sets atstate[0].tc // and initialises audio buffers - + mainw->filter_map=NULL; fill_tc=get_event_timecode(st_event);
View file
LiVES-1.4.6.tar.bz2/src/callbacks.c -> LiVES-1.4.7.tar.bz2/src/callbacks.c
Changed
@@ -357,6 +357,11 @@ unload_decoder_plugins(); + if (prefs->disabled_decoders!=NULL) { + g_list_free_strings(prefs->disabled_decoders); + g_list_free(prefs->disabled_decoders); + } + if (mainw->fonts_array!=NULL) g_strfreev(mainw->fonts_array); #ifdef ENABLE_NLS @@ -2049,6 +2054,7 @@ cfile->achans=clipboard->achans; cfile->asampsize=clipboard->asampsize; cfile->afilesize=clipboard->afilesize; + cfile->signed_endian=clipboard->signed_endian; if (cfile->afilesize>0) d_print(_("...added audio...")); } @@ -3280,16 +3286,25 @@ render_details *rdet=(render_details *)ptr; GList *dummy_list; - if (!strlen (new_encoder_name)) return; + if (!strlen (new_encoder_name)) { + g_free(new_encoder_name); + return; + } - // finalise old plugin - plugin_request(PLUGIN_ENCODERS,prefs->encoder.name,"finalise"); - if (!strcmp(new_encoder_name,mainw->any_string)) { GList *ofmt = NULL; ofmt = g_list_append(ofmt,g_strdup(mainw->any_string)); + g_signal_handler_block(GTK_COMBO_BOX(rdet->encoder_combo), rdet->encoder_name_fn); + // --- + set_combo_box_active_string(GTK_COMBO_BOX(rdet->encoder_combo), mainw->any_string); + // --- + g_signal_handler_unblock(GTK_COMBO_BOX(rdet->encoder_combo), rdet->encoder_name_fn); + populate_combo_box(GTK_COMBO_BOX(rdet->ofmt_combo), ofmt); + g_signal_handler_block (GTK_COMBO_BOX(rdet->ofmt_combo), rdet->encoder_ofmt_fn); + set_combo_box_active_string(GTK_COMBO_BOX(rdet->ofmt_combo),mainw->any_string); + g_signal_handler_unblock (GTK_COMBO_BOX(rdet->ofmt_combo), rdet->encoder_ofmt_fn); g_list_free(ofmt); if (prefs->acodec_list!=NULL) { @@ -3301,8 +3316,17 @@ populate_combo_box(GTK_COMBO_BOX(rdet->acodec_combo), prefs->acodec_list); + set_combo_box_active_string(GTK_COMBO_BOX(rdet->acodec_combo),mainw->any_string); + + g_free(new_encoder_name); + + rdet->enc_changed=FALSE; + return; } + + // finalise old plugin + plugin_request(PLUGIN_ENCODERS,prefs->encoder.name,"finalise"); clear_mainw_msg(); // initialise new plugin @@ -4137,7 +4161,7 @@ cfile->img_type=img_type; // ignore value from read_headers while (1) { threaded_dialog_spin(); - if ((cdata=get_decoder_cdata(cfile))==NULL) { + if ((cdata=get_decoder_cdata(cfile,NULL))==NULL) { if (mainw->error) { if (do_original_lost_warning(cfile->file_name)) { @@ -4559,7 +4583,7 @@ "\n" "You should have received a copy of the GNU General Public License\n" "along with this program; if not, write to the Free Software\n" - "Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n")); + "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA.\n")); gchar *comments= g_strdup(_("A video editor and VJ program.")); @@ -6107,9 +6131,7 @@ -void on_boolean_toggled(GtkMenuItem *menuitem, - gpointer user_data) -{ +void on_boolean_toggled(GtkObject *obj, gpointer user_data) { gboolean *ppref=(gboolean *)user_data; *ppref=!*ppref; } @@ -7635,7 +7657,7 @@ // set vid player to int, and audio player to sox if (prefs->audio_player==AUD_PLAYER_MPLAYER) { - switch_aud_to_sox(); + switch_aud_to_sox(FALSE); } if (!cfile->opening_only_audio) { mainw->toy_type=LIVES_TOY_NONE; @@ -7748,7 +7770,7 @@ if (user_data==NULL) mainw->cancelled=CANCEL_NONE; if (oaudp==AUD_PLAYER_MPLAYER&&prefs->audio_player!=oaudp) { - switch_aud_to_mplayer(); + switch_aud_to_mplayer(FALSE); } cfile->start=ostart;
View file
LiVES-1.4.6.tar.bz2/src/callbacks.h -> LiVES-1.4.7.tar.bz2/src/callbacks.h
Changed
@@ -646,8 +646,7 @@ on_showfct_activate (GtkMenuItem *menuitem, gpointer user_data); -void on_boolean_toggled (GtkMenuItem *menuitem, - gpointer user_data); +void on_boolean_toggled(GtkObject *, gpointer user_data); void on_show_messages_activate (GtkMenuItem *menuitem,
View file
LiVES-1.4.6.tar.bz2/src/colourspace.c -> LiVES-1.4.7.tar.bz2/src/colourspace.c
Changed
@@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA. * */
View file
LiVES-1.4.6.tar.bz2/src/cvirtual.c -> LiVES-1.4.7.tar.bz2/src/cvirtual.c
Changed
@@ -184,6 +184,7 @@ if (i>sfile->frames) break; if (sfile->frame_index[i-1]>=0) { + oname=NULL; threaded_dialog_spin(); @@ -192,23 +193,15 @@ pixbuf=pull_gdk_pixbuf_at_size(sfileno,i,sfile->img_type==IMG_TYPE_JPEG?"jpg":"png",q_gint64((i-1.)/sfile->fps,sfile->fps),sfile->hsize,sfile->vsize,GDK_INTERP_HYPER); if (sfile->img_type==IMG_TYPE_JPEG) { - gchar *qstr=g_strdup_printf("%d",(100-prefs->ocp)); oname=g_strdup_printf("%s/%s/%08d.jpg",prefs->tmpdir,sfile->handle,i); - gdk_pixbuf_save (pixbuf, oname, "jpeg", &error,"quality", qstr, NULL); - g_free(qstr); - g_free(oname); } else if (sfile->img_type==IMG_TYPE_PNG) { - gchar *cstr=g_strdup_printf("%d",(gint)((gdouble)(prefs->ocp+5.)/10.)); oname=g_strdup_printf("%s/%s/%08d.png",prefs->tmpdir,sfile->handle,i); - gdk_pixbuf_save (pixbuf, oname, "png", &error, "compression", cstr, NULL); - g_free(cstr); - g_free(oname); - } - else { - //gdk_pixbuf_save_to_callback(...); } + lives_pixbuf_save (pixbuf, oname, sfile->img_type, 100-prefs->ocp, &error); + if (oname!=NULL) g_free(oname); + if (error!=NULL) { g_printerr("err was %s\n",error->message); g_error_free(error); @@ -218,7 +211,7 @@ if (pixbuf!=NULL) gdk_pixbuf_unref(pixbuf); pixbuf=NULL; - // another thread may have called check_if_non_virtual + // another thread may have called check_if_non_virtual - TODO : use a mutex if (sfile->frame_index==NULL) break; sfile->frame_index[i-1]=-1;
View file
LiVES-1.4.6.tar.bz2/src/dialogs.c -> LiVES-1.4.7.tar.bz2/src/dialogs.c
Changed
@@ -297,8 +297,11 @@ if (!prefs->show_gui) { do_error_dialog_with_check_transient(text,FALSE,0,NULL); } else { - if (mainw->multitrack==NULL) do_error_dialog_with_check_transient(text,FALSE,0,GTK_WINDOW(mainw->LiVES)); - else do_error_dialog_with_check_transient(text,FALSE,0,GTK_WINDOW(mainw->multitrack->window)); + if (prefsw!=NULL&&prefsw->prefs_dialog!=NULL) do_error_dialog_with_check_transient(text,FALSE,0,GTK_WINDOW(prefsw->prefs_dialog)); + else { + if (mainw->multitrack==NULL) do_error_dialog_with_check_transient(text,FALSE,0,GTK_WINDOW(mainw->LiVES)); + else do_error_dialog_with_check_transient(text,FALSE,0,GTK_WINDOW(mainw->multitrack->window)); + } } } @@ -1260,7 +1263,7 @@ -gboolean rdet_suggest_values (gint width, gint height, gdouble fps, gint fps_num, gint fps_denom, gint arate, gint asigned, gboolean anr, gboolean ignore_fps) { +gboolean rdet_suggest_values (gint width, gint height, gdouble fps, gint fps_num, gint fps_denom, gint arate, gint asigned, gboolean swap_endian, gboolean anr, gboolean ignore_fps) { gchar *msg1=g_strdup_printf (_ ("\n\nDue to restrictions in the %s format\n"),prefs->encoder.of_desc); gchar *msg2=g_strdup (""); gchar *msg3=g_strdup (""); @@ -1276,20 +1279,28 @@ GtkWidget *prep_dialog; - if ((asigned==1&&rdet->aendian==AFORM_UNSIGNED)||(asigned==2&&rdet->aendian==AFORM_SIGNED)||(fps>0.&&fps!=rdet->fps)||(fps_denom>0&&(fps_num*1.)/(fps_denom*1.)!=rdet->fps)||(!anr&&(rdet->width!=width||rdet->height!=height)&&height*width>0)||(arate!=rdet->arate&&arate>0)) { + if (swap_endian||(asigned==1&&rdet->aendian==AFORM_UNSIGNED)||(asigned==2&&rdet->aendian==AFORM_SIGNED)||(fps>0.&&fps!=rdet->fps)||(fps_denom>0&&(fps_num*1.)/(fps_denom*1.)!=rdet->fps)||(!anr&&(rdet->width!=width||rdet->height!=height)&&height*width>0)||(arate!=rdet->arate&&arate>0)) { g_free (msg2); msg2=g_strdup (_ ("LiVES recommends the following settings:\n\n")); - if ((asigned==1&&rdet->aendian==AFORM_UNSIGNED)||(asigned==2&&rdet->aendian==AFORM_SIGNED)||(arate>0&&arate!=rdet->arate)) { + if (swap_endian||(asigned==1&&rdet->aendian==AFORM_UNSIGNED)||(asigned==2&&rdet->aendian==AFORM_SIGNED)||(arate>0&&arate!=rdet->arate)) { gchar *sstring; + gchar *estring; if (asigned==1&&rdet->aendian==AFORM_UNSIGNED) sstring=g_strdup(_(", signed")); else if (asigned==2&&rdet->aendian==AFORM_SIGNED) sstring=g_strdup(_(", unsigned")); else sstring=g_strdup(""); + if (swap_endian) { + if (mainw->endian!=AFORM_BIG_ENDIAN) estring=g_strdup(_(", little-endian")); + else estring=g_strdup(_(", big-endian")); + } + else estring=g_strdup(""); + ochange=TRUE; g_free (msg3); - msg3=g_strdup_printf (_ ("Use an audio rate of %d Hz%s\n"),arate,sstring); + msg3=g_strdup_printf (_ ("Use an audio rate of %d Hz%s%s\n"),arate,sstring,estring); g_free(sstring); + g_free(estring); } if (!ignore_fps) { ochange=TRUE; @@ -1323,6 +1334,7 @@ msg8=g_strdup(_("disable audio, since the target encoder cannot encode audio\n")); } } + else anr=FALSE; } msg_a=g_strconcat (msg1,msg2,msg3,msg4,msg5,msg6,msg7,msg8,NULL); g_free (msg1); @@ -1343,7 +1355,7 @@ gboolean -do_encoder_restrict_dialog (gint width, gint height, gdouble fps, gint fps_num, gint fps_denom, gint arate, gint asigned, gboolean anr) { +do_encoder_restrict_dialog (gint width, gint height, gdouble fps, gint fps_num, gint fps_denom, gint arate, gint asigned, gboolean swap_endian, gboolean anr) { gchar *msg1=g_strdup_printf (_ ("\n\nDue to restrictions in the %s format\n"),prefs->encoder.of_desc); gchar *msg2=g_strdup (""); gchar *msg3=g_strdup (""); @@ -1374,18 +1386,26 @@ } - if (asigned!=0||(arate>0&&arate!=carate)||(fps>0.&&fps!=cfps)||(fps_denom>0&&(fps_num*1.)/(fps_denom*1.)!=cfps)||(!anr&&(chsize!=width||cvsize!=height)&&height*width>0)) { + if (swap_endian||asigned!=0||(arate>0&&arate!=carate)||(fps>0.&&fps!=cfps)||(fps_denom>0&&(fps_num*1.)/(fps_denom*1.)!=cfps)||(!anr&&(chsize!=width||cvsize!=height)&&height*width>0)) { g_free (msg2); msg2=g_strdup (_ ("LiVES must:\n")); - if (asigned!=0||(arate>0&&arate!=carate)) { + if (swap_endian||asigned!=0||(arate>0&&arate!=carate)) { gchar *sstring; + gchar *estring; if (asigned==1) sstring=g_strdup(_(", signed")); else if (asigned==2) sstring=g_strdup(_(", unsigned")); else sstring=g_strdup(""); + if (swap_endian) { + if (cfile->signed_endian&AFORM_BIG_ENDIAN) estring=g_strdup(_(", little-endian")); + else estring=g_strdup(_(", big-endian")); + } + else estring=g_strdup(""); + g_free (msg3); - msg3=g_strdup_printf (_ ("resample audio to %d Hz%s\n"),arate,sstring); + msg3=g_strdup_printf (_ ("resample audio to %d Hz%s%s\n"),arate,sstring,estring); g_free(sstring); + g_free(estring); } if (fps>0&&fps!=cfps) {
View file
LiVES-1.4.6.tar.bz2/src/effects-weed.c -> LiVES-1.4.7.tar.bz2/src/effects-weed.c
Changed
@@ -1915,7 +1915,7 @@ } if (!inplace) { - float *abuf=g_malloc(nchans*nsamps*sizeof(float)); + float *abuf=g_malloc0(nchans*nsamps*sizeof(float)); weed_set_int_value(channel,"audio_data_length",nsamps); weed_set_voidptr_value(channel,"audio_data",abuf); } @@ -2249,7 +2249,7 @@ if (pchains!=NULL&&pchains[key]!=NULL) { interpolate_params(instance,pchains[key],tc); // interpolate parameters during playback } - filter_error=weed_apply_instance (instance,(weed_plant_t *)init_events[i],layers,0,0,tc); + filter_error=weed_apply_instance (instance,init_event,layers,0,0,tc); //if (filter_error!=FILTER_NO_ERROR) g_printerr("Render error was %d\n",filter_error); } }
View file
LiVES-1.4.6.tar.bz2/src/effects.c -> LiVES-1.4.7.tar.bz2/src/effects.c
Changed
@@ -487,15 +487,8 @@ g_snprintf(oname,256,"%s/%s/%08d.mgk",prefs->tmpdir,cfile->handle,i); - if (cfile->img_type==IMG_TYPE_JPEG) { - gdk_pixbuf_save (pixbuf, oname, "jpeg", &error,"quality", "100", NULL); - } - else if (cfile->img_type==IMG_TYPE_PNG) { - gdk_pixbuf_save (pixbuf, oname, "png", &error, NULL); - } - else { - //gdk_pixbuf_save_to_callback(...); - } + lives_pixbuf_save (pixbuf, oname, cfile->img_type, 100, &error); + gdk_pixbuf_unref (pixbuf);
View file
LiVES-1.4.6.tar.bz2/src/events.c -> LiVES-1.4.7.tar.bz2/src/events.c
Changed
@@ -3324,21 +3324,12 @@ if (prefs->ocp==-1) prefs->ocp=get_int_pref ("open_compression_percent"); if (cfile->img_type==IMG_TYPE_JPEG) { - gchar *qstr=g_strdup_printf("%d",(100-prefs->ocp)); if (cfile->old_frames==0) g_snprintf(oname,256,"%s/%s/%08d.jpg",prefs->tmpdir,cfile->handle,out_frame); - - gdk_pixbuf_save (pixbuf, oname, "jpeg", &error,"quality", qstr, NULL); - g_free(qstr); } else if (cfile->img_type==IMG_TYPE_PNG) { - gchar *cstr=g_strdup_printf("%d",(gint)((gdouble)(prefs->ocp+5.)/10.)); if (cfile->old_frames==0) g_snprintf(oname,256,"%s/%s/%08d.png",prefs->tmpdir,cfile->handle,out_frame); - gdk_pixbuf_save (pixbuf, oname, "png", &error, "compression", cstr, NULL); - g_free(cstr); - } - else { - //gdk_pixbuf_save_to_callback(...); } + lives_pixbuf_save (pixbuf, oname, cfile->img_type, 100-prefs->ocp, &error); cfile->undo_end=out_frame; if (out_frame>cfile->frames) cfile->frames=out_frame;
View file
LiVES-1.4.6.tar.bz2/src/gui.c -> LiVES-1.4.7.tar.bz2/src/gui.c
Changed
@@ -3745,21 +3745,23 @@ fullscreen=FALSE; xwinid=mainw->xwin; } - if (mainw->ext_playback) { +#ifdef RT_AUDIO stop_audio_stream(); +#endif if (mainw->vpp->exit_screen!=NULL) { (*mainw->vpp->exit_screen)(mainw->ptr_x,mainw->ptr_y); } } +#ifdef RT_AUDIO if (mainw->vpp->audio_codec!=AUDIO_CODEC_NONE&&prefs->stream_audio_out) { start_audio_stream(); } else { clear_audio_stream(); } - +#endif if ((mainw->vpp->init_screen==NULL)||((*mainw->vpp->init_screen)(mainw->pwidth,mainw->pheight*(fixed_size?1:prefs->virt_height),fullscreen,xwinid,mainw->vpp->extra_argc,mainw->vpp->extra_argv))) { mainw->ext_playback=TRUE;
View file
LiVES-1.4.6.tar.bz2/src/main.c -> LiVES-1.4.7.tar.bz2/src/main.c
Changed
@@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA */ @@ -942,6 +942,8 @@ prefs->stream_audio_out=get_boolean_pref("stream_audio_out"); prefs->unstable_fx=FALSE; + + prefs->disabled_decoders=get_list_pref("disabled_decoders"); ////////////////////////////////////////////////////////////////// weed_memory_init(); @@ -2138,11 +2140,11 @@ g_snprintf(buff,256,"%s",optarg); // override aplayer default if (!strcmp(buff,"sox")) { - switch_aud_to_sox(); + switch_aud_to_sox(TRUE); apl_valid=TRUE; } if (!strcmp(buff,"mplayer")) { - switch_aud_to_mplayer(); + switch_aud_to_mplayer(TRUE); apl_valid=TRUE; } if (!strcmp(buff,"jack")) { @@ -2628,7 +2630,9 @@ } weed_plant_free(layer); - if (GDK_IS_PIXBUF(start_pixbuf)) gtk_image_set_from_pixbuf(GTK_IMAGE(mainw->image272),start_pixbuf); + if (GDK_IS_PIXBUF(start_pixbuf)) { + gtk_image_set_from_pixbuf(GTK_IMAGE(mainw->image272),start_pixbuf); + } if (start_pixbuf!=NULL) { if (G_IS_OBJECT(start_pixbuf)) { gdk_pixbuf_unref(start_pixbuf); @@ -2653,6 +2657,8 @@ weed_set_int_value(layer,"clip",mainw->current_file); weed_set_int_value(layer,"frame",frame); + + if (pull_frame_at_size(layer,cfile->img_type==IMG_TYPE_JPEG?"jpg":"png",tc,width,height,WEED_PALETTE_RGB24)) { convert_layer_palette(layer,WEED_PALETTE_RGB24,0); interp=get_interp_value(prefs->pb_quality); @@ -2661,7 +2667,9 @@ } weed_plant_free(layer); - if (GDK_IS_PIXBUF(start_pixbuf)) gtk_image_set_from_pixbuf(GTK_IMAGE(mainw->image272),start_pixbuf); + if (GDK_IS_PIXBUF(start_pixbuf)) { + gtk_image_set_from_pixbuf(GTK_IMAGE(mainw->image272),start_pixbuf); + } if (start_pixbuf!=NULL) { if (G_IS_OBJECT(start_pixbuf)) { gdk_pixbuf_unref(start_pixbuf); @@ -2673,6 +2681,11 @@ gtk_widget_queue_resize(mainw->image272); while (g_main_context_iteration(NULL,FALSE)); + if (mainw->current_file==-1) { + // user may close file + load_start_image(0); + return; + } } while (rwidth!=mainw->image272->allocation.width||rheight!=mainw->image272->allocation.height); threaded_dialog_spin(); @@ -2735,7 +2748,9 @@ } weed_plant_free(layer); - if (GDK_IS_PIXBUF(end_pixbuf)) gtk_image_set_from_pixbuf(GTK_IMAGE(mainw->image273),end_pixbuf); + if (GDK_IS_PIXBUF(end_pixbuf)) { + gtk_image_set_from_pixbuf(GTK_IMAGE(mainw->image273),end_pixbuf); + } if (end_pixbuf!=NULL) { if (G_IS_OBJECT(end_pixbuf)) { gdk_pixbuf_unref(end_pixbuf); @@ -2768,7 +2783,9 @@ weed_plant_free(layer); - if (GDK_IS_PIXBUF(end_pixbuf)) gtk_image_set_from_pixbuf(GTK_IMAGE(mainw->image273),end_pixbuf); + if (GDK_IS_PIXBUF(end_pixbuf)) { + gtk_image_set_from_pixbuf(GTK_IMAGE(mainw->image273),end_pixbuf); + } if (end_pixbuf!=NULL) { if (G_IS_OBJECT(end_pixbuf)) { gdk_pixbuf_unref(end_pixbuf); @@ -2780,6 +2797,11 @@ gtk_widget_queue_resize(mainw->image273); while (g_main_context_iteration(NULL,FALSE)); + if (mainw->current_file==-1) { + // user may close file + load_end_image(0); + return; + } } while (rwidth!=mainw->image273->allocation.width||rheight!=mainw->image273->allocation.height); threaded_dialog_spin(); @@ -2883,6 +2905,7 @@ } gtk_image_set_from_pixbuf(GTK_IMAGE(mainw->preview_image), pixbuf); + if (update_always) { // set spins from current frame switch (mainw->prv_link) { @@ -4107,17 +4130,10 @@ g_snprintf(fname,256,"%s/%s/%08d.%s",prefs->tmpdir,cfile->handle,frame,prefs->image_ext); do { if (gerror!=NULL) g_error_free(gerror); - gerror=NULL; - if (!strcmp (prefs->image_ext,"jpg")) { - gdk_pixbuf_save (pixbuf, fname, "jpeg", &gerror,"quality", "100", NULL); - } - else if (!strcmp (prefs->image_ext,"png")) { - gdk_pixbuf_save (pixbuf, fname, "png", &gerror, NULL); - } - else { - //gdk_pixbuf_save_to_callback(...); - } - } while (gerror!=NULL); // TODO ** - check for disk space error + if (!strcmp(prefs->image_ext,"jpg")) lives_pixbuf_save(pixbuf, fname, IMG_TYPE_JPEG, 100, &gerror); + else if (!strcmp(prefs->image_ext,"png")) + lives_pixbuf_save(pixbuf, fname, IMG_TYPE_PNG, 100, &gerror); + } while (gerror!=NULL); gdk_pixbuf_unref(pixbuf); cfile->frames=frame; } @@ -4133,6 +4149,29 @@ } +/** Save a pixbuf to a file using the specified imgtype and the specified quality/compression value */ + +GError *lives_pixbuf_save(GdkPixbuf *pixbuf, gchar *fname, lives_image_type_t imgtype, int quality, GError **gerrorptr) { + // TODO ** - check for disk space errors + + if (imgtype==IMG_TYPE_JPEG) { + gchar *qstr=g_strdup_printf("%d",quality); + gdk_pixbuf_save (pixbuf, fname, "jpeg", gerrorptr, "quality", qstr, NULL); + g_free(qstr); + } + else if (imgtype==IMG_TYPE_PNG) { + gchar *cstr=g_strdup_printf("%d",(gint)((100.-(gdouble)quality+5.)/10.)); + gdk_pixbuf_save (pixbuf, fname, "png", gerrorptr, "compression", cstr, NULL); + g_free(cstr); + } + else { + //gdk_pixbuf_save_to_callback(...); + } + return *gerrorptr; +} + + + GdkPixbuf *lives_scale_simple (GdkPixbuf *pixbuf, gint width, gint height) { GdkPixbuf *pixbuf2; gint interp=get_interp_value(prefs->pb_quality);
View file
LiVES-1.4.6.tar.bz2/src/main.h -> LiVES-1.4.7.tar.bz2/src/main.h
Changed
@@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License agint64 with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA */ @@ -672,8 +672,8 @@ void do_auto_dialog(const gchar *text, gint type); void do_encoder_acodec_error (void); void do_encoder_sox_error(void); -gboolean rdet_suggest_values (gint width, gint height, gdouble fps, gint fps_num, gint fps_denom, gint arate, gint asigned, gboolean anr, gboolean ignore_fps); -gboolean do_encoder_restrict_dialog (gint width, gint height, gdouble fps, gint fps_num, gint fps_denom, gint arate, gint asigned, gboolean anr); +gboolean rdet_suggest_values (gint width, gint height, gdouble fps, gint fps_num, gint fps_denom, gint arate, gint asigned, gboolean swap_endian, gboolean anr, gboolean ignore_fps); +gboolean do_encoder_restrict_dialog (gint width, gint height, gdouble fps, gint fps_num, gint fps_denom, gint arate, gint asigned, gboolean swap_endian, gboolean anr); void do_keys_window (void); void do_mt_keys_window (void); void do_messages_window (void); @@ -803,6 +803,7 @@ gboolean pull_frame(weed_plant_t *layer, const gchar *image_ext, weed_timecode_t tc); gboolean pull_frame_at_size (weed_plant_t *layer, const gchar *image_ext, weed_timecode_t tc, int width, int height, int target_palette); GdkPixbuf *pull_gdk_pixbuf_at_size(gint clip, gint frame, const gchar *image_ext, weed_timecode_t tc, gint width, gint height, GdkInterpType interp); +GError * lives_pixbuf_save(GdkPixbuf *pixbuf, gchar *fname, lives_image_type_t imgtype, int quality, GError **gerrorptr); void load_frame_image(gint frame); void sensitize(void); @@ -862,11 +863,14 @@ gboolean get_boolean_pref(const gchar *key); gdouble get_double_pref(const gchar *key); gint get_int_pref(const gchar *key); +GList *get_list_pref(const gchar *key); void get_location(const gchar *exe, gchar *val, gint maxlen); void set_pref (const gchar *key, const gchar *value); +void delete_pref (const gchar *key); void set_boolean_pref(const gchar *key, gboolean value); void set_double_pref(const gchar *key, gdouble value); void set_int_pref(const gchar *key, gboolean value); +void set_list_pref(const char *key, GList *values); gboolean apply_prefs(gboolean skip_warnings); void save_future_prefs(void); void set_menu_text(GtkWidget *menu, const gchar *text, gboolean use_mnemonic); @@ -884,10 +888,10 @@ void colour_equal(GdkColor *c1, const GdkColor *c2); void switch_to_int_player(void); void switch_to_mplayer(void); -void switch_aud_to_sox(void); +void switch_aud_to_sox(gboolean set_pref); gboolean switch_aud_to_jack(void); gboolean switch_aud_to_pulse(void); -void switch_aud_to_mplayer(void); +void switch_aud_to_mplayer(gboolean set_pref); void prepare_to_play_foreign(void); gboolean after_foreign_play(void); gboolean check_file(const gchar *file_name, gboolean check_exists); ///< check if file exists @@ -949,6 +953,9 @@ void minimise_aspect_delta (gdouble allowed_aspect,gint hblock,gint vblock,gint hsize,gint vsize,gint *width,gint *height); LIVES_INLINE gint get_interp_value(gshort quality); LIVES_INLINE GList *g_list_move_to_first(GList *list, GList *item) WARN_UNUSED; +GList *g_list_delete_string(GList *, char *string) WARN_UNUSED; +GList *g_list_copy_strings(GList *list); +gboolean string_lists_differ(GList *, GList *); GList *get_set_list(const gchar *dir);
View file
LiVES-1.4.6.tar.bz2/src/multitrack.c -> LiVES-1.4.7.tar.bz2/src/multitrack.c
Changed
@@ -7872,7 +7872,15 @@ unblock_expose(); } - gtk_widget_hide(mt->window); + gtk_window_remove_accel_group (GTK_WINDOW (mt->window), mt->accel_group); + + if (mainw->play_window!=NULL) { + gtk_window_remove_accel_group (GTK_WINDOW (mainw->play_window), mt->accel_group); + gtk_window_add_accel_group (GTK_WINDOW (mainw->play_window), mainw->accel_group); + } + + g_object_unref(mt->accel_group); + // put buttons back in mainw->menubar mt_swap_play_pause(mt,FALSE); @@ -7982,13 +7990,6 @@ gtk_widget_destroy (mt->window); - if (mainw->play_window!=NULL) { - gtk_window_remove_accel_group (GTK_WINDOW (mainw->play_window), mt->accel_group); - gtk_window_add_accel_group (GTK_WINDOW (mainw->play_window), mainw->accel_group); - } - - g_object_unref(mt->accel_group); - mainw->multitrack=NULL; mainw->event_list=NULL;
View file
LiVES-1.4.6.tar.bz2/src/omc-learn.c -> LiVES-1.4.7.tar.bz2/src/omc-learn.c
Changed
@@ -2212,8 +2212,10 @@ if (omacro.ptypes[i]==OMC_PARAM_SPECIAL) { write_fx_tag(string,nfixed,mnode,&omacro,typetags); } - if (omacro.ptypes[i]==OMC_PARAM_INT) g_strappend(typetags,OSC_MAX_TYPETAGS,"i"); - else g_strappend(typetags,OSC_MAX_TYPETAGS,"f"); + else { + if (omacro.ptypes[i]==OMC_PARAM_INT) g_strappend(typetags,OSC_MAX_TYPETAGS,"i"); + else g_strappend(typetags,OSC_MAX_TYPETAGS,"f"); + } } OSC_writeAddressAndTypes(&obuf,omacro.msg,typetags);
View file
LiVES-1.4.6.tar.bz2/src/plugins.c -> LiVES-1.4.7.tar.bz2/src/plugins.c
Changed
@@ -532,21 +532,24 @@ (*mainw->vpp->exit_screen)(mainw->ptr_x,mainw->ptr_y); } +#ifdef RT_AUDIO stop_audio_stream(); - +#endif mainw->stream_ticks=-1; mainw->vpp->palette=pal_list[i]; if (!(*vpp->set_palette)(vpp->palette)) { do_vpp_palette_error(); mainw->error=TRUE; + } if (vpp->set_yuv_palette_clamping!=NULL) (*vpp->set_yuv_palette_clamping)(vpp->YUV_clamping); +#ifdef RT_AUDIO if (mainw->vpp->audio_codec!=AUDIO_CODEC_NONE&&prefs->stream_audio_out) { start_audio_stream(); } - +#endif if (vpp->init_screen!=NULL) { (*vpp->init_screen)(mainw->pwidth,mainw->pheight,TRUE,0,vpp->extra_argc,vpp->extra_argv); } @@ -689,6 +692,9 @@ } + + + _vppaw *on_vpp_advanced_clicked (GtkButton *button, gpointer user_data) { GtkWidget *dialog_vbox; GtkWidget *hbox; @@ -995,7 +1001,9 @@ if (vpp!=NULL) { if (vpp==mainw->vpp) { if (mainw->ext_playback&&mainw->vpp->exit_screen!=NULL) (*mainw->vpp->exit_screen)(mainw->ptr_x,mainw->ptr_y); +#ifdef RT_AUDIO stop_audio_stream(); +#endif mainw->stream_ticks=-1; mainw->vpp=NULL; } @@ -1269,7 +1277,9 @@ // external plugin if (mainw->ext_playback) { if (mainw->vpp->exit_screen!=NULL) (*mainw->vpp->exit_screen)(mainw->ptr_x,mainw->ptr_y); +#ifdef RT_AUDIO stop_audio_stream(); +#endif mainw->ext_playback=FALSE; } mainw->stream_ticks=-1; @@ -1384,6 +1394,8 @@ gdouble fps; gint arate,achans,asampsize,asigned=0; + gboolean swap_endian=FALSE; + if (rdet==NULL) { width=owidth=cfile->hsize; height=oheight=cfile->vsize; @@ -1396,7 +1408,6 @@ rdet->suggestion_followed=FALSE; } - if (mainw->osc_auto&&mainw->osc_enc_width>0) { width=mainw->osc_enc_width; height=mainw->osc_enc_height; @@ -1461,10 +1472,17 @@ asampsize=rdet->asamps; } - - - - + // audio endianness check - what should we do for big-endian machines ? + if (((mainw->save_with_sound||rdet!=NULL)&&(resaudw==NULL||resaudw->aud_checkbutton==NULL||gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(resaudw->aud_checkbutton))))&&prefs->encoder.audio_codec!=AUDIO_CODEC_NONE&&(arate*achans*asampsize)) { + if (rdet!=NULL&&!rdet->is_encoding) { + if (mainw->endian!=AFORM_BIG_ENDIAN && (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(resaudw->rb_bigend)))) + swap_endian=TRUE; + } + else { + if (mainw->endian!=AFORM_BIG_ENDIAN && (cfile->signed_endian&AFORM_BIG_ENDIAN)) swap_endian=TRUE; + //if (mainw->endian==AFORM_BIG_ENDIAN && (cfile->signed_endian&AFORM_BIG_ENDIAN)) swap_endian=TRUE; // needs test + } + } if (strlen(prefs->encoder.of_restrict)>0) { @@ -1724,7 +1742,7 @@ - if (((width!=owidth||height!=oheight)&&width*height>0)||(best_fps_delta>0.)||(best_arate_delta>0&&best_arate>0)||best_arate<0||asigned!=0) { + if (((width!=owidth||height!=oheight)&&width*height>0)||(best_fps_delta>0.)||(best_arate_delta>0&&best_arate>0)||best_arate<0||asigned!=0||swap_endian) { gboolean ofx1_bool=mainw->fx1_bool; mainw->fx1_bool=FALSE; if ((width!=owidth||height!=oheight)&&width*height>0) { @@ -1743,10 +1761,11 @@ rdet->arate=(gint)atoi (gtk_entry_get_text(GTK_ENTRY(resaudw->entry_arate))); rdet->achans=(gint)atoi (gtk_entry_get_text(GTK_ENTRY(resaudw->entry_achans))); rdet->asamps=(gint)atoi (gtk_entry_get_text(GTK_ENTRY(resaudw->entry_asamps))); - rdet->aendian=gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(resaudw->rb_unsigned))?AFORM_UNSIGNED:AFORM_SIGNED; + rdet->aendian=get_signed_endian(gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(resaudw->rb_unsigned)),gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(resaudw->rb_littleend))); - if (width!=rdet->width||height!=rdet->height||best_fps_delta!=0.||best_arate!=rdet->arate||((asigned==1&&rdet->aendian==AFORM_UNSIGNED)||(asigned==2&&rdet->aendian==AFORM_SIGNED))) { - if (rdet_suggest_values(width,height,best_fps,best_fps_num,best_fps_denom,best_arate,asigned,allow_aspect_override,(best_fps_delta==0.))) { + if (swap_endian||width!=rdet->width||height!=rdet->height||best_fps_delta!=0.||best_arate!=rdet->arate||((asigned==1&&(rdet->aendian&AFORM_UNSIGNED))||(asigned==2&&!(rdet->aendian&AFORM_SIGNED)))) { + + if (rdet_suggest_values(width,height,best_fps,best_fps_num,best_fps_denom,best_arate,asigned,swap_endian,allow_aspect_override,(best_fps_delta==0.))) { gchar *arate_string; rdet->width=width; rdet->height=height; @@ -1756,6 +1775,12 @@ if (asigned==1) gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(resaudw->rb_signed),TRUE); else if (asigned==2) gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(resaudw->rb_unsigned),TRUE); + if (swap_endian) { + if (!gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(resaudw->rb_bigend))) + gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(resaudw->rb_bigend),TRUE); + else gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(resaudw->rb_littleend),TRUE); + } + if (best_fps_delta>0.) { if (best_fps_denom>0) { rdet->fps=(best_fps_num*1.)/(best_fps_denom*1.); @@ -1777,13 +1802,13 @@ return FALSE; } - if (mainw->osc_auto||do_encoder_restrict_dialog (width,height,best_fps,best_fps_num,best_fps_denom,best_arate,asigned,allow_aspect_override)) { + if (mainw->osc_auto||do_encoder_restrict_dialog (width,height,best_fps,best_fps_num,best_fps_denom,best_arate,asigned,swap_endian,allow_aspect_override)) { if (!mainw->fx1_bool&&mainw->osc_enc_width==0) { width=owidth; height=oheight; } - if (!auto_resample_resize (width,height,best_fps,best_fps_num,best_fps_denom,best_arate,asigned)) { + if (!auto_resample_resize (width,height,best_fps,best_fps_num,best_fps_denom,best_arate,asigned,swap_endian)) { mainw->fx1_bool=ofx1_bool; return FALSE; } @@ -1869,7 +1894,7 @@ -GList *load_decoders(void) { +static GList *load_decoders(void) { lives_decoder_sys_t *dplug; gchar *decplugdir=g_strdup_printf("%s%s%s",prefs->lib_dir,PLUGIN_EXEC_DIR,PLUGIN_DECODERS); GList *dlist=NULL; @@ -1894,13 +1919,7 @@ - - - - - - -const lives_clip_data_t *get_decoder_cdata(file *sfile) { +const lives_clip_data_t *get_decoder_cdata(file *sfile, GList *disabled) { // pass file to each decoder (demuxer) plugin in turn, until we find one that can parse // the file // NULL is returned if no decoder plugin recognises the file - then we @@ -1944,6 +1963,11 @@ while (decoder_plugin!=NULL) { lives_decoder_sys_t *dpsys=(lives_decoder_sys_t *)decoder_plugin->data; + if (lives_list_index(disabled,dpsys->name)!=-1) { + decoder_plugin=decoder_plugin->next; + continue; + } + #ifdef DEBUG_DECPLUG g_print("trying decoder %s\n",dpsys->name); #endif @@ -2121,6 +2145,191 @@ +static void dpa_ok_clicked (GtkWidget *button, gpointer user_data) { + gtk_widget_destroy(gtk_widget_get_toplevel(button)); + + if (prefsw!=NULL) { + gtk_window_present(GTK_WINDOW(prefsw->prefs_dialog)); + gdk_window_raise(prefsw->prefs_dialog->window); + if (string_lists_differ(future_prefs->disabled_decoders,future_prefs->disabled_decoders_new)) + apply_button_set_enabled(NULL,NULL); + } + + if (future_prefs->disabled_decoders!=NULL) {
View file
LiVES-1.4.6.tar.bz2/src/plugins.h -> LiVES-1.4.7.tar.bz2/src/plugins.h
Changed
@@ -270,7 +270,7 @@ -const lives_clip_data_t *get_decoder_cdata(file *); +const lives_clip_data_t *get_decoder_cdata(file *, GList *disabled); void close_decoder_plugin (lives_decoder_t *); lives_decoder_sys_t *open_decoder_plugin(const gchar *plname); void get_mime_type(gchar *text, int maxlen, const lives_clip_data_t *); @@ -507,6 +507,7 @@ } _vppaw; _vppaw *on_vpp_advanced_clicked (GtkButton *, gpointer); +void on_decplug_advanced_clicked (GtkButton *button, gpointer user_data); /// for realtime effects, see effects-weed.h
View file
LiVES-1.4.6.tar.bz2/src/preferences.c -> LiVES-1.4.7.tar.bz2/src/preferences.c
Changed
@@ -23,9 +23,13 @@ #include "omc-learn.h" #endif -void on_osc_enable_toggled (GtkToggleButton *t1, gpointer t2) { +static void on_osc_enable_toggled (GtkToggleButton *t1, gpointer t2) { if (prefs->osc_udp_started) return; - gtk_widget_set_sensitive (prefsw->spinbutton_osc_udp,gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (t1))||gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (t2))); + gtk_widget_set_sensitive (prefsw->spinbutton_osc_udp,gtk_toggle_button_get_active (t1)||gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (t2))); +} + +static void instopen_toggled (GtkToggleButton *t1, GtkWidget *button) { + gtk_widget_set_sensitive (button,gtk_toggle_button_get_active (t1)); } @@ -92,6 +96,30 @@ +GList *get_list_pref(const gchar *key) { + // get a list of values from a preference + gchar **array; + gchar buf[65536]; + int nvals,i; + + GList *retlist=NULL; + + get_pref(key,buf,65535); + if (!strlen(buf)) return NULL; + + nvals=get_token_count(buf,'\n'); + array=g_strsplit(buf,"\n",-1); + for (i=0;i<nvals;i++) { + retlist=g_list_append(retlist,g_strdup(array[i])); + } + + g_strfreev(array); + + return retlist; +} + + + void @@ -158,6 +186,14 @@ return strtod(buffer,NULL); } +void +delete_pref(const gchar *key) { + gchar *com=g_strdup_printf("smogrify delete_pref %s",key); + if (system(com)) { + tempdir_warning(); + } + g_free(com); +} void set_pref(const gchar *key, const gchar *value) { @@ -206,6 +242,32 @@ +void set_list_pref(const char *key, GList *values) { + // set pref from a list of values + GList *xlist=values; + gchar *string=NULL,*tmp; + + while (xlist!=NULL) { + if (string==NULL) string=g_strdup((gchar *)xlist->data); + else { + tmp=g_strdup_printf("%s\n%s",string,(gchar *)xlist->data); + g_free(string); + string=tmp; + } + xlist=xlist->next; + } + + if (string==NULL) string=g_strdup(""); + + set_pref(key,string); + + g_free(string); +} + + + + + void set_vpp(gboolean set_in_prefs) { if (strlen (future_prefs->vpp_name)) { @@ -337,6 +399,7 @@ gboolean warn_layout_popup=gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(prefsw->checkbutton_warn_layout_popup)); gboolean warn_mt_backup_space=gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(prefsw->checkbutton_warn_mt_backup_space)); gboolean warn_after_crash=gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(prefsw->checkbutton_warn_after_crash)); + gboolean warn_no_pulse=gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(prefsw->checkbutton_warn_no_pulse)); gboolean midisynch=gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(prefsw->check_midi)); gboolean instant_open=gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(prefsw->checkbutton_instant_open)); @@ -357,7 +420,9 @@ gboolean rec_effects=gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(prefsw->reffects)); gboolean rec_clips=gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(prefsw->rclips)); gboolean rec_audio=gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(prefsw->raudio)); +#ifdef RT_AUDIO gboolean rec_desk_audio=gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(prefsw->rdesk_audio)); +#endif gboolean mt_enter_prompt=gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(prefsw->mt_enter_prompt)); gboolean render_prompt=!gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(prefsw->checkbutton_render_prompt)); @@ -464,7 +529,7 @@ } - warn_mask=!warn_fps*WARN_MASK_FPS+!warn_save_set*WARN_MASK_SAVE_SET+!warn_fsize*WARN_MASK_FSIZE+!warn_mplayer*WARN_MASK_NO_MPLAYER+!warn_rendered_fx*WARN_MASK_RENDERED_FX+!warn_encoders*WARN_MASK_NO_ENCODERS+!warn_layout_missing_clips*WARN_MASK_LAYOUT_MISSING_CLIPS+!warn_duplicate_set*WARN_MASK_DUPLICATE_SET+!warn_layout_close*WARN_MASK_LAYOUT_CLOSE_FILE+!warn_layout_delete*WARN_MASK_LAYOUT_DELETE_FRAMES+!warn_layout_shift*WARN_MASK_LAYOUT_SHIFT_FRAMES+!warn_layout_alter*WARN_MASK_LAYOUT_ALTER_FRAMES+!warn_discard_layout*WARN_MASK_EXIT_MT+!warn_after_dvgrab*WARN_MASK_AFTER_DVGRAB+!warn_mt_achans*WARN_MASK_MT_ACHANS+!warn_mt_no_jack*WARN_MASK_MT_NO_JACK+!warn_layout_adel*WARN_MASK_LAYOUT_DELETE_AUDIO+!warn_layout_ashift*WARN_MASK_LAYOUT_SHIFT_AUDIO+!warn_layout_aalt*WARN_MASK_LAYOUT_ALTER_AUDIO+!warn_layout_popup*WARN_MASK_LAYOUT_POPUP+!warn_yuv4m_open*WARN_MASK_OPEN_YUV4M+!warn_mt_backup_space*WARN_MASK_MT_BACKUP_SPACE+!warn_after_crash*WARN_MASK_CLEAN_AFTER_CRASH; + warn_mask=!warn_fps*WARN_MASK_FPS+!warn_save_set*WARN_MASK_SAVE_SET+!warn_fsize*WARN_MASK_FSIZE+!warn_mplayer*WARN_MASK_NO_MPLAYER+!warn_rendered_fx*WARN_MASK_RENDERED_FX+!warn_encoders*WARN_MASK_NO_ENCODERS+!warn_layout_missing_clips*WARN_MASK_LAYOUT_MISSING_CLIPS+!warn_duplicate_set*WARN_MASK_DUPLICATE_SET+!warn_layout_close*WARN_MASK_LAYOUT_CLOSE_FILE+!warn_layout_delete*WARN_MASK_LAYOUT_DELETE_FRAMES+!warn_layout_shift*WARN_MASK_LAYOUT_SHIFT_FRAMES+!warn_layout_alter*WARN_MASK_LAYOUT_ALTER_FRAMES+!warn_discard_layout*WARN_MASK_EXIT_MT+!warn_after_dvgrab*WARN_MASK_AFTER_DVGRAB+!warn_mt_achans*WARN_MASK_MT_ACHANS+!warn_mt_no_jack*WARN_MASK_MT_NO_JACK+!warn_layout_adel*WARN_MASK_LAYOUT_DELETE_AUDIO+!warn_layout_ashift*WARN_MASK_LAYOUT_SHIFT_AUDIO+!warn_layout_aalt*WARN_MASK_LAYOUT_ALTER_AUDIO+!warn_layout_popup*WARN_MASK_LAYOUT_POPUP+!warn_yuv4m_open*WARN_MASK_OPEN_YUV4M+!warn_mt_backup_space*WARN_MASK_MT_BACKUP_SPACE+!warn_after_crash*WARN_MASK_CLEAN_AFTER_CRASH+!warn_no_pulse*WARN_MASK_NO_PULSE_CONNECT; if (warn_mask!=prefs->warning_mask) { prefs->warning_mask=warn_mask; @@ -541,6 +606,18 @@ } } + // disabled_decoders + if (string_lists_differ(prefs->disabled_decoders,future_prefs->disabled_decoders)) { + if (prefs->disabled_decoders!=NULL) { + g_list_free_strings(prefs->disabled_decoders); + g_list_free(prefs->disabled_decoders); + } + prefs->disabled_decoders=g_list_copy_strings(future_prefs->disabled_decoders); + if (prefs->disabled_decoders!=NULL) set_list_pref("disabled_decoders",prefs->disabled_decoders); + else delete_pref("disabled_decoders"); + } + + // stop xscreensaver if (prefs->stop_screensaver!=stop_screensaver) { prefs->stop_screensaver=stop_screensaver; @@ -895,18 +972,21 @@ // switch to sox if (!(strcmp(audio_player,"sox"))&&prefs->audio_player!=AUD_PLAYER_SOX) { - switch_aud_to_sox(); + switch_aud_to_sox(TRUE); } // switch to jack else if (!(strcmp(audio_player,"jack"))&&prefs->audio_player!=AUD_PLAYER_JACK) { // may fail - if (!switch_aud_to_jack()) do_jack_noopen_warn(); + if (!switch_aud_to_jack()) { + do_jack_noopen_warn(); + set_combo_box_active_string(GTK_COMBO_BOX(prefsw->audp_combo), prefsw->orig_audp_name); + } } // switch to mplayer audio else if (!(strcmp (audio_player,"mplayer"))&&prefs->audio_player!=AUD_PLAYER_MPLAYER) { - switch_aud_to_mplayer(); + switch_aud_to_mplayer(TRUE); } // switch to pulse audio @@ -914,7 +994,12 @@ if (!capable->has_pulse_audio) { do_error_dialog_with_check_transient(_("\nUnable to switch audio players to pulse audio\npulseaudio must be installed first.\nSee http://www.pulseaudio.org\n"),TRUE,0,prefsw!=NULL?GTK_WINDOW(prefsw->prefs_dialog):GTK_WINDOW(mainw->LiVES->window)); } - else switch_aud_to_pulse(); + else { + if (!switch_aud_to_pulse()) { + // revert text + set_combo_box_active_string(GTK_COMBO_BOX(prefsw->audp_combo), prefsw->orig_audp_name); + } + } } @@ -1596,7 +1681,7 @@ /* * Function makes apply button sensitive */ -static void apply_button_set_enabled(GtkWidget *widget, gpointer func_data) +void apply_button_set_enabled(GtkWidget *widget, gpointer func_data) { gtk_widget_set_sensitive(GTK_WIDGET(prefsw->applybutton), TRUE); gtk_widget_set_sensitive(GTK_WIDGET(prefsw->cancelbutton), TRUE); @@ -2723,6 +2808,21 @@ gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (prefsw->checkbutton_instant_open),prefs->instant_open); gtk_container_set_border_width(GTK_CONTAINER (hbox), 10); + + // advanced instant opening + advbutton = gtk_button_new_with_mnemonic (_("_Advanced")); + gtk_widget_show (advbutton); + gtk_box_pack_start (GTK_BOX (hbox), advbutton, FALSE, FALSE, 40); + + g_signal_connect (GTK_OBJECT (advbutton), "clicked",
View file
LiVES-1.4.6.tar.bz2/src/preferences.h -> LiVES-1.4.7.tar.bz2/src/preferences.h
Changed
@@ -96,6 +96,7 @@ #define WARN_MASK_CLEAN_AFTER_CRASH (1<<24) +#define WARN_MASK_NO_PULSE_CONNECT (1<<25) gchar effect_command[256]; gchar video_open_command[256]; @@ -276,6 +277,8 @@ gboolean stream_audio_out; gboolean unstable_fx; + + GList *disabled_decoders; } _prefs; enum { @@ -380,6 +383,7 @@ GtkWidget *checkbutton_warn_layout_popup; GtkWidget *checkbutton_warn_discard_layout; GtkWidget *checkbutton_warn_after_dvgrab; + GtkWidget *checkbutton_warn_no_pulse; GtkWidget *checkbutton_show_stats; GtkWidget *check_xmms_pause; GtkWidget *checkbutton_warn_fsize; @@ -435,6 +439,7 @@ GtkWidget *forcesmon; GList *pbq_list; gchar *audp_name; + gchar *orig_audp_name; gulong audp_entry_func; GtkWidget *checkbutton_omc_js; GtkWidget *checkbutton_omc_midi; @@ -485,6 +490,9 @@ gint nfx_threads; + GList *disabled_decoders; + GList *disabled_decoders_new; + } _future_prefs; _prefs *prefs; @@ -516,4 +524,6 @@ void prefsw_set_astream_settings(_vid_playback_plugin *); +void apply_button_set_enabled(GtkWidget *widget, gpointer func_data); + #endif
View file
LiVES-1.4.6.tar.bz2/src/pulse.c -> LiVES-1.4.7.tar.bz2/src/pulse.c
Changed
@@ -83,17 +83,17 @@ if (!mainw->foreign) { if (startup_phase==0&&capable->has_sox) { - do_error_dialog(_("\nUnable to connect to pulse audio server.\nFalling back to sox audio player.\nYou can change this in Preferences/Playback.\n")); - switch_aud_to_sox(); + do_error_dialog_with_check(_("\nUnable to connect to pulse audio server.\nFalling back to sox audio player.\nYou can change this in Preferences/Playback.\n"),WARN_MASK_NO_PULSE_CONNECT); + switch_aud_to_sox(prefs->warning_mask&WARN_MASK_NO_PULSE_CONNECT); } else if (startup_phase==0&&capable->has_mplayer) { - do_error_dialog(_("\nUnable to connect to pulse audio server.\nFalling back to mplayer audio player.\nYou can change this in Preferences/Playback.\n")); - switch_aud_to_mplayer(); + do_error_dialog_with_check(_("\nUnable to connect to pulse audio server.\nFalling back to mplayer audio player.\nYou can change this in Preferences/Playback.\n"),WARN_MASK_NO_PULSE_CONNECT); + switch_aud_to_mplayer(prefs->warning_mask&WARN_MASK_NO_PULSE_CONNECT); } else { msg=g_strdup(_("\nUnable to connect to pulse audio server.\n")); - if (startup_phase==0) { - do_error_dialog(msg); + if (startup_phase!=2) { + do_blocking_error_dialog(msg); } else { msg2=g_strdup_printf("%s%s",msg,_("LiVES will exit and you can choose another audio player.\n"));
View file
LiVES-1.4.6.tar.bz2/src/resample.c -> LiVES-1.4.7.tar.bz2/src/resample.c
Changed
@@ -55,7 +55,7 @@ ///////////////////////////////////////////////////// -gboolean auto_resample_resize (gint width,gint height,gdouble fps,gint fps_num,gint fps_denom, gint arate, gint asigned) { +gboolean auto_resample_resize (gint width,gint height,gdouble fps,gint fps_num,gint fps_denom, gint arate, gint asigned, gboolean swap_endian) { // do a block atomic: resample audio, then resample video/resize or joint resample/resize gchar *com,*msg=NULL; @@ -67,7 +67,7 @@ reorder_leave_back=FALSE; - if (asigned!=0||(arate>0&&arate!=cfile->arate)) { + if (asigned!=0||(arate>0&&arate!=cfile->arate)||swap_endian) { cfile->undo1_int=arate; cfile->undo2_int=cfile->achans; cfile->undo3_int=cfile->asampsize; @@ -76,6 +76,11 @@ if (asigned==1&&(cfile->signed_endian&AFORM_UNSIGNED)==AFORM_UNSIGNED) cfile->undo1_uint^=AFORM_UNSIGNED; else if (asigned==2&&(cfile->signed_endian&AFORM_UNSIGNED)!=AFORM_UNSIGNED) cfile->undo1_uint|=AFORM_UNSIGNED; + if (swap_endian) { + if (cfile->signed_endian&AFORM_BIG_ENDIAN) cfile->undo1_uint^=AFORM_BIG_ENDIAN; + else cfile->undo1_uint|=AFORM_BIG_ENDIAN; + } + on_resaudio_ok_clicked (NULL,NULL); if (mainw->error) return FALSE; audio_resampled=TRUE;
View file
LiVES-1.4.6.tar.bz2/src/resample.h -> LiVES-1.4.7.tar.bz2/src/resample.h
Changed
@@ -59,7 +59,7 @@ void on_change_speed_activate (GtkMenuItem *, gpointer); void on_change_speed_ok_clicked (GtkButton *, gpointer); -gboolean auto_resample_resize (gint width,gint height,gdouble fps,gint fps_num,gint fps_denom, gint arate, gint asigned); +gboolean auto_resample_resize (gint width,gint height,gdouble fps,gint fps_num,gint fps_denom, gint arate, gint asigned, gboolean swap_endian); gint reorder_frames(void); gint deorder_frames(gint old_framecount, gboolean leave_bak); ///< leave_bak is a special mode for the clipboard
View file
LiVES-1.4.6.tar.bz2/src/saveplay.c -> LiVES-1.4.7.tar.bz2/src/saveplay.c
Changed
@@ -239,7 +239,7 @@ if (!strcmp(prefs->image_ext,"png")) cfile->img_type=IMG_TYPE_PNG; if (prefs->instant_open) { - cdata=get_decoder_cdata(cfile); + cdata=get_decoder_cdata(cfile,prefs->disabled_decoders); if (cfile->ext_src!=NULL) { lives_decoder_t *dplug=(lives_decoder_t *)cfile->ext_src; cfile->opening=TRUE; @@ -4081,7 +4081,7 @@ gboolean next=FALSE; while (1) { threaded_dialog_spin(); - if ((cdata=get_decoder_cdata(cfile))==NULL) { + if ((cdata=get_decoder_cdata(cfile,NULL))==NULL) { if (mainw->error) { if (do_original_lost_warning(cfile->file_name)) {
View file
LiVES-1.4.6.tar.bz2/src/utils.c -> LiVES-1.4.7.tar.bz2/src/utils.c
Changed
@@ -1840,10 +1840,10 @@ -void switch_aud_to_sox(void) { +void switch_aud_to_sox(gboolean set_in_prefs) { prefs->audio_player=AUD_PLAYER_SOX; get_pref_default("sox_command",prefs->audio_play_command,256); - set_pref("audio_player","sox"); + if (set_in_prefs) set_pref("audio_player","sox"); g_snprintf(prefs->aplayer,512,"%s","sox"); set_pref("audio_play_command",prefs->audio_play_command); if (mainw->is_ready) { @@ -1885,7 +1885,7 @@ void -switch_aud_to_mplayer(void) { +switch_aud_to_mplayer(gboolean set_in_prefs) { int i; for (i=1;i<MAX_FILES;i++) { if (mainw->files[i]!=NULL) { @@ -1898,7 +1898,7 @@ prefs->audio_player=AUD_PLAYER_MPLAYER; get_pref_default("mplayer_audio_command",prefs->audio_play_command,256); - set_pref("audio_player","mplayer"); + if (set_in_prefs) set_pref("audio_player","mplayer"); g_snprintf(prefs->aplayer,512,"%s","mplayer"); set_pref("audio_play_command",prefs->audio_play_command); if (mainw->is_ready) { @@ -3502,3 +3502,70 @@ } +GList *g_list_delete_string(GList *list, char *string) { + // remove string from list, using strcmp + + GList *xlist=list; + while (xlist!=NULL) { + if (!strcmp((char *)xlist->data,string)) { + if (xlist->prev!=NULL) xlist->prev->next=xlist->next; + else list=xlist->next; + if (xlist->next!=NULL) xlist->next->prev=xlist->prev; + xlist->next=xlist->prev=NULL; + g_free(xlist->data); + g_list_free(xlist); + return list; + } + xlist=xlist->next; + } + return list; +} + + +GList *g_list_copy_strings(GList *list) { + // copy a list, copying the strings too + + GList *xlist=NULL,*olist=list; + + while (olist!=NULL) { + xlist=g_list_append(xlist,g_strdup((gchar *)olist->data)); + olist=olist->next; + } + + return xlist; +} + + + + +gboolean string_lists_differ(GList *alist, GList *blist) { + // compare 2 lists of strings and see if they are different (ignoring ordering) + // for long lists this would be quicker if we sorted the lists first; however this function + // is designed to deal with short lists only + + + GList *plist; + + if (g_list_length(alist)!=g_list_length(blist)) return TRUE; // check the simple case first + + // run through alist and see if we have a mismatch + + plist=alist; + while (plist!=NULL) { + GList *qlist=blist; + gboolean matched=FALSE; + while (qlist!=NULL) { + if (!(strcmp((char *)plist->data,(char *)qlist->data))) { + matched=TRUE; + break; + } + qlist=qlist->next; + } + if (!matched) return TRUE; + plist=plist->next; + } + + // since both lists were of the same length, there is no need to check blist + + return FALSE; +}
View file
LiVES-1.4.6.tar.bz2/weed-docs/weedspec.txt -> LiVES-1.4.7.tar.bz2/weed-docs/weedspec.txt
Changed
@@ -1379,6 +1379,58 @@ == WEED FLAGS AND TYPES == + +==== Boolean values ==== + + * WEED_TRUE 1 + + * WEED_FALSE 0 + + + +==== Plant types ==== + + * WEED_PLANT_HOST_INFO + + * WEED_PLANT_PLUGIN_INFO + + * WEED_PLANT_FILTER_CLASS + + * WEED_PLANT_CHANNEL_TEMPLATE + + * WEED_PLANT_PARAMETER_TEMPLATE + + * WEED_PLANT_FILTER_INSTANCE + + * WEED_PLANT_CHANNEL + + * WEED_PLANT_PARAMETER + + * WEED_PLANT_GUI + + * WEED_PLANT_EVENT + + * WEED_PLANT_EVENT_LIST + + +==== Seed types ==== + + * WEED_SEED_INT 1 + + * WEED_SEED_DOUBLE 2 + + * WEED_SEED_BOOLEAN 3 + + * WEED_SEED_STRING 4 + + * WEED_SEED_INT64 5 + + * WEED_SEED_VOIDPTR 65 + + * WEED_SEED_PLANTPTR 66 + + + ==== Weed parameter hints ==== * WEED_HINT_UNSPECIFIED @@ -1682,6 +1734,23 @@ subspace types >=512 are reserved for custom subspaces. + +==== Weed errors ==== + + * WEED_NO_ERROR 0 + + * WEED_ERROR_MEMORY_ALLOCATION 1 + + * WEED_ERROR_LEAF_READONLY 2 + + * WEED_ERROR_NOSUCH_ELEMENT[[BR]] + + * WEED_ERROR_NOSUCH_LEAF[[BR]] + + * WEED_ERROR_WRONG_SEED_TYPE[[BR]] + + + ==== Filter errors ==== * WEED_ERROR_TOO_MANY_INSTANCES[[BR]]
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.