comparison etc/codecs.conf @ 19082:a2f20562aac3

Remove support for obsolete and non-free divx4/odivx libraries.
author diego
date Fri, 14 Jul 2006 17:14:16 +0000
parents ea0d835bfe2e
children 0fb9a103800f
comparison
equal deleted inserted replaced
19081:273bdef43012 19082:a2f20562aac3
609 out YUY2 609 out YUY2
610 out UYVY 610 out UYVY
611 out YVYU 611 out YVYU
612 out BGR32,BGR24,BGR16,BGR15 612 out BGR32,BGR24,BGR16,BGR15
613 dll "libxvidcore.a" 613 dll "libxvidcore.a"
614
615 ; divx4 does direct render, and is native on Linux
616
617 videocodec odivx
618 info "OpenDivX API (ODIVX,DIVX4,DIVX5,XVID)"
619 comment "with postprocessing"
620 status working
621 fourcc mp4v
622 fourcc DIVX,divx
623 fourcc DIV1,div1 divx
624 ; fourcc MP4S,mp4s ; ISO MPEG-4 Video V1
625 fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3 ; for DivX4Linux only!
626 fourcc AP41 DIV3 ; AngelPotion stuff
627 fourcc xvid,XVID,XviD
628 fourcc DX50,BLZ0 DX50
629 format 0x4
630 driver odivx
631 dll "libdivxdecore.so"
632 out YV12,I420,IYUV
633
634 videocodec divx4
635 info "DivX4Linux API (DIVX4,DIVX5,XVID)"
636 comment "with postprocessing"
637 status working
638 fourcc mp4v
639 fourcc DIVX,divx
640 fourcc DIV1,div1 divx
641 ; fourcc MP4S,mp4s ; ISO MPEG-4 Video V1
642 fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3 ; for DivX4Linux only!
643 fourcc AP41 DIV3 ; AngelPotion stuff
644 fourcc xvid,XVID,XviD
645 fourcc DX50,BLZ0 DX50
646 format 0x4
647 driver divx4
648 dll "libdivxdecore.so"
649 ; out I420 ; planar direct rendering
650 out YUY2
651 out UYVY
652 out BGR32,BGR24,BGR16,BGR15
653 614
654 ; is divx4vfw stable enough, working everywhere and faster than divxds? 615 ; is divx4vfw stable enough, working everywhere and faster than divxds?
655 616
656 videocodec divx4vfw 617 videocodec divx4vfw
657 info "DivX4Windows-VFW" 618 info "DivX4Windows-VFW"