summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-11 22:27:08 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-11 22:27:08 +0000
commit98b496fdbbd6aa536d73f21cafa8bd750f3a0141 (patch)
tree203de8deb06db5ec263939212ae968d72de03832 /DOCS
parent1aa6d0fa57c477fc542c0515b8f0fd24471587b4 (diff)
downloadmpv-98b496fdbbd6aa536d73f21cafa8bd750f3a0141.tar.bz2
mpv-98b496fdbbd6aa536d73f21cafa8bd750f3a0141.tar.xz
HTML fixes, no content change.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6982 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/documentation.html24
-rw-r--r--DOCS/users_against_developers.html4
-rw-r--r--DOCS/video.html4
3 files changed, 16 insertions, 16 deletions
diff --git a/DOCS/documentation.html b/DOCS/documentation.html
index 32b25fa1bf..56b25cf404 100644
--- a/DOCS/documentation.html
+++ b/DOCS/documentation.html
@@ -69,7 +69,7 @@
</LI>
</UL>
</LI>
- <LI><A HREF="codecs.html"">2.2 Supported codecs</A>
+ <LI><A HREF="codecs.html">2.2 Supported codecs</A>
<UL>
<LI><A HREF="codecs.html#video_codecs">2.2.1 Video codecs</A>
<UL>
@@ -123,7 +123,7 @@
<LI><A HREF="video.html#dga_whatis">2.3.1.3.2 What is DGA</A></LI>
<LI><A HREF="video.html#dga_installation">2.3.1.3.3 Installing DGA support for MPlayer</A></LI>
<LI><A HREF="video.html#dga_resolution">2.3.1.3.4 Resolution switching</A></LI>
- <LI><A HREF="video.html#dga_mplayer">2.3.1.3.5 DGA & MPlayer</A></LI>
+ <LI><A HREF="video.html#dga_mplayer">2.3.1.3.5 DGA &amp; MPlayer</A></LI>
<LI><A HREF="video.html#dga_features">2.3.1.3.6 Features of the DGA driver</A></LI>
<LI><A HREF="video.html#dga_speed">2.3.1.3.7 Speed issues</A></LI>
<LI><A HREF="video.html#dga_bugs">2.3.1.3.8 Known bugs</A></LI>
@@ -383,7 +383,7 @@ Developer Cries
Mpeg codec replaced with DVDview by Dirk Farin, it was a great stuff,
but it was slow and was written in C++ (I hate C++!!!)</LI>
<LI><B>mpg12play v0.9-v0.95pre5:</B> Oct 21-Nov 2, 2000<BR>
- Mpeg codec was libmpeg2 (mpeg2dec) by Aaron Holtzman & Michel Lespinasse.
+ Mpeg codec was libmpeg2 (mpeg2dec) by Aaron Holtzman &amp; Michel Lespinasse.
It's great, optimized very fast C code with perfect image quality and
100% MPEG standard conformance.</LI>
<LI><B>MPlayer v0.3-v0.9:</B> Nov 18-Dec 4, 2000<BR>
@@ -473,7 +473,7 @@ Developer Cries
multiple platforms. It is also known to be the fastest for this task.
Details can be found <A HREF="codecs.html#libavcodec">here</A>. Features:<BR>
<UL>
- <LI>gain decoding of videos mentioned above, on non-x86 machines</B></LI>
+ <LI>gain decoding of videos mentioned above, on non-x86 machines</LI>
<LI>encoding with most of the mentioned codecs</LI>
<LI>this codec is the <B>fastest codec available</B> for DivX/3/4/5 and
other MPEG4 types. Recommended!</LI>
@@ -612,7 +612,7 @@ Developer Cries
<UL>
<LI><B>using</B> XFree86: see details in
<A HREF="video.html#dga">DGA driver</A> and
- <A HREF="video.html#x11"">X11 driver</A> sections. DGA is
+ <A HREF="video.html#x11">X11 driver</A> sections. DGA is
recommended! Also try DGA via SDL, sometimes it's better.</LI>
<LI><B>not using</B> XFree86: try the drivers in the following order:
<A HREF="video.html#vesa">vesa</A>,
@@ -852,7 +852,7 @@ The command line options differ slightly for the different formats:
<UL>
<LI><A HREF="ftp://ftp.mplayerhq.hu/MPlayer/releases/">ftp://ftp.mplayerhq.hu/MPlayer/releases/</A> - ISO fonts</LI>
<LI><A HREF="ftp://ftp.mplayerhq.hu/MPlayer/contrib/fonts/">ftp://ftp.mplayerhq.hu/MPlayer/contrib/fonts/</A> - various fonts by users</LI>
- <LI><A HREF="http://realtime.ssu.ac.kr/~lethean/mplayer">http://realtime.ssu.ac.kr/~lethean/mplayer</A> - Korean fonts & RAW plugin</LI>
+ <LI><A HREF="http://realtime.ssu.ac.kr/~lethean/mplayer">http://realtime.ssu.ac.kr/~lethean/mplayer</A> - Korean fonts &amp; RAW plugin</LI>
</UL>
</LI>
<LI>use the font generator tool at TOOLS/subfont-c
@@ -906,7 +906,7 @@ There are three timing methods in <B>MPlayer</B>.
* We don't really want Joe User enabling more
* than 64Hz of interrupts on a multi-user machine.
*/
- if ((rtc_freq > 64) && (!capable(CAP_SYS_RESOURCE)))
+ if ((rtc_freq > 64) &amp;&amp; (!capable(CAP_SYS_RESOURCE)))
</PRE>
and change the 64 to 1024. You should really know what you are doing, though.
<BR>
@@ -938,7 +938,7 @@ It's a clear way for everyone to become root.
<P><A NAME="codecs">2.2</A> <A HREF="codecs.html">Supported codecs</A></P>
-<P><A NAME="output">2.3</A> <A HREF="video.html">Video</A> & <A HREF="sound.html">Audio</A> output devices</P>
+<P><A NAME="output">2.3</A> <A HREF="video.html">Video</A> &amp; <A HREF="sound.html">Audio</A> output devices</P>
<P><A NAME="encoding">2.4</A> <A HREF="encoding.html">MEncoder - An All-Purpose Encoder</A></P>
@@ -1394,7 +1394,7 @@ TV tuner</B>.</P>
<TR><TD></TD><TD>e</TD><TD></TD><TD>toggle equalizer</TD></TR>
<TR><TD></TD><TD>p</TD><TD></TD><TD>toggle playlist</TD></TR>
<TR><TD></TD><TD>f</TD><TD></TD><TD>toggle fullscreen</TD></TR>
- <TR><TD></TD><TD>m</TD><TD></TD><TD>toggle mute</TD>
+ <TR><TD></TD><TD>m</TD><TD></TD><TD>toggle mute</TD></TR>
</TABLE>
<P><B>TV</B></P>
@@ -1850,7 +1850,7 @@ end
<P ALIGN=center><B><U>The <B>MPlayer</B> project:</U></B></P>
<UL>
- <LI><B><A HREF="mailto:send mail to mplayer-users!">Árpád Gereöffy (A'rpi/ESP-team)</A></B>
+ <LI><B><A HREF="mailto:mplayer-users@mplayerhq.hu">Árpád Gereöffy (A'rpi/ESP-team)</A></B>
<UL>
<LI>player code (mpeg stream demultiplexer and avi/asf parser, A-V sync, seek...)</LI>
<LI>mp3lib, based on mpglib sources [MP3 audio decoder]</LI>
@@ -1892,7 +1892,7 @@ end
</LI>
<LI><B><A HREF="mailto:gabucino@mplayerhq.hu">Gábor Bérczi (Gabucino)</A></B>
<UL>
- <LI>documentation writer & maintainer</LI>
+ <LI>documentation writer &amp; maintainer</LI>
<LI>Hungarian translation of documentation, homepage, and help output</LI>
<LI>second homepage design&amp;gfx</LI>
<LI>homepage maintainer</LI>
@@ -2383,7 +2383,7 @@ MPlayer code:
<LI><B>ascii subtitles file parser/reader/writer:</B> Lez</LI>
<LI><B>DVD/VOB subtitles:</B> Kim Minh Kaplan</LI>
<LI><B>SUB/OSD renderer:</B> Adam Tla/lka</LI>
- <LI><B>config files & commandline parser:</B> Szabi</LI>
+ <LI><B>config files &amp; commandline parser:</B> Szabi</LI>
<LI><B>playtree, input layer:</B> Albeu</LI>
<LI><B>postproc, colorspace converters:</B> Michael Niedermayer</LI>
<LI><B>LIRC support (old):</B> Acki</LI>
diff --git a/DOCS/users_against_developers.html b/DOCS/users_against_developers.html
index d7a1c5f5da..f08ab5d497 100644
--- a/DOCS/users_against_developers.html
+++ b/DOCS/users_against_developers.html
@@ -37,7 +37,7 @@
<A HREF="http://www.apachelabs.org/apr-mbox/200106.mbox/%3c20010623194228.C25512@ebuilt.com%3e">Apache</A>,
<A HREF="http://www.mysql.com/downloads/mysql-3.23.html">MySQL</A>,
<A HREF="http://avifile.sourceforge.net/news-old1.htm">avifile</A> and
- <A HREF="http://www.winehq.com/news/?view=92#RH 7.1 gcc fixes compiler bug">Wine</A>.
+ <A HREF="http://www.winehq.com/news/?view=92#RH%207.1%20gcc%20fixes%20compiler%20bug">Wine</A>.
Other interesting links are
<A HREF="http://www.realtimelinux.org/archives/rtai/20017/0144.html">Real time Linux</A>,
<A HREF="http://www.atnf.csiro.au/people/rgooch/linux/docs/kernel-newsflash.html">
@@ -179,7 +179,7 @@
<BLOCKQUOTE>
<P>He's interesting, but not good at avoiding, um... controversy. Joe Barr
used to be one of the regulars on Will Zachmann's Canopus forum on Compuserve,
- years ago. He was an OS/2 advocate then (I was an OS/2 fan too).<P>
+ years ago. He was an OS/2 advocate then (I was an OS/2 fan too).</P>
<P>He used to go over-the-top, flaming people, and I suspect he had some hard
times, then. He's mellowed some, judging by his columns recently. Moderately
diff --git a/DOCS/video.html b/DOCS/video.html
index 8b33a3256b..5b3c5d9461 100644
--- a/DOCS/video.html
+++ b/DOCS/video.html
@@ -1123,7 +1123,7 @@ for 16:9 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale=1024
(<CODE>-ac hwac3</CODE>).</TD></TR>
</TABLE>
-<P><B>Overlay</B><P>
+<P><B>Overlay</B></P>
<P>To get overlay run dxr3view that comes with the em8300 package before
starting <B>MPlayer</B>. You can set various options in dxr3view by pressing
@@ -1141,7 +1141,7 @@ for 16:9 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale=1024
stream when using hardware decoding (<CODE>-vc mpegpes</CODE>). This is a
known bug. The em8300 will also improperly handle subtitles that are too big,
and may hang for a second or two. At this time, the only workaround is to use
- <CODE>-vc mpeg12</CODE> when viewing DVDs with subtitles.<P>
+ <CODE>-vc mpeg12</CODE> when viewing DVDs with subtitles.</P>
<P><B><A NAME="tv-out">2.3.1.A TV-out support</A></B></P>