comparison DOCS/BUGS @ 797:88665dcad040

bugs updated
author arpi_esp
date Mon, 14 May 2001 03:51:38 +0000
parents 4b6dc49b0cb8
children 5fccfe90850c
comparison
equal deleted inserted replaced
796:f5d957b2f73b 797:88665dcad040
10 10
11 2. No image (black image) in RGB 16bpp (x11,dga,fbdev,svga) playing 11 2. No image (black image) in RGB 16bpp (x11,dga,fbdev,svga) playing
12 MPEG files on SMP machine: 12 MPEG files on SMP machine:
13 Problem: bug(?) in MMX YV12->RGB16 converter code 13 Problem: bug(?) in MMX YV12->RGB16 converter code
14 Workaround: ./configure --disable-mmx 14 Workaround: ./configure --disable-mmx
15 SOLVED: bug of gcc-2.96 - you should use 2.95.2 or 2.95.3
15 16
16 3. SIGILL or other fault at loading l3codeca.acm: 17 3. SIGILL or other fault at loading l3codeca.acm:
17 Problem: shared libs are loaded to 0x00xxxxxx instead of 0x40xxxxxx 18 Problem: shared libs are loaded to 0x00xxxxxx instead of 0x40xxxxxx
18 Workaround: mplayer -afm 1 ... 19 Workaround: mplayer -afm 1 ...
19 SOLVED: you are using some security kernel patch, like OpenWall etc. 20 SOLVED: you are using some security kernel patch, like OpenWall etc.
28 Various A-V sync and other audio problems: 29 Various A-V sync and other audio problems:
29 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30 General audio delay or jerky sound (exists with all or many files): 31 General audio delay or jerky sound (exists with all or many files):
31 - bad select() in audio driver (including ALSA's OSS emulation) 32 - bad select() in audio driver (including ALSA's OSS emulation)
32 Workaround: ./configure --disable-select 33 Workaround: ./configure --disable-select
34 SOLVED: using ioctls instead of select in the new audio code
33 - audio buffer problems 35 - audio buffer problems
34 Workaround: mplayer -abs option 36 Workaround: mplayer -abs option
37 SOLVED: using ioctls in the new audio code
35 - slow machine (cpu or vga) 38 - slow machine (cpu or vga)
36 try with -vo null, if it plays well, then you have slow VGA card/driver: 39 try with -vo null, if it plays well, then you have slow VGA card/driver:
37 Workaround: buy a faster card or read DOCS/VIDEOCARDS about how to speed up 40 Workaround: buy a faster card or read DOCS/VIDEOCARDS about how to speed up
38 41
39 Audio delay specific to one or a few files: 42 Audio delay specific to one or a few files:
40 - bad file (pleae upload the file, so we can check & fix) 43 - bad file (pleae upload the file, so we can check & fix)
41 Workaround: -ni or -bps option 44 Workaround: -ni or -bps option
42 -delay option or +/- keys at runtime to adjust delay 45 -delay option or +/- keys at runtime to adjust delay
43 - your soundcard doesn't support 48Khz playback 46 - your soundcard doesn't support 48Khz playback
44 Workaround: buy a better soundcard... 47 Workaround: buy a better soundcard...
48 or try to decrease fps by 10% (-fps 27 option for a 30fps movie)
45 - file has VBR mp3 audio 49 - file has VBR mp3 audio
46 Workaround: mplayer -mc 0 50 Workaround: mplayer -mc 0
47 51
48 After many > or ^ (fast forward) audio vs. video is going out of sync (ASF/AVI) 52 After many > or ^ (fast forward) audio vs. video is going out of sync (ASF/AVI)
49 - bug in mplayer code (a-v sync probs after seek... not really bug but 53 - bug in mplayer code (a-v sync probs after seek... not really bug but
50 my avi/asf seeking code is not perfect yet) 54 my avi/asf seeking code is not perfect yet)
51 55
52 Signal 11 in decode_audio: 56 Signal 11 in decode_audio:
53 - mp3lib doesn't handle (yet) well bad/broken audio streams 57 - mp3lib doesn't handle (yet) well bad/broken audio streams
54 Workaround: -afm 4 58 Workaround: -afm 4
59 SOLVED: fixed mp3lib, it must be rock solid now!
55 - if it's still bad, try with -nosound [and report the bug, see BUGREPORTS] 60 - if it's still bad, try with -nosound [and report the bug, see BUGREPORTS]
56 61
57 No sound at all: 62 No sound at all:
58 - your file uses an unsupported codec 63 - your file uses an unsupported codec
59 Workaround: read DOCS/CODECS, and help us adding support for it 64 Workaround: read DOCS/CODECS, and help us adding support for it
60 65
61 Video-out problems: 66 Video-out problems:
62 ~~~~~~~~~~~~~~~~~~~ 67 ~~~~~~~~~~~~~~~~~~~
63 First note: options -fs -vm and -zoom are just recommendations, not (yet) 68 First note: options -fs -vm and -zoom are just recommendations, not (yet)
64 supported by all drivers. So it isn't a bug if it doesn't work. 69 supported by all drivers. So it isn't a bug if it doesn't work.
65 Only a few driver supports scaling/zooming, don't except this from x11 or dga. 70 Only a few driver supports scaling/zooming, doesn't except this from x11 or dga.
66 71
67 [TODO: known libvo bugs] 72 [TODO: known libvo bugs]
68 73
69 74
70 A'rpi / Astral & ESP-team 75 A'rpi / Astral & ESP-team