[Mplayer-cvslog] CVS: main/etc codecs.conf,1.67,1.68

Alex Beregszaszi alex at mplayer.dev.hu
Tue Oct 23 03:16:11 CEST 2001


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

Modified Files:
	codecs.conf 
Log Message:
added new xanim codecs

Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- codecs.conf	22 Oct 2001 23:51:27 -0000	1.67
+++ codecs.conf	23 Oct 2001 01:16:09 -0000	1.68
@@ -454,25 +454,44 @@
   dll "xa_rle8"
   out BGR32,BGR24,BGR16,BGR15
 
-videocodec 3ivx
-  info "3IVX MPEG4 Codec"
-  status crashing
-  fourcc 3IV1,3ivx
+videocodec 3ivX
+  info "3ivX Delta 3.5"
+  status buggy
+  fourcc 3IV1
   driver dshow
   dll "3ivxdmo.dll"
   guid 0x0E6772C0, 0xDD80, 0x11D4, 0xB5, 0x8f, 0xA8, 0x6B, 0x66, 0xd0, 0x61, 0x1c
-;  out YUY2
-;  out UYVY
+  out YV12
+  out YUY2
   out BGR32,BGR24,BGR16,BGR15
 
+; =============== XANIM DLL's =============
+
 videocodec indeo5xa
   info "Intel Indeo 5"
-  status buggy
+  status working
   fourcc IV50,iv50
   driver xanim
   dll "vid_iv50_1.0_linuxELFx86c6.xa"
   out YV12,IYUV,I420
 
+videocodec indeo4xa
+  info "Intel Indeo 4.1"
+  status working
+  fourcc IV41,iv41
+  driver xanim
+  dll "vid_iv41_1.1_linuxELFx86c6.xa"
+  out YV12,IYUV,I420
+
+videocodec indeo3xa
+  info "Intel Indeo 3.1/3.2"
+  status working
+  fourcc IV31,iv31
+  fourcc IV32,iv32
+  driver xanim
+  dll "vid_iv32_2.1_linuxELFx86c6.xa"
+  out YV12,IYUV,I420
+
 videocodec cvidxa
   info "Radius Cinepak Video"
   status working
@@ -482,13 +501,37 @@
   out YV12,IYUV,I420
 
 videocodec 3ivXxa
-  info "3ivX"
+  info "3ivX Delta 3.5"
   status working
   fourcc 3IV1
   driver xanim
   dll "vid_3ivX_d3.5_linuxELFx86c6.xa"
   out YV12,IYUV,I420
 
+videocodec h263xa
+  info "CCITT H.263"
+  status untested
+  fourcc h263
+  driver xanim
+  dll "vid_h263_1.1_linuxELFx86c6.xa"
+  out YV12,IYUV,I420
+
+videocodec h261xa
+  info "CCITT H.261"
+  status untested
+  fourcc i263
+  driver xanim
+  dll "vid_h261_1.0_linuxELFx86c6.xa"
+  out YV12,IYUV,I420
+
+videocodec cyuvxa
+  info "Creative CYUV"
+  status untested
+  fourcc CYUV,cyuv
+  driver xanim
+  dll "vid_cyuv_1.0_linuxELFx86c6.xa"
+  out YV12,IYUV,I420
+
 videocodec null
   info "NULL codec (no decoding)"
   status working
@@ -499,7 +542,6 @@
   out YUY2
   out UYVY
   out BGR32,BGR24,BGR16,BGR15
-
 
 ;=============================================================================
 ;                   AUDIO CODECS




More information about the MPlayer-cvslog mailing list