comparison DOCS/CODECS @ 188:f42999bdecbe

add more codec from avifile's fillplugins.h
author arpi_esp
date Thu, 22 Mar 2001 00:36:34 +0000
parents 7115f8d40201
children 88c20ac9c62c
comparison
equal deleted inserted replaced
187:7115f8d40201 188:f42999bdecbe
20 mpg4c32.dll: works, YUV supported. 20 mpg4c32.dll: works, YUV supported.
21 - M$ MPEG4 v3 / DivX ;-) (MP43,DIV3,DIV4,DIV5,DIV6) 21 - M$ MPEG4 v3 / DivX ;-) (MP43,DIV3,DIV4,DIV5,DIV6)
22 divxc32.dll: works, YUV supported. 22 divxc32.dll: works, YUV supported.
23 divx_c32.ax: works, YUV and postprocessing supported. 23 divx_c32.ax: works, YUV and postprocessing supported.
24 - Indeo Video 5.0: (IV50) 24 - Indeo Video 5.0: (IV50)
25 ir50_32.dll: works, YUV supported. 25 ir50_32.dll (VfW): works, YUV supported.
26 - Cinepak: (CVID) 26 ir50_32.dll (DShow): not tested
27 - Cinepak Video: (CVID)
27 iccvid.dll: works, YUV supported. 28 iccvid.dll: works, YUV supported.
28 - Microsoft Video v1.0 (CRAM) 29 - Microsoft Video v1.0 (CRAM)
29 msvidc32.dll: works, no YUV 30 msvidc32.dll: works, no YUV
30 - ATI VCR2: (VCR2) 31 - ATI VCR-2: (VCR2)
31 ativcr2.dll: works, YUV supported 32 ativcr2.dll: works, YUV supported
32 - Motion JPEG (MJPG) 33 - Motion JPEG (MJPG)
33 m3jpeg32.dll: can't load (segfault) 34 m3jpeg32.dll: can't load (segfault)
34 mcmjpg32.dll: works, YUV supported 35 mcmjpg32.dll: works, YUV supported
35 - Windows Media Video 1 (WMV1) 36 - Windows Media Video 7 (WMV1)
36 wmvds32.ax: works, YUV supported 37 wmvds32.ax: works, YUV supported
37 38
38 Problems: 39 Problems:
39 40
40 - Indeo Video 4.1: (IV41) 41 - Indeo Video 4.1: (IV41)
43 ir32_32.dll: works, no YUV, image upside-down 44 ir32_32.dll: works, no YUV, image upside-down
44 - ASUS ASV1: (ASV1) 45 - ASUS ASV1: (ASV1)
45 asusasvd.dll: ??? not tested 46 asusasvd.dll: ??? not tested
46 - ASUS ASV2: (ASV2) 47 - ASUS ASV2: (ASV2)
47 asusasv2.dll: loads, image upside-down and very pixelized (no YUY2, but YVYU) 48 asusasv2.dll: loads, image upside-down and very pixelized (no YUY2, but YVYU)
49 - ATI VCR1: (VCR1)
50 ativcr1.dll: can't load (16-bit DLL)
51
52 Not tested:
53
48 - I263: (I263) 54 - I263: (I263)
49 i263_32.drv: not tested (no sample file) 55 i263_32.drv: not tested (no sample file)
50 - ATI VCR1: (VCR1) 56 - Motion Wavelets: (MVW1)
51 ativcr1.dll: can't load (16-bit DLL) 57 icmw_32.dll: not tested (no sample file)
58 - Indeo Video 3.1: (IV31)
59 ir32_32.dll: not tested (no sample file)
60 - AngelPotion MPEG-4: (AP41,AP42)
61 APmpg4v1.dll: not tested
62 - Windows Media Video 8 (WMV2)
63 wmv8ds32.ax: not tested (no sample file)
64 - DV - Sony Digital Video (dvsd)
65 qdv.dll: not tested
66
52 67
53 Audio codecs: 68 Audio codecs:
54 ~~~~~~~~~~~~~ 69 ~~~~~~~~~~~~~
55 Built-in native codecs: 70 Built-in native codecs:
56 71
64 - MS-GSM: (0x31,0x32) 79 - MS-GSM: (0x31,0x32)
65 xa_gsm from avifile sources 80 xa_gsm from avifile sources
66 81
67 Fully functional Win32 ACM/DShow codecs: 82 Fully functional Win32 ACM/DShow codecs:
68 83
69 - DivX audio (0x160, 0x161) 84 - Windows Media Audio / DivX audio (0x160, 0x161)
70 divxa32.acm: works 85 divxa32.acm: works
71 - MS ADPCM (0x2) 86 - MS ADPCM (0x2)
72 msadp32.acm: works 87 msadp32.acm: works
73 - MPEG layer 3: (0x55) 88 - MPEG layer 3: (0x55)
74 l3codeca.acm: works (you can use built-in 3dnow-optimized codec too) 89 l3codeca.acm: works (you can use built-in 3dnow-optimized codec too)
77 92
78 - IMA ADPCM (0x11) 93 - IMA ADPCM (0x11)
79 imaadp32.acm: segfault 94 imaadp32.acm: segfault
80 - MS-GSM: (0x31,0x32) 95 - MS-GSM: (0x31,0x32)
81 msgsm32.acm: segfault (use built-in codec) 96 msgsm32.acm: segfault (use built-in codec)
82 - VoxWare: (0x75) 97 - VoxWare Metasound: (0x75)
83 voxmsdec.ax: segfault 98 voxmsdec.ax: segfault
84 99
100 Not tested:
85 101
102 - ACELP.net: (0x130)
103 acelpdec.ax: not tested (no sample file)
104 - IMC: (0x401)
105 imc32.acm: not tested (no sample file)
106