[Mplayer-cvslog] CVS: main/DOCS codecs.html,1.42,1.43 documentation.html,1.150,1.151 formats.html,1.6,1.7

Winner of tha face compo gabucino at mplayer.dev.hu
Thu Dec 27 23:12:37 CET 2001


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

Modified Files:
	codecs.html documentation.html formats.html 
Log Message:
new 'RealMedia' 'Realvideo' 'RealAudio' sections
also added FLI format section


Index: codecs.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/codecs.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- codecs.html	24 Dec 2001 02:13:38 -0000	1.42
+++ codecs.html	27 Dec 2001 22:12:35 -0000	1.43
@@ -21,6 +21,7 @@
 <LI>XAnim codecs</LI>
 <LI>VIVO</LI>
 <LI>FLI</LI>
+<LI>RealVideo 1.0</LI>
 </UL></P>
 
 <P>If you have a Win32 codec not listed here, and not supported yet, just read the <A
@@ -199,6 +200,14 @@
 Used by default.</P>
 
 
+<P><B><A NAME=2.2.1.8>2.2.1.8.  RealVideo</A></B></P>
+
+<P>Currently ONLY the RealVideo 1.0 (fourcc RV10) codec is supported, through
+ffmpeg. Sadly, no new RealMedia files come with this one, only with the newer
+RV20 and RV30 codecs which are closed-source. Their future support is
+unlikely :(</P>
+
+
 <P><B><A NAME=2.2.2>2.2.2.  Audio codecs</A></B></P>
 
 <P>The most important audio codecs above all :<BR>
@@ -210,6 +219,7 @@
 <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>
+<LI>RealAudio: DNET (low bitrate AC3)</LI>
 </UL></P>
 
 
@@ -268,6 +278,13 @@
 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>
+
+
+<P><B><A NAME=2.2.2.5>2.2.2.5.  RealAudio</A></B></P>
+
+<P>Currently the only supported one is the DNET codec. Actually it's a
+low-bitrate version of the well-known AC3 codec. It can be found either in
+old and new RealMedia movies.</P>
 
 
 <P><B><A NAME=2.2.3>2.2.3. Win32 codec importing howto</A></B></P>

Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- documentation.html	27 Dec 2001 17:37:00 -0000	1.150
+++ documentation.html	27 Dec 2001 22:12:35 -0000	1.151
@@ -39,6 +39,8 @@
         <LI><A HREF="formats.html#2.1.1.3">2.1.1.3 ASF/WMV files</A></LI>
         <LI><A HREF="formats.html#2.1.1.4">2.1.1.4 QT/MOV files</A></LI>
         <LI><A HREF="formats.html#2.1.1.5">2.1.1.5 VIV files</A></LI>
+        <LI><A HREF="formats.html#2.1.1.6">2.1.1.6 FLI files</A></LI>
+        <LI><A HREF="formats.html#2.1.1.7">2.1.1.7 RealMedia files</A></LI>
       </UL>
       <LI><A HREF="formats.html#2.1.2">2.1.2 Audio</A></LI>
     </UL>
@@ -53,6 +55,7 @@
         <LI><A HREF="codecs.html#2.2.1.5">2.2.1.5 MPEG1/2 video</A></LI>
         <LI><A HREF="codecs.html#2.2.1.6">2.2.1.6 MS Video1</A></LI>
         <LI><A HREF="codecs.html#2.2.1.7">2.2.1.7 Cinepak CVID</A></LI>
+        <LI><A HREF="codecs.html#2.2.1.8">2.2.1.8 RealVideo</A></LI>
       </UL>
       <LI><A HREF="codecs.html#2.2.2">2.2.2 Audio</A></LI>
       <UL>
@@ -60,6 +63,7 @@
 	<LI><A HREF="codecs.html#2.2.2.2">2.2.2.2 Hardware AC3 decoding</A></LI>
 	<LI><A HREF="codecs.html#2.2.2.3">2.2.2.3 libmad support</A></LI>
 	<LI><A HREF="codecs.html#2.2.2.4">2.2.2.4 VIVO audio</A></LI>
+	<LI><A HREF="codecs.html#2.2.2.5">2.2.2.5 RealAudio</A></LI>
       </UL>
       <LI><A HREF="codecs.html#2.2.3">2.2.3 Win32 codec importing howto</A></LI>
       <UL>

Index: formats.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/formats.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- formats.html	1 Dec 2001 11:30:21 -0000	1.6
+++ formats.html	27 Dec 2001 22:12:35 -0000	1.7
@@ -16,11 +16,11 @@
 <LI> <A HREF="#2.1.1.3">ASF/WMV</A> 1.0 file format
 <LI> <A HREF="#2.1.1.4">QT/MOV</A> file format with (un)compressed headers
 <LI> <A HREF="#2.1.1.5">VIVO</A> format (.viv files)
+<LI> <A HREF="#2.1.1.6">FLI</A> format
+<LI> <A HREF="#2.1.1.7">RealMedia</A> format (.rm files)
 <LI> supports <A HREF="documentation.html#3.3">reading from stdin</A>, or network via HTTP
 </UL></P>
 
-<P>Note: about realmedia (.ra/.rm) support read the FAQ!</P>
-
 <P>It's important to clarify a popular mistake. When people see a file with
 <B>.AVI</B> extension, they instantly declare that isn't an MPEG file.
 That's not true. At least not entirely. If you tell them that such a file
@@ -155,6 +155,23 @@
 <P>See the <A HREF=codecs.html#2.2.1.4>VIVO video codec</A>
 and <A HREF=codecs.html#2.2.2.4>VIVO audio codec</A> sections for installation
 instructions.</P>
+
+
+<P><B><A NAME=2.1.1.6>2.1.1.6. FLI files</A></B></P>
+
+<P><B>FLI</B> is a very old fileformat used by Autodesk Animator, but it's
+a common fileformat for short animations on the Net. <B>MPlayer</B> demuxes
+and decodes FLI movies and is even able to seek within them (useful when
+looping with the -loop option). FLI files don't have keyframes, so picture
+will be messy for a short time after seeking.</P>
+
+
+<P><B><A NAME=2.1.1.7>2.1.1.7. RealMedia (RM) files</A></B></P>
+
+<P>Yes, <B>MPlayer</B> can read (demux) RealMedia (.rm) files. Seeking
+is under implementation, and RM has keyframes so it will be flawless.
+Here are the lists of the supported <A HREF="codecs.html#2.2.1.8">RealVideo</A>
+and <A HREF="codecs.html#2.2.2.5">RealAudio</A> codecs.
 
 
 <P><B><A NAME=2.1.2>2.1.2. Audio formats</A></B></P>




More information about the MPlayer-cvslog mailing list