[Mplayer-cvslog] CVS: main/etc codecs.conf,1.297,1.298

Alex Beregszaszi alex at mplayerhq.hu
Sun Aug 31 23:03:41 CEST 2003


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

Modified Files:
	codecs.conf 
Log Message:
raw nv12/nv21 codecs by Angelo Cano

Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.297
retrieving revision 1.298
diff -u -r1.297 -r1.298
--- codecs.conf	30 Aug 2003 22:57:54 -0000	1.297
+++ codecs.conf	31 Aug 2003 21:03:31 -0000	1.298
@@ -1553,6 +1553,24 @@
   fourcc yvu9,YVU9
   out YVU9
 
+videocodec rawnv12
+  info "RAW NV12" 
+  status working
+  driver raw    
+  format 0x0 0x3231564E
+  format 0x20776172
+  fourcc nv12,NV12
+  out NV12
+
+videocodec rawnv21
+  info "RAW NV21"
+  status working
+  driver raw    
+  format 0x0 0x3132564E
+  format 0x20776172
+  fourcc nv21,NV21
+  out NV21
+
 ; NULL codec - for testing.
 
 videocodec null



More information about the MPlayer-cvslog mailing list