small fixes

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1870 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-09-08 05:07:21 +00:00
parent 86b5606512
commit 837858d63f
1 changed files with 13 additions and 12 deletions

View File

@ -14,8 +14,8 @@
<LI> MPEG 1/2 System Stream (PS/PES/VOB) and Elementary Stream (ES) file <LI> MPEG 1/2 System Stream (PS/PES/VOB) and Elementary Stream (ES) file
formats formats
<LI> RIFF AVI file format <LI> RIFF AVI file format
<LI> ASF 1.0 file format <LI> ASF/WMV 1.0 file format
<LI> supports reading from file, stdin, DVD drive or network via HTTP <LI> supports reading from file, stdin, or network via HTTP
</UL></P> </UL></P>
<P>Note: about quicktime (.mov/.qt) and realmedia (.ra/.rm) support read the FAQ!</P> <P>Note: about quicktime (.mov/.qt) and realmedia (.ra/.rm) support read the FAQ!</P>
@ -24,24 +24,24 @@
<P><B><A NAME=2.1.2>2.1.2. Supported audio &amp; video codecs</A></B></P> <P><B><A NAME=2.1.2>2.1.2. Supported audio &amp; video codecs</A></B></P>
<P>See <A HREF="http://www.mplayerhq.hu/DOCS/codecs-status.html">http://www.mplayerhq.hu/DOCS/codecs-status.html</A> for the complete, <P>See <A HREF="http://www.mplayerhq.hu/DOCS/codecs-status.html">http://www.mplayerhq.hu/DOCS/codecs-status.html</A> for the complete,
daily updated list!!!</P> daily generated list!!!</P>
<P>The most important video codecs:<BR> <P>The most important video codecs:<BR>
<UL> <UL>
<LI>MPEG1 (VCD) and MPEG2 (DVD) video <LI>MPEG1 (VCD) and MPEG2 (DVD) video
<LI>DivX, FFmpeg, OpenDivX and other MPEG4 variants <LI>DivX ;-), OpenDivX (DivX4) and other MPEG4 variants
<LI>Windows Media Video 7 (WMV1) and Windows Media Video 8 used in .wmv files <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>Intel Indeo codecs (3.1,3.2,4.1,5.0)
<LI>MJPEG, ASV2 and other hardware formats <LI>MJPEG, ASV2 and other hardware formats
</UL></P> </UL></P>
<P>The most important audio codecs:<BR> <P>The most important audio codecs:<BR>
<UL> <UL>
<LI>MPEG layer 2, and layer 3 (MP3) audio (native code, with 3dnow optimization) <LI>MPEG layer 2, and layer 3 (MP3) audio (native code, with mmx/sse/3dnow optimization)
<LI>AC3 dolby audio (native code, with 3dnow optimization) <LI>AC3 dolby audio (native code, with sse/3dnow optimization)
<LI>Voxware audio <LI>Ogg Vorbis audio codec (native lib)
<LI>Voxware audio (using directshow DLL)
<LI>alaw, msgsm, pcm and other simple old audio formats <LI>alaw, msgsm, pcm and other simple old audio formats
<LI>Ogg Vorbis audio codec
</UL></P> </UL></P>
<P>If you have a codec not listed here, and not supported yet, just read <A <P>If you have a codec not listed here, and not supported yet, just read <A
@ -74,6 +74,7 @@ ln -s /usr/local/lib/libdivxdecore.so.0 /usr/local/lib/libdivxdecore.so<BR>
ldconfig<BR> ldconfig<BR>
cp decore.h /usr/local/include/</CODE></P> cp decore.h /usr/local/include/</CODE></P>
<P>Note: do NOT forget to add /usr/local/lib to your /etc/ld.so.conf !</P>
<P><B>MPlayer</B> autodetects if DivX4 is (properly) installed, just compile <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, as usual. If it doesn't detect it, you didn't install it exactly as above,
@ -135,7 +136,7 @@ like this:</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>main/libavcodec</CODE></P> <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>main/libavcodec</CODE></P>
<P>Symlinking is NOT enough, you have to copy it.</P> <P>Symlinking is NOT enough, you have to copy/move it!!!</P>
<P>./configure detects if it can be built. At the moment it doesn't support <P>./configure detects if it can be built. At the moment it doesn't support
postprocessing, and is under optimization (it's faster than the DS/VfW DivX postprocessing, and is under optimization (it's faster than the DS/VfW DivX
@ -183,7 +184,7 @@ with the MSACM prefix:</P>
So, now we have all the info needed (fourcc, codec file, sample AVI), submit So, now we have all the info needed (fourcc, codec file, sample AVI), submit
your codec support request in mail, and upload these files to the FTP:</P> your codec support request in mail, and upload these files to the FTP:</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>ftp://mplayerhq.hu/MPlayer/incoming/[codecname]/</CODE></P> <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>ftp://ftp.mplayerhq.hu/MPlayer/incoming/[codecname]/</CODE></P>
<P><B><A NAME=2.1.4.2>2.1.4.2. DirectShow codecs</A></B></P> <P><B><A NAME=2.1.4.2>2.1.4.2. DirectShow codecs</A></B></P>
@ -219,7 +220,7 @@ false hits, but maybe you'll have the right, too...</P>
<P>So, now we have all the info needed (fourcc, GUID, codec file, sample AVI), <P>So, now we have all the info needed (fourcc, GUID, codec file, sample AVI),
submit your codec support request in mail, and upload these files to the FTP:<BR> submit your codec support request in mail, and upload these files to the FTP:<BR>
ftp://mplayerhq.hu/MPlayer/incoming/[codecname]/</P> ftp://ftp.mplayerhq.hu/MPlayer/incoming/[codecname]/</P>
</BODY> </BODY>
</HTML> </HTML>