From 9ad38452ebdd338498c9782e2c54cd5c3134c08f Mon Sep 17 00:00:00 2001 From: compn Date: Thu, 19 Aug 2010 22:13:25 +0000 Subject: codecs.conf: add fourcc: IMM4, LZOC, DIRC, MHFY, MSA1, vvvc 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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31983 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index 5501e7ec76..67770841a5 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -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" -- cgit v1.2.3