[Mplayer-cvslog] CVS: main/DOCS codecs.conf,1.46,1.47

Arpi of Ize arpi at mplayer.dev.hu
Thu Jul 26 02:29:02 CEST 2001


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

Modified Files:
	codecs.conf 
Log Message:
odivx<->divx4 order changed, null video codec added

Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/codecs.conf,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- codecs.conf	21 Jul 2001 12:15:54 -0000	1.46
+++ codecs.conf	26 Jul 2001 00:29:00 -0000	1.47
@@ -82,6 +82,20 @@
   out YUY2 yuvhack
   out BGR32,BGR24,BGR15
 
+  
+videocodec odivx
+  info "OpenDivX (MPEG-4 v2)"
+  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 odivx
+  dll "opendivx decore"
+  out YV12
+
 videocodec divx4
   info "DivX4Linux (MPEG-4 v2,v3)"
   comment "with postprocessing"
@@ -98,19 +112,6 @@
   out YUY2
   out UYVY
   out BGR32,BGR24,BGR16,BGR15
-  
-videocodec odivx
-  info "OpenDivX (MPEG-4 v2)"
-  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 odivx
-  dll "opendivx decore"
-  out YV12
 
 ; =============== FFMPEG MPEG CODECS =========================
 
@@ -128,7 +129,7 @@
 videocodec ffodivx
   info "FFmpeg OpenDivX"
   status working
-  comment "doesn't support >= 4.0alpha48 movies yet"
+;  comment "doesn't support >= 4.0alpha48 movies yet"
   fourcc DIVX,divx
   fourcc DIV1,div1 divx
   fourcc MP4S,mp4s	; ISO MPEG-4 Video V1
@@ -376,6 +377,17 @@
 ;  out YVYU
   out UYVY
   out BGR32,BGR24,BGR15 flip
+
+videocodec null
+  info "NULL codec (no decoding)"
+  status working
+  comment "for unknown/unsupported codecs or testing"
+  driver null
+  out YV12
+  out I420
+  out YUY2
+  out UYVY
+  out BGR32,BGR24,BGR16,BGR15
 
 ;=============================================================================
 ;                   AUDIO CODECS




More information about the MPlayer-cvslog mailing list