Mercurial > mplayer.hg
changeset 31902:8b84595bcfd8
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
author | compn |
---|---|
date | Thu, 19 Aug 2010 22:13:25 +0000 |
parents | 989b68128b45 |
children | 7f74671d003c |
files | etc/codecs.conf |
diffstat | 1 files changed, 42 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/codecs.conf Thu Aug 19 14:36:16 2010 +0000 +++ b/etc/codecs.conf Thu Aug 19 22:13:25 2010 +0000 @@ -89,6 +89,38 @@ 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 @@ 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 @@ 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"