[Mplayer-cvslog] CVS: main/DOCS codecs.conf,1.43,1.44

Arpi of Ize arpi at mplayer.dev.hu
Fri Jul 20 00:43:21 CEST 2001


Update of /cvsroot/mplayer/main/DOCS
In directory mplayer:/var/tmp.root/cvs-serv19107

Modified Files:
	codecs.conf 
Log Message:
DivX4Linux support

Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/codecs.conf,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- codecs.conf	14 Jul 2001 12:28:54 -0000	1.43
+++ codecs.conf	19 Jul 2001 22:43:19 -0000	1.44
@@ -81,6 +81,23 @@
   dll "divxc32.dll"
   out YUY2 yuvhack
   out BGR32,BGR24,BGR15
+
+videocodec divx4
+  info "DivX4Linux (MPEG-4 v2,v3)"
+  comment "with postprocessing"
+  status working
+  fourcc DIVX,divx
+  fourcc DIV1,div1 divx
+  fourcc MP4S,mp4s	; ISO MPEG-4 Video V1
+  fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3  ; for DivX4Linux only!
+  format 0x4
+  driver divx4
+  dll "libdivxdecore.0"
+;  out YV12   ; works, but odivx driver is faster with YV12 (DEC_USER)
+  out I420
+  out YUY2
+  out UYVY
+  out BGR32,BGR24,BGR16,BGR15
   
 videocodec odivx
   info "OpenDivX (MPEG-4 v2)"
@@ -89,6 +106,7 @@
   fourcc DIVX,divx
   fourcc DIV1,div1 divx
   fourcc MP4S,mp4s	; ISO MPEG-4 Video V1
+  fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3  ; for DivX4Linux only!
   format 0x4
   driver odivx
   dll "opendivx decore"




More information about the MPlayer-cvslog mailing list