Mercurial > mplayer.hg
changeset 646:4cc5bbc8f295
ummm, what was it..
author | gabucino |
---|---|
date | Thu, 26 Apr 2001 20:41:58 +0000 |
parents | aae0cdcf6748 |
children | feffffff5d0e |
files | DOCS/README DOCS/example.conf DOCS/mplayer.1 |
diffstat | 3 files changed, 23 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/README Thu Apr 26 20:41:26 2001 +0000 +++ b/DOCS/README Thu Apr 26 20:41:58 2001 +0000 @@ -99,6 +99,7 @@ - svga: Output to SVGAlib - sdl: SDL >= v1.1.7 driver (supports software scaling, and versions >=1.1.8 even support Xvideo, thus hardware rendering) +- aalib:Text mode rendering (through SDL) (native driver in progress!) Card specific: - mga: Matrox G200/G400 hardware YUV overlay via the mga_vid device
--- a/DOCS/example.conf Thu Apr 26 20:41:26 2001 +0000 +++ b/DOCS/example.conf Thu Apr 26 20:41:58 2001 +0000 @@ -87,10 +87,18 @@ # monitor_dotclock = 30M-300M # dotclock (or pixelclock) range ## +## SDL driver +## + +# sdl = aalib # specify driver to use (for ex.: aalib, dga, fbdev...) +# noxv = yes # do not use XVideo hardware acceleration +# forcexv = yes # force XVideo even if not detected + +## ## disable usage of DirectShow video codecs ## -# dshow = no +# nodshow ## ## You can also include other configfiles
--- a/DOCS/mplayer.1 Thu Apr 26 20:41:26 2001 +0000 +++ b/DOCS/mplayer.1 Thu Apr 26 20:41:58 2001 +0000 @@ -36,7 +36,10 @@ .RB [ \-z\ <0-8> ] .RB [ \-idx ] .RB [ \-forceidx ] -.BR [ \-nodshow ] +.RB [ \-nodshow ] +.RB [ \-sdl\ driver ] +.RB [ \-noxv ] +.RB [ \-forcexv ] .I file .PP .SH DESCRIPTION @@ -189,6 +192,15 @@ .TP .B \-nodshow disables usage of DirectShow video codecs +.TP +.B \-sdl\ driver +specify SDL driver to use. For example: aalib, dga, fbdev, svga, x11, ggi +.TP +.B \-noxv +disable XVideo hardware acceleration (with SDL only!) +.TP +.B \-forcexv +force using XVideo (SDL!) .IP .SH "ALPHA/BETA CODE" .TP