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

compn subversion at mplayerhq.hu
Fri Aug 20 00:13:25 CEST 2010


Author: compn
Date: Fri Aug 20 00:13:25 2010
New Revision: 31983

Log:
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
map vvvc fourcc to ffh264
works on the single vvvc sample from uncommon codecs list

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Thu Aug 19 16:36:16 2010	(r31982)
+++ trunk/etc/codecs.conf	Fri Aug 20 00:13:25 2010	(r31983)
@@ -89,6 +89,38 @@ videocodec geov
   dll "GeoCodec.dll"
   out BGR24 flip
 
+videocodec imm4
+  info "infinity cctv codec"
+  status working
+  fourcc IMM4
+  driver vfw
+  dll "VCMIMM4.dll"
+  out BGR15 flip
+
+videocodec lzocodec
+  info "lzo lossless"
+  status working
+  fourcc LZOC
+  driver vfw
+  dll "lzocodec.dll"
+  out YV12,YUY2
+
+videocodec direccionalvfw
+  info "direccional lossless codec"
+  status working
+  fourcc DIRC
+  driver vfw
+  dll "direccional.dll"
+  out BGR24,BGR32 flip
+
+videocodec mhuffyuv
+  info "mhuffyuv lossless codec"
+  status working
+  fourcc MHFY
+  driver vfw
+  dll "mhuffyuv.dll"
+  out BGR24,BGR32 flip
+
 videocodec zmbv
   info "Zip Motion-Block Video"
   status working
@@ -936,6 +968,7 @@ videocodec ffh264
   fourcc X264,x264
   fourcc avc1,AVC1
   fourcc davc,DAVC
+  fourcc vvvc ; only one sample using this fourcc
   format 0x10000005
   driver ffmpeg
   dll h264
@@ -1265,6 +1298,15 @@ videocodec wms10dmod
   guid 0x7bafb3b1, 0xd8f4, 0x4279, 0x92, 0x53, 0x27, 0xda, 0x42, 0x31, 0x08, 0xde
   out BGR32,BGR24,BGR16
 
+videocodec msascreen
+  info "MS ATC screen decoder 1"
+  status working
+  fourcc MSA1
+  driver dmo
+  dll "scdec.dll"
+  guid 0xf1931d8e, 0x51d3, 0x496f, 0xbe, 0x8a, 0x3d, 0x08, 0xae, 0xe9, 0xc9, 0xdb
+  out BGR24
+
 videocodec eescreen
   info "expression encoder"
   comment "requires xp or newer and msvcr100.dll"


More information about the MPlayer-cvslog mailing list