annotate DOCS/CODECS @ 187:7115f8d40201

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