comparison etc/codecs.conf @ 3399:246c737974cb

updated raw codecs
author alex
date Sun, 09 Dec 2001 15:49:25 +0000
parents 00ebfe9072e8
children 452ff9f57cdf
comparison
equal deleted inserted replaced
3398:a73b02e35e70 3399:246c737974cb
481 guid 0x0E6772C0, 0xDD80, 0x11D4, 0xB5, 0x8f, 0xA8, 0x6B, 0x66, 0xd0, 0x61, 0x1c 481 guid 0x0E6772C0, 0xDD80, 0x11D4, 0xB5, 0x8f, 0xA8, 0x6B, 0x66, 0xd0, 0x61, 0x1c
482 out YV12 482 out YV12
483 out YUY2 483 out YUY2
484 out BGR32,BGR24,BGR16,BGR15 484 out BGR32,BGR24,BGR16,BGR15
485 485
486 videocodec mss1
487 info "Windows Screen Video"
488 status crashing
489 comment "with MMX optimizations!"
490 fourcc MSS1
491 driver dshow
492 dll "msscds32.ax"
493 guid 0x3301a7c4, 0x0a8d, 0x11d4, 0x91, 0x4d, 0x00, 0xc0, 0x4f, 0x61, 0x0d, 0x24
494 ; out I420
495 ; out YUY2
496 out BGR32,BGR24,BGR16,BGR15
497
486 videocodec 3ivXqtx 498 videocodec 3ivXqtx
487 info "3ivX Delta 3.5" 499 info "3ivX Delta 3.5"
488 status crashing 500 status crashing
489 fourcc 3IV1 501 fourcc 3IV1
490 driver vfw 502 driver vfw
588 fourcc msvc,MSVC 600 fourcc msvc,MSVC
589 fourcc wham,WHAM 601 fourcc wham,WHAM
590 driver msvidc 602 driver msvidc
591 out BGR32,BGR24 603 out BGR32,BGR24
592 604
605 ; these raw codecs are used mostly by tv input
593 videocodec rawyv12 606 videocodec rawyv12
594 info "RAW YV12" 607 info "RAW YV12"
595 comment "pre-postprocessing support" 608 comment "pre-postprocessing support"
596 status working 609 status working
597 driver raw 610 driver raw
610 videocodec rawuyvy 623 videocodec rawuyvy
611 info "RAW UYVY" 624 info "RAW UYVY"
612 status working 625 status working
613 driver raw 626 driver raw
614 format 0x0 627 format 0x0
628 fourcc uyvy,UYVY
615 out UYVY 629 out UYVY
616 630
617 videocodec rawrgb32 631 videocodec rawrgb32
618 info "RAW RGB32" 632 info "RAW RGB32"
619 status working 633 status working
620 driver raw 634 driver raw
621 format 0x0 635 format 0x0
636 format 0x52474220
622 out RGB32 637 out RGB32
623 638
624 videocodec rawrgb24 639 videocodec rawrgb24
625 info "RAW RGB24" 640 info "RAW RGB24"
626 status working 641 status working
627 driver raw 642 driver raw
628 format 0x0 643 format 0x0
644 format 0x52474218
629 out RGB24 645 out RGB24
646
647 videocodec rawrgb16
648 info "RAW RGB16"
649 status working
650 driver raw
651 format 0x0
652 format 0x52474210
653 out RGB16
630 654
631 videocodec rawbgr24 655 videocodec rawbgr24
632 info "RAW BGR24" 656 info "RAW BGR24"
633 status working 657 status working
634 driver raw 658 driver raw