[Mplayer-cvslog] CVS: main/etc codecs.conf,1.284,1.285

Arpi of Ize arpi at mplayerhq.hu
Wed Jun 18 02:35:06 CEST 2003


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

Modified Files:
	codecs.conf 
Log Message:
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
based on patch by Alex <d18c7db at hotmail.com>


Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.284
retrieving revision 1.285
diff -u -r1.284 -r1.285
--- codecs.conf	17 Jun 2003 22:52:57 -0000	1.284
+++ codecs.conf	18 Jun 2003 00:34:11 -0000	1.285
@@ -1455,6 +1455,24 @@
   fourcc yv12,YV12
   out YV12
 
+videocodec rawnv12
+  info "RAW NV12"
+  status working
+  driver hmblck
+  format 0x0 0x3231564E
+  format 0x20776172
+  fourcc nv12,NV12
+  out YV12
+
+videocodec rawhm12
+  info "RAW HM12"
+  status working
+  driver hmblck
+  format 0x0 0x32314D48
+  format 0x20776172
+  fourcc hm12,HM12
+  out YV12
+
 videocodec rawi420
   info "RAW I420"
   status working



More information about the MPlayer-cvslog mailing list