From 36db6b34a7001a7c82261407863321c52bbb0c96 Mon Sep 17 00:00:00 2001 From: arpi Date: Fri, 11 Jan 2002 18:50:52 +0000 Subject: acelp working, added some codecs contributed by users git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4093 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) (limited to 'etc') 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 + 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" + -- cgit v1.2.3