[Mplayer-cvslog] CVS: main/DOCS codecs.html,1.97,1.98 documentation.html,1.341,1.342

Diego Biurrun CVS diego at mplayerhq.hu
Fri Dec 13 21:07:52 CET 2002


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

Modified Files:
	codecs.html documentation.html 
Log Message:
Update to the QT documentation by Alex.


Index: codecs.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/codecs.html,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- codecs.html	7 Dec 2002 14:13:06 -0000	1.97
+++ codecs.html	13 Dec 2002 20:07:31 -0000	1.98
@@ -270,9 +270,10 @@
 
 <H4><A NAME="sorenson">2.2.1.10 Sorenson</A></H4>
 
-<P><B>Sorenson</B> is a video codec developed by Apple. We are currently able
-  to decode all versions of Sorenson video files with the following
-  decoders:</P>
+<P><B>Sorenson</B> is a video codec family developed by Sorenson Media and
+  licensed to Apple who distribute it with their QuickTime Player. We are
+  currently able to decode all versions of Sorenson video files with the
+  following decoders:</P>
 
 <UL>
   <LI>Sorenson 1 (fourcc <I>SVQ1</I>) - decoding supported by <B>native
@@ -294,7 +295,8 @@
   <LI>download MPlayer CVS</LI>
   <LI>compile MPlayer with:<BR>
     <CODE>$ ./configure --enable-qtx-codecs</CODE></LI>
-  <LI>download QuickTime DLL pack from <A HREF="http://www.mplayerhq.hu/MPlayer/releases/codecs">http://www.mplayerhq.hu/MPlayer/releases/codecs</A></LI>
+  <LI>download QuickTime DLL pack from
+    <A HREF="http://www.mplayerhq.hu/MPlayer/releases/codecs/">http://www.mplayerhq.hu/MPlayer/releases/codecs/</A></LI>
   <LI>extract QuickTime DLL pack to your Win32 codecs directory (default:
     <CODE>/usr/lib/win32</CODE>)</LI>
 </OL>
@@ -305,7 +307,7 @@
 <P>The most important audio codecs above all:<BR></P>
 
 <UL>
-  <LI>MPEG layer 2, and layer 3 (MP3) audio (<B>native</B> code, with
+  <LI>MPEG layer 2 (MP2), and layer 3 (MP3) audio (<B>native</B> code, with
     MMX/SSE/3DNow! optimization)</LI>
   <LI>MPEG layer 1 audio (<B>native</B> code, with libavcodec)</LI>
   <LI>Windows Media Audio v1, v2 (<B>native</B> code, with libavcodec)</LI>
@@ -314,10 +316,12 @@
     optimization)</LI>
   <LI>AC3 passing through soundcard hardware</LI>
   <LI>Ogg Vorbis audio codec (<B>native</B> library)</LI>
-  <LI>Voxware audio (using DirectShow DLL)</LI>
-  <LI>alaw, msgsm, pcm and other simple old audio formats</LI>
+  <LI>RealAudio: DNET (low bitrate AC3), Cook, Sipro and ATRAC3</LI>
+  <LI>QuickTime: Qualcomm and QDesign audio codecs</LI>
   <LI>VIVO audio (g723, Vivo Siren)</LI>
-  <LI>RealAudio: DNET (low bitrate AC3), Cook, Sipro, Atrac</LI>
+  <LI>Voxware audio (using DirectShow DLL)</LI>
+  <LI>alaw and ulaw, various gsm, adpcm and pcm formats and other simple old
+    audio codecs</LI>
 </UL>
 
 
@@ -384,7 +388,7 @@
 
 <UL>
   <LI>RealAudio DNET - decoding supported by <B>liba52</B></LI>
-  <LI>RealAudio Cook/Sipro/Atrac - decoding supported by <B>RealPlayer
+  <LI>RealAudio Cook/Sipro/ATRAC3 - decoding supported by <B>RealPlayer
     libraries</B></LI>
 </UL>
 
@@ -398,6 +402,13 @@
   files. Both versions of this codec can be decoded with QuickTime libraries. 
   For installation instructions please see the <A HREF="#sorenson">Sorenson
   video codec</A> section.</P>
+
+
+<H4><A NAME="qclp">2.2.2.7 Qualcomm codec</A></H4>
+
+<P>Qualcomm audio stream (fourcc: <I>Qclp</I>) is found in MOV/QT files.
+  It can be decoded with QuickTime libraries. For installation instructions
+  please see the <A HREF="#sorenson">Sorenson video codec</A> section.</P>
 
 
 <H3><A NAME="importing">2.2.3 Win32 codec importing HOWTO</A></H3>

Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v
retrieving revision 1.341
retrieving revision 1.342
diff -u -r1.341 -r1.342
--- documentation.html	13 Dec 2002 15:59:00 -0000	1.341
+++ documentation.html	13 Dec 2002 20:07:31 -0000	1.342
@@ -103,6 +103,7 @@
               <LI><A HREF="codecs.html#vivo_audio">2.2.2.4 VIVO audio</A></LI>
               <LI><A HREF="codecs.html#realaudio">2.2.2.5 RealAudio</A></LI>
               <LI><A HREF="codecs.html#qdesign">2.2.2.6 QDesign codecs</A></LI>
+              <LI><A HREF="codecs.html#qclp">2.2.2.7 Qualcomm codec</A></LI>
              </UL>
           </LI>
           <LI><A HREF="codecs.html#importing">2.2.3 Win32 codec importing HOWTO</A>




More information about the MPlayer-cvslog mailing list