[Mplayer-cvslog] CVS: main/etc codecs.conf,1.206,1.207

Alban Bedel CVS albeu at mplayerhq.hu
Wed Jul 10 22:56:59 CEST 2002


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

Modified Files:
	codecs.conf 
Log Message:
Support for Xvid using their new api. If divx4 compatiblity is disabeled
in xvid it can be used along with divx4.


Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -r1.206 -r1.207
--- codecs.conf	9 Jul 2002 19:40:54 -0000	1.206
+++ codecs.conf	10 Jul 2002 20:56:56 -0000	1.207
@@ -268,6 +268,20 @@
   dll mpeg4 ;opendivx
   out YV12,I420,IYUV
 
+videocodec xvid
+  info "Xvid (MPEG-4)"
+  status working
+  fourcc DIVX,divx
+  fourcc xvid,XVID,XviD
+  format 0x4
+  driver xvid
+  out YV12
+  out I420
+  out YUY2
+  out UYVY
+  out YVYU
+  out BGR32,BGR24,BGR16,BGR15
+
 ; divx4 does direct render, and is native on linux
 
 videocodec odivx




More information about the MPlayer-cvslog mailing list