[Mplayer-cvslog] CVS: main/etc codecs.conf,1.104,1.105
Mike Melanson
melanson at mplayer.dev.hu
Sun Dec 23 23:20:48 CET 2001
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux rtp.c,NONE,1.1 rtp.h,NONE,1.1
- Next message: [Mplayer-cvslog] CVS: main qtrle.c,NONE,1.1 Makefile,1.125,1.126 codec-cfg.c,1.52,1.53 codec-cfg.h,1.27,1.28 fli.c,1.3,1.4 dec_video.c,1.77,1.78
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/etc
In directory mplayer:/var/tmp.root/cvs-serv7360/etc
Modified Files:
codecs.conf
Log Message:
This commit adds initial support for Quicktime Animation (RLE) video. It
also fixes a FLI function name (FLI is not an AVI decoder).
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- codecs.conf 22 Dec 2001 14:40:21 -0000 1.104
+++ codecs.conf 23 Dec 2001 22:20:46 -0000 1.105
@@ -302,6 +302,14 @@
driver msvidc
out BGR32,BGR24
+videocodec qtrle
+ info "Quicktime Animation (RLE)"
+ status working
+; codec fourcc = "rle "
+ format 0x20656C72
+ driver qtrle
+ out BGR32,BGR24
+
; =============== WINDOWS DLL's ==============
videocodec vp3
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux rtp.c,NONE,1.1 rtp.h,NONE,1.1
- Next message: [Mplayer-cvslog] CVS: main qtrle.c,NONE,1.1 Makefile,1.125,1.126 codec-cfg.c,1.52,1.53 codec-cfg.h,1.27,1.28 fli.c,1.3,1.4 dec_video.c,1.77,1.78
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list