[Mplayer-cvslog] CVS: main/etc codecs.conf,1.206,1.207
Alban Bedel CVS
albeu at mplayerhq.hu
Wed Jul 10 22:56:59 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main Makefile,1.194,1.195 codec-cfg.c,1.89,1.90 codec-cfg.h,1.59,1.60 configure,1.520,1.521
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vd_xvid.c,NONE,1.1 Makefile,1.48,1.49 vd.c,1.42,1.43 vd_divx4.c,1.8,1.9 vd_odivx.c,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/etc
In directory mail:/var/tmp.root/cvs-serv25137/etc
Modified Files:
codecs.conf
Log Message:
Support for Xvid using their new api. If divx4 compatiblity is disabeled
in xvid it can be used along with divx4.
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -r1.206 -r1.207
--- codecs.conf 9 Jul 2002 19:40:54 -0000 1.206
+++ codecs.conf 10 Jul 2002 20:56:56 -0000 1.207
@@ -268,6 +268,20 @@
dll mpeg4 ;opendivx
out YV12,I420,IYUV
+videocodec xvid
+ info "Xvid (MPEG-4)"
+ status working
+ fourcc DIVX,divx
+ fourcc xvid,XVID,XviD
+ format 0x4
+ driver xvid
+ out YV12
+ out I420
+ out YUY2
+ out UYVY
+ out YVYU
+ out BGR32,BGR24,BGR16,BGR15
+
; divx4 does direct render, and is native on linux
videocodec odivx
- Previous message: [Mplayer-cvslog] CVS: main Makefile,1.194,1.195 codec-cfg.c,1.89,1.90 codec-cfg.h,1.59,1.60 configure,1.520,1.521
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vd_xvid.c,NONE,1.1 Makefile,1.48,1.49 vd.c,1.42,1.43 vd_divx4.c,1.8,1.9 vd_odivx.c,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list