[Mplayer-cvslog] CVS: main/etc codecs.conf,1.76,1.77

Alex Beregszaszi alex at mplayer.dev.hu
Sun Nov 4 12:43:48 CET 2001


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

Modified Files:
	codecs.conf 
Log Message:
added vivo h.263, vivo g.723, twos

Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- codecs.conf	29 Oct 2001 22:41:15 -0000	1.76
+++ codecs.conf	4 Nov 2001 11:43:29 -0000	1.77
@@ -8,7 +8,7 @@
 
 videocodec u263
   info "UB Video H.263+ Decoder"
-  comment "added by Juanjo"
+  comment "added by Juanjo (also working with VIVO)"
   status working
   fourcc U263
   driver dshow
@@ -134,6 +134,14 @@
   out YUY2
   out BGR32,BGR24,BGR15
 
+videocodec vivo
+  info "Vivo H.263"
+  status working
+  fourcc VIVO,vivo vivo
+  driver vfw
+  dll "ivvideo.dll"
+  out BGR32,BGR24,BGR16 flip
+
 videocodec i263
   info "I263"
   status working
@@ -148,8 +156,7 @@
   info "Motion JPEG"
   status working
   fourcc MJPG
-  fourcc mjpa  ; MOV files
-  fourcc mjpb  ; MOV files
+  fourcc mjpa,mjpb,mjpg MJPG  ; MOV files
   driver vfw
   dll "mcmjpg32.dll"
 ;  dll "m3jpeg32.dll"
@@ -157,6 +164,7 @@
   out UYVY
   out BGR32,BGR24,BGR15
 
+
 ; =============== FFMPEG MPEG CODECS =========================
 
 videocodec ffmjpeg
@@ -294,7 +302,7 @@
 
 videocodec cram
   info "Microsoft Video 1"
-  status crashing
+  status working
   fourcc cram,CRAM,MSVC
   driver vfw
   dll "msvidc32.dll"
@@ -465,6 +473,16 @@
   out YUY2
   out BGR32,BGR24,BGR16,BGR15
 
+videocodec 3ivXqtx
+  info "3ivX Delta 3.5"
+  status buggy
+  fourcc 3IV1
+  driver vfw
+  dll "qtx/3ivx.qtx"
+  out YV12
+  out YUY2
+  out BGR32,BGR24,BGR16,BGR15
+
 ; =============== XANIM DLL's =============
 
 videocodec indeo5xa
@@ -515,7 +533,6 @@
   driver xanim
   dll "vid_h263.xa"
   out YV12,IYUV,I420
-  comment "only tested with one buggy movie"
 
 videocodec h261xa
   info "CCITT H.261"
@@ -533,6 +550,7 @@
   dll "vid_cyuv.xa"
   out YV12,IYUV,I420
 
+
 videocodec null
   info "NULL codec (no decoding)"
   status working
@@ -552,8 +570,8 @@
   info "Uncompressed PCM"
   status working
   format 0x1
-  format 0x20776172  ; "raw " (MOV files, 8bit)
-  format 0x736F7774  ; "twos" (MOV files, 16bit)
+  format 0x20776172  ; "raw " (MOV files)
+  format 0x736f7774  ; "twos" (MOV files)
 ;;;; these are for hardware support only:  (alaw,ulaw,ima-adpcm,mpeg,ac3)
 ;  format 0x6
 ;  format 0x7
@@ -653,7 +671,6 @@
   info "aLaw"
   status working
   format 0x6
-  format 0x77616c75  ; "ulaw" (MOV files)
   driver alaw
   dll "alaw"
 
@@ -661,7 +678,7 @@
   info "uLaw"
   status working
   format 0x7
-  format 0x77616c61  ; "ulaw" (MOV files)
+  format 0x77616c75  ; "ulaw" (MOV files)
   driver alaw
   dll "ulaw"
 
@@ -730,3 +747,11 @@
   format 0x34616d69  ; "ima4" (MOV files)
   driver ima4
   dll "ima4.c"
+
+audiocodec vivosiren
+  info "Vivo G.723/Siren Audio Codec"
+  status untested
+  format 0x111       ; vivo g.723
+  format 0x112       ; siren
+  driver acm
+  dll "vivog723.acm"




More information about the MPlayer-cvslog mailing list