[MPlayer-cvslog] CVS: main/etc codecs.conf,1.465,1.466

Reimar Döffinger CVS syncmail at mplayerhq.hu
Sat Apr 8 19:10:34 CEST 2006


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main/etc
In directory mail:/var2/tmp/cvs-serv10786/etc

Modified Files:
	codecs.conf 
Log Message:
support kmvc and nuv decoders in ffmpeg


Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.465
retrieving revision 1.466
diff -u -r1.465 -r1.466
--- codecs.conf	25 Mar 2006 19:24:36 -0000	1.465
+++ codecs.conf	8 Apr 2006 17:10:31 -0000	1.466
@@ -9,6 +9,12 @@
 ;                   VIDEO CODECS
 ;=============================================================================
 
+videocodec ffkmvc
+  fourcc KMVC
+  out BGR8
+  driver ffmpeg
+  dll "kmvc"
+
 videocodec ffzmbv
   info "FFmpeg Zip Motion-Block Video"
   status working
@@ -123,6 +129,15 @@
 
 ; we have only native open source codecs for these:
 
+videocodec ffnuv
+  info "NuppelVideo"
+  status working
+  fourcc NUV1 ; NUV1 is an internal MPlayer FOURCC
+  fourcc RJPG
+  driver ffmpeg
+  dll nuv
+  out I420
+
 videocodec nuv
   info "NuppelVideo"
   status working




More information about the MPlayer-cvslog mailing list