From c2404c0f1c9aeae69b8d175809dd1474df7ae12e Mon Sep 17 00:00:00 2001 From: gabucino Date: Tue, 14 Aug 2001 13:46:14 +0000 Subject: *** empty log message *** git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1515 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/AUTHORS | 1 - DOCS/documentation.html | 30 +++++++++++++++++++++++++----- 2 files changed, 25 insertions(+), 6 deletions(-) (limited to 'DOCS') diff --git a/DOCS/AUTHORS b/DOCS/AUTHORS index 8e2a7f1c8a..eeb398757f 100644 --- a/DOCS/AUTHORS +++ b/DOCS/AUTHORS @@ -61,7 +61,6 @@ Gyula L Zoltán Márk Vicián (Se7en): - SVGAlib support in libvo -- native AAlib driver (coming soon) Alex Beregszaszi (Al3x): - ALSA output driver in libao2 diff --git a/DOCS/documentation.html b/DOCS/documentation.html index 18881505c7..6569097ebf 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -66,6 +66,7 @@ Table of Contents 2.2.1.7 SiS 6326 framebuffer (sis_vid) 2.2.1.8 3dfx YUV support 2.2.1.9 OpenGL output + 2.2.1.10 AAlib - text mode displaying 2.2.2 Audio output devices 2.2.2.1 Soundcard experiences, recommendations

@@ -133,8 +134,8 @@ Table of Contents supported by many native and Win32 DLL codecs. You can watch VCD, DVD and even DivX movies too. The another big feature of mplayer is the wide range of supported output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, - but you can use SDL (and this way all drivers of SDL, for example AAlib) and - some lowlevel card-specific drivers (for Matrox) too! Most of them supports + AAlib, but you can use SDL (and this way all drivers of SDL) and some + lowlevel card-specific drivers (for Matrox) too! Most of them supports software or hardware scaling, so you can enjoy movies in fullscreen. And what about the nice big antialiased shaded subtitles (7 supported types!!!) with hungarian, english, cyrillic, czech, korean fonts, and OSD? @@ -465,8 +466,9 @@ Table of Contents - svga: Output to SVGAlib - sdl: 1.1.7 : supports software scaling 1.1.8 : supports Xvideo (hardware scaling/fullscreen) - 1.2.0 : supports aalib (textmode rendering, very funny!) + 1.2.0 : supports AAlib (-vo aa is very recommended, see below!) - ggi: similar to SDL + - aa: textmode rendering with AAlib Card specific: - mga: Matrox G200/G400 hardware YUV overlay via the mga_vid device @@ -817,7 +819,7 @@ Table of Contents W/S mappings for * and / (mixer control) KNOWN BUGS: - - Keys pressed under aalib console driver repeat forever. + - Keys pressed under aalib console driver repeat forever. (use -vo aa !) It's bug in SDL, I can't change it (tested with SDL 1.2.1). @@ -954,6 +956,22 @@ Table of Contents See http://dri.sourceforge.net for download, and installation instructions. + 2.2.1.10. AAlib - text mode displaying + + AAlib is a library for displaying graphics in text mode, using powerful + ASCII renderer. There are LOTS of programs already supporting it, like Doom, + Quake, etc. MPlayer contains a very usable driver for it. + If ./configure detects aalib installed, the aalib libvo driver will be built. + It uses some keys to change Fast rendering ON/OFF, dithering mode change, + inverse picture, contrast, brightness. Use -vo aa and look out for the help + text. + + NOTE: the rendering is very CPU intensive, especially when using AA-on-X + (using aalib on X), and it's least CPU intensive on standard, + non-framebuffer console. Use SVGATextMode to set up a big textmode, + then enjoy! (secondary head Hercules cards rock :)) (anyone can enhance + fbdev to do conversion/dithering to hgafb? Would be neat :) + 2.2.2. Audio output devices - OSS (ioctl) driver @@ -1921,7 +1939,6 @@ Gyula L Zoltán Márk Vicián (Se7en): - SVGAlib support in libvo -- native AAlib driver (coming soon) Alex Beregszaszi (Al3x): - ALSA output driver in libao2 @@ -1977,6 +1994,9 @@ Vladimir Kushnir: Bertrand BAUDET: - network streaming support +Folke Ashberg: