[Mplayer-cvslog] CVS: 0_90/DOCS codecs.html,1.112,1.113 documentation.html,1.394,1.395 encoding.html,1.86,1.87

Diego Biurrun CVS diego at mplayerhq.hu
Sat Mar 29 02:11:59 CET 2003


Update of /cvsroot/mplayer/0_90/DOCS
In directory mail:/var/tmp.root/cvs-serv29987

Modified Files:
	codecs.html documentation.html encoding.html 
Log Message:
Updated XviD CVS instructions by Dmitry Baryshkov <lumag at qnc.ru>.
libavcodec updates, correct spelling of XviD + small corrections.


Index: codecs.html
===================================================================
RCS file: /cvsroot/mplayer/0_90/DOCS/codecs.html,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- codecs.html	10 Feb 2003 19:19:43 -0000	1.112
+++ codecs.html	29 Mar 2003 01:11:56 -0000	1.113
@@ -159,10 +159,6 @@
   <LI>Compile. Configure should detect problems before compilation.</LI>
 </OL>
 
-<P><B>Note:</B> MPlayer from CVS does contain a libavcodec
-  subdirectory, but it does <B>not</B> contain the source for libavcodec!
-  You must follow the steps above to obtain the source for this library.</P>
-
 <P>With FFmpeg and my Matrox G400, I can view even the highest resolution DivX
   movies without dropped frames on my K6/2 500.</P>
 
@@ -260,12 +256,12 @@
   have been tested) platforms.</B></P>
 
 
-<H4><A NAME="xvid">2.2.1.9 XViD</A></H4>
+<H4><A NAME="xvid">2.2.1.9 XviD</A></H4>
 
-<P><A HREF="http://www.xvid.org/"><B>XViD</B></A> is a forked development of
+<P><A HREF="http://www.xvid.org/"><B>XviD</B></A> is a forked development of
   the OpenDivX codec. It happened when ProjectMayo changed OpenDivX to closed
   source DivX4 (now DivX5), and the non-ProjectMayo people working on OpenDivX
-  got angry, then started XViD. So both projects have the same origin.</P>
+  got angry, then started XviD. So both projects have the same origin.</P>
 
 <H4>ADVANTAGES</H4>
 
@@ -282,27 +278,29 @@
 <UL>
   <LI>currently it does not properly <B>decode</B> all DivX/DivX4 files (no 
     problem as <A HREF="#libavcodec">libavcodec</A> can play them)</LI>
-  <LI>you have to choose between DivX4 <B>or</B> XViD support at compiletime</LI>
+  <LI>you have to choose between DivX4 <B>or</B> XviD support at compiletime</LI>
   <LI>under development</LI>
 </UL>
 
 <H4>INSTALLING XVID CVS</H4>
 
-<P>XViD is currently available only from CVS. Here are the
-  download and installation instructions:</P>
+<P>XviD is currently available only from CVS. Here are download and installation
+  instructions (you need at least autoconf 2.50, automake and libtool):</P>
 
 <OL>
   <LI><CODE>cvs -z3 -d:pserver:anonymous at cvs.xvid.org:/xvid login</CODE></LI>
   <LI><CODE>cvs -z3 -d:pserver:anonymous at cvs.xvid.org:/xvid co xvidcore</CODE></LI>
   <LI><CODE>cd xvidcore/build/generic</CODE></LI>
-  <LI>Edit the Makefile for your architecture (probably
-    <CODE>Makefile.linuxx86</CODE>) to fit your needs.</LI>
-  <LI><CODE>make -f Makefile.linuxx86</CODE></LI>
-  <LI>Copy the <CODE>divx4.h</CODE> and <CODE>xvid.h</CODE> header files from
+  <LI><CODE>./bootstrap.sh</CODE></LI>
+  <LI><CODE>./configure</CODE><BR>
+    You may have to add some options (examine the output of
+    <CODE>./configure --help</CODE>).</LI>
+  <LI><CODE>make &amp;&amp; make install</CODE></LI>
+  <LI>If you specified <CODE>--enable-divxcompat</CODE>,
+    copy the <CODE>divx4.h</CODE> header file from
     <CODE>xvidcore/src/</CODE> to <CODE>/usr/local/include/</CODE>.</LI>
-  <LI>Get <CODE>encore2.h</CODE> and <CODE>decore.h</CODE> from the DivX4Linux
-    package, and copy them to <CODE>/usr/local/include/</CODE>.</LI>
-  <LI>Recompile MPlayer with <CODE>--with-xvidcore=/path/to/libxvidcore.a</CODE>.</LI>
+  <LI>Recompile MPlayer with
+    <CODE>--with-xvidcore=/path/to/libxvidcore.a</CODE>.</LI>
 </OL>
 
 

Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/0_90/DOCS/documentation.html,v
retrieving revision 1.394
retrieving revision 1.395
diff -u -r1.394 -r1.395
--- documentation.html	26 Mar 2003 03:07:19 -0000	1.394
+++ documentation.html	29 Mar 2003 01:11:56 -0000	1.395
@@ -93,7 +93,7 @@
               <LI><A HREF="codecs.html#ms_video1">2.2.1.6 MS Video1</A></LI>
               <LI><A HREF="codecs.html#cinepak">2.2.1.7 Cinepak CVID</A></LI>
               <LI><A HREF="codecs.html#realvideo">2.2.1.8 RealVideo</A></LI>
-              <LI><A HREF="codecs.html#xvid">2.2.1.9 XViD</A></LI>
+              <LI><A HREF="codecs.html#xvid">2.2.1.9 XviD</A></LI>
               <LI><A HREF="codecs.html#sorenson">2.2.1.10 Sorenson</A></LI>
             </UL>
           </LI>

Index: encoding.html
===================================================================
RCS file: /cvsroot/mplayer/0_90/DOCS/encoding.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- encoding.html	18 Feb 2003 21:58:04 -0000	1.86
+++ encoding.html	29 Mar 2003 01:11:56 -0000	1.87
@@ -210,7 +210,7 @@
     <CODE>libjpeg</CODE> (when decoding PNGs, it will use <B>libpng</B>).</LI>
 
   <LI>MEncoder then feeds the decoded image to the chosen video compressor
-    (DivX4, Xvid, ffmpeg msmpeg4, etc...).</LI>
+    (DivX4, XviD, ffmpeg msmpeg4, etc...).</LI>
 </OL>
 
 <H4>Examples</H4>



More information about the MPlayer-cvslog mailing list