summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-25 14:17:40 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-25 14:17:40 +0000
commit1c223b5bc0d32018fc8bc94d740d7bccd0e3b710 (patch)
tree515a85ae558959c182197b49dc22a255c620ed9d /DOCS
parent051250dec1fbb8f0a0ae9a277c045cdc375885ed (diff)
downloadmpv-1c223b5bc0d32018fc8bc94d740d7bccd0e3b710.tar.bz2
mpv-1c223b5bc0d32018fc8bc94d740d7bccd0e3b710.tar.xz
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1689 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/Hungarian/documentation.html12
-rw-r--r--DOCS/codecs.html8
-rw-r--r--DOCS/documentation.html16
3 files changed, 32 insertions, 4 deletions
diff --git a/DOCS/Hungarian/documentation.html b/DOCS/Hungarian/documentation.html
index e83ec12b28..51bfcba930 100644
--- a/DOCS/Hungarian/documentation.html
+++ b/DOCS/Hungarian/documentation.html
@@ -23,6 +23,7 @@
<LI><A HREF="codecs.html#2.1.2">2.1.2 Támogatott audio és video codec-ek</A>
<UL><LI><A HREF="codecs.html#2.1.2.1">2.1.2.1 DivX4</A></LI>
<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 Hardware-es AC3 dekodolas</A></LI>
</UL>
</LI><LI><A HREF="codecs.html#2.1.4">2.1.4 Hogyan használj ismeretlen Win32 codec-et</A></LI>
<UL><LI><A HREF="codecs.html#2.1.4.1">2.1.4.1 VFW</A></LI>
@@ -87,7 +88,7 @@
</LI><LI><A HREF="#6">6. Különféle operációs rendszerek</A>
<UL><LI><A HREF="#6.1">6.1 Debian csomagolás</A>
</LI><LI><A HREF="#6.2">6.2 FreeBSD</A>
- </LI><LI><A HREF="#6.3">6.3 Solaris 8</A>
+ </LI><LI><A HREF="#6.3">6.3 Solaris</A>
</LI><LI><A HREF="#6.4">6.4 StrongARM</A>
</LI></UL>
</LI><LI><A HREF="../documentation.html#A">A. Készítők</A>
@@ -381,7 +382,7 @@
Nyugodtan csinálj egyet :-)
- <A NAME=6.3>6.3. Solaris 8</A>
+ <A NAME=6.3>6.3. Solaris</A>
Az AVI file-ok lejátszása legjobban Solarix x86-on működik, mert itt
megteheted hogy win32-es codec-eket használsz, az x86-os platform miatt.
@@ -448,6 +449,13 @@
all data is accessed modulo 4GB
(http://groups.yahoo.com/group/solarisonintel/message/22592)
+<P>On Solaris with an UltraSPARC CPU, you can get some extra speed by
+ using the CPU's VIS instructions for certain time consuming operations.
+ VIS acceleration can be used in MPlayer by calling functions in Sun's
+ <A HREF="http://www.sun.com/sparc/vis/mediaLib.html">mediaLib</A>.</P>
+
+<P>VIS accelerated operations from mediaLib are used for mpeg2 video
+ decoding and for color space conversion in the video output drivers.</P>
<A NAME=6.4>6.4. StrongARM</A>
diff --git a/DOCS/codecs.html b/DOCS/codecs.html
index ea37f86f6d..2dd422f7f6 100644
--- a/DOCS/codecs.html
+++ b/DOCS/codecs.html
@@ -146,6 +146,14 @@ or the example.conf says (the -vfm option).</P>
focus on ffdivx, and it's unlikely that this will change.</P>
+<P><B><A NAME=2.1.2.3>2.1.2.3. Hardware AC3 decoding</A></B></P>
+
+<P>You'll need an AC3 capable soundcard, with digital out (SP/DIF). The
+card's driver must support the AFMT_AC3 format (like SB Live! does).
+Connect your AC3 decoder to the SP/DIF output, and use the '-ac hwac3'
+option. It may or may not work (experimental).</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 73d110beb8..31dda65da3 100644
--- a/DOCS/documentation.html
+++ b/DOCS/documentation.html
@@ -23,6 +23,7 @@
<LI><A HREF="codecs.html#2.1.2">2.1.2 Supported audio & video codecs</A>
<UL><LI><A HREF="codecs.html#2.1.2.1">2.1.2.1 DivX4</A></LI>
<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>
</UL>
</LI><LI><A HREF="codecs.html#2.1.4">2.1.4 Codec importing howto</A></LI>
<UL><LI><A HREF="codecs.html#2.1.4.1">2.1.4.1 VFW codecs</A></LI>
@@ -87,7 +88,7 @@
</LI><LI><A HREF="#6">6. Misc OS'es</A>
<UL><LI><A HREF="#6.1">6.1 Debian packaging</A>
</LI><LI><A HREF="#6.2">6.2 FreeBSD</A>
- </LI><LI><A HREF="#6.3">6.3 Solaris 8</A>
+ </LI><LI><A HREF="#6.3">6.3 Solaris</A>
</LI><LI><A HREF="#6.4">6.4 StrongARM</A>
</LI></UL>
</LI><LI><A HREF="#A">A. Authors</A>
@@ -361,7 +362,9 @@ symbolic link: <CODE>ln -s /dev/(your_cdrom_device) /dev/cdrom</CODE></P>
Feel free to add it :-)</P>
-<P><B><A NAME=6.3>6.3. Solaris 8</A></B></P>
+<P><B><A NAME=6.3>6.3. Solaris</A></B></P>
+
+<P>MPlayer should work on Solaris 2.6 or newer.</P>
<P>AVI file playback works best on Solaris x86, because you have the
option to use the win32 codecs on the x86 platform. On Solaris SPARC,
@@ -424,12 +427,21 @@ disk block >4GB on a device using a logical blocksize != DEV_BSIZE
(i.e. CDROM and DVD media). Due to a 32bit int overflow, a disk
address modulo 4GB is accessed.
(http://groups.yahoo.com/group/solarisonintel/message/22516)
+
<LI>The similar bug is present in the hsfs(7FS) filesystem code (aka
ISO9660), hsfs currently does not support partitions/disks >4GB,
all data is accessed modulo 4GB
(http://groups.yahoo.com/group/solarisonintel/message/22592)
</UL></P>
+<P>On Solaris with an UltraSPARC CPU, you can get some extra speed by
+ using the CPU's VIS instructions for certain time consuming operations.
+ VIS acceleration can be used in MPlayer by calling functions in Sun's
+ <A HREF="http://www.sun.com/sparc/vis/mediaLib.html">mediaLib</A>.</P>
+
+<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>