summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-01 18:20:40 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-01 18:20:40 +0000
commitca316fa22e0547603517b6ae9dd2c54b25a57b2f (patch)
treebd318afbfaa30bd6d3d6637aca774abebfc41d5e /DOCS
parent5b0ca1faf4c24bcfc5c7a2f68b96babb3dd2a2d0 (diff)
downloadmpv-ca316fa22e0547603517b6ae9dd2c54b25a57b2f.tar.bz2
mpv-ca316fa22e0547603517b6ae9dd2c54b25a57b2f.tar.xz
applied Steve's patch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3932 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/codecs.html3
-rw-r--r--DOCS/documentation.html11
-rw-r--r--DOCS/sound.html13
3 files changed, 24 insertions, 3 deletions
diff --git a/DOCS/codecs.html b/DOCS/codecs.html
index bcd5c0912d..af7b81932b 100644
--- a/DOCS/codecs.html
+++ b/DOCS/codecs.html
@@ -249,9 +249,6 @@ output channels via the SNDCTL_DSP_CHANNELS ioctl. For example, a
version of the emu10k1 driver (used with the SB Live cards) newer than
August 2001 should be suitable.</P>
-<P>Output mixes of more than 2 channels should be considered
-experimental.</P>
-
<P><B><A NAME=2.2.2.2>2.2.2.2. Hardware AC3 decoding</A></B></P>
diff --git a/DOCS/documentation.html b/DOCS/documentation.html
index 3e10deab6c..eb8921672c 100644
--- a/DOCS/documentation.html
+++ b/DOCS/documentation.html
@@ -125,6 +125,7 @@
<LI><A HREF="sound.html#2.3.2.2">2.3.2.2 Audio plugins</A></LI>
<UL>
<LI><A HREF="sound.html#2.3.2.2.1">2.3.2.2.1 Up/Downsampling</A></LI>
+ <LI><A HREF="sound.html#2.3.2.2.2">2.3.2.2.2 Surround Sound decoding</A></LI>
</UL>
</UL>
</UL>
@@ -1387,6 +1388,12 @@ No closer info yet.</P>
<LI>RTP streaming support (reading)</LI>
</UL></LI>
+<LI><B><A HREF="mailto:steve@daviesfam.org">Stephen Davies</A></B>
+<UL>
+ <LI>support for large video files (&gt;2^32 bytes in size)</LI>
+ <LI>surround sound</LI>
+</UL></LI>
+
</UL></P>
<P>Main testers:</P>
@@ -1441,6 +1448,10 @@ No closer info yet.</P>
[from a GSM library by Jutta Degener and Carsten Bormann]
</LI></UL>
+</LI><LI>Jake Janovetz:
+<UL><LI>remez.c author [Used to calculate audio filter coefficients]
+</LI></UL>
+
</LI></UL></P>
<P>Their code is not used in current player version, but I've got some ideas or
diff --git a/DOCS/sound.html b/DOCS/sound.html
index 6e067c6bb8..d3e3fbb132 100644
--- a/DOCS/sound.html
+++ b/DOCS/sound.html
@@ -139,5 +139,18 @@ is 48Khz. Also, this functionality is currently unimplemented in
frequency in Hz, like 44100&gt;</CODE></P>
+<P><B><A NAME=2.3.2.2.2>2.3.2.2.2. Surround Sound decoding</B></P>
+
+<P><B>MPlayer</b> has an audio plugin that can decode matrix encoded
+surround sound. Dolby Surround is an example of a matrix encoded format.</p>
+
+<P>Many files with 2 channel audio actually contain matrixed surround
+sound.</p>
+
+<P>To use this feature, you will need a sound-card supporting at least 4 channels.</P>
+
+<P>Usage :<BR>
+&nbsp;&nbsp;<CODE>mplayer media.avi -aop list=surround</CODE></P>
+
</BODY>
</HTML>