[Mplayer-cvslog] CVS: main/DOCS codecs.html,1.50,1.51 documentation.html,1.199,1.200

Winner of tha face compo gabucino at mplayer.dev.hu
Sun Mar 10 09:12:26 CET 2002


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

Modified Files:
	codecs.html documentation.html 
Log Message:
DivX5 support


Index: codecs.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/codecs.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- codecs.html	7 Mar 2002 17:55:33 -0000	1.50
+++ codecs.html	10 Mar 2002 08:12:24 -0000	1.51
@@ -37,7 +37,7 @@
 HREF="#2.2.3">codec importing</A> to get info about how to help us adding support
 for it!</P>
 
-<P><B><A NAME=2.2.1.1>2.2.1.1. DivX4</A></B></P>
+<P><B><A NAME=2.2.1.1>2.2.1.1. DivX4/DivX5</A></B></P>
 
 <P>This section contains information about the DivX4 codec of
 <A HREF="http://www.projectmayo.com">ProjectMayo</A>. Their first available alpha version was the OpenDivX 4.0
@@ -47,9 +47,10 @@
 
 <P>The new generation of this codec can even decode movies made with the
 infamous DivX codec! And it's not everything, it's MUCH faster than the
-traditional Win32 DivX DLL's (note that libavcodec's decoder is EVEN FASTER :).
-See below for configuration. The only disadvantage of this codec is that it's
-currently closed-source. :(</P>
+traditional Win32 DivX DLL's (note that libavcodec's decoder is EVEN FASTER,
+so the usage of this codec is <B>DISCOURAGED</B> - you need it only for
+encoding). See below for configuration. The only disadvantage of this codec is
+that it's currently closed-source. :(</P>
 
 <P>The codec can be downloaded from the following URL:</P>
 
@@ -64,9 +65,9 @@
 <P>Note: do NOT forget to add <CODE>/usr/local/lib</CODE> to your
 <CODE>/etc/ld.so.conf</CODE> and running <CODE>ldconfig</CODE> !</P>
 
-<P><B>MPlayer</B> autodetects if DivX4 is (properly) installed, just compile
-as usual. If it doesn't detect it, you didn't install it exactly as above,
-and/or has messed up config (see last question of 5.1 section).</P>
+<P><B>MPlayer</B> autodetects if DivX4/DivX5 is (properly) installed, just
+compile as usual. If it doesn't detect it, you didn't install it exactly as
+above, and/or has messed up config (see last question of 5.1 section).</P>
 
 <P>Using it is a bit tricky. As it conflicts with the old OpenDivX (its API is
 very similar to OpenDivX's), OpenDivX code is disabled, and the OpenDivX
@@ -77,11 +78,11 @@
 
 <P><TABLE BORDER=0>
 <TD>&nbsp;&nbsp;</TD><TD VALIGN=top><FONT CLASS="text">-vc&nbsp;odivx</TD><TD>&nbsp;&nbsp;</TD>
-<TD><FONT CLASS="text">using divx4 codec as a new version of OpenDivX.
+<TD><FONT CLASS="text">using the codec as a new version of OpenDivX.
 in this case it produces YV12 image in its own buffer,
 and <B>MPlayer</B> (libvo) does colorspace conversion. (<B>RECOMMENDED!</B>)</TD><TR>
 <TD></TD><TD VALIGN=top><FONT CLASS="text">-vc&nbsp;divx4</TD><TD></TD>
-<TD><FONT CLASS="text">using divx4 codec's colorspace conversion.
+<TD><FONT CLASS="text">using the codec's colorspace conversion.
 in this mode, you can use YUY2/UYVY too.</TD></TR>
 </TABLE></P>
 
@@ -105,11 +106,13 @@
 
 <P><B><A NAME=2.2.1.2>2.2.1.2. ffmpeg's DivX/libavcodec</A></B></P>
 
-<P>Beginning with version 0.4.2 , <A HREF="http://ffmpeg.sourceforge.net">ffmpeg</A> contains an <B>opensource</B> DivX codec,
-which is compatible with the traditional DivX. <B>MPlayer</B> supports this codec,
-and this makes it possible to <B>watch DivX/DivX4 movies on non-x86 platforms</B>,
-and gain much faster <B>DivX/DivX4</B> decoding speed than the Win32 codecs and
-the original DivX4 library has!</P>
+<P>Beginning with version 0.4.2 ,
+<A HREF="http://ffmpeg.sourceforge.net">ffmpeg</A> contains an
+<B>opensource</B> DivX codec, which is compatible with the traditional DivX.
+<B>MPlayer</B> supports this codec, and this makes it possible to <B>watch
+DivX/DivX4/DivX5 movies on non-x86 platforms</B>, and gain much faster
+<B>DivX/DivX4/DivX5</B> decoding speed than the Win32 codecs and the original
+DivX4 library has!</P>
 
 <P>It also contains lots of nice codecs, such as RealVideo 1.0, MJPEG, h263,
 h263+, etc.</P>
@@ -151,8 +154,9 @@
 <CODE>ffmpeg12</CODE> section from codecs.conf (this codec isn't optimized, and
 libmpeg2 is twice as fast), and place <CODE>vfm=5</CODE> in my config file.
 Then <B>MPlayer</B> always uses <B>ffdivx/ffodivx</B> to decode
-<B>DivX/DivX4</B> files, and libmpeg2 for MPEG1/2 . With this and my Matrox G400, I can view even the
-highest resolution DivX/DivX4 movies on my K6/2 500, without framedrop.</P>
+<B>DivX</B> files, and libmpeg2 for MPEG1/2 . With this and my
+Matrox G400, I can view even the highest resolution DivX movies on my
+K6/2 500, without framedrop.</P>
 
 
 <P><B><A NAME=2.2.1.3>2.2.1.3.  XAnim codecs</A></B></P>

Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -r1.199 -r1.200
--- documentation.html	7 Mar 2002 17:55:33 -0000	1.199
+++ documentation.html	10 Mar 2002 08:12:24 -0000	1.200
@@ -63,7 +63,7 @@
     <UL>
       <LI><A HREF="codecs.html#2.2.1">2.2.1 Video</A></LI>
       <UL>
-        <LI><A HREF="codecs.html#2.2.1.1">2.2.1.1 DivX4</A></LI>
+        <LI><A HREF="codecs.html#2.2.1.1">2.2.1.1 DivX4/DivX5</A></LI>
         <LI><A HREF="codecs.html#2.2.1.2">2.2.1.2 ffmpeg's DivX/libavcodec</A></LI>
         <LI><A HREF="codecs.html#2.2.1.3">2.2.1.3 XAnim codecs</A></LI>
         <LI><A HREF="codecs.html#2.2.1.4">2.2.1.4 VIVO video</A></LI>
@@ -385,12 +385,12 @@
 <P><B><I>CODECS</I></B></P>
 
 <UL>
-<LI><B>libavcodec</B> : If you want to use this DivX3/DivX4/etc codec, check the
+<LI><B>libavcodec</B> : If you want to use this DivX3/DivX4/DivX5/etc codec, check the
 <A HREF="codecs.html#2.2.1.2">2.2.1.2</A> section before compiling. Features :<BR>
 <UL>
-  <LI>you can <B>gain <I>DivX/DivX4</I> playing on non-x86 machines</B></LI>
+  <LI>you can <B>gain <I>DivX/DivX4/DivX5</I> playing on non-x86 machines</B></LI>
   <LI>RealVideo 1.0/VIVO/MJPEG/h263/others playing and encoding</LI>
-  <LI>this codec has the <B>greatest decoding speed</B> for DivX and DivX4
+  <LI>this codec has the <B>greatest decoding speed</B> for DivX and DivX4/DivX5
 movies (even faster than the original DivX4 library itself) ! Recommended!</LI>
 </UL>
 </LI>
@@ -407,7 +407,7 @@
 </UL>
 </LI>
 
-<LI><B>DivX4</B> : information about this codec is available in the
+<LI><B>DivX4/DivX5</B> : information about this codec is available in the
 <A HREF="codecs.html#2.2.1.1">2.2.1.1</A> section. If you don't want to encode
 with it, you possibly don't want this codec as <B>libavcodec</B> (see above) is
 much faster than this.<BR>




More information about the MPlayer-cvslog mailing list