Update of /cvsroot/mplayer/main/etc In directory mplayer:/var/tmp.root/cvs-serv19536 Modified Files: codecs.conf Log Message: acelp working, added some codecs contributed by users Index: codecs.conf =================================================================== RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v retrieving revision 1.121 retrieving revision 1.122 diff -u -r1.121 -r1.122 --- codecs.conf 6 Jan 2002 01:56:27 -0000 1.121 +++ codecs.conf 11 Jan 2002 18:50:52 -0000 1.122 @@ -627,6 +627,26 @@ 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 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 @@ 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" +
participants (1)
-
Arpi of Ize