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

Alex Beregszaszi alex at mplayer.dev.hu
Tue Oct 23 01:51:30 CEST 2001


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

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

Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- codecs.conf	22 Oct 2001 17:18:21 -0000	1.66
+++ codecs.conf	22 Oct 2001 23:51:27 -0000	1.67
@@ -148,8 +148,8 @@
   info "Motion JPEG"
   status working
   fourcc MJPG
-;  fourcc mjpa  ; MOV files
-;  fourcc mjpb  ; MOV files
+  fourcc mjpa  ; MOV files
+  fourcc mjpb  ; MOV files
   driver vfw
   dll "mcmjpg32.dll"
 ;  dll "m3jpeg32.dll"
@@ -416,7 +416,6 @@
   out YUY2
   out BGR32,BGR24,BGR15
 
-
 videocodec m261
   info "M261"
   status untested
@@ -462,10 +461,34 @@
   driver dshow
   dll "3ivxdmo.dll"
   guid 0x0E6772C0, 0xDD80, 0x11D4, 0xB5, 0x8f, 0xA8, 0x6B, 0x66, 0xd0, 0x61, 0x1c
-  out YUY2
-  out UYVY
+;  out YUY2
+;  out UYVY
   out BGR32,BGR24,BGR16,BGR15
 
+videocodec indeo5xa
+  info "Intel Indeo 5"
+  status buggy
+  fourcc IV50,iv50
+  driver xanim
+  dll "vid_iv50_1.0_linuxELFx86c6.xa"
+  out YV12,IYUV,I420
+
+videocodec cvidxa
+  info "Radius Cinepak Video"
+  status working
+  fourcc cvid
+  driver xanim
+  dll "vid_cvid_2.1_linuxELFx86c6.xa"
+  out YV12,IYUV,I420
+
+videocodec 3ivXxa
+  info "3ivX"
+  status working
+  fourcc 3IV1
+  driver xanim
+  dll "vid_3ivX_d3.5_linuxELFx86c6.xa"
+  out YV12,IYUV,I420
+
 videocodec null
   info "NULL codec (no decoding)"
   status working
@@ -520,7 +543,7 @@
   format 0x50
   format 0x55
   format 0x33706d2e  ; ".mp3" VBR MP3 (MOV files)
-  format 0x4400736d  ; "ms\0\x55" CBR MP3 (MOV files)
+  format 0x5500736d  ; "ms\0\x55" CBR MP3 (MOV files)
   driver mp3lib
   dll "mp3lib (mpglib)"
   flags seekable
@@ -640,3 +663,9 @@
 ;  driver acm
 ;  dll "vorbis.acm"
 
+;audiocodec ima4
+;  info "IMA4:1"
+;  status buggy
+;  format 0x34616d69  ; "ima4" (MOV files)
+;  driver ima4
+;  dll "ima4.c"




More information about the MPlayer-cvslog mailing list