view DOCS/SDL @ 1320:18374d49befa

On big-endian architectures, all audio decoders default to big-endian 16-bit audio sample format. Add support to play both big- and little-endian 16-bit audio format to the sun audio_out driver.
author jkeil
date Sat, 14 Jul 2001 16:58:55 +0000
parents cf2ef08fca25
children 3c7f13cb0a8a
line wrap: on
line source

Here are some notes about SDL out in MPlayer.

There are several commandline switches for sdl:
-vo sdl:<name>	specifies sdl video driver to use (ie. aalib,
		dga, x11)
-ao sdl:<name>	specifies sdl audio driver to use (ie. dsp, esd)
-noxv		disables Xvideo hardware acceleration
-forcexv	tries to force Xvideo acceleration

SDL Keys:
F toggles fullscreen/windowed mode
C cycles available fullscreen modes
W/S mappings for * and / (mixer control)

KNOWN BUGS:
- Keys pressed under aalib console driver repeat forever.
  It's bug in SDL, I can't change it (tested with SDL 1.2.1).

Please report problems or bugs with sdl out to the MPlayer-users
mailinglist.

-- 
Felix Bünemann, 2001-06-24