[Mplayer-cvslog] CVS: main/DOCS cd-dvd.html,1.23,1.24 documentation.html,1.194,1.195 encoding.html,1.27,1.28 faq.html,1.63,1.64 mplayer.1,1.144,1.145 sound.html,1.24,1.25 video.html,1.67,1.68

Winner of tha face compo gabucino at mplayer.dev.hu
Fri Mar 1 21:40:00 CET 2002


Update of /cvsroot/mplayer/main/DOCS
In directory mplayer:/var/tmp.root/cvs-serv19447/DOCS

Modified Files:
	cd-dvd.html documentation.html encoding.html faq.html 
	mplayer.1 sound.html video.html 
Log Message:
strike period over, commiting stuff. next commit will be rewrite. (?)


Index: cd-dvd.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/cd-dvd.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- cd-dvd.html	10 Feb 2002 10:03:39 -0000	1.23
+++ cd-dvd.html	1 Mar 2002 20:39:51 -0000	1.24
@@ -255,6 +255,14 @@
 Yes, see the <CODE>-chapter</CODE> option.
 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
 
+<TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
+My DVD playing is sluggish !
+</B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
+Use the <CODE>-cache</CODE> option (see the manpage!). If it still doesn't
+work, check the beginning of this documentaion for proper
+libdvdread+libdvdcss combinations. Also try enabling DMA for the DVD drive.
+</TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
+
 </TABLE>
 
 </BODY>

Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -r1.194 -r1.195
--- documentation.html	23 Feb 2002 19:12:31 -0000	1.194
+++ documentation.html	1 Mar 2002 20:39:51 -0000	1.195
@@ -10,6 +10,7 @@
 <A HREF="German/documentation.html">[ German ]</A>
 <A HREF="French/documentation.html">[ French ]</A>
 <A HREF="Polish/documentation.html">[ Polish ]</A>
+<A HREF="Italian/documentation.html">[ Italian ]</A>
 </CENTER></P>
 
 <P><HR></P>
@@ -1776,6 +1777,13 @@
   Problem: known gcc 2.96 bug, no fix yet. If you have gcc 2.95, you
   have a libmp3lame library that was compiled with gcc 2.96 (installed from
   a deb/rpm package?). Check which lib does MEncoder found : ldd mencoder.</LI>
+
+<LI>Messed up MP2/MP3 sound on PPC:<BR>
+  Problem: known GCC miscompilation bug on PPC platforms, no fix yet.<BR>
+  Workaround: use FFmpeg's (slow) MP1/MP2/MP3 decoder (<CODE>-ac ffmpeg</CODE>)</LI>
+
+<LI>sig11 in libmpeg2, when scaling+encoding:<BR>
+  Problem: known GCC 2.95.2 MMX bug, upgrade to 2.95.3.</LI>
 </UL>
 
 <P>Various A-V sync and other audio problems:</P>

Index: encoding.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/encoding.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- encoding.html	14 Feb 2002 22:50:33 -0000	1.27
+++ encoding.html	1 Mar 2002 20:39:51 -0000	1.28
@@ -165,9 +165,8 @@
 
 <P><B>MEncoder</B> can scale input images if they come in YV12 format (for example:
   ffdivx, odivx drivers, or mpeg1/2). The output size is specified with the
-  <CODE>-x</CODE>, and <CODE>-y</CODE> options.  Furthermore, there are 3
-  rescaling filters in <B>MEncoder</B>, <I>0
-  : fast bilinear</I>, <I>1 : bilinear</I>, <I>2 : bicubic</I> (best quality). 
+  <CODE>-x</CODE>, and <CODE>-y</CODE> options.  Furthermore, there are some
+  rescaling filters in <B>MEncoder</B>, see the manpage for them !
   They can be specified with the <CODE>-sws</CODE> option. If not specified,
   <B>MEncoder</B> will use 0 : fast bilinear.</P>
 

Index: faq.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/faq.html,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- faq.html	14 Feb 2002 21:49:12 -0000	1.63
+++ faq.html	1 Mar 2002 20:39:51 -0000	1.64
@@ -883,7 +883,7 @@
 - it's very rude observing of video card. Indeed we should pay our attention
 for models of video card:</font></font>
 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1>For
-example if MatroxG400(G450) drivers support TV-out then G550 has no such
+example if MatroxG400 drivers support TV-out then G450 and G550 has no such
 support.</font></font>
 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1>Other
 sample: Adaptive deinterlacing exists only since Rage128 chip and isn't

Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mplayer.1,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- mplayer.1	20 Feb 2002 23:45:44 -0000	1.144
+++ mplayer.1	1 Mar 2002 20:39:51 -0000	1.145
@@ -109,6 +109,7 @@
 .RB [ \-softsleep ]
 .RB [ \-rootwin ]
 .RB [ \-font\ <path\ to\ font.desc\ file> ]
+.RB [ \-conf\ <path\ to\ input.conf\ file> ]
 .I < - | file | URL | device >
 .PP
 .SH DESCRIPTION
@@ -245,6 +246,9 @@
     0 - fast bilinear (default)
     1 - bilinear
     2 - bicubic (best quality)
+    3 - ?
+    4 - nearest neighbor (bad quality)
+    5 - area averageing scaling support
 .TP
 .B \-xy\ <factor>
 scale image by <factor>
@@ -314,7 +318,7 @@
 
 .TP
 .B \-playlist <file>
-play files according to this filelist (1 file/row or ASX format).
+play files according to this filelist (1 file/row or Winamp or ASX format).
 .TP
 .B \-ss\ <time>
 seek to given time position. For example :
@@ -347,6 +351,10 @@
 ~/.mplayer/font/font.desc). For example:
 
     -font ~/.mplayer/arial-14/font.desc
+.TP
+.B \-conf\ <path\ to\ input.conf\ file>
+get input bindings from an alternative input.conf file (default :
+~/.mplayer/input.conf).
 .IP
 .SH "ADVANCED OPTIONS"
 .TP

Index: sound.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/sound.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- sound.html	5 Feb 2002 10:39:58 -0000	1.24
+++ sound.html	1 Mar 2002 20:39:51 -0000	1.25
@@ -65,8 +65,8 @@
 <TD></TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Max kHz:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>48</TD><TR>
 
 <TD COLSPAN=3><B><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>SB Live!</B></TD><TR>
-<TD></TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>OSS:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>OK</TD><TR>
-<TD></TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>ALSA:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>(?)</TD><TR>
+<TD></TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>OSS:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>HW AC3 won't work</TD><TR>
+<TD></TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>ALSA:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>OK</TD><TR>
 <TD></TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Max kHz:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>48</TD><TR>
 
 <TD COLSPAN=3><B><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>SB AWE 64</B></TD><TR>

Index: video.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/video.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- video.html	23 Feb 2002 19:12:31 -0000	1.67
+++ video.html	1 Mar 2002 20:39:51 -0000	1.68
@@ -279,7 +279,7 @@
 <LI>Radeon VE - currently only XFree86 CVS has driver for this card, version
 4.1.0 doesn't. And no TV out support. Of course with <B>MPlayer</B> you can
 happily get <B>accelerated</B> display, with or without <B>TV output</B>, and
-no libraries or X are needed. Read <a href=#2.3.1.12>VESA driver</a> and <A
+no libraries or X are needed. Read <a href=#2.3.1.15>Vidix</a> and <A
 HREF=#2.3.1.14>Radeon video overlay</A> sections).</LI> </P>
 
 
@@ -893,7 +893,7 @@
 
 <P>
 <br><b>Usage:</b><BR>
-&nbsp;&nbsp;<CODE>mplayer -vo vesa:lvo:/dev/radeon_vid &lt;your options&gt; filename</CODE>
+&nbsp;&nbsp;<CODE>mplayer -vo vesa:vidix &lt;your options&gt; filename</CODE>
 </P>
 
 <P>More examples (for hardware deinterlacing, etc) can be found




More information about the MPlayer-cvslog mailing list