Mercurial > mplayer.hg
changeset 3931:ef59dc91aaaf
applied Steve's patch
author | gabucino |
---|---|
date | Tue, 01 Jan 2002 18:20:40 +0000 |
parents | 064e0956125e |
children | 277187affd9a |
files | DOCS/codecs.html DOCS/documentation.html DOCS/sound.html |
diffstat | 3 files changed, 24 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/codecs.html Tue Jan 01 18:17:55 2002 +0000 +++ b/DOCS/codecs.html Tue Jan 01 18:20:40 2002 +0000 @@ -249,9 +249,6 @@ 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>
--- a/DOCS/documentation.html Tue Jan 01 18:17:55 2002 +0000 +++ b/DOCS/documentation.html Tue Jan 01 18:20:40 2002 +0000 @@ -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 @@ <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 (>2^32 bytes in size)</LI> + <LI>surround sound</LI> +</UL></LI> + </UL></P> <P>Main testers:</P> @@ -1441,6 +1448,10 @@ [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
--- a/DOCS/sound.html Tue Jan 01 18:17:55 2002 +0000 +++ b/DOCS/sound.html Tue Jan 01 18:20:40 2002 +0000 @@ -139,5 +139,18 @@ frequency in Hz, like 44100></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> + <CODE>mplayer media.avi -aop list=surround</CODE></P> + </BODY> </HTML>