summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/codecs.conf34
1 files changed, 32 insertions, 2 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index bf19e99964..d9d4b36d4b 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -627,6 +627,26 @@ videocodec 3ivXqtx
out YUY2
out BGR32,BGR24,BGR16,BGR15
+videocodec alaris
+ info "Alaris VideoGramPiX"
+; http://www.alaris.com/movies/toocool.vgm
+; Martin Schuster <schuster@ap.univie.ac.at>
+ status buggy
+ comment "only produces strange patterns"
+ fourcc VGPX,VTLP VGPX
+ driver vfwex
+ dll "vgpix32d.dll"
+ out UYVY
+
+videocodec CJPG
+ info "CJPG"
+ status untested
+ fourcc CJPG
+ driver vfw
+ dll "CtWbJpg.DLL"
+ out YUY2
+ out UYVY
+ out BGR24,BGR15
; =============== XANIM DLL's =============
@@ -946,8 +966,7 @@ audiocodec voxware
audiocodec acelp
info "ACELP.net Sipro Lab Audio Decoder"
- status crashing
- comment "DS: cannot connect Output pin"
+ status working
format 0x130
driver dshow
dll "acelpdec.ax"
@@ -1003,3 +1022,14 @@ audiocodec atrac3
format 0x270
driver acm
dll "atrac3.acm"
+
+audiocodec ALF2
+; http://www.nctsoft.com/products/NCTALFCD/
+; jdp@mail.sonofon.dk
+ info "ALF2"
+ status untested
+ comment "Working so try it"
+ format 0x1FC4 ; ALF2
+ driver acm
+ dll "alf2cd.acm"
+