[Mplayer-cvslog] CVS: main/etc codecs.conf,1.275,1.276

Arpi of Ize arpi at mplayerhq.hu
Sun May 11 20:29:09 CEST 2003


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

Modified Files:
	codecs.conf 
Log Message:
Theora demuxer/codec support, patch by David Kuehling <dvdkhlng at gmx.de>


Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -r1.275 -r1.276
--- codecs.conf	10 May 2003 00:19:19 -0000	1.275
+++ codecs.conf	11 May 2003 18:29:05 -0000	1.276
@@ -12,6 +12,15 @@
 ; mpeg 1/2 decoding:
 ; Note: mpegpes is preferred for hw decoders:
 
+videocodec theora
+  info "Theora (free, reworked VP3)"
+  status working
+  fourcc theo
+  format 0xFFFC
+  driver theora
+  dll libtheora
+  out YV12
+
 videocodec mpegpes
   info "Mpeg PES output (.mpg or Dxr3/DVB card)"
   comment "for hardware decoding"
@@ -957,6 +966,14 @@
   driver ffmpeg
   dll rv10
   out YV12,I420,IYUV
+
+videocodec ffvp3
+  info "FFmpeg's VP3-Codec"
+  status untested
+  fourcc VP30,vp30,VP31,vp31
+  driver ffmpeg
+  dll "vp3"
+  out YV12
 
 videocodec vp3
   info "On2 OpenSource VP3-Codec"



More information about the MPlayer-cvslog mailing list