Mercurial > mplayer.hg
annotate DOCS/codecs.conf @ 318:194ba80a8c69
Cinepak loaded msvidc32.dll instead of iccvid.dll :(
author | gabucino |
---|---|
date | Mon, 09 Apr 2001 17:21:05 +0000 |
parents | fa072acdb581 |
children | c6aca7445c10 |
rev | line source |
---|---|
307 | 1 ; Default codecs config file. It replaces the old codecs.c file! |
267 | 2 |
303 | 3 videocodec mpeg12 |
4 info "MPEG 1 or 2" | |
5 format 0x1 | |
6 driver libmpeg2 | |
7 out YV12 | |
8 | |
267 | 9 videocodec mpeg4 |
268 | 10 info "Microsoft MPEG-4 v1/v2" |
267 | 11 comment "No postprocessing" |
12 fourcc MPG4,mpg4 | |
13 fourcc MP42,mp42 | |
14 driver vfw | |
15 dll "mpg4c32.dll" | |
303 | 16 out YUY2 yuvhack |
17 out BGR32,BGR24,BGR15 | |
267 | 18 |
19 videocodec divxds | |
268 | 20 info "DivX ;-) (MS MPEG-4 v3)" |
267 | 21 comment "DivX rulez ;-)" |
22 fourcc MP43,mp43 div3 ; fourcc mapping to div3 | |
23 fourcc DIV5,div5 div3 | |
24 fourcc DIV6,div6 div4 | |
312 | 25 fourcc DIV3,div3,DIV4,div4 |
267 | 26 driver dshow |
27 dll "divx_c32.ax" | |
28 guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa | |
303 | 29 out YUY2 |
30 out BGR32,BGR24,BGR16,BGR15 | |
267 | 31 |
303 | 32 videocodec divx |
33 info "DivX ;-) (MS MPEG-4 v3)" | |
34 comment "DivX rulez ;-)" | |
35 fourcc MP43,mp43 div3 ; fourcc mapping to div3 | |
36 fourcc DIV5,div5 div3 | |
37 fourcc DIV6,div6 div4 | |
312 | 38 fourcc DIV3,div3,DIV4,div4 |
303 | 39 driver vfw |
40 dll "divxc32.dll" | |
41 out YUY2 yuvhack | |
42 out BGR32,BGR24,BGR15 | |
43 | |
267 | 44 videocodec odivx |
268 | 45 info "OpenDivX (MPEG-4 v2)" |
267 | 46 fourcc DIVX,divx |
47 fourcc DIV1,div1 divx | |
48 driver odivx | |
303 | 49 out YV12 |
267 | 50 |
51 videocodec indeo5 | |
268 | 52 info "Intel Indeo 5" |
267 | 53 fourcc IV50,iv50 |
54 driver vfw | |
55 dll "ir50_32.dll" | |
303 | 56 out YUY2 |
57 out BGR32,BGR24,BGR15 | |
267 | 58 |
59 videocodec indeo4 | |
268 | 60 info "Intel Indeo 4.1" |
267 | 61 comment "upside-down" |
62 fourcc IV41,iv41 | |
63 driver vfw | |
64 dll "ir41_32.dll" | |
303 | 65 out BGR24,BGR15 flip |
267 | 66 |
67 videocodec indeo3 | |
268 | 68 info "Intel Indeo 3.1/3.2" |
267 | 69 comment "upside-down" |
70 fourcc IV31,iv31 | |
71 fourcc IV32,iv32 | |
72 driver vfw | |
73 dll "ir32_32.dll" | |
303 | 74 out BGR24,BGR15 flip |
267 | 75 |
76 videocodec cvid | |
268 | 77 info "Cinepak Video" |
267 | 78 fourcc cvid |
79 driver vfw | |
318
194ba80a8c69
Cinepak loaded msvidc32.dll instead of iccvid.dll :(
gabucino
parents:
315
diff
changeset
|
80 dll "iccvid.dll" |
303 | 81 out YUY2 |
82 out BGR24,BGR15 | |
267 | 83 |
84 videocodec cram | |
312 | 85 info "Microsoft Video 1" |
267 | 86 fourcc cram,CRAM |
87 driver vfw | |
88 dll "msvidc32.dll" | |
303 | 89 out BGR24,BGR15 |
267 | 90 |
91 videocodec vcr2 | |
268 | 92 info "ATI VCR-2" |
267 | 93 fourcc VCR2 |
94 driver vfw | |
95 dll "ativcr2.dll" | |
303 | 96 out YUY2 |
97 out BGR32,BGR24,BGR15 | |
267 | 98 |
99 videocodec i263 | |
268 | 100 info "I263" |
267 | 101 fourcc I263,i263 |
102 driver vfw | |
103 dll "i263_32.drv" | |
310 | 104 out YUY2 |
303 | 105 out BGR32,BGR24,BGR15 |
267 | 106 |
107 videocodec mjpeg | |
268 | 108 info "Motion JPEG" |
267 | 109 fourcc MJPG |
110 driver vfw | |
111 dll "mcmjpg32.dll" | |
112 ; dll "m3jpeg32.dll" | |
303 | 113 out YUY2 |
114 out BGR32,BGR24,BGR15 | |
267 | 115 |
116 videocodec wmv1 | |
268 | 117 info "Windows Media Video 7" |
267 | 118 fourcc WMV1 |
119 driver dshow | |
120 dll "wmvds32.ax" | |
121 guid 0x4facbba1, 0xffd8, 0x4cd7, 0x82, 0x28, 0x61, 0xe2, 0xf6, 0x5c, 0xb1, 0xae | |
303 | 122 out YUY2 |
123 out BGR32,BGR24,BGR16,BGR15 | |
267 | 124 |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
125 videocodec ap41 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
126 info "AngelPotion Definitive V1" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
127 ; status "NOT WORKING" |
314
98cff5a2b3d2
some unnecessary "format"s deleted, stupid typo corrected
gabucino
parents:
313
diff
changeset
|
128 fourcc AP41 |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
129 driver vfw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
130 dll "apmpg4v1.dll" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
131 out YUY2 |
315 | 132 out BGR32,BGR24,BGR15 |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
133 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
134 videocodec tm20 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
135 info "TrueMotion 2.0" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
136 ; status "NOT WORKING" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
137 fourcc TM20 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
138 driver dshow |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
139 dll "tm20dec.ax" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
140 guid 0x4cb63e61, 0xc611, 0x11D0, 0x83, 0xaa, 0x00, 0x00, 0x92, 0x90, 0x01, 0x84 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
141 out YUY2 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
142 out BGR32,BGR24,BGR16,BGR15 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
143 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
144 videocodec hfyu |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
145 info "HuffYUV" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
146 ; status "NOT WORKING" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
147 fourcc HFYU |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
148 driver vfw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
149 dll "huffyuv.dll" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
150 out YUY2 |
315 | 151 out BGR32,BGR24,BGR15 |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
152 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
153 videocodec mszh |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
154 info "AVImszh" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
155 ; status "NOT WORKING" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
156 fourcc MSZH |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
157 driver vfw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
158 dll "avimszh.dll" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
159 out YUY2 |
315 | 160 out BGR32,BGR24,BGR15 |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
161 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
162 videocodec zlib |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
163 info "AVIzlib" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
164 ; status "NOT WORKING" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
165 fourcc ZLIB |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
166 driver vfw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
167 dll "avizlib.dll" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
168 out YUY2 |
315 | 169 out BGR32,BGR24,BGR15 |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
170 |
267 | 171 audiocodec divx |
268 | 172 info "DivX audio (WMA)" |
267 | 173 format 0x160 |
174 format 0x161 | |
175 driver acm | |
176 dll "divxa32.acm" | |
177 | |
178 audiocodec msadpcm | |
268 | 179 info "MS ADPCM" |
267 | 180 format 0x2 |
181 driver acm | |
182 dll "msadp32.acm" | |
183 | |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
184 ; 3DNow! autodetection? |
267 | 185 audiocodec mp3acm |
268 | 186 info "MPEG layer-3" |
267 | 187 comment "Optimized to Intel MMX/SSE" |
188 format 0x55 | |
189 driver acm | |
190 dll "l3codeca.acm" | |
191 flags seekable | |
192 | |
193 audiocodec mp3 | |
268 | 194 info "MPEG layer-2,3" |
267 | 195 comment "Optimized to AMD 3Dnow!" |
196 format 0x50 | |
197 format 0x55 | |
198 driver mp3lib | |
199 flags seekable | |
200 | |
201 audiocodec imaadpcm | |
268 | 202 info "IMA ADPCM" |
267 | 203 format 0x11 |
204 driver acm | |
205 dll "imaadp32.acm" | |
206 | |
207 audiocodec msgsmacm | |
268 | 208 info "MS GSM" |
267 | 209 format 0x31 |
210 format 0x32 | |
211 driver acm | |
212 dll "msgsm32.acm" | |
213 | |
214 audiocodec msgsm | |
268 | 215 info "MS GSM" |
267 | 216 format 0x31 |
217 format 0x32 | |
218 driver msgsm | |
219 | |
303 | 220 audiocodec alaw |
221 info "aLaw" | |
222 format 0x6 | |
223 driver alaw | |
224 | |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
225 audiocodec ulaw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
226 info "uLaw" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
227 ; status "?" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
228 format 0x7 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
229 driver alaw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
230 comment "aLaw driver seems to play it, but it's weird.. Or is uLaw just shit? :)" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
231 |
303 | 232 audiocodec pcm |
233 info "Uncompressed PCM" | |
234 format 0x1 | |
235 driver pcm | |
236 | |
237 audiocodec ac3 | |
238 info "AC3" | |
239 format 0x2000 | |
240 driver libac3 | |
241 | |
267 | 242 audiocodec voxware |
268 | 243 info "VoxWare" |
267 | 244 format 0x75 |
245 driver dshow | |
246 dll "voxmsdec.ax" | |
247 guid 0x73f7a062, 0x8829, 0x11d1, 0xb5, 0x50, 0x00, 0x60, 0x97, 0x24, 0x2d, 0x8d | |
248 |