[Mplayer-cvslog] CVS: main/DOCS codecs.html,1.20,1.21 documentation.html,1.86,1.87

Winner of tha face compo gabucino at mplayer.dev.hu
Fri Oct 19 16:14:57 CEST 2001


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

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



Index: codecs.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/codecs.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- codecs.html	17 Oct 2001 16:36:38 -0000	1.20
+++ codecs.html	19 Oct 2001 14:14:55 -0000	1.21
@@ -30,20 +30,20 @@
 
 <P>The most important video codecs:<BR>
 <UL>
-<LI>MPEG1 (VCD) and MPEG2 (DVD) video
-<LI>DivX ;-), OpenDivX (DivX4) and other MPEG4 variants
-<LI>Windows Media Video 7 (WMV1) and 8 (WMV2) used in .wmv files
-<LI>Intel Indeo codecs (3.1,3.2,4.1,5.0)
-<LI>MJPEG, ASV2 and other hardware formats
+<LI>MPEG1 (VCD) and MPEG2 (DVD) video</LI>
+<LI>DivX ;-), OpenDivX (DivX4) and other MPEG4 variants</LI>
+<LI>Windows Media Video 7 (WMV1) and 8 (WMV2) used in .wmv files</LI>
+<LI>Intel Indeo codecs (3.1,3.2,4.1,5.0)</LI>
+<LI>MJPEG, ASV2 and other hardware formats</LI>
 </UL></P>
 
 <P>The most important audio codecs:<BR>
 <UL>
-<LI>MPEG layer 2, and layer 3 (MP3) audio (native code, with mmx/sse/3dnow optimization)
-<LI>AC3 dolby audio (native code, with sse/3dnow optimization)
-<LI>Ogg Vorbis audio codec (native lib)
-<LI>Voxware audio (using directshow DLL)
-<LI>alaw, msgsm, pcm and other simple old audio formats
+<LI>MPEG layer 2, and layer 3 (MP3) audio (native code, with MMX/SSE/3DNow! optimization)</LI>
+<LI>AC3 dolby audio (native code, with SSE/3DNow! optimization)</LI>
+<LI>Ogg Vorbis audio codec (native lib)</LI>
+<LI>Voxware audio (using directshow DLL)</LI>
+<LI>alaw, msgsm, pcm and other simple old audio formats</LI>
 </UL></P>
 
 <P>If you have a codec not listed here, and not supported yet, just read <A
@@ -120,7 +120,9 @@
 
 <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 movies on non-x86 platforms!</B>
+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!<BR>
 It was removed from <B>MPlayer</B>'s cvs tree, you have to download it
 manually directly from <B>FFmpeg</B>'s tree:</P>
 
@@ -146,9 +148,12 @@
 <P>In order to use it, refresh your codecs.conf file, and do as the manpage,
 or the example.conf says (the -vfm option).</P>
 
-<P>Note: libavcodec contains other codecs as well (for example ffmpeg12), but
-at the moment we mostly focus on ffdivx, and it's unlikely that this will
-change.</P>
+<P>To achieve the <B>greatest speed</B> on my K6, I remove the
+<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>
 
 
 <P><B><A NAME=2.1.2.3>2.1.2.3.  Hardware AC3 decoding</A></B></P>

Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- documentation.html	19 Oct 2001 10:33:52 -0000	1.86
+++ documentation.html	19 Oct 2001 14:14:55 -0000	1.87
@@ -243,20 +243,24 @@
 <I>before</I> compiling <B>MPlayer</B>, otherwise no Matrox-specific support will be
 built.</LI>
 
-<LI>If you own a 3Dfx card (which models?), then please see the <A
+<LI>If you own a 3Dfx Voodoo3/Banshee card, then please see the <A
 HREF="video.html#2.2.1.9">2.2.1.9</A> section in order to gain big speedup. It
 is important to do these steps <I>before</I> compiling <B>MPlayer</B>,
 otherwise no 3Dfx support will be built.</LI>
 
 <LI>If you plan to use the ProjectMayo's <B>DivX4</B> codec, check the
 <A HREF="codecs.html#2.1.2.1">2.1.2.1</A> section before compiling.
-This codec can play <B>DivX</B> movies much faster than the Win32 DLL, and
-<B>ffmpeg</B>. It's closed-source, and only an x86 version is available.</LI>
+This codec can play old <B>DivX</B> movies much faster than the Win32 DLL.
+If you want to play movies with the new <B>DivX4</B> codec, it's
+<B>recommended</B> to use this library, instead the DivX.dll in the
+w32codecs.zip package. The codec itself is closed-source, and only an x86
+version is available.</LI>
 
 <LI>If you plan to use ffmpeg's <B>libavcodec</B>, check the
 <A HREF="codecs.html#2.1.2.2">2.1.2.2</A> section before compiling.
-You'll need this to gain <B>DivX</B> playing on non-x86 machines, or want to
-gain bigger speed than the Win32 codec does.</LI>
+You'll need this to <B>gain <I>DivX/DivX4</I> playing on non-x86 machines</B>,
+and this codec has the <B>greatest decoding speed</B> for DivX and DivX4
+movies (even faster than the original DivX4 library itself) !</LI>
 
 <LI>For DVD support, you'll have to compile libdvdread and libdvdcss.
 See <A HREF="cd-dvd.html#4.2">section 4.2</A> for more information.</LI>




More information about the MPlayer-cvslog mailing list