[MPlayer-cvslog] CVS: main/etc codecs.conf,1.386,1.387
Diego Biurrun CVS
syncmail at mplayerhq.hu
Sun Jan 30 19:13:09 CET 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/etc
In directory mail:/var2/tmp/cvs-serv7033/etc
Modified Files:
codecs.conf
Log Message:
Expose support for 444P and 422P raw video.
patch by Stuart Cunningham <stuart_hc at yahoo dot com>
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.386
retrieving revision 1.387
diff -u -r1.386 -r1.387
--- codecs.conf 22 Jan 2005 20:28:32 -0000 1.386
+++ codecs.conf 30 Jan 2005 18:13:07 -0000 1.387
@@ -1814,6 +1814,24 @@
fourcc uyvy,UYVY
out UYVY
+videocodec raw444P
+ info "RAW 444P"
+ status working
+ driver raw
+ format 0x0 0x50343434
+ format 0x20776172
+ fourcc 444p,444P
+ out 444P
+
+videocodec raw422P
+ info "RAW 422P"
+ status working
+ driver raw
+ format 0x0 0x50323234
+ format 0x20776172
+ fourcc 422p,422P
+ out 422P
+
videocodec rawyv12
info "RAW YV12"
status working
More information about the MPlayer-cvslog
mailing list