[MPlayer-DOCS] CVS: main/DOCS/xml/en audio.xml,1.8,1.9 formats.xml,1.6,1.7 install.xml,1.11,1.12 mencoder.xml,1.7,1.8 ports.xml,1.15,1.16 tvinput.xml,1.6,1.7 usage.xml,1.11,1.12 video.xml,1.27,1.28

Diego Biurrun CVS diego at mplayerhq.hu
Sun Oct 26 15:58:19 CET 2003


Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var/tmp.root/cvs-serv1428/xml/en

Modified Files:
	audio.xml formats.xml install.xml mencoder.xml ports.xml 
	tvinput.xml usage.xml video.xml 
Log Message:
spelling fixes, mostly by <ismail.donmez at boun.edu.tr>


Index: audio.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/audio.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- audio.xml	14 Oct 2003 02:21:56 -0000	1.8
+++ audio.xml	26 Oct 2003 14:58:15 -0000	1.9
@@ -119,7 +119,7 @@
 
 <para>
 Linux sound drivers are primarily provided by the free version of OSS.
-These drivers have been superceded by <ulink url="http://www.alsa-project.org">ALSA</ulink>
+These drivers have been superseded by <ulink url="http://www.alsa-project.org">ALSA</ulink>
 (Advanced Linux Sound Architecture) in the 2.5 development series. If
 your distribution does not already use ALSA you may wish to try their
 drivers if you experience sound problems. ALSA drivers are generally

Index: formats.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/formats.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- formats.xml	4 Oct 2003 19:28:59 -0000	1.6
+++ formats.xml	26 Oct 2003 14:58:15 -0000	1.7
@@ -355,7 +355,7 @@
 
 <para>
 Standard GIF files contain 24-bit RGB frames with at most an 8-bit indexed
-pallete. These frames are usually LZW-compressed, although some GIF encoders
+palette. These frames are usually LZW-compressed, although some GIF encoders
 produce uncompressed frames to avoid patent issues with LZW compression.
 </para>
 

Index: install.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/install.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- install.xml	21 Sep 2003 13:05:42 -0000	1.11
+++ install.xml	26 Oct 2003 14:58:15 -0000	1.12
@@ -466,7 +466,7 @@
 Just exec
 <screen>fakeroot debian/rules binary</screen>
 in <application>MPlayer</application>'s root directory. See
-<link linkend="debian">Debian packaging</link> for detailled instructions.
+<link linkend="debian">Debian packaging</link> for detailed instructions.
 </para>
 
 <para>
@@ -499,7 +499,7 @@
 <para>
 The GUI needs GTK 1.2.x (it isn't fully GTK, but the panels are). The skins
 are stored in PNG format, so GTK, <systemitem class="library">libpng</systemitem>
-(and their devel stuff, usualy called <systemitem class="library">gtk-dev</systemitem>
+(and their devel stuff, usually called <systemitem class="library">gtk-dev</systemitem>
 and <systemitem class="library">libpng-dev</systemitem>) has to be installed.
 You can build it by specifying <option>--enable-gui</option> during
 <filename>./configure</filename>. Then, to turn on GUI mode, you have to

Index: mencoder.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/mencoder.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mencoder.xml	21 Sep 2003 13:05:42 -0000	1.7
+++ mencoder.xml	26 Oct 2003 14:58:15 -0000	1.8
@@ -411,7 +411,7 @@
 
 <para>
 <application>MEncoder</application> is capable of extracting subtitles from
-a DVD into Vobsub fomat files. They consist of a pair of files ending in
+a DVD into Vobsub formatted files. They consist of a pair of files ending in
 <filename>.idx</filename> and <filename>.sub</filename> and are usually
 packaged in a single <filename>.rar</filename> archive.
 <application>MPlayer</application> can play these with the

Index: ports.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/ports.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ports.xml	13 Oct 2003 18:15:48 -0000	1.15
+++ ports.xml	26 Oct 2003 14:58:15 -0000	1.16
@@ -148,7 +148,7 @@
 
 <para>The <filename>configure</filename> script tries to find out, which
 assembler program is used by your &quot;gcc&quot; command (in case the autodetection
-fails, use the <option>--as=/whereever/you/have/installed/gnu-as</option>
+fails, use the <option>--as=/wherever/you/have/installed/gnu-as</option>
 option to tell the <filename>configure</filename> script where it can find GNU
 "as" on your system).
 </para>

Index: tvinput.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/tvinput.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tvinput.xml	21 Sep 2003 13:05:42 -0000	1.6
+++ tvinput.xml	26 Oct 2003 14:58:15 -0000	1.7
@@ -186,7 +186,7 @@
 <para>
 This will additionally rescale the image to 384x288 and compresses the
 video with the bitrate of 350kbps in high quality mode. The vqmax option
-looses the quantizer and allows the video compressor to actualy reach so
+looses the quantizer and allows the video compressor to actually reach so
 low bitrate even at the expense of the quality. This can be used for
 capturing long TV series, where the video quality isn't so important.
 <screen>

Index: usage.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/usage.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- usage.xml	16 Oct 2003 11:40:13 -0000	1.11
+++ usage.xml	26 Oct 2003 14:58:15 -0000	1.12
@@ -435,9 +435,9 @@
 stream type from a remote host. The main purpose of this feature is to make
 it possible to directly use the CD or DVD drive of another computer on the
 network (provided you have the required bandwidth). On the downside some
-stream type (currently TV and MF) are not useable remotely because they are
+stream type (currently TV and MF) are not usable remotely because they are
 implemented at the demuxer level. It's sad for MF but TV stream would anyway
-require an insane amount of bandwith.
+require an insane amount of bandwidth.
 </para>
 
 <sect2 id="compile_mpst_server">
@@ -466,14 +466,14 @@
 <screen>
 mplayer -cache 5000 mpst://servername//usr/local/movies/lol.avi
 </screen>
-Note that paths wich aren't starting with a / will be relative to
+Note that paths which aren't starting with a / will be relative to
 the directory where the server is running. The <option>-cache</option> option is not
 needed but highly recommended.
 </para>
 
 <para>
 Be aware that currently the server is not secure at all. So don't complain
-about the numerous exploits wich are possible through this. Instead send
+about the numerous exploits which are possible through this. Instead send
 some (good) patch to make it better or start writing your own server.
 </para>
 

Index: video.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/video.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- video.xml	25 Oct 2003 22:22:39 -0000	1.27
+++ video.xml	26 Oct 2003 14:58:15 -0000	1.28
@@ -1511,7 +1511,7 @@
   wmv7, wmv8</systemitem> and some others. Please note that this is only
   a temporal inconvenience. The usage syntax is as follows:
   <screen>
-    mplayer -vf formay=uyvy -vc divxds divx3file.avi
+    mplayer -vf format=uyvy -vc divxds divx3file.avi
   </screen>
   </para></listitem>
 </itemizedlist>
@@ -1522,7 +1522,7 @@
   framebuffer or X magic whatsoever. For this purpose, we'll have to use the
   <option>cvidix</option> video output, as the following example shows:
   <screen>
-    mplayer -vf formay=uyvy -vc divxds -vo cvidix example.avi
+    mplayer -vf format=uyvy -vc divxds -vo cvidix example.avi
   </screen>
 </para>
 



More information about the MPlayer-DOCS mailing list