[Mplayer-cvslog] CVS: main/etc codecs.conf,1.250,1.251
Alex Beregszaszi
alex at mplayerhq.hu
Sun Dec 1 00:51:33 CET 2002
Update of /cvsroot/mplayer/main/etc
In directory mail:/var/tmp.root/cvs-serv417
Modified Files:
codecs.conf
Log Message:
added imagepower and morgan mjpeg2k codecs
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -r1.250 -r1.251
--- codecs.conf 28 Nov 2002 21:37:07 -0000 1.250
+++ codecs.conf 30 Nov 2002 23:51:08 -0000 1.251
@@ -569,6 +569,24 @@
dll "LCodcCMP.dll"
out BGR24,BGR15
+videocodec imagepower
+ info "ImagePower MJPEG2000"
+ status buggy
+ fourcc IPJ2
+ driver vfw
+ dll "jp2avi.dll"
+ out BGR32,BGR24,BGR15
+
+videocodec m3jpeg2k
+ info "Morgan MJPEG2000"
+ status working
+ fourcc MJ2C
+ driver vfw
+ dll "m3jp2k32.dll"
+ out YV12,I420,IYUV
+ out YUY2,UYVY
+ out BGR32,BGR24,BGR15
+
; http://www.morgan-multimedia.com/dev/directshow_dec_spec.htm
videocodec m3jpegds
info "Morgan MJPEG"
More information about the MPlayer-cvslog
mailing list