comparison etc/codecs.conf @ 2675:cd2841d7d35e

added vivo h.263, vivo g.723, twos
author alex
date Sun, 04 Nov 2001 11:43:29 +0000
parents 199d36d27171
children 82403781e13d
comparison
equal deleted inserted replaced
2674:aadcae54d45c 2675:cd2841d7d35e
6 6
7 ; =============== Win32/libmpeg2/ProjectMayo MPEG CODECS ===================== 7 ; =============== Win32/libmpeg2/ProjectMayo MPEG CODECS =====================
8 8
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" 11 comment "added by Juanjo (also working with VIVO)"
12 status working 12 status working
13 fourcc U263 13 fourcc U263
14 driver dshow 14 driver dshow
15 dll "ubv263d+.ax" 15 dll "ubv263d+.ax"
16 guid 0x00af1181, 0x6ebb, 0x11d4, 0x9d, 0x5a, 0x00, 0x50, 0x04, 0x79, 0x6c, 0xc0 16 guid 0x00af1181, 0x6ebb, 0x11d4, 0x9d, 0x5a, 0x00, 0x50, 0x04, 0x79, 0x6c, 0xc0
132 dll "divx.dll" 132 dll "divx.dll"
133 ; out YV12 ; buggy 133 ; out YV12 ; buggy
134 out YUY2 134 out YUY2
135 out BGR32,BGR24,BGR15 135 out BGR32,BGR24,BGR15
136 136
137 videocodec vivo
138 info "Vivo H.263"
139 status working
140 fourcc VIVO,vivo vivo
141 driver vfw
142 dll "ivvideo.dll"
143 out BGR32,BGR24,BGR16 flip
144
137 videocodec i263 145 videocodec i263
138 info "I263" 146 info "I263"
139 status working 147 status working
140 fourcc I263,i263,I420,i420 148 fourcc I263,i263,I420,i420
141 driver vfw 149 driver vfw
146 154
147 videocodec mjpeg 155 videocodec mjpeg
148 info "Motion JPEG" 156 info "Motion JPEG"
149 status working 157 status working
150 fourcc MJPG 158 fourcc MJPG
151 fourcc mjpa ; MOV files 159 fourcc mjpa,mjpb,mjpg MJPG ; MOV files
152 fourcc mjpb ; MOV files
153 driver vfw 160 driver vfw
154 dll "mcmjpg32.dll" 161 dll "mcmjpg32.dll"
155 ; dll "m3jpeg32.dll" 162 ; dll "m3jpeg32.dll"
156 out YUY2 163 out YUY2
157 out UYVY 164 out UYVY
158 out BGR32,BGR24,BGR15 165 out BGR32,BGR24,BGR15
166
159 167
160 ; =============== FFMPEG MPEG CODECS ========================= 168 ; =============== FFMPEG MPEG CODECS =========================
161 169
162 videocodec ffmjpeg 170 videocodec ffmjpeg
163 info "FFmpeg MJPEG decoder" 171 info "FFmpeg MJPEG decoder"
292 ; out UYVY 300 ; out UYVY
293 out BGR24,BGR15 301 out BGR24,BGR15
294 302
295 videocodec cram 303 videocodec cram
296 info "Microsoft Video 1" 304 info "Microsoft Video 1"
297 status crashing 305 status working
298 fourcc cram,CRAM,MSVC 306 fourcc cram,CRAM,MSVC
299 driver vfw 307 driver vfw
300 dll "msvidc32.dll" 308 dll "msvidc32.dll"
301 out BGR24,BGR15 309 out BGR24,BGR15
302 310
459 status buggy 467 status buggy
460 fourcc 3IV1 468 fourcc 3IV1
461 driver dshow 469 driver dshow
462 dll "3ivxdmo.dll" 470 dll "3ivxdmo.dll"
463 guid 0x0E6772C0, 0xDD80, 0x11D4, 0xB5, 0x8f, 0xA8, 0x6B, 0x66, 0xd0, 0x61, 0x1c 471 guid 0x0E6772C0, 0xDD80, 0x11D4, 0xB5, 0x8f, 0xA8, 0x6B, 0x66, 0xd0, 0x61, 0x1c
472 out YV12
473 out YUY2
474 out BGR32,BGR24,BGR16,BGR15
475
476 videocodec 3ivXqtx
477 info "3ivX Delta 3.5"
478 status buggy
479 fourcc 3IV1
480 driver vfw
481 dll "qtx/3ivx.qtx"
464 out YV12 482 out YV12
465 out YUY2 483 out YUY2
466 out BGR32,BGR24,BGR16,BGR15 484 out BGR32,BGR24,BGR16,BGR15
467 485
468 ; =============== XANIM DLL's ============= 486 ; =============== XANIM DLL's =============
513 status untested 531 status untested
514 fourcc H263,h263 532 fourcc H263,h263
515 driver xanim 533 driver xanim
516 dll "vid_h263.xa" 534 dll "vid_h263.xa"
517 out YV12,IYUV,I420 535 out YV12,IYUV,I420
518 comment "only tested with one buggy movie"
519 536
520 videocodec h261xa 537 videocodec h261xa
521 info "CCITT H.261" 538 info "CCITT H.261"
522 status untested 539 status untested
523 fourcc H261,h261 540 fourcc H261,h261
531 fourcc CYUV,cyuv 548 fourcc CYUV,cyuv
532 driver xanim 549 driver xanim
533 dll "vid_cyuv.xa" 550 dll "vid_cyuv.xa"
534 out YV12,IYUV,I420 551 out YV12,IYUV,I420
535 552
553
536 videocodec null 554 videocodec null
537 info "NULL codec (no decoding)" 555 info "NULL codec (no decoding)"
538 status working 556 status working
539 comment "for unknown/unsupported codecs or testing" 557 comment "for unknown/unsupported codecs or testing"
540 driver null 558 driver null
550 568
551 audiocodec pcm 569 audiocodec pcm
552 info "Uncompressed PCM" 570 info "Uncompressed PCM"
553 status working 571 status working
554 format 0x1 572 format 0x1
555 format 0x20776172 ; "raw " (MOV files, 8bit) 573 format 0x20776172 ; "raw " (MOV files)
556 format 0x736F7774 ; "twos" (MOV files, 16bit) 574 format 0x736f7774 ; "twos" (MOV files)
557 ;;;; these are for hardware support only: (alaw,ulaw,ima-adpcm,mpeg,ac3) 575 ;;;; these are for hardware support only: (alaw,ulaw,ima-adpcm,mpeg,ac3)
558 ; format 0x6 576 ; format 0x6
559 ; format 0x7 577 ; format 0x7
560 ; format 0x11 578 ; format 0x11
561 ; format 0x50 579 ; format 0x50
651 669
652 audiocodec alaw 670 audiocodec alaw
653 info "aLaw" 671 info "aLaw"
654 status working 672 status working
655 format 0x6 673 format 0x6
656 format 0x77616c75 ; "ulaw" (MOV files)
657 driver alaw 674 driver alaw
658 dll "alaw" 675 dll "alaw"
659 676
660 audiocodec ulaw 677 audiocodec ulaw
661 info "uLaw" 678 info "uLaw"
662 status working 679 status working
663 format 0x7 680 format 0x7
664 format 0x77616c61 ; "ulaw" (MOV files) 681 format 0x77616c75 ; "ulaw" (MOV files)
665 driver alaw 682 driver alaw
666 dll "ulaw" 683 dll "ulaw"
667 684
668 audiocodec dvdpcm 685 audiocodec dvdpcm
669 info "Uncompressed DVD PCM" 686 info "Uncompressed DVD PCM"
728 status working 745 status working
729 comment "MONO only" 746 comment "MONO only"
730 format 0x34616d69 ; "ima4" (MOV files) 747 format 0x34616d69 ; "ima4" (MOV files)
731 driver ima4 748 driver ima4
732 dll "ima4.c" 749 dll "ima4.c"
750
751 audiocodec vivosiren
752 info "Vivo G.723/Siren Audio Codec"
753 status untested
754 format 0x111 ; vivo g.723
755 format 0x112 ; siren
756 driver acm
757 dll "vivog723.acm"