Mercurial > mplayer.hg
diff etc/codecs.conf @ 12066:792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
Patch by Melisha Johnson <adland123 (at) yahoo (dot) com>
| author | rtognimp |
|---|---|
| date | Thu, 25 Mar 2004 21:36:18 +0000 |
| parents | 937a520811e9 |
| children | 490488e54aa0 |
line wrap: on
line diff
--- a/etc/codecs.conf Thu Mar 25 20:47:37 2004 +0000 +++ b/etc/codecs.conf Thu Mar 25 21:36:18 2004 +0000 @@ -1091,6 +1091,23 @@ ; others: +videocodec alpary + info "Alparysoft lossless codec dshow" + status untested + fourcc ASLC + driver dshow + dll "aslcodec_dshow.dll" + guid 0x7f9de066, 0xbf3d, 0x4c17, 0x86, 0xb7, 0x33, 0xe4, 0x3e, 0xbe, 0xae, 0xf0 + out BGR24 flip + +videocodec alpary2 + info "Alparysoft lossless codec vfw" + status untested + fourcc ASLC + driver vfw + dll "aslcodec_vfw.dll" + out BGR24 flip + videocodec LEADMW20 info "Lead CMW wavelet 2.0" status working
