diff --git a/DOCS/codecs.html b/DOCS/codecs.html index 3146a82bfd..a2e4c53de6 100644 --- a/DOCS/codecs.html +++ b/DOCS/codecs.html @@ -73,15 +73,16 @@

DivX4Linux works in two modes:

- - - - - -
  -vc odivx  Uses the codec in OpenDivX fashion. In this case it +
+
-vc odivx
+
Uses the codec in OpenDivX fashion. In this case it produces YV12 images in its own buffer, and MPlayer does colorspace - conversion via libvo. (Fast, recommended!)
-vc divx4Uses the colorspace conversion of the codec. - In this mode you can use YUY2/UYVY, too. (SLOW)
+ conversion via libvo. (Fast, recommended!) + +
-vc divx4
+
Uses the colorspace conversion of the codec. + In this mode you can use YUY2/UYVY, too. (SLOW)
+

The -vc odivx method is usually faster, due to the fact that it transfers image data in YV12 (planar YUV 4:2:0) format, thus requiring much @@ -142,7 +143,7 @@

MPlayer is capable of employing the XAnim codecs for decoding. Follow the instructions to enable them:

- +

XAnim is video codec family number 10, so you may want to use the -vfm 10 option to tell MPlayer to use them if possible.

@@ -250,9 +251,7 @@
  • under development
  • -

    Installation:

    - -

    It is currently available only from CVS. Here are the +

    XViD is currently available only from CVS. Here are the download and installation instructions:

      @@ -284,9 +283,7 @@
    1. SVQ3 is still not reverse engineered.
    2. -

      Installation:

      - -

      It's compiled and usable per default.

      +

      The Sorenson decoder is compiled and usable per default.

      2.2.2 Audio codecs

      @@ -422,7 +419,7 @@

      Take a deep breath and start searching the registry...

      - +

    Note: If searching fails, try enabling all the checkboxes. You may have false hits, but you may get lucky...

    diff --git a/DOCS/documentation.html b/DOCS/documentation.html index 52953da301..d7f147f8aa 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -35,6 +35,10 @@
  • 1.2 Installation
  • 1.3 What about the GUI?
  • 1.4 Subtitles and OSD
  • +
  • 1.5 RTC
  • @@ -280,17 +284,14 @@
  • Appendix D - Known bugs
  • -
  • Appendix X - MPlayer skin format
  • - - -
    -Developer Cries -
    - -
    @@ -422,7 +423,7 @@ Developer Cries

    You need a fairly recent system. On Linux, 2.4.x kernels are recommended.

    -

    SOFTWARE REQUIREMENTS

    +

    Software requirements:

    -

    CODECS

    +

    Codecs:

    -

    VIDEO CARDS

    +

    Video Cards

    There are generally two kind of video cards. One kind (the newer cards) has hardware scaling and YUV acceleration support, the other cards don't.

    @@ -647,7 +648,7 @@ Developer Cries -

    SOUND CARDS

    +

    Sound cards:

    -

    FEATURES

    +

    Features:

    @@ -462,24 +462,29 @@

    SDL video output supports displaying subtitles under the movie, on the (if present) black bar.

    -

    Here are some notes about SDL out in MPlayer.

    +

    There are several command line switches for SDL:

    +
    +
    -vo sdl:name
    +
    specifies sdl video driver to use (i.e.. aalib, dga, x11)
    + +
    -ao sdl:name
    +
    specifies sdl audio driver to use (i.e. dsp, esd, arts)
    + +
    -noxv
    +
    disables XVideo hardware acceleration
    + +
    -forcexv
    +
    tries to force XVideo acceleration
    +
    - - - - - -

    There are several command line switches for SDL:

      -vo sdl:name   - specifies sdl video driver to use (i.e.. aalib, dga, x11)
    -ao sdl:namespecifies sdl audio driver to use (i.e.. dsp, - esd, arts)
    -noxvdisables XVideo hardware acceleration
    -forcexvtries to force XVideo acceleration

    SDL Keys:

    Ftoggles fullscreen/windowed mode
    Ccycles available fullscreen modes
    W/Smappings for * and / (mixer control)
    -

    KNOWN BUGS:

    +

    Known bugs: