Update of /cvsroot/mplayer/main/etc In directory mail:/var/tmp.root/cvs-serv13559/etc Modified Files: codecs.conf Log Message: liblzo realtime video codec support (decoding only) patch by Tilmann Bitterberg <transcode@tibit.org> Index: codecs.conf =================================================================== RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v retrieving revision 1.234 retrieving revision 1.235 diff -u -r1.234 -r1.235 --- codecs.conf 13 Oct 2002 20:45:04 -0000 1.234 +++ codecs.conf 13 Oct 2002 21:40:08 -0000 1.235 @@ -122,6 +122,15 @@ driver roqvideo out YV12 +videocodec lzo + info "LZO compressed" + status working + fourcc LZO1 + driver lzo + dll "liblzo" + out YV12,I420 + out BGR24 flip + ; prefer native codecs over win32? ; the win32 codecs probably are (better) optimized and support direct ; rendering, so this may be not the best idea...
participants (1)
-
Arpi of Ize