Mercurial > mplayer.hg
annotate DOCS/codecs.conf @ 1495:4d47c954f0cb
add define of DEFAULT_CDROM_DEVICE
author | arpi |
---|---|
date | Sun, 12 Aug 2001 13:34:24 +0000 |
parents | d377ea93892d |
children | 992ea40afb3b |
rev | line source |
---|---|
307 | 1 ; Default codecs config file. It replaces the old codecs.c file! |
267 | 2 |
471 | 3 ;============================================================================= |
4 ; VIDEO CODECS | |
5 ;============================================================================= | |
6 | |
1278 | 7 ; =============== Win32/libmpeg2/ProjectMayo MPEG CODECS ===================== |
8 | |
9 videocodec u263 | |
10 info "UB Video H.263+ Decoder" | |
11 comment "added by Juanjo" | |
12 status working | |
13 fourcc U263 | |
14 driver dshow | |
15 dll "ubv263d+.ax" | |
16 guid 0x00af1181, 0x6ebb, 0x11d4, 0x9d, 0x5a, 0x00, 0x50, 0x04, 0x79, 0x6c, 0xc0 | |
17 ; out I420 flip | |
18 ; out YVYU flip,noflip | |
19 ; out YV12 flip | |
20 ; out UYVY flip,noflip | |
21 ; out YUY2 flip | |
22 out BGR24 flip | |
23 | |
24 videocodec divxds | |
25 info "DivX ;-) (MS MPEG-4 v3)" | |
26 comment "with postprocessing" | |
27 status working | |
28 fourcc MP43,mp43 div3 ; fourcc mapping to div3 | |
29 fourcc DIV5,div5 div3 | |
30 fourcc DIV6,div6 div4 | |
31 fourcc DIV3,div3,DIV4,div4 | |
32 driver dshow | |
33 dll "divx_c32.ax" | |
34 guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa | |
35 ; out YV12 | |
36 out YUY2 | |
37 out BGR32,BGR24,BGR16,BGR15 | |
38 | |
303 | 39 videocodec mpeg12 |
40 info "MPEG 1 or 2" | |
610
ebd2d0bba43d
comments changed, and dll added for native codecs too (for html)
arpi_esp
parents:
496
diff
changeset
|
41 comment "with postprocessing" |
334 | 42 status working |
1463 | 43 format 0x10000001 ; mpeg 1 |
44 format 0x10000002 ; mpeg 2 | |
303 | 45 driver libmpeg2 |
610
ebd2d0bba43d
comments changed, and dll added for native codecs too (for html)
arpi_esp
parents:
496
diff
changeset
|
46 dll "libmpeg2" |
303 | 47 out YV12 |
48 | |
267 | 49 videocodec mpeg4 |
268 | 50 info "Microsoft MPEG-4 v1/v2" |
334 | 51 status working |
610
ebd2d0bba43d
comments changed, and dll added for native codecs too (for html)
arpi_esp
parents:
496
diff
changeset
|
52 ; comment "No postprocessing" |
267 | 53 fourcc MPG4,mpg4 |
54 fourcc MP42,mp42 | |
742 | 55 fourcc DIV2 mp42 |
267 | 56 driver vfw |
57 dll "mpg4c32.dll" | |
303 | 58 out YUY2 yuvhack |
59 out BGR32,BGR24,BGR15 | |
267 | 60 |
760 | 61 videocodec mpeg4ds |
62 info "Microsoft MPEG-4 v1/v2" | |
63 status working | |
64 ; comment "with postprocessing" | |
65 fourcc DIV2,div2 mp42 | |
66 fourcc MPG4,mpg4 | |
67 fourcc MP42,mp42 | |
68 driver dshow | |
69 dll "mpg4ds32.ax" | |
70 guid 0x82CCD3E0, 0xF71A, 0x11D0, 0x9F, 0xE5, 0x00, 0x60, 0x97, 0x78, 0xEA, 0x66 | |
71 out YUY2 | |
72 out BGR32,BGR24,BGR16,BGR15 | |
73 | |
303 | 74 videocodec divx |
75 info "DivX ;-) (MS MPEG-4 v3)" | |
334 | 76 status working |
77 fourcc MP43,mp43 div3 ; M$ MPEG4 v3 (fourcc mapping to div3) | |
78 fourcc DIV5,div5 div3 ; DivX 3.20 | |
79 fourcc DIV6,div6 div4 ; -||- | |
312 | 80 fourcc DIV3,div3,DIV4,div4 |
303 | 81 driver vfw |
82 dll "divxc32.dll" | |
83 out YUY2 yuvhack | |
84 out BGR32,BGR24,BGR15 | |
1349 | 85 |
1390 | 86 |
87 videocodec odivx | |
88 info "OpenDivX (MPEG-4 v2)" | |
89 comment "with postprocessing" | |
90 status working | |
91 fourcc DIVX,divx | |
92 fourcc DIV1,div1 divx | |
93 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 | |
94 fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3 ; for DivX4Linux only! | |
95 format 0x4 | |
96 driver odivx | |
97 dll "opendivx decore" | |
98 out YV12 | |
99 | |
1349 | 100 videocodec divx4 |
101 info "DivX4Linux (MPEG-4 v2,v3)" | |
102 comment "with postprocessing" | |
103 status working | |
104 fourcc DIVX,divx | |
105 fourcc DIV1,div1 divx | |
106 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 | |
107 fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3 ; for DivX4Linux only! | |
108 format 0x4 | |
109 driver divx4 | |
110 dll "libdivxdecore.0" | |
111 ; out YV12 ; works, but odivx driver is faster with YV12 (DEC_USER) | |
112 out I420 | |
113 out YUY2 | |
114 out UYVY | |
115 out BGR32,BGR24,BGR16,BGR15 | |
267 | 116 |
1453 | 117 videocodec i263 |
118 info "I263" | |
119 status working | |
120 fourcc I263,i263,I420,i420 | |
121 driver vfw | |
122 dll "i263_32.drv" | |
123 ; out I420 | |
124 out YUY2 | |
125 out BGR32,BGR24,BGR15 | |
126 | |
127 videocodec mjpeg | |
128 info "Motion JPEG" | |
129 status working | |
130 fourcc MJPG | |
131 driver vfw | |
132 dll "mcmjpg32.dll" | |
133 ; dll "m3jpeg32.dll" | |
134 out YUY2 | |
135 out UYVY | |
136 out BGR32,BGR24,BGR15 | |
137 | |
1278 | 138 ; =============== FFMPEG MPEG CODECS ========================= |
139 | |
1453 | 140 videocodec ffmjpeg |
141 info "FFmpeg MJPEG decoder" | |
142 status working | |
143 fourcc MJPG,mjpg | |
144 driver ffmpeg | |
145 dll mjpeg | |
146 ; out YUY2 | |
147 out YV12 | |
148 | |
149 videocodec ffi263 | |
150 info "FFmpeg I263 decoder" | |
151 status working | |
152 fourcc I263,i263 | |
153 driver ffmpeg | |
154 dll h263i | |
155 out YV12 | |
156 | |
157 videocodec ffh263 | |
158 info "FFmpeg H263+ decoder" | |
159 status untested | |
160 fourcc H263,U263 | |
161 driver ffmpeg | |
162 dll h263 | |
163 out YV12 | |
164 | |
1278 | 165 videocodec ffdivx |
166 info "FFmpeg DivX ;-) (MS MPEG-4 v3)" | |
167 status working | |
1430 | 168 fourcc MPG3,mpg3 div3 |
1278 | 169 fourcc MP43,mp43 div3 ; M$ MPEG4 v3 (fourcc mapping to div3) |
170 fourcc DIV5,div5 div3 ; DivX 3.20 | |
171 fourcc DIV6,div6 div4 ; -||- | |
172 fourcc DIV3,div3,DIV4,div4 | |
173 driver ffmpeg | |
174 dll msmpeg4 | |
175 out YV12 | |
176 | |
177 videocodec ffodivx | |
178 info "FFmpeg OpenDivX" | |
179 status working | |
1390 | 180 ; comment "doesn't support >= 4.0alpha48 movies yet" |
1278 | 181 fourcc DIVX,divx |
182 fourcc DIV1,div1 divx | |
183 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 | |
184 format 0x4 | |
185 driver ffmpeg | |
186 dll opendivx | |
187 out YV12 | |
188 | |
189 videocodec ffmpeg12 | |
190 info "FFmpeg-1" | |
1463 | 191 status buggy |
192 format 0x10000001 ; mpeg 1 | |
193 format 0x10000002 ; mpeg 2 is broken | |
1278 | 194 driver ffmpeg |
1453 | 195 dll "mpegvideo" |
1278 | 196 out YV12 |
197 | |
198 | |
199 ; ============== OTHER STUFF ======================= | |
200 | |
201 | |
334 | 202 videocodec indeo5ds |
203 info "Intel Indeo 5" | |
796 | 204 status working |
334 | 205 fourcc IV50,iv50 |
206 driver dshow | |
207 dll "ir50_32.dll" | |
208 guid 0x30355649, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71 | |
471 | 209 out YV12,I420 |
334 | 210 out YUY2 |
211 out BGR32,BGR24,BGR16,BGR15 | |
212 | |
346 | 213 videocodec indeo5 |
214 info "Intel Indeo 5" | |
215 status working | |
216 fourcc IV50,iv50 | |
217 driver vfw | |
218 dll "ir50_32.dll" | |
1358 | 219 ; out YV12,I420 ; flickering |
346 | 220 out YUY2 |
221 out BGR32,BGR24,BGR15 | |
222 | |
267 | 223 videocodec indeo4 |
268 | 224 info "Intel Indeo 4.1" |
746 | 225 status working |
226 ; comment "upside-down" | |
267 | 227 fourcc IV41,iv41 |
228 driver vfw | |
229 dll "ir41_32.dll" | |
746 | 230 out BGR24,BGR15 |
267 | 231 |
232 videocodec indeo3 | |
268 | 233 info "Intel Indeo 3.1/3.2" |
334 | 234 status buggy |
1227 | 235 comment "upside-down with some vo drivers, (no yuv)" |
267 | 236 fourcc IV31,iv31 |
237 fourcc IV32,iv32 | |
238 driver vfw | |
239 dll "ir32_32.dll" | |
303 | 240 out BGR24,BGR15 flip |
267 | 241 |
242 videocodec cvid | |
268 | 243 info "Cinepak Video" |
334 | 244 status working |
267 | 245 fourcc cvid |
246 driver vfw | |
318
194ba80a8c69
Cinepak loaded msvidc32.dll instead of iccvid.dll :(
gabucino
parents:
315
diff
changeset
|
247 dll "iccvid.dll" |
496 | 248 ; out YUY2 |
249 ; out UYVY | |
303 | 250 out BGR24,BGR15 |
267 | 251 |
252 videocodec cram | |
312 | 253 info "Microsoft Video 1" |
412 | 254 status working |
333 | 255 fourcc cram,CRAM,MSVC |
267 | 256 driver vfw |
257 dll "msvidc32.dll" | |
303 | 258 out BGR24,BGR15 |
267 | 259 |
260 videocodec vcr2 | |
268 | 261 info "ATI VCR-2" |
471 | 262 status crashing |
263 comment "segfault" | |
267 | 264 fourcc VCR2 |
265 driver vfw | |
266 dll "ativcr2.dll" | |
303 | 267 out YUY2 |
268 out BGR32,BGR24,BGR15 | |
267 | 269 |
713 | 270 videocodec wmv7 |
268 | 271 info "Windows Media Video 7" |
334 | 272 status working |
267 | 273 fourcc WMV1 |
274 driver dshow | |
275 dll "wmvds32.ax" | |
276 guid 0x4facbba1, 0xffd8, 0x4cd7, 0x82, 0x28, 0x61, 0xe2, 0xf6, 0x5c, 0xb1, 0xae | |
471 | 277 ; out I420 |
303 | 278 out YUY2 |
279 out BGR32,BGR24,BGR16,BGR15 | |
267 | 280 |
713 | 281 videocodec wmv8 |
282 info "Windows Media Video 8" | |
283 status crashing | |
284 comment "Floating point exception" | |
285 fourcc WMV2 | |
286 driver dshow | |
287 dll "wmv8ds32.ax" | |
288 guid 0x521fb373, 0x7654, 0x49f2, 0xbd, 0xb1, 0x0c, 0x6e, 0x66, 0x60, 0x71, 0x4f | |
289 out YUY2 | |
290 out BGR32,BGR24,BGR16,BGR15 | |
291 | |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
292 videocodec ap41 |
448
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
439
diff
changeset
|
293 info "AngelPotion Definitive V1" ; yet another stolen stuff |
610
ebd2d0bba43d
comments changed, and dll added for native codecs too (for html)
arpi_esp
parents:
496
diff
changeset
|
294 comment "using the DivX ;-) codec" |
346 | 295 status working |
296 fourcc AP41 div3 | |
297 driver dshow | |
448
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
439
diff
changeset
|
298 dll "divx_c32.ax" ; no need to use apmpg4v1.dll |
346 | 299 guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
300 out YUY2 |
346 | 301 out BGR32,BGR24,BGR16,BGR15 |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
302 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
303 videocodec tm20 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
304 info "TrueMotion 2.0" |
334 | 305 status crashing |
713 | 306 comment "segfault in the DLL" |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
307 fourcc TM20 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
308 driver dshow |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
309 dll "tm20dec.ax" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
310 guid 0x4cb63e61, 0xc611, 0x11D0, 0x83, 0xaa, 0x00, 0x00, 0x92, 0x90, 0x01, 0x84 |
471 | 311 ; out UYVY |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
312 out YUY2 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
313 out BGR32,BGR24,BGR16,BGR15 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
314 |
334 | 315 videocodec dv |
316 info "Sony Digital Video (DV)" | |
471 | 317 status working |
318 fourcc DVSD dvsd | |
334 | 319 driver dshow |
320 dll "qdv.dll" | |
321 guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42 | |
322 out YUY2 | |
471 | 323 out UYVY |
334 | 324 out BGR32,BGR24,BGR16,BGR15 |
325 | |
326 videocodec morgands | |
327 info "Morgan MJPEG" | |
471 | 328 status crashing |
334 | 329 fourcc MJPG mjpg |
330 driver dshow | |
471 | 331 dll "M3JPEGdec.ax" |
334 | 332 guid 0x6988b440, 0x8352, 0x11d3, 0x9b, 0xda, 0xca, 0x86, 0x73, 0x7c, 0x71, 0x68 |
333 out YUY2 | |
334 out BGR32,BGR24,BGR16,BGR15 | |
335 | |
471 | 336 videocodec huffyuv |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
337 info "HuffYUV" |
742 | 338 status buggy |
339 comment "YUY2 _or_ 24/32bpp only (depending on file encoding)" | |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
340 fourcc HFYU |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
341 driver vfw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
342 dll "huffyuv.dll" |
776 | 343 out YUY2 flip,noflip |
742 | 344 ; out UYVY flip |
345 out BGR32,BGR24 flip | |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
346 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
347 videocodec mszh |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
348 info "AVImszh" |
334 | 349 status crashing |
338 | 350 comment "calls RegEnumValueA()" |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
351 fourcc MSZH |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
352 driver vfw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
353 dll "avimszh.dll" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
354 out YUY2 |
315 | 355 out BGR32,BGR24,BGR15 |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
356 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
357 videocodec zlib |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
358 info "AVIzlib" |
334 | 359 status crashing |
338 | 360 comment "calls RegEnumValueA()" |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
361 fourcc ZLIB |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
362 driver vfw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
363 dll "avizlib.dll" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
364 out YUY2 |
315 | 365 out BGR32,BGR24,BGR15 |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
366 |
344 | 367 videocodec mwv1 |
333 | 368 info "Motion Wavelets" |
471 | 369 status crashing |
370 comment "decompressquery failed" | |
334 | 371 fourcc MWV1 |
333 | 372 driver vfw |
373 dll "icmw_32.dll" | |
471 | 374 ; out YV12 |
375 out YUY2 | |
333 | 376 out BGR32,BGR24,BGR15 |
377 | |
378 | |
345 | 379 videocodec m261 |
380 info "M261" | |
381 status untested | |
382 fourcc m261,M261 | |
403 | 383 driver vfw |
345 | 384 dll "msh261.drv" |
385 out BGR32,BGR24,BGR15 | |
386 | |
403 | 387 videocodec asv2 |
388 info "ASUS V2" | |
389 status buggy | |
471 | 390 comment "rgb upside down, yuv ok" |
403 | 391 fourcc ASV2 |
392 driver vfw | |
393 dll "asusasv2.dll" | |
412 | 394 ; out YVYU |
713 | 395 out UYVY |
396 out BGR32,BGR24,BGR15 flip | |
397 | |
398 videocodec asv1 | |
399 info "ASUS V1" | |
400 status buggy | |
401 comment "rgb upside down, yuv ok" | |
402 fourcc ASV1 | |
403 driver vfw | |
404 dll "asusasvd.dll" | |
405 ; out YVYU | |
406 out UYVY | |
403 | 407 out BGR32,BGR24,BGR15 flip |
408 | |
1390 | 409 videocodec null |
410 info "NULL codec (no decoding)" | |
411 status working | |
412 comment "for unknown/unsupported codecs or testing" | |
413 driver null | |
414 out YV12 | |
415 out I420 | |
416 out YUY2 | |
417 out UYVY | |
418 out BGR32,BGR24,BGR16,BGR15 | |
419 | |
471 | 420 ;============================================================================= |
421 ; AUDIO CODECS | |
422 ;============================================================================= | |
423 | |
757 | 424 audiocodec pcm |
425 info "Uncompressed PCM" | |
426 status working | |
427 format 0x1 | |
428 ;;;; these are for hardware support only: (alaw,ulaw,ima-adpcm,mpeg,ac3) | |
429 ; format 0x6 | |
430 ; format 0x7 | |
431 ; format 0x11 | |
432 ; format 0x50 | |
433 ; format 0x2000 | |
434 ;;;; | |
435 driver pcm | |
436 dll "uncompressed" | |
437 | |
267 | 438 audiocodec divx |
268 | 439 info "DivX audio (WMA)" |
334 | 440 status working |
267 | 441 format 0x160 |
442 format 0x161 | |
443 driver acm | |
444 dll "divxa32.acm" | |
445 | |
446 audiocodec msadpcm | |
268 | 447 info "MS ADPCM" |
334 | 448 status working |
267 | 449 format 0x2 |
450 driver acm | |
451 dll "msadp32.acm" | |
452 | |
729 | 453 ; now mp3lib is stable enough!? |
267 | 454 audiocodec mp3 |
610
ebd2d0bba43d
comments changed, and dll added for native codecs too (for html)
arpi_esp
parents:
496
diff
changeset
|
455 info "MPEG layer-2, layer-3" |
334 | 456 status working |
267 | 457 comment "Optimized to AMD 3Dnow!" |
458 format 0x50 | |
459 format 0x55 | |
460 driver mp3lib | |
891 | 461 dll "mp3lib (mpglib)" |
267 | 462 flags seekable |
463 | |
729 | 464 audiocodec mp3acm |
465 info "MPEG layer-3" | |
466 status working | |
467 comment "Optimized to Intel MMX/SSE, conflicts with security kernel patches" | |
468 format 0x55 | |
469 driver acm | |
470 dll "l3codeca.acm" | |
471 flags seekable | |
472 | |
267 | 473 audiocodec imaadpcm |
268 | 474 info "IMA ADPCM" |
334 | 475 status working |
267 | 476 format 0x11 |
477 driver acm | |
478 dll "imaadp32.acm" | |
479 | |
480 audiocodec msgsmacm | |
268 | 481 info "MS GSM" |
334 | 482 status working |
267 | 483 format 0x31 |
484 format 0x32 | |
485 driver acm | |
486 dll "msgsm32.acm" | |
487 | |
488 audiocodec msgsm | |
268 | 489 info "MS GSM" |
334 | 490 status working |
267 | 491 format 0x31 |
492 format 0x32 | |
493 driver msgsm | |
610
ebd2d0bba43d
comments changed, and dll added for native codecs too (for html)
arpi_esp
parents:
496
diff
changeset
|
494 dll "xa_gsm.c" |
267 | 495 |
303 | 496 audiocodec alaw |
497 info "aLaw" | |
334 | 498 status working |
303 | 499 format 0x6 |
500 driver alaw | |
1227 | 501 dll "alaw" |
303 | 502 |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
503 audiocodec ulaw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
504 info "uLaw" |
757 | 505 status working |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
506 format 0x7 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
507 driver alaw |
1227 | 508 dll "ulaw" |
303 | 509 |
401 | 510 audiocodec dvdpcm |
511 info "Uncompressed DVD PCM" | |
512 status working | |
513 format 0x10001 | |
514 driver dvdpcm | |
757 | 515 dll "uncompressed" |
401 | 516 |
303 | 517 audiocodec ac3 |
518 info "AC3" | |
334 | 519 status working |
303 | 520 format 0x2000 |
521 driver libac3 | |
610
ebd2d0bba43d
comments changed, and dll added for native codecs too (for html)
arpi_esp
parents:
496
diff
changeset
|
522 dll "libac3" |
303 | 523 |
267 | 524 audiocodec voxware |
268 | 525 info "VoxWare" |
345 | 526 status working ; audio is bubbling |
267 | 527 format 0x75 |
528 driver dshow | |
529 dll "voxmsdec.ax" | |
530 guid 0x73f7a062, 0x8829, 0x11d1, 0xb5, 0x50, 0x00, 0x60, 0x97, 0x24, 0x2d, 0x8d | |
531 | |
333 | 532 audiocodec acelp |
533 info "ACELP.net Sipro Lab Audio Decoder" | |
338 | 534 status crashing |
496 | 535 comment "DS: cannot connect Output pin" |
333 | 536 format 0x130 |
537 driver dshow | |
538 dll "acelpdec.ax" | |
334 | 539 guid 0x4009f700, 0xaeba, 0x11d1, 0x83, 0x44, 0x00, 0xc0, 0x4f, 0xb9, 0x2e, 0xb7 |
333 | 540 |
541 audiocodec imc | |
542 info "Intel Music Coder" | |
1372 | 543 status working |
544 comment "driver at http://codeczone.virtualave.net/FXIMCAUD.zip" | |
333 | 545 format 0x401 |
1372 | 546 driver acm |
547 dll "imc32.acm" |