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