diff options
author | torinthiel <torinthiel@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-10-05 22:01:03 +0000 |
---|---|---|
committer | torinthiel <torinthiel@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-10-05 22:01:03 +0000 |
commit | 8350e7462ead65c839a20e087948f24680ed5a57 (patch) | |
tree | 8502e4a6844d0b6dfc3b20a00ca87a7330d64d23 /DOCS/xml/en | |
parent | 6a3119b830eec5b41dff02ff8bcb6005824a2a17 (diff) |
(cosmetics) add some empty lines to improve readability
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20080 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en')
-rw-r--r-- | DOCS/xml/en/bugs.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/DOCS/xml/en/bugs.xml b/DOCS/xml/en/bugs.xml index d582770004..dcd3580b80 100644 --- a/DOCS/xml/en/bugs.xml +++ b/DOCS/xml/en/bugs.xml @@ -2,6 +2,8 @@ <!-- $Revision$ --> <appendix id="bugs"> <title>Known bugs</title> + + <sect1 id="bugs-special"> <title>Special system/CPU-specific bugs/problems</title> <itemizedlist> @@ -11,6 +13,7 @@ <para>Solution: upgrade kernel to 2.4.x</para> <para>Workaround: <command>./configure --disable-sse</command></para> </listitem> + <listitem> <para>General SIGILL (signal 4):</para> <para>Problem: you compiled and run <application>MPlayer</application> on @@ -23,6 +26,7 @@ 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> @@ -31,6 +35,7 @@ disable particular CPU instruction sets with more specific options (like </itemizedlist> </sect1> + <sect1 id="bugs-audio"> <title>Various A-V sync and other audio problems</title> @@ -44,18 +49,21 @@ sometimes it helps. If your file plays fine with <option>-nosound</option>, then it's sound card (driver) problem. </para></listitem> </itemizedlist> + <itemizedlist> <listitem> <para>audio buffer problems (buffer size badly detected)</para> <para>Workaround: <application>MPlayer</application>'s <option>-abs</option> option</para> </listitem> </itemizedlist> + <itemizedlist> <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> </itemizedlist> + <itemizedlist> <listitem> <para>slow machine (CPU or VGA)</para> @@ -68,6 +76,7 @@ speed up</para> </itemizedlist> </sect2> + <sect2 id="bugs-delay-specific"> <title>Audio delay/de-sync specific to one or a few files</title> <itemizedlist> @@ -94,11 +103,13 @@ Workaround: 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> @@ -107,6 +118,7 @@ line increasing)</para> </itemizedlist> </sect2> + <sect2 id="bugs-nosound"> <title>No sound at all</title> <itemizedlist> @@ -117,6 +129,7 @@ line increasing)</para> </itemizedlist> </sect2> + <sect2 id="bugs-nopicture"> <title>No picture at all (just plain grey/green window)</title> <itemizedlist> @@ -124,6 +137,7 @@ line increasing)</para> <para>your file uses an unsupported video codec</para> <para>Workaround: read the documentation and help us adding support for it</para> </listitem> + <listitem> <para> auto-selected codec can't decode the file, try to select another using @@ -133,6 +147,7 @@ auto-selected codec can't decode the file, try to select another using </itemizedlist> </sect2> + <sect2 id="bugs-video"> <title>Video-out problems</title> <para> |