# HG changeset patch # User gabucino # Date 1009909240 0 # Node ID ef59dc91aaafd8b153c4023778336521648a49c4 # Parent 064e0956125e5d7ed1c09b83237d8d5bdccb75e9 applied Steve's patch diff -r 064e0956125e -r ef59dc91aaaf DOCS/codecs.html --- 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.

-

Output mixes of more than 2 channels should be considered -experimental.

-

2.2.2.2. Hardware AC3 decoding

diff -r 064e0956125e -r ef59dc91aaaf DOCS/documentation.html --- 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 @@
  • 2.3.2.2 Audio plugins
  • @@ -1387,6 +1388,12 @@
  • RTP streaming support (reading)
  • +
  • Stephen Davies +
  • +

    Main testers:

    @@ -1441,6 +1448,10 @@ [from a GSM library by Jutta Degener and Carsten Bormann] +
  • Jake Janovetz: + +
  • Their code is not used in current player version, but I've got some ideas or diff -r 064e0956125e -r ef59dc91aaaf DOCS/sound.html --- 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>

    +

    2.3.2.2.2. Surround Sound decoding

    + +

    MPlayer has an audio plugin that can decode matrix encoded +surround sound. Dolby Surround is an example of a matrix encoded format.

    + +

    Many files with 2 channel audio actually contain matrixed surround +sound.

    + +

    To use this feature, you will need a sound-card supporting at least 4 channels.

    + +

    Usage :
    +  mplayer media.avi -aop list=surround

    +