[Mplayer-cvslog] CVS: main/etc codecs.conf,1.179,1.180

Alex Beregszaszi alex at mplayerhq.hu
Sun Apr 21 18:37:30 CEST 2002


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

Modified Files:
	codecs.conf 
Log Message:
added UB Video MPEG 4

Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- codecs.conf	21 Apr 2002 16:10:50 -0000	1.179
+++ codecs.conf	21 Apr 2002 16:37:28 -0000	1.180
@@ -367,11 +367,21 @@
   out YUY2
   out BGR32,BGR24,BGR16,BGR15
 
+videocodec ubmp4
+  info "UB Video MPEG 4"
+  status buggy
+  fourcc UMP4
+  driver vfw
+  dll "ubvmp4d.dll"
+  out I420
+  out UYVY
+
+
 ; mjpegs:
 ; Notes: m3jpeg+mjpeg are mmx optimized. avid is very stable but slow.
 ; ijpg only decodes jpeg images (no mjpg), and slow. ffmjpeg is buggy.
 
-videocodec morganvfw
+videocodec m3jpeg
   info "Morgan Motion JPEG Codec"
   status working
   fourcc MJPG
@@ -435,7 +445,7 @@
   out YUY2  ; queryed (conversion from yuv422p)
   out YV12,I420,IYUV
 
-videocodec morgands
+videocodec m3jpegds
   info "Morgan MJPEG"
   status crashing
   fourcc MJPG mjpg




More information about the MPlayer-cvslog mailing list