summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-24 16:01:16 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-24 16:01:16 +0000
commitf8f7a0f658a4fb242ef69626329cde6cbdd63b56 (patch)
tree6e56e6b7d779b3568faeb3748873f8a7ca56ffd2 /DOCS
parentc51f7cb391ace1af6b56c93b6f85ab82cb7aa49a (diff)
downloadmpv-f8f7a0f658a4fb242ef69626329cde6cbdd63b56.tar.bz2
mpv-f8f7a0f658a4fb242ef69626329cde6cbdd63b56.tar.xz
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2453 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/Hungarian/codecs.html8
-rw-r--r--DOCS/Hungarian/documentation.html1
-rw-r--r--DOCS/codecs.html14
-rw-r--r--DOCS/documentation.html18
-rw-r--r--DOCS/video.html2
5 files changed, 39 insertions, 4 deletions
diff --git a/DOCS/Hungarian/codecs.html b/DOCS/Hungarian/codecs.html
index 15b0678b92..b570a916d6 100644
--- a/DOCS/Hungarian/codecs.html
+++ b/DOCS/Hungarian/codecs.html
@@ -194,6 +194,14 @@ lehetséges.</P>
<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>
diff --git a/DOCS/Hungarian/documentation.html b/DOCS/Hungarian/documentation.html
index e5ea1ea028..a4722dd57c 100644
--- a/DOCS/Hungarian/documentation.html
+++ b/DOCS/Hungarian/documentation.html
@@ -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>
diff --git a/DOCS/codecs.html b/DOCS/codecs.html
index a65f7cd3a7..b693bfd8b3 100644
--- a/DOCS/codecs.html
+++ b/DOCS/codecs.html
@@ -181,8 +181,8 @@ easy to enable them:</P>
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 @@ option to tell <B>MPlayer</B> to use them if possible.</P>
<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>
diff --git a/DOCS/documentation.html b/DOCS/documentation.html
index 6247bd00b6..8c1aa9ca81 100644
--- a/DOCS/documentation.html
+++ b/DOCS/documentation.html
@@ -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 @@ all data is accessed modulo 4GB
<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 &amp; feature requests directly to the authors!</P>
@@ -1037,6 +1046,13 @@ other technical help from:</P>
<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
diff --git a/DOCS/video.html b/DOCS/video.html
index a639b54e1c..9c414afb52 100644
--- a/DOCS/video.html
+++ b/DOCS/video.html
@@ -618,7 +618,7 @@ curses (-aadriver linux). But therefore you need write access on /dev/vcsa&lt;te
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