# HG changeset patch # User compn # Date 1197466741 0 # Node ID c090477234c6d7d25ec5a5ca41e733341c5a0982 # Parent f46e91c64b39c3569e6caeab7a5b4d55fcb34073 add lagarith codec, someone finally found it in the wild. diff -r f46e91c64b39 -r c090477234c6 etc/codecs.conf --- a/etc/codecs.conf Wed Dec 12 10:00:34 2007 +0000 +++ b/etc/codecs.conf Wed Dec 12 13:39:01 2007 +0000 @@ -1401,6 +1401,15 @@ guid 0xe2b7dc56, 0x38c5, 0x11d5, 0x91, 0xf6, 0x00, 0x10, 0x4b, 0xdb, 0x8f, 0xf9 out BGR24,BGR8 flip +videocodec lagarith + info "Lagarith Lossless Video Codec" + comment "http://lags.leetcode.net/codec.html" + status working + fourcc LAGS + driver vfw + dll "lagarith.dll" + out BGR32,BGR24 flip + videocodec ffvp3 info "FFmpeg VP3" status untested