[Mplayer-cvslog] CVS: main/DOCS/en codecs.html,1.123,1.124
Alex Beregszaszi
alex at mplayerhq.hu
Sun Jul 13 17:56:50 CEST 2003
Update of /cvsroot/mplayer/main/DOCS/en
In directory mail:/var/tmp.root/cvs-serv2150/DOCS/en
Modified Files:
codecs.html
Log Message:
removed our native svq1 and huffyuv implementation as libavcodec's implementations are much better
Index: codecs.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/en/codecs.html,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- codecs.html 18 Jun 2003 16:12:10 -0000 1.123
+++ codecs.html 13 Jul 2003 15:56:16 -0000 1.124
@@ -325,14 +325,9 @@
following decoders:</P>
<UL>
- <LI>Sorenson 1 (fourcc <I>SVQ1</I>) - decoding supported by <B>native
- codecs</B><BR>
- Actually there are two (nearly equal) decoders for SVQ1: one is built in
- MPlayer, the other is in libavcodec. You can invoke each of them with the
- <CODE>-vc svq1</CODE> and <CODE>-vc ffsvq1</CODE> options respectively.
- Some files may work with one of them, and not with the other, so test
- both decoders.</LI>
- <LI>Sorenson 3 (fourcc <I>SVQ3</I>) - decoding supported by <B>native
+ <LI>Sorenson Video v1 (fourcc <I>SVQ1</I>) - decoding supported by <B>native
+ codec</B> (<A HREF="#libavcodec">libavcodec</A>)</LI>
+ <LI>Sorenson Video v3 (fourcc <I>SVQ3</I>) - decoding supported by <B>native
codec</B> (<A HREF="#libavcodec">libavcodec</A>)</LI>
</UL>
More information about the MPlayer-cvslog
mailing list