[Mplayer-cvslog] CVS: main/etc codecs.conf,1.81,1.82

Alex Beregszaszi alex at mplayer.dev.hu
Sun Nov 11 04:58:48 CET 2001


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

Modified Files:
	codecs.conf 
Log Message:
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)

Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- codecs.conf	11 Nov 2001 00:14:46 -0000	1.81
+++ codecs.conf	11 Nov 2001 03:58:46 -0000	1.82
@@ -553,12 +553,33 @@
   dll "vid_cyuv.xa"
   out YV12,IYUV,I420
 
-videocodec raw
-  info "RAW codec (only copying)"
-  status untested
+videocodec rawyv12
+  info "RAW YV12"
+  status working
   driver raw
-  fourcc YV12
+  format 0x0
   out YV12
+
+videocodec rawuyvy
+  info "RAW UYVY"
+  status working
+  driver raw
+  format 0x0
+  out UYVY
+
+videocodec rawrgb32
+  info "RAW RGB32"
+  status working
+  driver raw
+  format 0x0
+  out RGB32
+
+videocodec rawrgb24
+  info "RAW RGB24"
+  status working
+  driver raw
+  format 0x0
+  out RGB24
 
 videocodec null
   info "NULL codec (no decoding!)"




More information about the MPlayer-cvslog mailing list