mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 23:07:02 +00:00
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2453 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c51f7cb391
commit
f8f7a0f658
@ -194,6 +194,14 @@ lehets
|
||||
<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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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 & 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
|
||||
|
@ -618,7 +618,7 @@ curses (-aadriver linux). But therefore you need write access on /dev/vcsa<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
|
||||
|
Loading…
Reference in New Issue
Block a user