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