[Mplayer-cvslog] CVS: main/DOCS codecs.html,1.37,1.38 mplayer.1,1.114,1.115

Winner of tha face compo gabucino at mplayer.dev.hu
Mon Dec 17 19:51:27 CET 2001


Update of /cvsroot/mplayer/main/DOCS
In directory mplayer:/var/tmp.root/cvs-serv15072

Modified Files:
	codecs.html mplayer.1 
Log Message:
err... minor fixes/additions


Index: codecs.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/codecs.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- codecs.html	1 Dec 2001 11:30:21 -0000	1.37
+++ codecs.html	17 Dec 2001 18:51:19 -0000	1.38
@@ -20,6 +20,7 @@
 <LI>MJPEG, ASV2 and other hardware formats</LI>
 <LI>XAnim codecs</LI>
 <LI>VIVO</LI>
+<LI>FLI</LI>
 </UL></P>
 
 <P>If you have a Win32 codec not listed here, and not supported yet, just read the <A
@@ -160,7 +161,7 @@
 
 <P><B>MPlayer</B> can play Vivo (1.0 and 2.0) videos. The most suitable codec
 for 1.0 files is FFmpeg's H263 decoder, you can use it with the <CODE>-vc
-ffh263</CODE> option (you'll need the newest libavcodec !). For 2.0 files, use
+ffh263</CODE> option (default) (you'll need the newest libavcodec !). For 2.0 files, use
 the <CODE>ivvideo.dll</CODE> Win32 DLL file (from <A
 HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/ivvideo.dll">here</A>),
 and install it under <CODE>/usr/lib/win32</CODE> or wherever you store the
@@ -204,6 +205,7 @@
 <LI>Ogg Vorbis audio codec (<B>native</B> lib)</LI>
 <LI>Voxware audio (using DirectShow DLL)</LI>
 <LI>alaw, msgsm, pcm and other simple old audio formats</LI>
+<LI>VIVO audio (g723, Vivo Siren)</LI>
 </UL></P>
 
 
@@ -258,8 +260,8 @@
 
 <P>The audio codec used in VIVO files depends on whether it's a VIVO/1.0 or
 VIVO/2.0 file. VIVO/1.0 files have <B>g.723</B> audio, and VIVO/2.0 files
-have <B>Vivo Siren</B>. Currently none of them is supported, but you can
-grab the g.723 codec from
+have <B>Vivo Siren</B>. Both is <U>supported</U>. You can grab the g.723/Siren
+Win32 DLL from
 <A HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/vivog723.acm">here</A>,
 then copy it into the <CODE>/usr/lib/win32</CODE> directory, or respectively.</P>
 

Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mplayer.1,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- mplayer.1	14 Dec 2001 17:34:09 -0000	1.114
+++ mplayer.1	17 Dec 2001 18:51:19 -0000	1.115
@@ -83,6 +83,7 @@
 .RB [ \-flip ]
 .RB [ \-playlist\ <filename> ]
 .RB [ \-slave ]
+.RB [ \-loop\ <num>]
 .I - or file or device
 .PP
 .SH DESCRIPTION
@@ -261,6 +262,9 @@
 See section
 .B SLAVE MODE PROTOCOL
 for the syntax.
+.TP
+.B \-loop\ <num>
+Loops movie playback <num> times. 0 means forever.
 .IP
 .SH "ADVANCED OPTIONS"
 .TP




More information about the MPlayer-cvslog mailing list