diff options
author | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-08-19 22:13:25 +0000 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-11-02 04:15:49 +0200 |
commit | 9ad38452ebdd338498c9782e2c54cd5c3134c08f (patch) | |
tree | 9373b09de6e4a0b7337bfc63f8e8fde7119a2e21 /etc/codecs.conf | |
parent | a32a8756f5bc5292bf6f577c1708b7c96f206b89 (diff) | |
download | mpv-9ad38452ebdd338498c9782e2c54cd5c3134c08f.tar.bz2 mpv-9ad38452ebdd338498c9782e2c54cd5c3134c08f.tar.xz |
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
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r-- | etc/codecs.conf | 42 |
1 files changed, 42 insertions, 0 deletions
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" |