[Mplayer-cvslog] CVS: main/etc codecs.conf,1.285,1.286

Ivan Kalvachev CVS iive at mplayerhq.hu
Sat Jun 21 03:47:57 CEST 2003


Update of /cvsroot/mplayer/main/etc
In directory mail:/var/tmp.root/cvs-serv20940/etc

Modified Files:
	codecs.conf 
Log Message:
basic xvmc image support

Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.285
retrieving revision 1.286
diff -u -r1.285 -r1.286
--- codecs.conf	18 Jun 2003 00:34:11 -0000	1.285
+++ codecs.conf	21 Jun 2003 01:47:23 -0000	1.286
@@ -40,6 +40,7 @@
 ;  dll "libmpeg2"
   out YV12,I420,IYUV
 
+
 videocodec ffmpeg12
   info "FFmpeg MPEG 1/2"
   status working
@@ -50,6 +51,18 @@
   driver ffmpeg
   dll "mpegvideo"
   out YV12,I420,IYUV
+
+videocodec ffmpeg12mc
+  info "FFmpeg MPEG 1/2"
+  status buggy
+  format 0x10000001  ; mpeg 1
+  format 0x10000002  ; mpeg 2
+  fourcc mpg1,mpg2
+  fourcc PIM1        ; Pinnacle hardware-mpeg1
+  driver ffmpeg
+  dll "mpegvideo_xvmc"
+  out IDCT_MPEG2
+  out MOCO_MPEG2
 
 ; we have only native opensource codecs for these:
 



More information about the MPlayer-cvslog mailing list