comparison etc/codecs.conf @ 19775:efe683c3031a

VP50 and VP62 support via lavc
author rtogni
date Sat, 09 Sep 2006 23:05:05 +0000
parents 59de9ee0ce47
children 4cbe82f67e1e
comparison
equal deleted inserted replaced
19774:109e241c0cca 19775:efe683c3031a
1368 driver vfwex 1368 driver vfwex
1369 dll "vp4vfw.dll" 1369 dll "vp4vfw.dll"
1370 out YUY2 1370 out YUY2
1371 out BGR32,BGR24 1371 out BGR32,BGR24
1372 1372
1373 videocodec ffvp5
1374 info "FFmpeg VP5 decoder"
1375 status working
1376 fourcc VP50
1377 driver ffmpeg
1378 dll "vp5"
1379 out YV12
1380
1373 videocodec vp5 1381 videocodec vp5
1374 info "On2 VP5 Personal Codec" 1382 info "On2 VP5 Personal Codec"
1375 status working 1383 status working
1376 fourcc VP50 1384 fourcc VP50
1377 driver vfwex 1385 driver vfwex
1378 dll "vp5vfw.dll" 1386 dll "vp5vfw.dll"
1379 out YUY2 1387 out YUY2
1380 out BGR32,BGR24 1388 out BGR32,BGR24
1389
1390 videocodec ffvp6
1391 info "FFmpeg VP6 decoder"
1392 status working
1393 fourcc VP62
1394 driver ffmpeg
1395 dll "vp6"
1396 out YV12
1381 1397
1382 videocodec vp6 1398 videocodec vp6
1383 info "On2 VP6 Personal Codec" 1399 info "On2 VP6 Personal Codec"
1384 status working 1400 status working
1385 fourcc VP60,VP61,VP62 1401 fourcc VP60,VP61,VP62