summaryrefslogtreecommitdiffstats
path: root/DOCS/BUGS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-30 22:58:22 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-30 22:58:22 +0000
commitb73584e991b5f05ee5f70fd822ac93c86ce7f0b1 (patch)
tree48b3008668b95be600d1cd8cdb3a49ca122856f4 /DOCS/BUGS
parent211a19c56c52617970119b6f30a8f5c0a15cc3d4 (diff)
downloadmpv-b73584e991b5f05ee5f70fd822ac93c86ce7f0b1.tar.bz2
mpv-b73584e991b5f05ee5f70fd822ac93c86ce7f0b1.tar.xz
kommitke
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@676 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/BUGS')
-rw-r--r--DOCS/BUGS14
1 files changed, 7 insertions, 7 deletions
diff --git a/DOCS/BUGS b/DOCS/BUGS
index fb6611b5ef..723939f89d 100644
--- a/DOCS/BUGS
+++ b/DOCS/BUGS
@@ -3,12 +3,12 @@ Known bugs:
Special system/cpu-specific bugs/problems:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-1. SIGILL (signal 4) in draw_frame, on P3 (mostly 2.2.x kernels):
+1. SIGILL (signal 4) in draw_frame, on P3 (mostly with 2.2.x kernels):
Problem: movups is crashing in libvo/fastmemcpy.h
Workaround: ./configure --disable-fastmemcpy
2. No image (black image) in RGB 16bpp (x11,dga,fbdev,svga) playing
- MPEG files on SMP machine:
+ MPEG files on SMP machine:
Problem: bug(?) in MMX YV12->RGB16 converter code
Workaround: ./configure --disable-mmx
@@ -19,8 +19,8 @@ Special system/cpu-specific bugs/problems:
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 they are system-dependent problems and aren't reproducable here.
-Please tell me if you can fix them or you are only user.
+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.
Various A-V sync and other audio problems:
@@ -31,14 +31,14 @@ General audio delay or jerky sound (exists with all or many files):
- audio buffer problems
Workaround: mplayer -abs option
- slow machine (cpu or vga)
- try with -vo null, if it plays well, then you has slow VGA card/driver:
+ 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
Audio delay specific to one or a few files:
- bad file (pleae upload the file, so we can check & fix)
Workaround: -ni and/or -bps options
-delay option or +/- keys at runtime to adjuts delay
-- your soundcard doesn't support 48khz playback
+- your soundcard doesn't support 48Khz playback
Workaround: buy a better soundcard...
- file has VBR mp3 audio
Workaround: mplayer -mc 0
@@ -53,7 +53,7 @@ Signal 11 in decode_audio:
- if it's still bad, try with -nosound [and report the bug, see BUGREPORTS]
No sound at all:
-- your file uses a not supported codec
+- your file uses an unsupported codec
Workaround: read DOCS/CODECS, and help us adding support for it
Video-out problems: