summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-27 13:49:24 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-27 13:49:24 +0000
commit3b1c39d69caf317af75f76f303ea7b4e3e4d64e6 (patch)
tree3c9ec2df49915188631b1aea4a53cbc5d1f87199 /DOCS
parent46a94a70071d62a4460e3f587fdfe83757bee443 (diff)
downloadmpv-3b1c39d69caf317af75f76f303ea7b4e3e4d64e6.tar.bz2
mpv-3b1c39d69caf317af75f76f303ea7b4e3e4d64e6.tar.xz
Remove known bugs section, it contains little useful information.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28201 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/bugreports.xml3
-rw-r--r--DOCS/xml/en/bugs.xml137
-rw-r--r--DOCS/xml/en/documentation.xml1
3 files changed, 1 insertions, 140 deletions
diff --git a/DOCS/xml/en/bugreports.xml b/DOCS/xml/en/bugreports.xml
index 6891891b40..d40afa362f 100644
--- a/DOCS/xml/en/bugreports.xml
+++ b/DOCS/xml/en/bugreports.xml
@@ -154,8 +154,7 @@ so please use <emphasis role="bold">only Subversion</emphasis> to report bugs.
This includes binary packages of <application>MPlayer</application>.
Subversion instructions can be found at the bottom of
<ulink url="http://www.mplayerhq.hu/dload.html">this page</ulink> or in
-the README. If this did not help please refer to the list of
-<link linkend="bugs">known bugs</link> and the rest of the documentation.
+the README. If this did not help please refer to the rest of the documentation.
If your problem is not known or not solvable by our instructions,
then please report the bug.
</para>
diff --git a/DOCS/xml/en/bugs.xml b/DOCS/xml/en/bugs.xml
deleted file mode 100644
index 565dedf200..0000000000
--- a/DOCS/xml/en/bugs.xml
+++ /dev/null
@@ -1,137 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<appendix id="bugs">
-<title>Known bugs</title>
-
-<sect1 id="bugs-special">
-<title>Special system/CPU-specific bugs/problems</title>
-
-<itemizedlist>
-<listitem>
- <para>General SIGILL (signal 4):</para>
- <para>
- Problem: you compiled and run <application>MPlayer</application> on
- different machines (for example compiled on P3 and running on Celeron)
- </para>
- <para>
- Solution: compile <application>MPlayer</application> on the same machine
- where you will use it!
- </para>
- <para>
- Workaround: You can forget all this by configuring with the
- <option>--enable-runtime-cpudetection</option> option or you can
- disable particular CPU instruction sets with more specific options (like
- <option>--disable-mmx</option>, <option>--disable-3dnow</option>, etc).
- </para>
-</listitem>
-
-<listitem>
- <para>Crashes when dumping streams:</para>
- <para>Problem: core dump</para>
- <para>Solution: Don't panic. Make sure you know where your towel is.</para>
-</listitem>
-</itemizedlist>
-</sect1>
-
-
-<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
-
-
-<sect1 id="bugs-audio">
-<title>Various A-V sync and other audio problems</title>
-
-<sect2 id="bugs-delay-all">
-<title>General audio delay or jerky sound
- (exists with all or many files)</title>
-
-<itemizedlist>
-<listitem><para>
- most common: buggy audio driver! - try to use different drivers, try ALSA OSS
- emulation with <option>-ao oss</option>, also try <option>-ao sdl</option>,
- sometimes it helps. If your file plays fine with <option>-nosound</option>,
- then you can be sure it's sound card (driver) problem.
-</para></listitem>
-
-<listitem>
- <para>audio buffer problems (buffer size badly detected)</para>
- <para>
- Workaround: <application>MPlayer</application>'s <option>-abs</option> option
- </para>
-</listitem>
-
-<listitem><para>
- samplerate problems - maybe your card doesn't support the samplerate used in
- your files - try the resampling filter (<option>-af resample=...</option>)
-</para></listitem>
-
-<listitem>
- <para>slow machine (CPU or VGA)</para>
- <para>
- try with <option>-vo null</option>, if it plays well, then you have slow
- VGA card/driver
- </para>
- <para>
- Workaround: buy a faster card or read this documentation about how to speed up
- </para>
- <para>Also try <option>-framedrop</option></para>
-</listitem>
-</itemizedlist>
-</sect2>
-
-<!-- ********** -->
-
-<sect2 id="bugs-delay-specific">
-<title>Audio delay/desync specific to one or a few files</title>
-
-<itemizedlist>
-<listitem>
- <para>bad file</para>
- <para>
- Workaround:
- <itemizedlist>
- <listitem>
- <para>
- <option>-ni</option> or <option>-nobps</option> option
- (for non-interleaved or bad files)
- </para>
- <para>and/or</para>
- </listitem>
- <listitem>
- <para>
- <option>-mc 0</option>
- (required for files with badly interleaved VBR audio)
- </para>
- <para>and/or</para>
- </listitem>
- <listitem>
- <para>
- <option>-delay</option> or <keycap>+</keycap>/<keycap>-</keycap>
- keys at runtime to adjust delay
- </para>
- </listitem>
- </itemizedlist>
- If none of these help, please upload the file, we'll check (and fix).
- </para>
-</listitem>
-
-<listitem>
- <para>your sound card doesn't support 48kHz playback</para>
- <para>
- Workaround: buy a better sound card... or try to decrease fps by 10%
- (use <option>-fps 27</option> for a 30fps movie) or use the resample filter
- </para>
-</listitem>
-
-<listitem>
- <para>
- slow machine (if A-V is not around 0,
- and the last number in the status line increasing)
- </para>
- <para>Workaround: <option>-framedrop</option></para>
-</listitem>
-</itemizedlist>
-</sect2>
-
-</sect1>
-
-</appendix>
diff --git a/DOCS/xml/en/documentation.xml b/DOCS/xml/en/documentation.xml
index 54546bb301..22bc46df53 100644
--- a/DOCS/xml/en/documentation.xml
+++ b/DOCS/xml/en/documentation.xml
@@ -178,6 +178,5 @@ can be distributed under the terms of the GNU General Public License Version 2.
&encoding-guide.xml;
&faq.xml;
&bugreports.xml;
-&bugs.xml;
&skin.xml;
&history.xml;