[Mplayer-cvslog] CVS: main/DOCS codecs.html,1.22,1.23 documentation.html,1.92,1.93 video.html,1.24,1.25

Winner of tha face compo gabucino at mplayer.dev.hu
Wed Oct 24 18:01:19 CEST 2001


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

Modified Files:
	codecs.html documentation.html video.html 
Log Message:



Index: codecs.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/codecs.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- codecs.html	23 Oct 2001 09:43:55 -0000	1.22
+++ codecs.html	24 Oct 2001 16:00:57 -0000	1.23
@@ -181,8 +181,8 @@
   isn't there, so download it from the <A HREF="http://www.3ivx.com">3ivx site</A>.</LI>
 
   <LI>copy the codecs, or make symlinks for them to <CODE>/usr/lib/xanim/mods</CODE> .
-  Accordingly :<BR> <CODE>ln -s vid_cvid_2.1_linuxELFx86c6.xa vid_cvid.xa</CODE>
-  for all of them.<BR> You can define another search path in xacodec.c:
+  Accordingly :<BR><CODE>ln -s vid_cvid_2.1_linuxELFx86c6.xa vid_cvid.xa</CODE>
+  for all of them.<BR>You can define another search path in xacodec.c:
   <CODE>#define XACODEC_PATH "/usr/lib/xanim/mods"</CODE>.</LI>
 </UL>
 </P>
@@ -191,6 +191,16 @@
 option to tell <B>MPlayer</B> to use them if possible.</P>
 
 <P>Tested codecs are: <B>Indeo 3.2</B>, <B>4.1</B>, <B>5.0</B>, <B>CVID</B>, <B>3ivX</B>, <B>h263</B>.</P>
+
+
+<P><B><A NAME=2.1.2.5>2.1.2.5.  libmad support</A></B></P>
+
+<P><A HREF="http://mad.sourceforge.net">libmad</A> is a multiplatform MPEG audio
+decoding library. If you don't know why is it good, you probably don't need it.</P>
+
+<P>To enable support, compile with the <CODE>--enable-mad</CODE> configure
+option.</P>
+
 
 <P><B><A NAME=2.1.4>2.1.4. Codec importing howto</A></B></P>
 

Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- documentation.html	24 Oct 2001 13:03:56 -0000	1.92
+++ documentation.html	24 Oct 2001 16:00:57 -0000	1.93
@@ -38,6 +38,7 @@
 	<LI><A HREF="codecs.html#2.1.2.2">2.1.2.2 ffmpeg's DivX/libavcodec</A></LI>
 	<LI><A HREF="codecs.html#2.1.2.3">2.1.2.3 Hardware AC3 decoding</A></LI>
 	<LI><A HREF="codecs.html#2.1.2.4">2.1.2.4 XAnim codecs</A></LI>
+	<LI><A HREF="codecs.html#2.1.2.5">2.1.2.5 libmad support</A></LI>
       </UL>
       <LI><A HREF="mailto:Strange. Where did this chapter go?">2.1.3 The Veiled Mysteries of MPlayer</A></LI>
       <LI><A HREF="codecs.html#2.1.4">2.1.4 Codec importing howto</A></LI>
@@ -121,6 +122,7 @@
       <LI><A HREF="#6.2">6.2 FreeBSD</A></LI>
       <LI><A HREF="#6.3">6.3 Solaris</A></LI>
       <LI><A HREF="#6.4">6.4 StrongARM</A></LI>
+      <LI><A HREF="#6.5">6.5 SGI/Irix</A></LI>
     </UL>
   <LI><A HREF="#A">A. Authors</A></LI>
   <UL>
@@ -660,13 +662,20 @@
 <P>VIS accelerated operations from mediaLib are used for mpeg2 video
   decoding and for color space conversion in the video output drivers.</P>
 
+
 <P><B><A NAME=6.4>6.4. StrongARM</A></B></P>
 
 <P><B>MPlayer</B> is reported to compile on StrongARM. Use the following command line:</P>
 
 <P><PRE>  ./configure --target=arm-linux --disable-css --with-x11libdir=/usr/arm/lib
 	      --with-x11incdir=/usr/arm/lib --disable-gcc-checking</PRE></P>
-	      
+
+
+<P><B><A NAME=6.5>6.5. Silicon Graphics Indigo / IRIX</A></B></P>
+
+<P>Reported working. Anyone has closer info?</P>
+
+
 <P><B><A NAME=A>Appendix A - Authors</A></B></P>
 
 <P>NOTE: Do *NOT* send bugreports, help &amp; feature requests directly to the authors!</P>
@@ -1036,6 +1045,13 @@
   <LI><B>x2mpsub</B> - Gabucino</B>
   <LI><B>others</B> - A'rpi</B>
 </UL></P>
+
+<P>Misc:
+<UL>
+  <LI><B>vbelib.*</B> - Nick Kurshev</B>
+  <LI><B>lrmi.*</B> - copied by Nick Kurshev (originally by Josh Vanderhoof)</B>
+</UL></P>
+
 
 <P><B><A NAME=B>Appendix B - Mailing lists</A></B></P>
 

Index: video.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/video.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- video.html	24 Oct 2001 13:03:56 -0000	1.24
+++ video.html	24 Oct 2001 16:00:57 -0000	1.25
@@ -618,7 +618,7 @@
 That isn't autodetected by aalib, bu vo_aa tries to find the best mode.
 See <A HREF="http://aa-project.sourceforge.net/tune/">http://aa-project.sourceforge.net/tune/</A> for further tuning issues.</P>
 
-<P><B><A NAME=2.2.1.12>2.2.1.12. VESA - output to VESA BIOS</B></P>
+<P><B><A NAME=2.2.1.12>2.2.1.12.  VESA - output to VESA BIOS</B></P>
 <P>
 This driver was designed and introduced as <b>generic driver</b> for any video
 card which has VESA VBE 2.0 compatible BIOS. But exists still one reason of




More information about the MPlayer-cvslog mailing list