comparison etc/codecs.conf @ 2683:82403781e13d

fixed cram and vivo
author alex
date Sun, 04 Nov 2001 14:23:31 +0000
parents cd2841d7d35e
children 94ff61cdde93
comparison
equal deleted inserted replaced
2682:77a237be71a6 2683:82403781e13d
9 videocodec u263 9 videocodec u263
10 info "UB Video H.263+ Decoder" 10 info "UB Video H.263+ Decoder"
11 comment "added by Juanjo (also working with VIVO)" 11 comment "added by Juanjo (also working with VIVO)"
12 status working 12 status working
13 fourcc U263 13 fourcc U263
14 fourcc vivo,VIVO U263
14 driver dshow 15 driver dshow
15 dll "ubv263d+.ax" 16 dll "ubv263d+.ax"
16 guid 0x00af1181, 0x6ebb, 0x11d4, 0x9d, 0x5a, 0x00, 0x50, 0x04, 0x79, 0x6c, 0xc0 17 guid 0x00af1181, 0x6ebb, 0x11d4, 0x9d, 0x5a, 0x00, 0x50, 0x04, 0x79, 0x6c, 0xc0
17 ; out I420 flip 18 ; out I420 flip
18 ; out YVYU flip,noflip 19 ; out YVYU flip,noflip
143 out BGR32,BGR24,BGR16 flip 144 out BGR32,BGR24,BGR16 flip
144 145
145 videocodec i263 146 videocodec i263
146 info "I263" 147 info "I263"
147 status working 148 status working
149 comment "also working with VIVO"
148 fourcc I263,i263,I420,i420 150 fourcc I263,i263,I420,i420
151 fourcc vivo,VIVO I263
149 driver vfw 152 driver vfw
150 dll "i263_32.drv" 153 dll "i263_32.drv"
151 ; out I420 154 ; out I420
152 out YUY2 155 out YUY2
153 out BGR32,BGR24,BGR15 156 out BGR32,BGR24,BGR15
300 ; out UYVY 303 ; out UYVY
301 out BGR24,BGR15 304 out BGR24,BGR15
302 305
303 videocodec cram 306 videocodec cram
304 info "Microsoft Video 1" 307 info "Microsoft Video 1"
308 comment "8bpp is only supported by GGI (?)"
305 status working 309 status working
306 fourcc cram,CRAM,MSVC 310 fourcc cram,CRAM,MSVC
307 driver vfw 311 driver vfw
308 dll "msvidc32.dll" 312 dll "msvidc32.dll"
309 out BGR24,BGR15 313 out BGR8,BGR15,BGR24
310 314
311 videocodec vcr2 315 videocodec vcr2
312 info "ATI VCR-2" 316 info "ATI VCR-2"
313 status crashing 317 status crashing
314 comment "segfault" 318 comment "segfault"
526 dll "vid_3ivX.xa" 530 dll "vid_3ivX.xa"
527 out YV12,IYUV,I420 531 out YV12,IYUV,I420
528 532
529 videocodec h263xa 533 videocodec h263xa
530 info "CCITT H.263" 534 info "CCITT H.263"
531 status untested 535 status working
532 fourcc H263,h263 536 fourcc H263,h263
537 fourcc VIVO,vivo H263
533 driver xanim 538 driver xanim
534 dll "vid_h263.xa" 539 dll "vid_h263.xa"
535 out YV12,IYUV,I420 540 out YV12,IYUV,I420
536 541
537 videocodec h261xa 542 videocodec h261xa