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