summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-10 19:01:01 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-10 19:01:01 +0000
commit2ef5a16f401087d2f68981547be5d74930ecbb94 (patch)
treedb468d16e967181b0d1e6ea7c230fd302fec3ee3 /DOCS
parent84e6e3240cc1743f1efc10321b3fa1b2c8171681 (diff)
downloadmpv-2ef5a16f401087d2f68981547be5d74930ecbb94.tar.bz2
mpv-2ef5a16f401087d2f68981547be5d74930ecbb94.tar.xz
known bugs with P4 and SSE, small fixes
based on a patch by compn < . tempn . @ . twmi . . . rr . . . com . > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17159 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/ports.xml18
1 files changed, 16 insertions, 2 deletions
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml
index f51967eac0..d382536545 100644
--- a/DOCS/xml/en/ports.xml
+++ b/DOCS/xml/en/ports.xml
@@ -505,11 +505,25 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL.
console is rather slow. Redirecting output or using the
<option>-quiet</option> option has been reported to improve performance on
some systems. Direct rendering (<option>-dr</option>) may also help.
- You can prevent OSD flicker through double buffering with the
- <option>-double</option> option. If playback is jerky, try
+ If playback is jerky, try
<option>-autosync 100</option>. If some of these options help you, you
may want to put them in your config file.</para>
+<note>
+
+<para>On Windows the runtime CPU-detection disables SSE support
+ because of recurring and hard to trace SSE-related crashes. If you
+ wish to have SSE support, you will have to compile without runtime
+ CPU-detection.
+</para>
+
+<para>If you have a Pentium 4 and are experiencing a crash using the
+ realplayer codecs you may need to disable hyperthreading support.
+</para>
+
+</note>
+
+
<sect2 id="cygwin">
<title><application>Cygwin</application></title>