summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf29
1 files changed, 27 insertions, 2 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index bd375117dc..9447901d4c 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1173,6 +1173,14 @@ videocodec LEAD
dll "LCodcCMP.dll"
out BGR24,BGR15
+videocodec acdsee
+ info "ACDSee mjpeg"
+ status working
+ fourcc ACDV
+ driver vfw
+ dll "ACDV.dll"
+ out BGR32,BGR24,BGR15 flip
+
videocodec imagepower
info "ImagePower MJPEG2000"
status buggy
@@ -1508,7 +1516,7 @@ videocodec 3ivX
videocodec rv3040
info "Linux RealPlayer 10 RV30/40 decoder"
- status working
+ status buggy ; tries to use multi-threaded decoding on SMP systems and crashes on exit
fourcc RV30,rv30
fourcc RV40,rv40
driver realvid
@@ -1944,6 +1952,16 @@ videocodec sif1vfw
dll "Sif1_vfw.dll"
out YV12,YUY2
+videocodec sif1ds
+ info "sif1 alpha4"
+ status buggy
+ comment "one frame every 5 seconds?"
+ fourcc SIF1
+ driver dshow
+ dll "Sif1Dec.ax"
+ guid 0x31666973, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71
+ out BGR32
+
videocodec ffamv
info "Modified MJPEG, used in AMV files"
status working
@@ -2904,6 +2922,13 @@ audiocodec qtmace6
driver qtaudio
dll "QuickTime.qts"
+audiocodec zygoaudio
+ info "Zygo audio"
+ status working
+ fourcc SPXN
+ driver qtaudio
+ dll "ZyGoAudioS.qtx"
+
audiocodec ffra144
info "FFmpeg RealAudio 1.0"
status working
@@ -3875,4 +3900,4 @@ audiocodec uleaddva
format 0x215
format 0x216
driver acm
- dll "dvacm.acm" \ No newline at end of file
+ dll "dvacm.acm"