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