# HG changeset patch # User gabucino # Date 1006265971 0 # Node ID 7b85ba8c9be5196e5408486e772d66b30a30ffd7 # Parent 1b65a4abf1049da5ac1b8fd0b74505310aa88dfe mostly fixes, some updates diff -r 1b65a4abf104 -r 7b85ba8c9be5 DOCS/codecs.html --- a/DOCS/codecs.html Tue Nov 20 14:18:17 2001 +0000 +++ b/DOCS/codecs.html Tue Nov 20 14:19:31 2001 +0000 @@ -155,11 +155,13 @@

2.2.1.4. VIVO video

MPlayer can play Vivo (1.0 and 2.0) videos. The most suitable codec -for this task is XAnim's H263 decoder codec (it supports fast YV12 output), you -can call it with the -vc h263xa option. Of course you have to -compile XAnim codecs support it, for details see the XAnim -video codecs. If this doesn't work, get the ivvideo.dll DLL -file (from here), +for 1.0 files is FFmpeg's H263 decoder, you can use it with the -vc +ffh263 option (you'll need the newest libavcodec !). For 2.0 files, use +XAnim's H263 decoder codec (it supports fast YV12 output). You can call it with +the -vc h263xa option. Of course you have to compile XAnim codecs +support in, for details see the XAnim video codecs. If +this doesn't work, get the ivvideo.dll DLL file (from here), and install it under /usr/lib/win32 or wherever you store the Win32 codecs. This latter codec doesn't support YV12 nor YUY2 only BGR modes, thus usable only with the X11 and OpenGL outputs. Discouraged.

diff -r 1b65a4abf104 -r 7b85ba8c9be5 DOCS/documentation.html --- a/DOCS/documentation.html Tue Nov 20 14:18:17 2001 +0000 +++ b/DOCS/documentation.html Tue Nov 20 14:19:31 2001 +0000 @@ -144,6 +144,7 @@
  • 6.3 Solaris
  • 6.4 StrongARM
  • 6.5 SGI/Irix
  • +
  • 6.6 QNX
  • A. Authors