Mercurial > mplayer.hg
changeset 2452:7da4afe26f6b
*** empty log message ***
author | gabucino |
---|---|
date | Wed, 24 Oct 2001 16:01:16 +0000 |
parents | a56bf9c0e76f |
children | f8978836ef7f |
files | DOCS/Hungarian/codecs.html DOCS/Hungarian/documentation.html DOCS/codecs.html DOCS/documentation.html DOCS/video.html |
diffstat | 5 files changed, 39 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/Hungarian/codecs.html Wed Oct 24 14:06:36 2001 +0000 +++ b/DOCS/Hungarian/codecs.html Wed Oct 24 16:01:16 2001 +0000 @@ -194,6 +194,14 @@ <P>Az eddig tesztelt codec-ek a következők: <B>Indeo 3.2</B>, <B>4.1</B>, <B>5.0</B>, <B>CVID</B>, <B>3ivX</B>, <B>h263</B>.</P> +<P><B><A NAME=2.1.2.5>2.1.2.5. libmad támogatás</A></B></P> + +<P>A <A HREF="http://mad.sourceforge.net">libmad</A> egy többplatformos MPEG +audio dekóder. Ha nem tudod miért lenne szükséged rá, nincs szükséged rá.</P> + +<P>A támogatást az <CODE>--enable-mad</CODE> configure opcióval lehet bekapcsolni.</P> + + <P><B><A NAME=2.1.4>2.1.4. Hogyan használj ismeretlen Win32 codec-et</A></B></P> <P><B><A NAME=2.1.4.1>2.1.4.1. VfW</A></B></P>
--- a/DOCS/Hungarian/documentation.html Wed Oct 24 14:06:36 2001 +0000 +++ b/DOCS/Hungarian/documentation.html Wed Oct 24 16:01:16 2001 +0000 @@ -38,6 +38,7 @@ <LI><A HREF="codecs.html#2.1.2.2">2.1.2.2 ffmpeg DivX/libavcodec</A></LI> <LI><A HREF="codecs.html#2.1.2.3">2.1.2.3 Hardveres AC3 dekódolás</A></LI> <LI><A HREF="codecs.html#2.1.2.4">2.1.2.4 XAnim codec-ek</A></LI> + <LI><A HREF="codecs.html#2.1.2.5">2.1.2.5 libmad támogatás</A></LI> </UL> <LI><A HREF="codecs.html#2.1.4">2.1.4 Hogyan használj ismeretlen Win32 codec-et</A></LI> <UL>
--- a/DOCS/codecs.html Wed Oct 24 14:06:36 2001 +0000 +++ b/DOCS/codecs.html Wed Oct 24 16:01:16 2001 +0000 @@ -181,8 +181,8 @@ isn't there, so download it from the <A HREF="http://www.3ivx.com">3ivx site</A>.</LI> <LI>copy the codecs, or make symlinks for them to <CODE>/usr/lib/xanim/mods</CODE> . - Accordingly :<BR> <CODE>ln -s vid_cvid_2.1_linuxELFx86c6.xa vid_cvid.xa</CODE> - for all of them.<BR> You can define another search path in xacodec.c: + Accordingly :<BR><CODE>ln -s vid_cvid_2.1_linuxELFx86c6.xa vid_cvid.xa</CODE> + for all of them.<BR>You can define another search path in xacodec.c: <CODE>#define XACODEC_PATH "/usr/lib/xanim/mods"</CODE>.</LI> </UL> </P> @@ -192,6 +192,16 @@ <P>Tested codecs are: <B>Indeo 3.2</B>, <B>4.1</B>, <B>5.0</B>, <B>CVID</B>, <B>3ivX</B>, <B>h263</B>.</P> + +<P><B><A NAME=2.1.2.5>2.1.2.5. libmad support</A></B></P> + +<P><A HREF="http://mad.sourceforge.net">libmad</A> is a multiplatform MPEG audio +decoding library. If you don't know why is it good, you probably don't need it.</P> + +<P>To enable support, compile with the <CODE>--enable-mad</CODE> configure +option.</P> + + <P><B><A NAME=2.1.4>2.1.4. Codec importing howto</A></B></P> <P><B><A NAME=2.1.4.1>2.1.4.1. VFW codecs</A></B></P>
--- a/DOCS/documentation.html Wed Oct 24 14:06:36 2001 +0000 +++ b/DOCS/documentation.html Wed Oct 24 16:01:16 2001 +0000 @@ -38,6 +38,7 @@ <LI><A HREF="codecs.html#2.1.2.2">2.1.2.2 ffmpeg's DivX/libavcodec</A></LI> <LI><A HREF="codecs.html#2.1.2.3">2.1.2.3 Hardware AC3 decoding</A></LI> <LI><A HREF="codecs.html#2.1.2.4">2.1.2.4 XAnim codecs</A></LI> + <LI><A HREF="codecs.html#2.1.2.5">2.1.2.5 libmad support</A></LI> </UL> <LI><A HREF="mailto:Strange. Where did this chapter go?">2.1.3 The Veiled Mysteries of MPlayer</A></LI> <LI><A HREF="codecs.html#2.1.4">2.1.4 Codec importing howto</A></LI> @@ -121,6 +122,7 @@ <LI><A HREF="#6.2">6.2 FreeBSD</A></LI> <LI><A HREF="#6.3">6.3 Solaris</A></LI> <LI><A HREF="#6.4">6.4 StrongARM</A></LI> + <LI><A HREF="#6.5">6.5 SGI/Irix</A></LI> </UL> <LI><A HREF="#A">A. Authors</A></LI> <UL> @@ -660,13 +662,20 @@ <P>VIS accelerated operations from mediaLib are used for mpeg2 video decoding and for color space conversion in the video output drivers.</P> + <P><B><A NAME=6.4>6.4. StrongARM</A></B></P> <P><B>MPlayer</B> is reported to compile on StrongARM. Use the following command line:</P> <P><PRE> ./configure --target=arm-linux --disable-css --with-x11libdir=/usr/arm/lib --with-x11incdir=/usr/arm/lib --disable-gcc-checking</PRE></P> - + + +<P><B><A NAME=6.5>6.5. Silicon Graphics Indigo / IRIX</A></B></P> + +<P>Reported working. Anyone has closer info?</P> + + <P><B><A NAME=A>Appendix A - Authors</A></B></P> <P>NOTE: Do *NOT* send bugreports, help & feature requests directly to the authors!</P> @@ -1037,6 +1046,13 @@ <LI><B>others</B> - A'rpi</B> </UL></P> +<P>Misc: +<UL> + <LI><B>vbelib.*</B> - Nick Kurshev</B> + <LI><B>lrmi.*</B> - copied by Nick Kurshev (originally by Josh Vanderhoof)</B> +</UL></P> + + <P><B><A NAME=B>Appendix B - Mailing lists</A></B></P> <P>There are some public mailing lists on <B>MPlayer</B>. Subscribing can be
--- a/DOCS/video.html Wed Oct 24 14:06:36 2001 +0000 +++ b/DOCS/video.html Wed Oct 24 16:01:16 2001 +0000 @@ -618,7 +618,7 @@ That isn't autodetected by aalib, bu vo_aa tries to find the best mode. See <A HREF="http://aa-project.sourceforge.net/tune/">http://aa-project.sourceforge.net/tune/</A> for further tuning issues.</P> -<P><B><A NAME=2.2.1.12>2.2.1.12. VESA - output to VESA BIOS</B></P> +<P><B><A NAME=2.2.1.12>2.2.1.12. VESA - output to VESA BIOS</B></P> <P> This driver was designed and introduced as <b>generic driver</b> for any video card which has VESA VBE 2.0 compatible BIOS. But exists still one reason of