]> git.sesse.net Git - vlc/commitdiff
* NEWS: updated some entries
authorDerk-Jan Hartman <hartman@videolan.org>
Sat, 20 Sep 2003 02:47:41 +0000 (02:47 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Sat, 20 Sep 2003 02:47:41 +0000 (02:47 +0000)
* po/pt_BR.po: Updated by Andr� de Barros Martins Ribeiro <andrerib at_ajato.com.br>
* src/libvlc.h: Added es (Spanish) to the list of choices.

NEWS
po/pt_BR.po
src/libvlc.h

diff --git a/NEWS b/NEWS
index c769b4f7c1ae648b2d0fa90b2222a4f5ad00425c..8aa0e6cdf31c64670edb9adb47c5ce85a022bff9 100644 (file)
--- 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:
index 63092b3ac343f219bafd09a901455796795a7a86..cd7935100d26e6015d5171b48cd97b6df33738a8 100644 (file)
@@ -1,8 +1,8 @@
-# Brazilian Portuguese Translation for VLC.\r
-# \r
-# Copyright (C) 2003 VideoLAN <videolan@videolan.org>\r
-# André de Barros Martins Ribeiro  <andrerib@ajato.com.br>, 2003\r
-# \r
+# 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"
index bba4b00054f5fa7af20b33dc35c1826b908e63cd..335ecdbdd30a7b3faa0c0ab09364dacf13687c34 100644 (file)
@@ -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 };
 
 /*****************************************************************************