668
|
1 Known bugs:
|
|
2 ~~~~~~~~~~~
|
|
3
|
|
4 Special system/cpu-specific bugs/problems:
|
|
5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
675
|
6 1. SIGILL (signal 4) in draw_frame, on P3 (mostly with 2.2.x kernels):
|
668
|
7 Problem: movups is crashing in libvo/fastmemcpy.h
|
|
8 Workaround: ./configure --disable-fastmemcpy
|
684
|
9 SOLVED: disabled SSE code in fastmemcpy.h ;(
|
668
|
10
|
|
11 2. No image (black image) in RGB 16bpp (x11,dga,fbdev,svga) playing
|
675
|
12 MPEG files on SMP machine:
|
668
|
13 Problem: bug(?) in MMX YV12->RGB16 converter code
|
|
14 Workaround: ./configure --disable-mmx
|
|
15
|
|
16 3. SIGILL or other fault at loading l3codeca.acm:
|
684
|
17 Problem: shared libs are loaded to 0x00xxxxxx instead of 0x40xxxxxx
|
668
|
18 Workaround: mplayer -afm 1 ...
|
684
|
19 SOLVED: you are using some security kernel patch, like OpenWall etc.
|
668
|
20
|
|
21 Please contact me if you experienced any of the above problems. We need
|
|
22 people to test fixes and send us as many system details information as
|
|
23 possible (kernel+libc+gcc+binutils version, test results, /proc/cpuinfo etc)
|
675
|
24 because these are system-dependent problems and aren't reproducable here.
|
|
25 Please tell me if you can fix them or you are only a user.
|
668
|
26 Unfortunately we can't reproduce these here, so it's very hard to fix.
|
|
27
|
|
28 Various A-V sync and other audio problems:
|
|
29 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
30 General audio delay or jerky sound (exists with all or many files):
|
|
31 - bad select() in audio driver (including ALSA's OSS emulation)
|
|
32 Workaround: ./configure --disable-select
|
|
33 - audio buffer problems
|
|
34 Workaround: mplayer -abs option
|
|
35 - slow machine (cpu or vga)
|
675
|
36 try with -vo null, if it plays well, then you have slow VGA card/driver:
|
668
|
37 Workaround: buy a faster card or read DOCS/VIDEOCARDS about how to speed up
|
|
38
|
|
39 Audio delay specific to one or a few files:
|
|
40 - bad file (pleae upload the file, so we can check & fix)
|
|
41 Workaround: -ni and/or -bps options
|
|
42 -delay option or +/- keys at runtime to adjuts delay
|
675
|
43 - your soundcard doesn't support 48Khz playback
|
668
|
44 Workaround: buy a better soundcard...
|
|
45 - file has VBR mp3 audio
|
|
46 Workaround: mplayer -mc 0
|
|
47
|
|
48 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
|
|
50 my avi/asf seeking code is not perfect yet)
|
|
51
|
|
52 Signal 11 in decode_audio:
|
|
53 - mp3lib doesn't handle (yet) well bad/broken audio streams
|
|
54 Workaround: -afm 4
|
|
55 - if it's still bad, try with -nosound [and report the bug, see BUGREPORTS]
|
|
56
|
|
57 No sound at all:
|
675
|
58 - your file uses an unsupported codec
|
745
|
59 Workaround: read DOCS/CODECS, and help us adding support for it
|
668
|
60
|
|
61 Video-out problems:
|
|
62 ~~~~~~~~~~~~~~~~~~~
|
|
63 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.
|
|
65 Only a few driver supports scaling/zooming, don't except this from x11 or dga.
|
|
66
|
|
67 [TODO: known libvo bugs]
|
|
68
|
|
69
|
|
70 A'rpi / Astral & ESP-team
|