comparison DOCS/CODECS @ 187:7115f8d40201

Status of codecs support
author arpi_esp
date Thu, 22 Mar 2001 00:09:19 +0000
parents
children f42999bdecbe
comparison
equal deleted inserted replaced
186:8f393ca085bf 187:7115f8d40201
1
2 Status of codecs support:
3 =========================
4
5 If you have sample files for untested codecs, or want a new codec to be
6 added, contact us! (for new codecs we need the DLL/AX file and a sample AVI)
7
8 Video codecs:
9 ~~~~~~~~~~~~~
10 Built-in native codecs:
11
12 - MPEG 1/2 (no fourcc)
13 libmpeg2: works, YUV (YV12) supported, with optional postprocessing!!!
14 - OpenDivX (DIV1,DIVX)
15 decore: works, YUV (YV12) supported, postprocessing supported
16
17 Fully functional Win32 VfW/DShow codecs:
18
19 - M$ MPEG4 v1, v2 (MPG4,MP42):
20 mpg4c32.dll: works, YUV supported.
21 - M$ MPEG4 v3 / DivX ;-) (MP43,DIV3,DIV4,DIV5,DIV6)
22 divxc32.dll: works, YUV supported.
23 divx_c32.ax: works, YUV and postprocessing supported.
24 - Indeo Video 5.0: (IV50)
25 ir50_32.dll: works, YUV supported.
26 - Cinepak: (CVID)
27 iccvid.dll: works, YUV supported.
28 - Microsoft Video v1.0 (CRAM)
29 msvidc32.dll: works, no YUV
30 - ATI VCR2: (VCR2)
31 ativcr2.dll: works, YUV supported
32 - Motion JPEG (MJPG)
33 m3jpeg32.dll: can't load (segfault)
34 mcmjpg32.dll: works, YUV supported
35 - Windows Media Video 1 (WMV1)
36 wmvds32.ax: works, YUV supported
37
38 Problems:
39
40 - Indeo Video 4.1: (IV41)
41 ir41_32.dll: works, no YUV, image upside-down
42 - Indeo Video 3.2: (IV32)
43 ir32_32.dll: works, no YUV, image upside-down
44 - ASUS ASV1: (ASV1)
45 asusasvd.dll: ??? not tested
46 - ASUS ASV2: (ASV2)
47 asusasv2.dll: loads, image upside-down and very pixelized (no YUY2, but YVYU)
48 - I263: (I263)
49 i263_32.drv: not tested (no sample file)
50 - ATI VCR1: (VCR1)
51 ativcr1.dll: can't load (16-bit DLL)
52
53 Audio codecs:
54 ~~~~~~~~~~~~~
55 Built-in native codecs:
56
57 - Uncompressed PCM (0)
58 - MPEG layer 2 and 3: (0x50, 0x55)
59 mp3lib, based on mpg123 (sometimes segfaults, then use ACM, see bellow)
60 - AC3: (0x2000)
61 libac3
62 - aLaw audio: (6)
63 aLaw codec from xanim sources
64 - MS-GSM: (0x31,0x32)
65 xa_gsm from avifile sources
66
67 Fully functional Win32 ACM/DShow codecs:
68
69 - DivX audio (0x160, 0x161)
70 divxa32.acm: works
71 - MS ADPCM (0x2)
72 msadp32.acm: works
73 - MPEG layer 3: (0x55)
74 l3codeca.acm: works (you can use built-in 3dnow-optimized codec too)
75
76 Problems:
77
78 - IMA ADPCM (0x11)
79 imaadp32.acm: segfault
80 - MS-GSM: (0x31,0x32)
81 msgsm32.acm: segfault (use built-in codec)
82 - VoxWare: (0x75)
83 voxmsdec.ax: segfault
84
85