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