[Mplayer-cvslog] CVS: main/etc codecs.conf,1.93,1.94
Alex Beregszaszi
alex at mplayer.dev.hu
Sun Dec 9 16:49:28 CET 2001
Update of /cvsroot/mplayer/main/etc
In directory mplayer:/var/tmp.root/cvs-serv32097
Modified Files:
codecs.conf
Log Message:
updated raw codecs
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- codecs.conf 5 Dec 2001 04:16:04 -0000 1.93
+++ codecs.conf 9 Dec 2001 15:49:25 -0000 1.94
@@ -483,6 +483,18 @@
out YUY2
out BGR32,BGR24,BGR16,BGR15
+videocodec mss1
+ info "Windows Screen Video"
+ status crashing
+ comment "with MMX optimizations!"
+ fourcc MSS1
+ driver dshow
+ dll "msscds32.ax"
+ guid 0x3301a7c4, 0x0a8d, 0x11d4, 0x91, 0x4d, 0x00, 0xc0, 0x4f, 0x61, 0x0d, 0x24
+; out I420
+; out YUY2
+ out BGR32,BGR24,BGR16,BGR15
+
videocodec 3ivXqtx
info "3ivX Delta 3.5"
status crashing
@@ -590,6 +602,7 @@
driver msvidc
out BGR32,BGR24
+; these raw codecs are used mostly by tv input
videocodec rawyv12
info "RAW YV12"
comment "pre-postprocessing support"
@@ -612,6 +625,7 @@
status working
driver raw
format 0x0
+ fourcc uyvy,UYVY
out UYVY
videocodec rawrgb32
@@ -619,6 +633,7 @@
status working
driver raw
format 0x0
+ format 0x52474220
out RGB32
videocodec rawrgb24
@@ -626,7 +641,16 @@
status working
driver raw
format 0x0
+ format 0x52474218
out RGB24
+
+videocodec rawrgb16
+ info "RAW RGB16"
+ status working
+ driver raw
+ format 0x0
+ format 0x52474210
+ out RGB16
videocodec rawbgr24
info "RAW BGR24"
More information about the MPlayer-cvslog
mailing list