[Mplayer-cvslog] CVS: main/etc codecs.conf,1.234,1.235
Arpi of Ize
arpi at mplayerhq.hu
Sun Oct 13 23:40:12 CEST 2002
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 at 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...
More information about the MPlayer-cvslog
mailing list