From c4c3e73700b318f0d5b0300d3a715a0ef6eacac4 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman <hartman@videolan.org> Date: Sat, 20 Sep 2003 02:47:41 +0000 Subject: [PATCH] =?UTF-8?q?*=20NEWS:=20updated=20some=20entries=20*=20po/p?= =?UTF-8?q?t=5FBR.po:=20Updated=20by=20Andr=EF=BF=BD=20de=20Barros=20Marti?= =?UTF-8?q?ns=20Ribeiro=20<andrerib=20at=5Fajato.com.br>=20*=20src/libvlc.?= =?UTF-8?q?h:=20Added=20es=20(Spanish)=20to=20the=20list=20of=20choices.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NEWS | 15 ++++++++++++--- po/pt_BR.po | 12 ++++++------ src/libvlc.h | 4 ++-- 3 files changed, 20 insertions(+), 11 deletions(-) diff --git a/NEWS b/NEWS index c769b4f7c1ae..8aa0e6cdf31c 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,12 @@ -$Id: NEWS,v 1.65 2003/08/24 17:24:33 gbazin Exp $ +$Id: NEWS,v 1.66 2003/09/20 02:47:41 hartman Exp $ -Changes between 0.6.2 and HEAD: +Changes between 0.6.2 and 0.6.3: --------------------------------- +Core support: + * Video outputs are recycled if possible. This removes any 'flicker' between two similiar video files. + * Fixed the video filters. Video should no longer go black when these are used. + Stream output: * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio. @@ -12,9 +16,10 @@ Input demux: Codecs: * Support for AAC + SBR. + * MPEG 2.5 support. Mac OS X port: - * Mozilla plugin for Mac OS X. + * Mozilla plugin for Mac OS X (experimental). Win32 port: * New DirectShow input module (for video acquisition cards, webcams...). @@ -22,7 +27,11 @@ Win32 port: * Support for 3F2R in audio output. Miscellaneous: + * Text subtitles now have a black outline. * Text subtitles filename and charset autodetection. + * Text subtitles for mpeg files. + * Automatic fontsize selection for text subtitles. + * Audio visual effects filters (spectrum, scope and random). * Audio visual effects filter using goom. Changes between 0.6.1 and 0.6.2: diff --git a/po/pt_BR.po b/po/pt_BR.po index 63092b3ac343..cd7935100d26 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1,8 +1,8 @@ -# Brazilian Portuguese Translation for VLC. -# -# Copyright (C) 2003 VideoLAN <videolan@videolan.org> -# André de Barros Martins Ribeiro <andrerib@ajato.com.br>, 2003 -# +# Brazilian Portuguese Translation for VLC. +# +# Copyright (C) 2003 VideoLAN <videolan@videolan.org> +# André de Barros Martins Ribeiro <andrerib@ajato.com.br>, 2003 +# msgid "" msgstr "" "Project-Id-Version: vlc\n" @@ -4429,7 +4429,7 @@ msgstr "Selecionado" #: modules/gui/gtk/gtk_interface.c:2798 #, fuzzy msgid "_Crop" -msgstr "Cortar" +msgstr "_Recortar" #: modules/gui/gtk/gtk_interface.c:2809 msgid "_Invert" diff --git a/src/libvlc.h b/src/libvlc.h index bba4b00054f5..335ecdbdd30a 100644 --- a/src/libvlc.h +++ b/src/libvlc.h @@ -2,7 +2,7 @@ * libvlc.h: main libvlc header ***************************************************************************** * Copyright (C) 1998-2002 VideoLAN - * $Id: libvlc.h,v 1.84 2003/09/07 22:43:17 fenrir Exp $ + * $Id: libvlc.h,v 1.85 2003/09/20 02:47:41 hartman Exp $ * * Authors: Vincent Seguin <seguin@via.ecp.fr> * Samuel Hocevar <sam@zoy.org> @@ -26,7 +26,7 @@ #define Nothing here, this is just to prevent update-po from being stupid #include "vlc_keys.h" -static char *ppsz_language[] = { "auto", "en", "en_GB", "de", "fr", "it", "ja", +static char *ppsz_language[] = { "auto", "en", "en_GB", "es", "de", "fr", "it", "ja", "nl", "no", "pl", "pt_BR", "ru", "sv", NULL }; /***************************************************************************** -- GitLab