# HG changeset patch # User gabucino # Date 997796774 0 # Node ID 16aae598fa505a6ffeaa62965cc1514caaf1133f # Parent 60ec209710b6a22bc8c90e4fdef5a76e425dbd0e *** empty log message *** diff -r 60ec209710b6 -r 16aae598fa50 DOCS/AUTHORS --- a/DOCS/AUTHORS Tue Aug 14 12:57:36 2001 +0000 +++ b/DOCS/AUTHORS Tue Aug 14 13:46:14 2001 +0000 @@ -61,7 +61,6 @@ 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 -r 60ec209710b6 -r 16aae598fa50 DOCS/documentation.html --- a/DOCS/documentation.html Tue Aug 14 12:57:36 2001 +0000 +++ b/DOCS/documentation.html Tue Aug 14 13:46:14 2001 +0000 @@ -66,6 +66,7 @@ 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 @@ 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 @@ - 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 @@ 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 @@ 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 @@ 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 @@ Bertrand BAUDET: - network streaming support +Folke Ashberg: