comparison etc/codecs.conf @ 2691:94ff61cdde93

fixes
author arpi
date Sun, 04 Nov 2001 17:46:27 +0000
parents 82403781e13d
children d5af4a6afa4c
comparison
equal deleted inserted replaced
2690:a2bb142ce67d 2691:94ff61cdde93
4 ; VIDEO CODECS 4 ; VIDEO CODECS
5 ;============================================================================= 5 ;=============================================================================
6 6
7 ; =============== Win32/libmpeg2/ProjectMayo MPEG CODECS ===================== 7 ; =============== Win32/libmpeg2/ProjectMayo MPEG CODECS =====================
8 8
9 videocodec vivo
10 info "Vivo H.263"
11 status working
12 fourcc VIVO,vivo vivo
13 driver vfw
14 dll "ivvideo.dll"
15 out BGR32,BGR24,BGR16 flip
16
9 videocodec u263 17 videocodec u263
10 info "UB Video H.263+ Decoder" 18 info "UB Video H.263+ Decoder"
11 comment "added by Juanjo (also working with VIVO)" 19 comment "added by Juanjo"
12 status working 20 status working
13 fourcc U263 21 fourcc U263
14 fourcc vivo,VIVO U263 22 fourcc vivo,VIVO U263
15 driver dshow 23 driver dshow
16 dll "ubv263d+.ax" 24 dll "ubv263d+.ax"
62 out BGR32,BGR24,BGR16,BGR15 70 out BGR32,BGR24,BGR16,BGR15
63 71
64 videocodec mpeg4 72 videocodec mpeg4
65 info "Microsoft MPEG-4 v1/v2" 73 info "Microsoft MPEG-4 v1/v2"
66 status working 74 status working
67 ; comment "No postprocessing"
68 fourcc MPG4,mpg4 75 fourcc MPG4,mpg4
69 fourcc MP42,mp42 76 fourcc MP42,mp42
70 fourcc DIV2 mp42 77 fourcc DIV2 mp42
71 driver vfw 78 driver vfw
72 dll "mpg4c32.dll" 79 dll "mpg4c32.dll"
133 dll "divx.dll" 140 dll "divx.dll"
134 ; out YV12 ; buggy 141 ; out YV12 ; buggy
135 out YUY2 142 out YUY2
136 out BGR32,BGR24,BGR15 143 out BGR32,BGR24,BGR15
137 144
138 videocodec vivo
139 info "Vivo H.263"
140 status working
141 fourcc VIVO,vivo vivo
142 driver vfw
143 dll "ivvideo.dll"
144 out BGR32,BGR24,BGR16 flip
145
146 videocodec i263 145 videocodec i263
147 info "I263" 146 info "I263"
148 status working 147 status working
149 comment "also working with VIVO"
150 fourcc I263,i263,I420,i420 148 fourcc I263,i263,I420,i420
151 fourcc vivo,VIVO I263 149 fourcc vivo,VIVO I263
152 driver vfw 150 driver vfw
153 dll "i263_32.drv" 151 dll "i263_32.drv"
154 ; out I420 152 ; out I420
209 out YV12 207 out YV12
210 208
211 videocodec ffodivx 209 videocodec ffodivx
212 info "FFmpeg OpenDivX" 210 info "FFmpeg OpenDivX"
213 status working 211 status working
214 ; comment "doesn't support >= 4.0alpha48 movies yet"
215 fourcc DIVX,divx 212 fourcc DIVX,divx
216 fourcc DIV1,div1 divx 213 fourcc DIV1,div1 divx
217 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 214 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1
218 format 0x4 215 format 0x4
219 driver ffmpeg 216 driver ffmpeg
227 format 0x10000002 ; mpeg 2 224 format 0x10000002 ; mpeg 2
228 driver ffmpeg 225 driver ffmpeg
229 dll "mpegvideo" 226 dll "mpegvideo"
230 out YV12 227 out YV12
231 228
232
233 videocodec mpegpes 229 videocodec mpegpes
234 info "Mpeg PES output (.mpg or DVB card)" 230 info "Mpeg PES output (.mpg or DVB card)"
235 comment "for hardware decoding" 231 comment "for hardware decoding"
236 status working 232 status working
237 format 0x10000001 ; mpeg 1 233 format 0x10000001 ; mpeg 1
305 301
306 videocodec cram 302 videocodec cram
307 info "Microsoft Video 1" 303 info "Microsoft Video 1"
308 comment "8bpp is only supported by GGI (?)" 304 comment "8bpp is only supported by GGI (?)"
309 status working 305 status working
310 fourcc cram,CRAM,MSVC 306 fourcc cram,CRAM,MSVC CRAM
311 driver vfw 307 driver vfw
312 dll "msvidc32.dll" 308 dll "msvidc32.dll"
313 out BGR8,BGR15,BGR24 309 out BGR8,BGR15,BGR24
314 310
315 videocodec vcr2 311 videocodec vcr2
398 out BGR32,BGR24 flip 394 out BGR32,BGR24 flip
399 395
400 videocodec mszh 396 videocodec mszh
401 info "AVImszh" 397 info "AVImszh"
402 status crashing 398 status crashing
403 comment "calls RegEnumValueA()"
404 fourcc MSZH 399 fourcc MSZH
405 driver vfw 400 driver vfw
406 dll "avimszh.dll" 401 dll "avimszh.dll"
407 out YUY2 402 ; out YUY2
408 out BGR32,BGR24,BGR15 403 out BGR32,BGR24,BGR15
409 404
410 videocodec zlib 405 videocodec zlib
411 info "AVIzlib" 406 info "AVIzlib"
412 status crashing 407 status crashing
413 comment "calls RegEnumValueA()"
414 fourcc ZLIB 408 fourcc ZLIB
415 driver vfw 409 driver vfw
416 dll "avizlib.dll" 410 dll "avizlib.dll"
417 out YUY2 411 ; out YUY2
418 out BGR32,BGR24,BGR15 412 out BGR32,BGR24,BGR15
419 413
420 videocodec mwv1 414 videocodec mwv1
421 info "Motion Wavelets" 415 info "Motion Wavelets"
422 status crashing 416 status crashing
457 ; out YVYU 451 ; out YVYU
458 out UYVY 452 out UYVY
459 out BGR32,BGR24,BGR15 flip 453 out BGR32,BGR24,BGR15 flip
460 454
461 videocodec msrle 455 videocodec msrle
462 info "M$ RLE" 456 info "M$ RLE8"
463 status working 457 status working
464 format 0x1 458 format 0x1
465 driver rle 459 driver rle
466 dll "xa_rle8" 460 dll "xa_rle8"
467 out BGR32,BGR24,BGR16,BGR15 461 out BGR32,BGR24,BGR16,BGR15
468 462
469 videocodec 3ivX 463 videocodec 3ivX
470 info "3ivX Delta 3.5" 464 info "3ivX Delta 3.5"
471 status buggy 465 status crashing
472 fourcc 3IV1 466 fourcc 3IV1
473 driver dshow 467 driver dshow
474 dll "3ivxdmo.dll" 468 dll "3ivxdmo.dll"
475 guid 0x0E6772C0, 0xDD80, 0x11D4, 0xB5, 0x8f, 0xA8, 0x6B, 0x66, 0xd0, 0x61, 0x1c 469 guid 0x0E6772C0, 0xDD80, 0x11D4, 0xB5, 0x8f, 0xA8, 0x6B, 0x66, 0xd0, 0x61, 0x1c
476 out YV12 470 out YV12
477 out YUY2 471 out YUY2
478 out BGR32,BGR24,BGR16,BGR15 472 out BGR32,BGR24,BGR16,BGR15
479 473
480 videocodec 3ivXqtx 474 videocodec 3ivXqtx
481 info "3ivX Delta 3.5" 475 info "3ivX Delta 3.5"
482 status buggy 476 status crashing
483 fourcc 3IV1 477 fourcc 3IV1
484 driver vfw 478 driver vfw
485 dll "qtx/3ivx.qtx" 479 dll "qtx/3ivx.qtx"
486 out YV12 480 out YV12
487 out YUY2 481 out YUY2
555 dll "vid_cyuv.xa" 549 dll "vid_cyuv.xa"
556 out YV12,IYUV,I420 550 out YV12,IYUV,I420
557 551
558 552
559 videocodec null 553 videocodec null
560 info "NULL codec (no decoding)" 554 info "NULL codec (no decoding!)"
561 status working 555 status working
562 comment "for unknown/unsupported codecs or testing" 556 comment "for unknown/unsupported codecs or testing"
563 driver null 557 driver null
564 out YV12 558 out YV12
565 out I420 559 out I420
600 status working 594 status working
601 format 0x2 595 format 0x2
602 driver acm 596 driver acm
603 dll "msadp32.acm" 597 dll "msadp32.acm"
604 598
605 ; now mp3lib is stable enough!?
606 audiocodec mp3 599 audiocodec mp3
607 info "MPEG layer-2, layer-3" 600 info "MPEG layer-2, layer-3"
608 status working 601 status working
609 comment "Optimized to MMX/SSE/3Dnow!" 602 comment "Optimized to MMX/SSE/3Dnow!"
610 format 0x50 603 format 0x50
617 610
618 ;MAD library 611 ;MAD library
619 audiocodec mad 612 audiocodec mad
620 info "MAD MPEG layer-2, layer-3" 613 info "MAD MPEG layer-2, layer-3"
621 status working 614 status working
622 comment "Optimized for ARM" 615 comment "Optimized for ARM, unstable"
623 format 0x50 616 format 0x50
624 format 0x55 617 format 0x55
625 format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files) 618 format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files)
626 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) 619 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files)
627 driver libmad 620 driver libmad
701 driver libac3 694 driver libac3
702 dll "libac3" 695 dll "libac3"
703 696
704 audiocodec voxware 697 audiocodec voxware
705 info "VoxWare" 698 info "VoxWare"
706 status working ; audio is bubbling 699 status working
707 format 0x75 700 format 0x75
708 driver dshow 701 driver dshow
709 dll "voxmsdec.ax" 702 dll "voxmsdec.ax"
710 guid 0x73f7a062, 0x8829, 0x11d1, 0xb5, 0x50, 0x00, 0x60, 0x97, 0x24, 0x2d, 0x8d 703 guid 0x73f7a062, 0x8829, 0x11d1, 0xb5, 0x50, 0x00, 0x60, 0x97, 0x24, 0x2d, 0x8d
711 704