0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

reviewed for release : round 2

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1989 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2001-09-27 16:16:08 +00:00
parent b59297e602
commit daa649bff9
5 changed files with 42 additions and 33 deletions

View File

@ -169,7 +169,7 @@ megkeresni. Erre van 3 m
<P><B><A NAME=2.2.1.2.2>2.2.1.2.2. S3 kártyák</A></B></P>
<P>S3 Savage3D-knek mûködniük kell, de Savage4-hez 4.0.3-as de inkább újabb
XFree86 kell. S3 Virge-re vonatkozólag.. add el.</P>
XFree86 kell (ha bajok vannak a képpel, próbáld meg 16bpp-n). S3 Virge-re vonatkozólag.. add el.</P>
<P><B><A NAME=2.2.1.2.3>2.2.1.2.3. nVidia kártyák</A></B></P>

View File

@ -850,7 +850,8 @@ other technical help from:</P>
</UL></P>
<P>libvo drivers:
<UL>
<LI><B>vo_3dfx.c</B> - OBSOLETED, use xv
<LI><B>vo_3dfx.c</B> - OBSOLETED, use xv or tdfxfb
<LI><B>vo_tdfxfb.c</B> - <A HREF="mailto:zsteva@ptt.yu">Zeljko Stevanovic</A>
<LI><B>vo_aa.c</B> - Folke Ashberg
<LI><B>vo_dga.c</B> - Acki
<LI><B>vo_fbdev.c</B> - Szabi

View File

@ -220,6 +220,8 @@ for example :
-vc ffdivx use libavcodec's DivX codec
-vc ffmpeg12 use libavcodec's MPEG1/2 codec
-vc divx4 use ProjectMayo's DivX codec
See -vc help for FULL list !
.TP
.B \-ac <name>
force usage of a specific audio codec, according to its name in codecs.conf,
@ -232,6 +234,8 @@ for example :
(see documentation)
-ac vorbis use libvorbis
-ac ffmp3 use ffmpeg's MP3 decoder (SLOW)
See -ac help for FULL list !
.TP
.B \-vfm <1-5>
force usage of a specific codec FAMILY, and FALLBACK to default if failed.
@ -245,6 +249,8 @@ For example:
-vfm 7 use DivX4 codec (YUY2)
(same as -vc divx4 but fallback)
See -vc help for FULL list !
NOTE : if libdivxdecore support was compiled in, then type 3 and 7 now contains
just the same DivX4 codec, but different APIs to reach it. For difference
between them and when to use which, check the DivX4 section in the
@ -261,6 +267,8 @@ force usage of a specific audio format. For example:
-afm 5 use aLaw/uLaw driver
-afm 10 use libvorbis
-afm 11 use ffmpeg's MP3 decoder
See -ac help for FULL list !
.TP
.B \-sb\ position
seek to byte position

View File

@ -170,7 +170,7 @@ and see if it helps. Check the <A HREF="#2.2.1.4">SDL section</A> for details.</
<P><B><A NAME=2.2.1.2.2>2.2.1.2.2. S3 cards</A></B></P>
<P>S3 Savage3D's should work fine, but for Savage4, use XFree86 version 4.0.3
or greater. As for S3 Virge.. sell it.</P>
or greater (in case of image problems, try 16bpp). As for S3 Virge.. sell it.</P>
<P><B><A NAME=2.2.1.2.3>2.2.1.2.3. nVidia cards</A></B></P>

View File

@ -207,42 +207,42 @@ static char help_text[]=
#ifdef HAVE_NEW_GUI
// --- labels ---
#define MSGTR_About "About"
#define MSGTR_FileSelect "Select file ..."
#define MSGTR_MessageBox "MessageBox"
#define MSGTR_PlayList "PlayList"
#define MSGTR_SkinBrowser "Skin Browser"
#define MSGTR_About "A GUI-ról"
#define MSGTR_FileSelect "File kiválasztása ..."
#define MSGTR_MessageBox "Üzenetablak"
#define MSGTR_PlayList "Lejátszási lista"
#define MSGTR_SkinBrowser "Skin böngészõ"
// --- buttons ---
#define MSGTR_Ok "Ok"
#define MSGTR_Cancel "Cancel"
#define MSGTR_Add "Add"
#define MSGTR_Remove "Remove"
#define MSGTR_Cancel "Mégse"
#define MSGTR_Add "Hozzáadás"
#define MSGTR_Remove "Elvétel"
// --- error messages ---
#define MSGTR_NEMDB "Sorry, not enough memory for draw buffer."
#define MSGTR_NEMFMR "Sorry, not enough memory for menu rendering."
#define MSGTR_NEMFMM "Sorry, not enough memory for main window shape mask."
#define MSGTR_NEMDB "Nincs elég memória a buffer kirajzolásához."
#define MSGTR_NEMFMR "Nincs elég memória a menü rendereléséhez."
#define MSGTR_NEMFMM "Nincs elég memória a fõablak alakjának maszkolásához."
// --- skin loader error messages
#define MSGTR_SKIN_ERRORMESSAGE "[skin] error in skin config file on line %d: %s"
#define MSGTR_SKIN_WARNING1 "[skin] warning in skin config file on line %d: widget found but before \"section\" not found ( %s )"
#define MSGTR_SKIN_WARNING2 "[skin] warning in skin config file on line %d: widget found but before \"subsection\" not found (%s)"
#define MSGTR_SKIN_BITMAP_16bit "16 bits or less depth bitmap not supported ( %s ).\n"
#define MSGTR_SKIN_BITMAP_FileNotFound "file not found ( %s )\n"
#define MSGTR_SKIN_BITMAP_BMPReadError "bmp read error ( %s )\n"
#define MSGTR_SKIN_BITMAP_TGAReadError "tga read error ( %s )\n"
#define MSGTR_SKIN_BITMAP_PNGReadError "png read error ( %s )\n"
#define MSGTR_SKIN_BITMAP_RLENotSupported "RLE packed tga not supported ( %s )\n"
#define MSGTR_SKIN_BITMAP_UnknownFileType "unknown file type ( %s )\n"
#define MSGTR_SKIN_BITMAP_ConvertError "24 bit to 32 bit convert error ( %s )\n"
#define MSGTR_SKIN_BITMAP_UnknownMessage "unknown message: %s\n"
#define MSGTR_SKIN_FONT_NotEnoughtMemory "not enought memory\n"
#define MSGTR_SKIN_FONT_TooManyFontsDeclared "too many fonts declared\n"
#define MSGTR_SKIN_FONT_FontFileNotFound "font file not found\n"
#define MSGTR_SKIN_FONT_FontImageNotFound "font image file not found\n"
#define MSGTR_SKIN_FONT_NonExistentFontID "non-existent font identifier ( %s )\n"
#define MSGTR_SKIN_UnknownParameter "unknown parameter ( %s )\n"
#define MSGTR_SKINBROWSER_NotEnoughMemory "[skinbrowser] not enought memory.\n"
#define MSGTR_SKIN_ERRORMESSAGE "[skin] hiba a skin konfigurációs file-jának %d. sorában: %s"
#define MSGTR_SKIN_WARNING1 "[skin] figyelmeztetés a skin konfigurációs file-jának %d. sorában: widget megvan, de nincs elõtte \"section\" ( %s )"
#define MSGTR_SKIN_WARNING2 "[skin] figyelmeztetés a skin konfigurációs file-jának %d. sorában: widget megvan, de nincs elõtte \"subsection\" ( %s )"
#define MSGTR_SKIN_BITMAP_16bit "16 vagy kevesebb bites bitmap nem támogatott ( %s ).\n"
#define MSGTR_SKIN_BITMAP_FileNotFound "file nem található ( %s )\n"
#define MSGTR_SKIN_BITMAP_BMPReadError "bmp olvasási hiba ( %s )\n"
#define MSGTR_SKIN_BITMAP_TGAReadError "tga olvasási hiba ( %s )\n"
#define MSGTR_SKIN_BITMAP_PNGReadError "png olvasási hiba ( %s )\n"
#define MSGTR_SKIN_BITMAP_RLENotSupported "RLE tömörített tga-k nincsenek támogatva ( %s )\n"
#define MSGTR_SKIN_BITMAP_UnknownFileType "ismeretlen tipusú file ( %s )\n"
#define MSGTR_SKIN_BITMAP_ConvertError "hiba a 24-rõl 32bitre konvertálás közben ( %s )\n"
#define MSGTR_SKIN_BITMAP_UnknownMessage "ismeretlen üzenet: %s\n"
#define MSGTR_SKIN_FONT_NotEnoughtMemory "nincs elég memória\n"
#define MSGTR_SKIN_FONT_TooManyFontsDeclared "túl sok betûtipus van deklarálva\n"
#define MSGTR_SKIN_FONT_FontFileNotFound "nem találom a betûtipus file-t\n"
#define MSGTR_SKIN_FONT_FontImageNotFound "nem találom a betûtipus képfile-t"
#define MSGTR_SKIN_FONT_NonExistentFontID "nemlétezõ betûtipus azonosító ( %s )\n"
#define MSGTR_SKIN_UnknownParameter "ismeretlen paraméter ( %s )\n"
#define MSGTR_SKINBROWSER_NotEnoughMemory "[skinböngészõ] nincs elég memória.\n"
#endif