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

reimar subversion at mplayerhq.hu
Fri Nov 30 12:10:38 CET 2007


Author: reimar
Date: Fri Nov 30 12:10:38 2007
New Revision: 25209

Log:
Add the correct format substitutions to make the raw decoders
work with QuickTime files.


Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	(original)
+++ trunk/etc/codecs.conf	Fri Nov 30 12:10:38 2007
@@ -2094,7 +2094,7 @@ videocodec rawrgb32
   status working
   driver raw
   format 0x0
-  format 0x20776172
+  format 0x20776172 0x52474220
   format 0x52474220
   out RGB32
 
@@ -2103,7 +2103,7 @@ videocodec rawrgb24
   status working
   driver raw
   format 0x0
-  format 0x20776172
+  format 0x20776172 0x52474218
   format 0x52474218
   out RGB24
 
@@ -2112,7 +2112,7 @@ videocodec rawrgb16
   status working
   driver raw
   format 0x0
-  format 0x20776172
+  format 0x20776172 0x52474210
   format 0x52474210
   out RGB16
 
@@ -2143,7 +2143,7 @@ videocodec rawbgr24
   status working
   driver raw
   format 0x0
-  format 0x20776172
+  format 0x20776172 0x42475218
   format 0x42475218
   out BGR24
 
@@ -2159,7 +2159,7 @@ videocodec rawbgr16
   status working
   driver raw
   format 0x0
-  format 0x20776172
+  format 0x20776172 0x42475210
   format 0x42475210
   out BGR16
 
@@ -2175,7 +2175,7 @@ videocodec rawbgr15
   status working
   driver raw
   format 0x0
-  format 0x20776172
+  format 0x20776172 0x4247520F
   format 0x4247520F
   out BGR15
 
@@ -2191,7 +2191,7 @@ videocodec rawbgr8
   status working
   driver raw
   format 0x0
-  format 0x20776172
+  format 0x20776172 0x42475208
   format 0x42475208
   out BGR8
 
@@ -2200,7 +2200,7 @@ videocodec rawbgr1
   status working
   driver raw
   format 0x0
-  format 0x20776172
+  format 0x20776172 0x42475201
   format 0x42475201
   out BGR1 flip
 
@@ -2209,7 +2209,7 @@ videocodec rawyuy2
   status working
   driver raw
   format 0x0 0x32595559
-  format 0x20776172
+  format 0x20776172 0x32595559
   fourcc yuy2,YUY2
   out YUY2
 
@@ -2219,7 +2219,7 @@ videocodec rawuyvy
   driver raw
   format 0x0 0x59565955
   format 0x79757632 0x59565955 # 2vuy as created by QuickTime captures
-  format 0x20776172
+  format 0x20776172 0x59565955
   fourcc uyvy,UYVY
   out UYVY
 
@@ -2228,7 +2228,7 @@ videocodec raw444P
   status working
   driver raw
   format 0x0 0x50343434
-  format 0x20776172
+  format 0x20776172 0x50343434
   fourcc 444p,444P
   out 444P
 
@@ -2237,7 +2237,7 @@ videocodec raw422P
   status working
   driver raw
   format 0x0 0x50323234
-  format 0x20776172
+  format 0x20776172 0x50323234
   fourcc 422p,422P
   out 422P
 
@@ -2246,7 +2246,7 @@ videocodec rawyv12
   status working
   driver raw
   format 0x0 0x32315659
-  format 0x20776172
+  format 0x20776172 0x32315659
   fourcc yv12,YV12
   out YV12
 
@@ -2255,7 +2255,7 @@ videocodec rawnv21
   status working
   driver hmblck
   format 0x0 0x3132564E
-  format 0x20776172
+  format 0x20776172 0x3132564E
   fourcc nv21,NV21
   out YV12
 
@@ -2264,7 +2264,7 @@ videocodec rawnv12
   status working
   driver hmblck
   format 0x0 0x3231564E
-  format 0x20776172
+  format 0x20776172 0x3231564E
   fourcc nv12,NV12
   out YV12
 
@@ -2273,7 +2273,7 @@ videocodec rawhm12
   status working
   driver hmblck
   format 0x0 0x32314D48
-  format 0x20776172
+  format 0x20776172 0x32314D48
   fourcc hm12,HM12
   out YV12
 
@@ -2282,7 +2282,7 @@ videocodec rawi420
   status working
   driver raw
   format 0x0 0x30323449
-  format 0x20776172
+  format 0x20776172 0x30323449
   fourcc i420,I420
   fourcc IYUV,iyuv
   out I420,IYUV
@@ -2292,7 +2292,7 @@ videocodec rawyvu9
   status working
   driver raw
   format 0x0 0x39555659
-  format 0x20776172
+  format 0x20776172 0x39555659
   fourcc yvu9,YVU9
   out YVU9
 



More information about the MPlayer-cvslog mailing list