[Mplayer-cvslog] CVS: main/etc codecs.conf,1.100,1.101

Arpi of Ize arpi at mplayer.dev.hu
Fri Dec 21 17:40:31 CET 2001


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

Modified Files:
	codecs.conf 
Log Message:
native CVID codec added, order of native and vfw codecs changed

Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- codecs.conf	17 Dec 2001 22:09:56 -0000	1.100
+++ codecs.conf	21 Dec 2001 16:40:28 -0000	1.101
@@ -259,6 +259,38 @@
   dll "libmpeg2"
   out MPES
 
+; ============== MPLAYER OPENSOURCE CODECS =========
+
+videocodec cvid
+  info "Cinepak Video (native codec)"
+  status working
+  fourcc cvid,CVID
+  driver cinepak
+  out BGR32,BGR24
+
+videocodec msrle
+  info "M$ RLE8"
+  status working
+  format 0x1
+  driver rle
+  dll "xa_rle8"
+  out BGR32,BGR24,BGR16,BGR15
+
+videocodec fli
+  info "Autodesk FLI/FLC Animation"
+  status working
+  fourcc FLIC
+  driver fli
+  out BGR24
+
+videocodec video1
+  info "Microsoft Video 1"
+  status working
+  fourcc cram,CRAM
+  fourcc msvc,MSVC
+  fourcc wham,WHAM
+  driver msvidc
+  out BGR32,BGR24
 
 ; =============== WINDOWS DLL's ==============
 
@@ -316,7 +348,7 @@
   out BGR24,BGR15 flip
   cpuflags mmx
 
-videocodec cvid
+videocodec cvidvfw
   info "Cinepak Video"
   status working
   fourcc cvid
@@ -595,32 +627,7 @@
   dll "vid_cyuv.xa"
   out YV12,IYUV,I420
 
-
-; ============== MPLAYER OPENSOURCE CODECS =========
-
-videocodec msrle
-  info "M$ RLE8"
-  status working
-  format 0x1
-  driver rle
-  dll "xa_rle8"
-  out BGR32,BGR24,BGR16,BGR15
-
-videocodec fli
-  info "Autodesk FLI/FLC Animation"
-  status buggy
-  fourcc FLIC
-  driver fli
-  out BGR24
-
-videocodec video1
-  info "Microsoft Video 1"
-  status working
-  fourcc cram,CRAM
-  fourcc msvc,MSVC
-  fourcc wham,WHAM
-  driver msvidc
-  out BGR32,BGR24
+; ============== RAW (uncompressed) and NULL CODECS =========
 
 ; these raw codecs are used mostly by tv input
 videocodec rawyv12




More information about the MPlayer-cvslog mailing list