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

Alex Beregszaszi alex at mplayerhq.hu
Sun Apr 21 18:10:53 CEST 2002


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

Modified Files:
	codecs.conf 
Log Message:
added pegasus codecs

Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- codecs.conf	21 Apr 2002 13:32:35 -0000	1.178
+++ codecs.conf	21 Apr 2002 16:10:50 -0000	1.179
@@ -371,7 +371,7 @@
 ; 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 m3jpeg
+videocodec morganvfw
   info "Morgan Motion JPEG Codec"
   status working
   fourcc MJPG
@@ -439,12 +439,41 @@
   info "Morgan MJPEG"
   status crashing
   fourcc MJPG mjpg
+  fourcc mjpa,mjpb,mjpg mjpg  ; MOV files
+  fourcc dmb1 mjpg            ; MJPEG by Matrox Rainbow Runner
   driver dshow
   dll "m3jpegdec.ax"
   guid 0x6988b440, 0x8352, 0x11d3, 0x9b, 0xda, 0xca, 0x86, 0x73, 0x7c, 0x71, 0x68
   out YUY2
+  out UYVY
   out BGR32,BGR24,BGR16,BGR15
 
+videocodec pegasusm
+  info "Pegasus Motion JPEG"
+  status buggy
+  fourcc MJPG
+  driver vfw
+;  dll "pvmjpg20.dll"	; v2.0
+  dll "pvmjpg21.dll"	; v2.1
+  out BGR24 flip
+
+videocodec pegasusl
+  info "Pegasus Lossless JPEG"
+  status buggy
+  fourcc JPGL
+  fourcc MJPG JPGL
+  driver vfw
+  dll "pvljpg20.dll"
+  out BGR24 flip
+
+videocodec pegasusmwv
+  info "Pegasus Motion Wavelet 2000"
+  status buggy
+  fourcc PVW2
+  driver vfw
+  dll "pvwv220.dll"
+  out BGR24 flip
+
 ; h263: - I don't know. comments?
 
 videocodec vivo
@@ -825,9 +854,10 @@
 videocodec rricm
   info "rricm"
   status buggy
-  fourcc MJPG
+  fourcc dmb1
   driver vfw
   dll "rricm.dll"
+  out YUY2
   out BGR24 flip
 
 ; sample videos: http://www.techsmith.com/products/camtasia/examplevideos.asp




More information about the MPlayer-cvslog mailing list