[Mplayer-cvslog] CVS: main/DOCS codecs.conf,1.41,1.42

Arpi of Ize arpi at mplayer.dev.hu
Fri Jul 6 05:15:44 CEST 2001


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

Modified Files:
	codecs.conf 
Log Message:
added Juanjo's H263+ patch, and ffmpeg native codecs

Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/codecs.conf,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- codecs.conf	25 Jun 2001 14:06:14 -0000	1.41
+++ codecs.conf	6 Jul 2001 03:15:37 -0000	1.42
@@ -4,6 +4,38 @@
 ;                   VIDEO CODECS
 ;=============================================================================
 
+; =============== Win32/libmpeg2/ProjectMayo MPEG CODECS =====================
+
+videocodec u263
+  info "UB Video H.263+ Decoder"
+  comment "added by Juanjo"
+  status working
+  fourcc U263
+  driver dshow
+  dll "ubv263d+.ax"
+  guid 0x00af1181, 0x6ebb, 0x11d4, 0x9d, 0x5a, 0x00, 0x50, 0x04, 0x79, 0x6c, 0xc0
+;  out I420 flip
+;  out YVYU flip,noflip
+;  out YV12 flip
+;  out UYVY flip,noflip
+;  out YUY2 flip
+  out BGR24 flip
+
+videocodec divxds
+  info "DivX ;-) (MS MPEG-4 v3)"
+  comment "with postprocessing"
+  status working
+  fourcc MP43,mp43 div3   ; fourcc mapping to div3
+  fourcc DIV5,div5 div3
+  fourcc DIV6,div6 div4
+  fourcc DIV3,div3,DIV4,div4
+  driver dshow
+  dll "divx_c32.ax"
+  guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa
+;  out YV12
+  out YUY2
+  out BGR32,BGR24,BGR16,BGR15
+
 videocodec mpeg12
   info "MPEG 1 or 2"
   comment "with postprocessing"
@@ -38,21 +70,6 @@
   out YUY2
   out BGR32,BGR24,BGR16,BGR15
 
-videocodec divxds
-  info "DivX ;-) (MS MPEG-4 v3)"
-  comment "with postprocessing"
-  status working
-  fourcc MP43,mp43 div3   ; fourcc mapping to div3
-  fourcc DIV5,div5 div3
-  fourcc DIV6,div6 div4
-  fourcc DIV3,div3,DIV4,div4
-  driver dshow
-  dll "divx_c32.ax"
-  guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa
-;  out YV12
-  out YUY2
-  out BGR32,BGR24,BGR16,BGR15
-
 videocodec divx
   info "DivX ;-) (MS MPEG-4 v3)"
   status working
@@ -76,6 +93,42 @@
   driver odivx
   dll "opendivx decore"
   out YV12
+
+; =============== FFMPEG MPEG CODECS =========================
+
+videocodec ffdivx
+  info "FFmpeg DivX ;-) (MS MPEG-4 v3)"
+  status working
+  fourcc MP43,mp43 div3   ; M$ MPEG4 v3   (fourcc mapping to div3)
+  fourcc DIV5,div5 div3   ; DivX 3.20 
+  fourcc DIV6,div6 div4   ;   -||-
+  fourcc DIV3,div3,DIV4,div4
+  driver ffmpeg
+  dll msmpeg4
+  out YV12
+
+videocodec ffodivx
+  info "FFmpeg OpenDivX"
+  status working
+  fourcc DIVX,divx
+  fourcc DIV1,div1 divx
+  fourcc MP4S,mp4s	; ISO MPEG-4 Video V1
+  format 0x4
+  driver ffmpeg
+  dll opendivx
+  out YV12
+
+videocodec ffmpeg12
+  info "FFmpeg-1"
+  status working
+  format 0x10000001
+  driver ffmpeg
+  dll "mpeg1video"
+  out YV12
+
+
+; ============== OTHER STUFF =======================
+
 
 videocodec indeo5ds
   info "Intel Indeo 5"


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list