summaryrefslogtreecommitdiffstats
path: root/DOCS/codecs.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-22 16:57:49 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-22 16:57:49 +0000
commit3711f77b92714c6f54080832026665facf8a07e0 (patch)
treee71eee2fc3425970fec9e225db206407237060f9 /DOCS/codecs.html
parenta81e5493dde0cbd1d81f6e8dcc3f0cc071cb76c3 (diff)
downloadmpv-3711f77b92714c6f54080832026665facf8a07e0.tar.bz2
mpv-3711f77b92714c6f54080832026665facf8a07e0.tar.xz
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1625 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/codecs.html')
-rw-r--r--DOCS/codecs.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/DOCS/codecs.html b/DOCS/codecs.html
index a72517f3cb..251c4e3cb0 100644
--- a/DOCS/codecs.html
+++ b/DOCS/codecs.html
@@ -44,9 +44,9 @@
to get info about its status and about how to help us adding support for it!
- <A NAME=2.1.2.1>2.1.2.1. OpenDivX
+ <A NAME=2.1.2.1>2.1.2.1. DivX4
- This section contains information about the DivX/OpenDivX codecs of
+ 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
alpha 47 and 48. Support for this was/is included in <B>MPlayer</B>, and built by
default. We even used its postprocessing code to optionally enhance visual
@@ -74,9 +74,9 @@
cp decore.h /usr/local/include/
- <B>MPlayer</B> autodetects if OpenDivX is (properly) installed, just compile
+ <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 fucked up config (see last question of 6.1 section).
+ and/or has fucked up config (see last question of 5.1 section).
Using it is a bit tricky. As it conflicts with the old OpenDivX (it's API is
very similar to OpenDivX's), OpenDivX code is disabled, and the OpenDivX
@@ -111,11 +111,10 @@
<A NAME=2.1.2.2>2.1.2.2. ffmpeg's DivX/libavcodec
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> contains this 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>
- To get it compile, you'll need nasm, bison, and flex, above the other
- devel tools. It was removed from <B>MPlayer</B>'s cvs tree, you have
- to download it manually directly from <B>FFmpeg</B>'s tree :
+ It was removed from <B>MPlayer</B>'s cvs tree, you have to download it
+ manually directly from <B>FFmpeg</B>'s tree :
cvs -d:pserver:anonymous@cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg login
@@ -145,6 +144,7 @@
Note: libavcodec contains other codecs as well, but at the moment we mostly
focus on ffdivx, and it's unlikely that this will change.
+
<A NAME=2.1.4>2.1.4. Codec importing howto