Mercurial > mplayer.hg
changeset 4092:447ff640317f
acelp working, added some codecs contributed by users
author | arpi |
---|---|
date | Fri, 11 Jan 2002 18:50:52 +0000 |
parents | 696341879c3c |
children | d197584460dc |
files | etc/codecs.conf |
diffstat | 1 files changed, 32 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/codecs.conf Fri Jan 11 18:30:35 2002 +0000 +++ b/etc/codecs.conf Fri Jan 11 18:50:52 2002 +0000 @@ -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" +