Mercurial > mplayer.hg
annotate DOCS/SDL @ 1066:aecab161d8d6
Better audio format handling.
author | atmosfear |
---|---|
date | Sat, 09 Jun 2001 07:36:32 +0000 |
parents | 18cf424995cd |
children | bd2b9f63adf1 |
rev | line source |
---|---|
952
18cf424995cd
added note for aalib console keyrepeat bug in sdllib.
atmosfear
parents:
649
diff
changeset
|
1 Here are some notes about SDL out in MPlayer. |
649 | 2 |
3 There are several commandline switches for sdl: | |
4 -sdl <name> specifies sdl driver to use (ie. aalib, | |
5 dga, x11) | |
6 -noxv disables Xvideo hardware acceleration | |
7 -forcexv tries to force Xvideo acceleration | |
8 | |
9 SDL Keys: | |
10 F toggles fullscreen/windowed mode | |
11 C cycles available fullscreen modes | |
12 W/S mappings for * and / (mixer control) | |
13 | |
952
18cf424995cd
added note for aalib console keyrepeat bug in sdllib.
atmosfear
parents:
649
diff
changeset
|
14 KNOWN BUGS: |
18cf424995cd
added note for aalib console keyrepeat bug in sdllib.
atmosfear
parents:
649
diff
changeset
|
15 - Keys pressed under aalib console driver repeat forever. |
18cf424995cd
added note for aalib console keyrepeat bug in sdllib.
atmosfear
parents:
649
diff
changeset
|
16 It's bug in SDL, I can't change it (tested with SDL 1.2.1). |
18cf424995cd
added note for aalib console keyrepeat bug in sdllib.
atmosfear
parents:
649
diff
changeset
|
17 |
18cf424995cd
added note for aalib console keyrepeat bug in sdllib.
atmosfear
parents:
649
diff
changeset
|
18 Please report problems or bugs with sdl out to the MPlayer-users |
18cf424995cd
added note for aalib console keyrepeat bug in sdllib.
atmosfear
parents:
649
diff
changeset
|
19 mailinglist or directly to Felix Buenemann <atmosfear@users.sf.net> |
649 | 20 |
21 -- | |
952
18cf424995cd
added note for aalib console keyrepeat bug in sdllib.
atmosfear
parents:
649
diff
changeset
|
22 Felix Bünemann, 2001-06-03 |