summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-30 23:51:08 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-30 23:51:08 +0000
commit4355e844e8b5f2030f7413b904efd99d7c14d025 (patch)
tree93fdb61fc900d72fdd18ff68775fb909feb3b9af /etc
parentdaaa237f6d0ac637433d312f940b4f30ca51930d (diff)
downloadmpv-4355e844e8b5f2030f7413b904efd99d7c14d025.tar.bz2
mpv-4355e844e8b5f2030f7413b904efd99d7c14d025.tar.xz
added imagepower and morgan mjpeg2k codecs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8321 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index e2638cf1f6..700f76ae9b 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -569,6 +569,24 @@ videocodec LEAD
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"