summaryrefslogtreecommitdiffstats
path: root/DOCS/BUGS
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-17 01:07:56 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-17 01:07:56 +0000
commitad6d62e21014a4424b49ea1a2ca013be6116bd4a (patch)
treeace07e4bc35cf86a2af589a34292bd7e6299ebf8 /DOCS/BUGS
parent5e5476c2c6b8604928f1d6f233ccd5419ccc9053 (diff)
downloadmpv-ad6d62e21014a4424b49ea1a2ca013be6116bd4a.tar.bz2
mpv-ad6d62e21014a4424b49ea1a2ca013be6116bd4a.tar.xz
updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@818 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/BUGS')
-rw-r--r--DOCS/BUGS27
1 files changed, 13 insertions, 14 deletions
diff --git a/DOCS/BUGS b/DOCS/BUGS
index f6d5fa17e8..a1d55f5efc 100644
--- a/DOCS/BUGS
+++ b/DOCS/BUGS
@@ -14,17 +14,16 @@ Special system/cpu-specific bugs/problems:
Workaround: ./configure --disable-mmx
SOLVED: bug of gcc-2.96 - you should use 2.95.2 or 2.95.3
-3. SIGILL or other fault at loading l3codeca.acm:
+3. SIGILL (signal 4) or other fault at loading l3codeca.acm:
Problem: shared libs are loaded to 0x00xxxxxx instead of 0x40xxxxxx
Workaround: mplayer -afm 1 ...
SOLVED: you are using some security kernel patch, like OpenWall etc.
-Please contact me if you experienced any of the above problems. We need
-people to test fixes and send us as many system details information as
-possible (kernel+libc+gcc+binutils version, test results, /proc/cpuinfo etc)
-because these are system-dependent problems and aren't reproducable here.
-Please tell me if you can fix them or you are only a user.
-Unfortunately we can't reproduce these here, so it's very hard to fix.
+4. General SIGILL (signal 4):
+ Problem: you compiled and run mplayer in different machines
+ (for example compiled on P3 and runinng on celeron)
+ Solution: compile MPlayer on machine where you will use it
+ Workaround: ./configure --disable-sse etc. options
Various A-V sync and other audio problems:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -38,16 +37,16 @@ General audio delay or jerky sound (exists with all or many files):
- slow machine (cpu or vga)
try with -vo null, if it plays well, then you have slow VGA card/driver:
Workaround: buy a faster card or read DOCS/VIDEOCARDS about how to speed up
+ SOLVED: try -framedrop (maybe -hardframedrop)
-Audio delay specific to one or a few files:
-- bad file (pleae upload the file, so we can check & fix)
- Workaround: -ni or -bps option
+Audio delay/de-sync specific to one or a few files:
+- bad file (please upload the file, so we can check & fix)
+ Workaround: -ni or -bps option (for non-interlaved or bad files)
+ -mc 0 (required for files with VBR audio)
-delay option or +/- keys at runtime to adjust delay
- your soundcard doesn't support 48Khz playback
Workaround: buy a better soundcard...
- or try to decrease fps by 10% (-fps 27 option for a 30fps movie)
-- file has VBR mp3 audio
- Workaround: mplayer -mc 0
+ or try to decrease fps by 10% (use -fps 27 for a 30fps movie)
After many > or ^ (fast forward) audio vs. video is going out of sync (ASF/AVI)
- bug in mplayer code (a-v sync probs after seek... not really bug but
@@ -67,7 +66,7 @@ Video-out problems:
~~~~~~~~~~~~~~~~~~~
First note: options -fs -vm and -zoom are just recommendations, not (yet)
supported by all drivers. So it isn't a bug if it doesn't work.
-Only a few driver supports scaling/zooming, doesn't except this from x11 or dga.
+Only a few driver supports scaling/zooming, don't expect this from x11 or dga.
[TODO: known libvo bugs]