[Mplayer-cvslog] CVS: main/etc codecs.conf,1.288,1.289

Alex Beregszaszi alex at mplayerhq.hu
Sun Jul 13 17:56:51 CEST 2003


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

Modified Files:
	codecs.conf 
Log Message:
removed our native svq1 and huffyuv implementation as libavcodec's implementations are much better

Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.288
retrieving revision 1.289
diff -u -r1.288 -r1.289
--- codecs.conf	5 Jul 2003 15:02:51 -0000	1.288
+++ codecs.conf	13 Jul 2003 15:56:18 -0000	1.289
@@ -209,13 +209,6 @@
 
 ;NATIVE:
 
-videocodec svq1
-  info "Sorenson v1 (native codec)"
-  status buggy
-  fourcc SVQ1
-  driver svq1
-  out YVU9
-
 videocodec video1
   info "Microsoft Video 1 (native codec)"
   status working
@@ -234,14 +227,6 @@
   out YUY2
   out BGR32,BGR24
 
-videocodec mphuffyuv
-  info "HuffYUV (native codec)"
-  status working
-  fourcc HFYU
-  driver huffyuv
-  out YUY2
-  out BGR32,BGR24
-
 videocodec mpmszh
   info "AVImszh (native codec)"
   status working
@@ -270,8 +255,8 @@
 ; ff* is fastest...
 
 videocodec ffhuffyuv
-  info "FFHuffYUV"
-  status untested
+  info "FFmpeg HuffYUV"
+  status working
   fourcc HFYU
   driver ffmpeg
   dll huffyuv
@@ -279,7 +264,7 @@
   out BGR32,BGR24
 
 videocodec ffv1
-  info "FFV1"
+  info "FFV1 (lossless codec)"
   status working
   fourcc FFV1
   driver ffmpeg
@@ -287,7 +272,7 @@
   out 411P,444P,422P,YV12,I420,IYUV,YVU9
   
 videocodec ffasv1
-  info "ASUS V1"
+  info "FFmpeg ASUS V1"
   status working
   fourcc ASV1
   driver ffmpeg
@@ -295,7 +280,7 @@
   out YV12,I420,IYUV
 
 videocodec ffsvq1
-  info "FFmpeg Sorenson Video v1"
+  info "FFmpeg Sorenson Video v1 (SVQ1)"
   status working
   fourcc SVQ1
   driver ffmpeg
@@ -361,7 +346,7 @@
   out YV12,I420,IYUV
 
 videocodec ffsvq3
-  info "FFmpeg SVQ3"
+  info "FFmpeg Sorenson Video v3 (SVQ3)"
   status working
   fourcc SVQ3
   driver ffmpeg
@@ -387,7 +372,7 @@
   out YV12,I420,IYUV
 
 videocodec xvid
-  info "Xvid (MPEG-4)"
+  info "XviD (MPEG-4)"
   status working
   fourcc DIVX,divx
   fourcc xvid,XVID,XviD



More information about the MPlayer-cvslog mailing list