[MPlayer-cvslog] r29789 - trunk/etc/codecs.conf

compn subversion at mplayerhq.hu
Tue Oct 20 18:26:30 CEST 2009


Author: compn
Date: Tue Oct 20 18:26:30 2009
New Revision: 29789

Log:
add V422, YUNV to rawyuy2
add UYNV,UYNY,uyv1,2Vu1 to rawuyvy
add P422 to raw422P

works on samples/V-codecs/.

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Tue Oct 20 17:47:36 2009	(r29788)
+++ trunk/etc/codecs.conf	Tue Oct 20 18:26:30 2009	(r29789)
@@ -2965,6 +2965,8 @@ videocodec rawyuy2
   format 0x0 0x32595559
   format 0x20776172 0x32595559
   fourcc yuy2,YUY2
+  fourcc V422 YUY2
+  fourcc YUNV YUY2
   out YUY2
 
 videocodec rawyuv2
@@ -2985,6 +2987,10 @@ videocodec rawuyvy
   format 0x20776172 0x59565955
   fourcc uyvy,UYVY
   fourcc HDYC UYVY
+  fourcc UYNV UYVY
+  fourcc UYNY UYVY
+  fourcc uyv1 UYVY
+  fourcc 2Vu1 UYVY
   out UYVY
 
 videocodec raw444P
@@ -3003,6 +3009,7 @@ videocodec raw422P
   format 0x0 0x50323234
   format 0x20776172 0x50323234
   fourcc 422p,422P
+  fourcc P422 422P
   out 422P
 
 videocodec rawyv12


More information about the MPlayer-cvslog mailing list