comparison etc/codecs.conf @ 16338:cbd034008ee0

Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA, SHLWAPI.PathFindExtensionA and SHLWAPI.PathFindFileNameA. Tested with http://www.on2.com/vp7_samples/potter-40.vp7.
author reimar
date Thu, 01 Sep 2005 20:42:13 +0000
parents 01eda5fba7c0
children b95513343d81
comparison
equal deleted inserted replaced
16337:7252d024193b 16338:cbd034008ee0
1337 info "On2 VP6 Personal Codec" 1337 info "On2 VP6 Personal Codec"
1338 status working 1338 status working
1339 fourcc VP60,VP61,VP62 1339 fourcc VP60,VP61,VP62
1340 driver vfwex 1340 driver vfwex
1341 dll "vp6vfw.dll" 1341 dll "vp6vfw.dll"
1342 out YUY2
1343 out BGR32,BGR24
1344
1345 videocodec vp7
1346 info "On2 VP7 Personal Codec"
1347 status working
1348 fourcc VP70
1349 driver vfwex
1350 dll "vp7vfw.dll"
1342 out YUY2 1351 out YUY2
1343 out BGR32,BGR24 1352 out BGR32,BGR24
1344 1353
1345 videocodec mwv1 1354 videocodec mwv1
1346 info "Motion Wavelets" 1355 info "Motion Wavelets"