Mercurial > mplayer.hg
annotate etc/codecs.conf @ 3039:80189681c02b
Removed the field number limitation.
We can add as much field as we want.
author | bertrand |
---|---|
date | Tue, 20 Nov 2001 22:14:16 +0000 |
parents | c1298484a2d0 |
children | 3867ec4a02d2 |
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 | |
2691 | 9 videocodec vivo |
10 info "Vivo H.263" | |
11 status working | |
12 fourcc VIVO,vivo vivo | |
13 driver vfw | |
14 dll "ivvideo.dll" | |
15 out BGR32,BGR24,BGR16 flip | |
16 | |
1278 | 17 videocodec u263 |
18 info "UB Video H.263+ Decoder" | |
2691 | 19 comment "added by Juanjo" |
1278 | 20 status working |
21 fourcc U263 | |
2683 | 22 fourcc vivo,VIVO U263 |
1278 | 23 driver dshow |
24 dll "ubv263d+.ax" | |
25 guid 0x00af1181, 0x6ebb, 0x11d4, 0x9d, 0x5a, 0x00, 0x50, 0x04, 0x79, 0x6c, 0xc0 | |
26 ; out I420 flip | |
27 ; out YVYU flip,noflip | |
28 ; out YV12 flip | |
29 ; out UYVY flip,noflip | |
30 ; out YUY2 flip | |
31 out BGR24 flip | |
32 | |
33 videocodec divxds | |
34 info "DivX ;-) (MS MPEG-4 v3)" | |
35 comment "with postprocessing" | |
36 status working | |
37 fourcc MP43,mp43 div3 ; fourcc mapping to div3 | |
38 fourcc DIV5,div5 div3 | |
39 fourcc DIV6,div6 div4 | |
40 fourcc DIV3,div3,DIV4,div4 | |
1526 | 41 fourcc AP41 div3 ; AngelPotion stuff |
1278 | 42 driver dshow |
43 dll "divx_c32.ax" | |
44 guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa | |
45 ; out YV12 | |
46 out YUY2 | |
47 out BGR32,BGR24,BGR16,BGR15 | |
48 | |
303 | 49 videocodec mpeg12 |
50 info "MPEG 1 or 2" | |
610
ebd2d0bba43d
comments changed, and dll added for native codecs too (for html)
arpi_esp
parents:
496
diff
changeset
|
51 comment "with postprocessing" |
334 | 52 status working |
1463 | 53 format 0x10000001 ; mpeg 1 |
54 format 0x10000002 ; mpeg 2 | |
303 | 55 driver libmpeg2 |
610
ebd2d0bba43d
comments changed, and dll added for native codecs too (for html)
arpi_esp
parents:
496
diff
changeset
|
56 dll "libmpeg2" |
303 | 57 out YV12 |
58 | |
2165
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
59 videocodec mpeg4ds |
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
60 info "Microsoft MPEG-4 v1/v2" |
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
61 status working |
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
62 comment "with postprocessing" |
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
63 fourcc DIV2,div2 mp42 |
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
64 fourcc MPG4,mpg4 |
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
65 fourcc MP42,mp42 |
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
66 driver dshow |
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
67 dll "mpg4ds32.ax" |
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
68 guid 0x82CCD3E0, 0xF71A, 0x11D0, 0x9F, 0xE5, 0x00, 0x60, 0x97, 0x78, 0xEA, 0x66 |
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
69 out YUY2 |
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
70 out BGR32,BGR24,BGR16,BGR15 |
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
71 |
267 | 72 videocodec mpeg4 |
268 | 73 info "Microsoft MPEG-4 v1/v2" |
334 | 74 status working |
267 | 75 fourcc MPG4,mpg4 |
76 fourcc MP42,mp42 | |
742 | 77 fourcc DIV2 mp42 |
267 | 78 driver vfw |
79 dll "mpg4c32.dll" | |
303 | 80 out YUY2 yuvhack |
81 out BGR32,BGR24,BGR15 | |
267 | 82 |
303 | 83 videocodec divx |
84 info "DivX ;-) (MS MPEG-4 v3)" | |
334 | 85 status working |
86 fourcc MP43,mp43 div3 ; M$ MPEG4 v3 (fourcc mapping to div3) | |
87 fourcc DIV5,div5 div3 ; DivX 3.20 | |
88 fourcc DIV6,div6 div4 ; -||- | |
312 | 89 fourcc DIV3,div3,DIV4,div4 |
1526 | 90 fourcc AP41 div3 ; AngelPotion stuff |
303 | 91 driver vfw |
92 dll "divxc32.dll" | |
93 out YUY2 yuvhack | |
94 out BGR32,BGR24,BGR15 | |
1349 | 95 |
1390 | 96 |
97 videocodec odivx | |
98 info "OpenDivX (MPEG-4 v2)" | |
99 comment "with postprocessing" | |
100 status working | |
101 fourcc DIVX,divx | |
102 fourcc DIV1,div1 divx | |
103 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 | |
104 fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3 ; for DivX4Linux only! | |
1526 | 105 fourcc AP41 DIV3 ; AngelPotion stuff |
1390 | 106 format 0x4 |
107 driver odivx | |
108 dll "opendivx decore" | |
109 out YV12 | |
110 | |
1349 | 111 videocodec divx4 |
112 info "DivX4Linux (MPEG-4 v2,v3)" | |
113 comment "with postprocessing" | |
114 status working | |
115 fourcc DIVX,divx | |
116 fourcc DIV1,div1 divx | |
117 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 | |
118 fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3 ; for DivX4Linux only! | |
1526 | 119 fourcc AP41 DIV3 ; AngelPotion stuff |
1349 | 120 format 0x4 |
121 driver divx4 | |
122 dll "libdivxdecore.0" | |
123 ; out YV12 ; works, but odivx driver is faster with YV12 (DEC_USER) | |
1526 | 124 ; out I420 |
1349 | 125 out YUY2 |
126 out UYVY | |
127 out BGR32,BGR24,BGR16,BGR15 | |
267 | 128 |
2088 | 129 videocodec divx4vfw |
130 info "DivX4Windows-VFW (DivX 3.x, DivX4)" | |
131 status working | |
132 comment "with postprocessing!!!" | |
133 fourcc DIVX,divx ; opendivx / divx4 | |
134 fourcc DIV1,div1 divx | |
135 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 | |
136 fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3 ; for DivX4Linux only! | |
137 fourcc AP41 DIV3 ; AngelPotion stuff | |
138 format 0x4 | |
139 driver vfw | |
140 dll "divx.dll" | |
141 ; out YV12 ; buggy | |
142 out YUY2 | |
143 out BGR32,BGR24,BGR15 | |
144 | |
1453 | 145 videocodec i263 |
146 info "I263" | |
147 status working | |
148 fourcc I263,i263,I420,i420 | |
2683 | 149 fourcc vivo,VIVO I263 |
1453 | 150 driver vfw |
151 dll "i263_32.drv" | |
152 ; out I420 | |
153 out YUY2 | |
154 out BGR32,BGR24,BGR15 | |
155 | |
2877 | 156 videocodec m3jpeg |
157 info "Morgan Motion JPEG Codec" | |
158 status working | |
159 fourcc MJPG | |
160 fourcc mjpa,mjpb,mjpg MJPG ; MOV files | |
161 driver vfw | |
162 dll "m3jpeg32.dll" | |
163 out YUY2 | |
164 out UYVY | |
165 out BGR32,BGR24,BGR15 | |
166 | |
1453 | 167 videocodec mjpeg |
2877 | 168 info "MainConcept Motion JPEG" |
1453 | 169 status working |
170 fourcc MJPG | |
2675 | 171 fourcc mjpa,mjpb,mjpg MJPG ; MOV files |
1453 | 172 driver vfw |
173 dll "mcmjpg32.dll" | |
174 out YUY2 | |
175 out UYVY | |
176 out BGR32,BGR24,BGR15 | |
177 | |
1278 | 178 ; =============== FFMPEG MPEG CODECS ========================= |
179 | |
1453 | 180 videocodec ffmjpeg |
181 info "FFmpeg MJPEG decoder" | |
182 status working | |
183 fourcc MJPG,mjpg | |
184 driver ffmpeg | |
185 dll mjpeg | |
186 ; out YUY2 | |
187 out YV12 | |
188 | |
189 videocodec ffi263 | |
190 info "FFmpeg I263 decoder" | |
191 status working | |
192 fourcc I263,i263 | |
193 driver ffmpeg | |
194 dll h263i | |
195 out YV12 | |
196 | |
197 videocodec ffh263 | |
198 info "FFmpeg H263+ decoder" | |
1526 | 199 status working |
2485
6d561976740a
corrected some fourcc's at xanim dll's and corrected mov mp3,ulaw,alaw
alex
parents:
2433
diff
changeset
|
200 fourcc H263,U263,h263 |
1453 | 201 driver ffmpeg |
202 dll h263 | |
203 out YV12 | |
204 | |
1278 | 205 videocodec ffdivx |
206 info "FFmpeg DivX ;-) (MS MPEG-4 v3)" | |
207 status working | |
1430 | 208 fourcc MPG3,mpg3 div3 |
1278 | 209 fourcc MP43,mp43 div3 ; M$ MPEG4 v3 (fourcc mapping to div3) |
210 fourcc DIV5,div5 div3 ; DivX 3.20 | |
211 fourcc DIV6,div6 div4 ; -||- | |
212 fourcc DIV3,div3,DIV4,div4 | |
1526 | 213 fourcc AP41 div3 ; AngelPotion stuff |
1278 | 214 driver ffmpeg |
215 dll msmpeg4 | |
216 out YV12 | |
217 | |
218 videocodec ffodivx | |
219 info "FFmpeg OpenDivX" | |
220 status working | |
221 fourcc DIVX,divx | |
222 fourcc DIV1,div1 divx | |
223 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 | |
224 format 0x4 | |
225 driver ffmpeg | |
1901 | 226 dll mpeg4 ;opendivx |
1278 | 227 out YV12 |
228 | |
229 videocodec ffmpeg12 | |
230 info "FFmpeg-1" | |
1526 | 231 status working |
1463 | 232 format 0x10000001 ; mpeg 1 |
1526 | 233 format 0x10000002 ; mpeg 2 |
1278 | 234 driver ffmpeg |
1453 | 235 dll "mpegvideo" |
1278 | 236 out YV12 |
237 | |
1877 | 238 videocodec mpegpes |
239 info "Mpeg PES output (.mpg or DVB card)" | |
240 comment "for hardware decoding" | |
1985 | 241 status working |
1877 | 242 format 0x10000001 ; mpeg 1 |
243 format 0x10000002 ; mpeg 2 | |
244 driver libmpeg2 | |
245 dll "libmpeg2" | |
246 out MPES | |
247 | |
1278 | 248 ; ============== OTHER STUFF ======================= |
249 | |
2829 | 250 videocodec video1 |
251 info "Microsoft Video 1" | |
252 status working | |
253 fourcc cram,CRAM | |
254 fourcc msvc,MSVC | |
255 fourcc wham,WHAM | |
256 driver msvidc | |
257 out BGR24 | |
1278 | 258 |
1938 | 259 videocodec vp3 |
260 info "On2 OpenSource VP3-Codec" | |
261 status working | |
262 comment "For SSE-systems use hacked dll from ftp://mplayerhq.hu/MPlayer/samples/drivers32/" | |
263 fourcc VP31,vp31 | |
264 driver vfwex | |
265 dll "vp31vfw.dll" | |
266 out YUY2 | |
267 out BGR32,BGR24,BGR15 | |
268 | |
334 | 269 videocodec indeo5ds |
270 info "Intel Indeo 5" | |
796 | 271 status working |
334 | 272 fourcc IV50,iv50 |
273 driver dshow | |
274 dll "ir50_32.dll" | |
275 guid 0x30355649, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71 | |
2877 | 276 out YV12 |
334 | 277 out YUY2 |
278 out BGR32,BGR24,BGR16,BGR15 | |
279 | |
346 | 280 videocodec indeo5 |
281 info "Intel Indeo 5" | |
282 status working | |
283 fourcc IV50,iv50 | |
284 driver vfw | |
285 dll "ir50_32.dll" | |
1358 | 286 ; out YV12,I420 ; flickering |
346 | 287 out YUY2 |
288 out BGR32,BGR24,BGR15 | |
289 | |
267 | 290 videocodec indeo4 |
268 | 291 info "Intel Indeo 4.1" |
746 | 292 status working |
293 ; comment "upside-down" | |
267 | 294 fourcc IV41,iv41 |
295 driver vfw | |
296 dll "ir41_32.dll" | |
746 | 297 out BGR24,BGR15 |
267 | 298 |
299 videocodec indeo3 | |
268 | 300 info "Intel Indeo 3.1/3.2" |
334 | 301 status buggy |
1227 | 302 comment "upside-down with some vo drivers, (no yuv)" |
267 | 303 fourcc IV31,iv31 |
304 fourcc IV32,iv32 | |
305 driver vfw | |
306 dll "ir32_32.dll" | |
303 | 307 out BGR24,BGR15 flip |
267 | 308 |
309 videocodec cvid | |
268 | 310 info "Cinepak Video" |
334 | 311 status working |
267 | 312 fourcc cvid |
313 driver vfw | |
318
194ba80a8c69
Cinepak loaded msvidc32.dll instead of iccvid.dll :(
gabucino
parents:
315
diff
changeset
|
314 dll "iccvid.dll" |
496 | 315 ; out YUY2 |
316 ; out UYVY | |
303 | 317 out BGR24,BGR15 |
267 | 318 |
319 videocodec cram | |
312 | 320 info "Microsoft Video 1" |
2683 | 321 comment "8bpp is only supported by GGI (?)" |
2675 | 322 status working |
2691 | 323 fourcc cram,CRAM,MSVC CRAM |
267 | 324 driver vfw |
325 dll "msvidc32.dll" | |
2683 | 326 out BGR8,BGR15,BGR24 |
267 | 327 |
328 videocodec vcr2 | |
268 | 329 info "ATI VCR-2" |
471 | 330 status crashing |
331 comment "segfault" | |
267 | 332 fourcc VCR2 |
333 driver vfw | |
334 dll "ativcr2.dll" | |
303 | 335 out YUY2 |
336 out BGR32,BGR24,BGR15 | |
267 | 337 |
713 | 338 videocodec wmv7 |
268 | 339 info "Windows Media Video 7" |
334 | 340 status working |
267 | 341 fourcc WMV1 |
342 driver dshow | |
343 dll "wmvds32.ax" | |
344 guid 0x4facbba1, 0xffd8, 0x4cd7, 0x82, 0x28, 0x61, 0xe2, 0xf6, 0x5c, 0xb1, 0xae | |
471 | 345 ; out I420 |
303 | 346 out YUY2 |
347 out BGR32,BGR24,BGR16,BGR15 | |
267 | 348 |
713 | 349 videocodec wmv8 |
350 info "Windows Media Video 8" | |
1526 | 351 status working |
713 | 352 fourcc WMV2 |
353 driver dshow | |
354 dll "wmv8ds32.ax" | |
355 guid 0x521fb373, 0x7654, 0x49f2, 0xbd, 0xb1, 0x0c, 0x6e, 0x66, 0x60, 0x71, 0x4f | |
356 out YUY2 | |
357 out BGR32,BGR24,BGR16,BGR15 | |
358 | |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
359 videocodec tm20 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
360 info "TrueMotion 2.0" |
334 | 361 status crashing |
713 | 362 comment "segfault in the DLL" |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
363 fourcc TM20 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
364 driver dshow |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
365 dll "tm20dec.ax" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
366 guid 0x4cb63e61, 0xc611, 0x11D0, 0x83, 0xaa, 0x00, 0x00, 0x92, 0x90, 0x01, 0x84 |
471 | 367 ; out UYVY |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
368 out YUY2 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
369 out BGR32,BGR24,BGR16,BGR15 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
370 |
2162
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
371 videocodec qdv |
334 | 372 info "Sony Digital Video (DV)" |
471 | 373 status working |
2162
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
374 fourcc DVSD,dvsd,dvcp dvsd |
334 | 375 driver dshow |
376 dll "qdv.dll" | |
377 guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42 | |
378 out YUY2 | |
471 | 379 out UYVY |
334 | 380 out BGR32,BGR24,BGR16,BGR15 |
381 | |
2162
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
382 videocodec mcdv |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
383 info "MainConcept DV Codec" |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
384 status working |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
385 fourcc DVSD,dvsd,dvcp dvsd # dvcp stands for PAL DV in mov |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
386 driver vfw |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
387 dll "mcdvd_32.dll" |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
388 out YUY2 |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
389 out UYVY |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
390 out BGR32,BGR24,BGR15 |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
391 |
334 | 392 videocodec morgands |
393 info "Morgan MJPEG" | |
471 | 394 status crashing |
334 | 395 fourcc MJPG mjpg |
396 driver dshow | |
471 | 397 dll "M3JPEGdec.ax" |
334 | 398 guid 0x6988b440, 0x8352, 0x11d3, 0x9b, 0xda, 0xca, 0x86, 0x73, 0x7c, 0x71, 0x68 |
399 out YUY2 | |
400 out BGR32,BGR24,BGR16,BGR15 | |
401 | |
471 | 402 videocodec huffyuv |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
403 info "HuffYUV" |
742 | 404 status buggy |
405 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
|
406 fourcc HFYU |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
407 driver vfw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
408 dll "huffyuv.dll" |
776 | 409 out YUY2 flip,noflip |
742 | 410 ; out UYVY flip |
411 out BGR32,BGR24 flip | |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
412 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
413 videocodec mszh |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
414 info "AVImszh" |
2713 | 415 status buggy |
416 comment "24bpp only" | |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
417 fourcc MSZH |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
418 driver vfw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
419 dll "avimszh.dll" |
2691 | 420 ; out YUY2 |
2713 | 421 ; out BGR32,BGR24,BGR15 |
422 out BGR24 | |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
423 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
424 videocodec zlib |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
425 info "AVIzlib" |
2713 | 426 status buggy |
427 comment "24bpp only" | |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
428 fourcc ZLIB |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
429 driver vfw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
430 dll "avizlib.dll" |
2691 | 431 ; out YUY2 |
2713 | 432 ; out BGR32,BGR24,BGR15 |
433 out BGR24 | |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
434 |
344 | 435 videocodec mwv1 |
333 | 436 info "Motion Wavelets" |
2713 | 437 status buggy |
438 comment "no yuv, flip requires" | |
334 | 439 fourcc MWV1 |
333 | 440 driver vfw |
441 dll "icmw_32.dll" | |
2713 | 442 ; out YV12 flip |
443 ; out YUY2 flip | |
444 out BGR32,BGR24,BGR15 flip | |
333 | 445 |
345 | 446 videocodec m261 |
447 info "M261" | |
448 status untested | |
449 fourcc m261,M261 | |
403 | 450 driver vfw |
345 | 451 dll "msh261.drv" |
452 out BGR32,BGR24,BGR15 | |
453 | |
403 | 454 videocodec asv2 |
455 info "ASUS V2" | |
456 status buggy | |
471 | 457 comment "rgb upside down, yuv ok" |
403 | 458 fourcc ASV2 |
459 driver vfw | |
460 dll "asusasv2.dll" | |
412 | 461 ; out YVYU |
713 | 462 out UYVY |
463 out BGR32,BGR24,BGR15 flip | |
464 | |
465 videocodec asv1 | |
466 info "ASUS V1" | |
467 status buggy | |
468 comment "rgb upside down, yuv ok" | |
469 fourcc ASV1 | |
470 driver vfw | |
471 dll "asusasvd.dll" | |
472 ; out YVYU | |
473 out UYVY | |
403 | 474 out BGR32,BGR24,BGR15 flip |
475 | |
1950 | 476 videocodec msrle |
2691 | 477 info "M$ RLE8" |
1950 | 478 status working |
479 format 0x1 | |
480 driver rle | |
481 dll "xa_rle8" | |
482 out BGR32,BGR24,BGR16,BGR15 | |
483 | |
2398 | 484 videocodec 3ivX |
485 info "3ivX Delta 3.5" | |
2691 | 486 status crashing |
2398 | 487 fourcc 3IV1 |
2375
0170742db0c8
3ivx dshow added, ulaw/vbr mp3/cbr mp3 for MOV files added
alex
parents:
2165
diff
changeset
|
488 driver dshow |
0170742db0c8
3ivx dshow added, ulaw/vbr mp3/cbr mp3 for MOV files added
alex
parents:
2165
diff
changeset
|
489 dll "3ivxdmo.dll" |
0170742db0c8
3ivx dshow added, ulaw/vbr mp3/cbr mp3 for MOV files added
alex
parents:
2165
diff
changeset
|
490 guid 0x0E6772C0, 0xDD80, 0x11D4, 0xB5, 0x8f, 0xA8, 0x6B, 0x66, 0xd0, 0x61, 0x1c |
2398 | 491 out YV12 |
492 out YUY2 | |
2375
0170742db0c8
3ivx dshow added, ulaw/vbr mp3/cbr mp3 for MOV files added
alex
parents:
2165
diff
changeset
|
493 out BGR32,BGR24,BGR16,BGR15 |
0170742db0c8
3ivx dshow added, ulaw/vbr mp3/cbr mp3 for MOV files added
alex
parents:
2165
diff
changeset
|
494 |
2675 | 495 videocodec 3ivXqtx |
496 info "3ivX Delta 3.5" | |
2691 | 497 status crashing |
2675 | 498 fourcc 3IV1 |
499 driver vfw | |
500 dll "qtx/3ivx.qtx" | |
501 out YV12 | |
502 out YUY2 | |
503 out BGR32,BGR24,BGR16,BGR15 | |
504 | |
2398 | 505 ; =============== XANIM DLL's ============= |
506 | |
2392 | 507 videocodec indeo5xa |
508 info "Intel Indeo 5" | |
2398 | 509 status working |
2392 | 510 fourcc IV50,iv50 |
511 driver xanim | |
2400 | 512 dll "vid_iv50.xa" |
2392 | 513 out YV12,IYUV,I420 |
514 | |
2398 | 515 videocodec indeo4xa |
516 info "Intel Indeo 4.1" | |
517 status working | |
518 fourcc IV41,iv41 | |
519 driver xanim | |
2400 | 520 dll "vid_iv41.xa" |
2398 | 521 out YV12,IYUV,I420 |
522 | |
523 videocodec indeo3xa | |
524 info "Intel Indeo 3.1/3.2" | |
525 status working | |
526 fourcc IV31,iv31 | |
527 fourcc IV32,iv32 | |
528 driver xanim | |
2400 | 529 dll "vid_iv32.xa" |
2398 | 530 out YV12,IYUV,I420 |
531 | |
2392 | 532 videocodec cvidxa |
533 info "Radius Cinepak Video" | |
534 status working | |
535 fourcc cvid | |
536 driver xanim | |
2400 | 537 dll "vid_cvid.xa" |
2392 | 538 out YV12,IYUV,I420 |
539 | |
540 videocodec 3ivXxa | |
2398 | 541 info "3ivX Delta 3.5" |
2392 | 542 status working |
543 fourcc 3IV1 | |
544 driver xanim | |
2400 | 545 dll "vid_3ivX.xa" |
2392 | 546 out YV12,IYUV,I420 |
547 | |
2398 | 548 videocodec h263xa |
549 info "CCITT H.263" | |
2683 | 550 status working |
2485
6d561976740a
corrected some fourcc's at xanim dll's and corrected mov mp3,ulaw,alaw
alex
parents:
2433
diff
changeset
|
551 fourcc H263,h263 |
2683 | 552 fourcc VIVO,vivo H263 |
2398 | 553 driver xanim |
2400 | 554 dll "vid_h263.xa" |
2398 | 555 out YV12,IYUV,I420 |
556 | |
557 videocodec h261xa | |
558 info "CCITT H.261" | |
559 status untested | |
2485
6d561976740a
corrected some fourcc's at xanim dll's and corrected mov mp3,ulaw,alaw
alex
parents:
2433
diff
changeset
|
560 fourcc H261,h261 |
2398 | 561 driver xanim |
2400 | 562 dll "vid_h261.xa" |
2398 | 563 out YV12,IYUV,I420 |
564 | |
565 videocodec cyuvxa | |
566 info "Creative CYUV" | |
567 status untested | |
568 fourcc CYUV,cyuv | |
569 driver xanim | |
2400 | 570 dll "vid_cyuv.xa" |
2398 | 571 out YV12,IYUV,I420 |
572 | |
2820
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
573 videocodec rawyv12 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
574 info "RAW YV12" |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
575 status working |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
576 driver raw |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
577 format 0x0 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
578 out YV12 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
579 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
580 videocodec rawuyvy |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
581 info "RAW UYVY" |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
582 status working |
2804 | 583 driver raw |
2820
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
584 format 0x0 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
585 out UYVY |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
586 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
587 videocodec rawrgb32 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
588 info "RAW RGB32" |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
589 status working |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
590 driver raw |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
591 format 0x0 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
592 out RGB32 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
593 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
594 videocodec rawrgb24 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
595 info "RAW RGB24" |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
596 status working |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
597 driver raw |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
598 format 0x0 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
599 out RGB24 |
2675 | 600 |
1390 | 601 videocodec null |
2691 | 602 info "NULL codec (no decoding!)" |
1390 | 603 status working |
604 comment "for unknown/unsupported codecs or testing" | |
605 driver null | |
606 out YV12 | |
607 out I420 | |
608 out YUY2 | |
609 out UYVY | |
610 out BGR32,BGR24,BGR16,BGR15 | |
611 | |
471 | 612 ;============================================================================= |
613 ; AUDIO CODECS | |
614 ;============================================================================= | |
615 | |
757 | 616 audiocodec pcm |
617 info "Uncompressed PCM" | |
618 status working | |
619 format 0x1 | |
2675 | 620 format 0x20776172 ; "raw " (MOV files) |
621 format 0x736f7774 ; "twos" (MOV files) | |
757 | 622 ;;;; these are for hardware support only: (alaw,ulaw,ima-adpcm,mpeg,ac3) |
623 ; format 0x6 | |
624 ; format 0x7 | |
625 ; format 0x11 | |
626 ; format 0x50 | |
627 ; format 0x2000 | |
628 ;;;; | |
629 driver pcm | |
630 dll "uncompressed" | |
631 | |
267 | 632 audiocodec divx |
268 | 633 info "DivX audio (WMA)" |
334 | 634 status working |
267 | 635 format 0x160 |
636 format 0x161 | |
637 driver acm | |
638 dll "divxa32.acm" | |
639 | |
640 audiocodec msadpcm | |
268 | 641 info "MS ADPCM" |
334 | 642 status working |
267 | 643 format 0x2 |
644 driver acm | |
645 dll "msadp32.acm" | |
646 | |
647 audiocodec mp3 | |
610
ebd2d0bba43d
comments changed, and dll added for native codecs too (for html)
arpi_esp
parents:
496
diff
changeset
|
648 info "MPEG layer-2, layer-3" |
334 | 649 status working |
1928 | 650 comment "Optimized to MMX/SSE/3Dnow!" |
267 | 651 format 0x50 |
652 format 0x55 | |
2485
6d561976740a
corrected some fourcc's at xanim dll's and corrected mov mp3,ulaw,alaw
alex
parents:
2433
diff
changeset
|
653 format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files) |
6d561976740a
corrected some fourcc's at xanim dll's and corrected mov mp3,ulaw,alaw
alex
parents:
2433
diff
changeset
|
654 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) |
267 | 655 driver mp3lib |
891 | 656 dll "mp3lib (mpglib)" |
267 | 657 flags seekable |
658 | |
2415 | 659 ;MAD library |
660 audiocodec mad | |
661 info "MAD MPEG layer-2, layer-3" | |
662 status working | |
2691 | 663 comment "Optimized for ARM, unstable" |
2415 | 664 format 0x50 |
665 format 0x55 | |
2485
6d561976740a
corrected some fourcc's at xanim dll's and corrected mov mp3,ulaw,alaw
alex
parents:
2433
diff
changeset
|
666 format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files) |
6d561976740a
corrected some fourcc's at xanim dll's and corrected mov mp3,ulaw,alaw
alex
parents:
2433
diff
changeset
|
667 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) |
2415 | 668 driver libmad |
669 dll "libmad" | |
670 flags seekable | |
671 | |
1928 | 672 audiocodec ffmp3 |
673 info "FFmpeg layer-123 audio decoder - integer only" | |
674 status working | |
675 format 0x50 | |
676 format 0x55 | |
2485
6d561976740a
corrected some fourcc's at xanim dll's and corrected mov mp3,ulaw,alaw
alex
parents:
2433
diff
changeset
|
677 format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files) |
6d561976740a
corrected some fourcc's at xanim dll's and corrected mov mp3,ulaw,alaw
alex
parents:
2433
diff
changeset
|
678 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) |
1928 | 679 driver ffmpeg |
680 dll "mpegaudio" | |
681 flags seekable | |
682 | |
729 | 683 audiocodec mp3acm |
684 info "MPEG layer-3" | |
685 status working | |
1928 | 686 comment "conflicts with security kernel patches" |
729 | 687 format 0x55 |
688 driver acm | |
689 dll "l3codeca.acm" | |
690 flags seekable | |
691 | |
267 | 692 audiocodec imaadpcm |
268 | 693 info "IMA ADPCM" |
334 | 694 status working |
267 | 695 format 0x11 |
696 driver acm | |
697 dll "imaadp32.acm" | |
698 | |
699 audiocodec msgsmacm | |
268 | 700 info "MS GSM" |
334 | 701 status working |
267 | 702 format 0x31 |
703 format 0x32 | |
704 driver acm | |
2165
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
705 dll "msnaudio.acm" |
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
706 ; dll "msgsm32.acm" |
267 | 707 |
708 audiocodec msgsm | |
268 | 709 info "MS GSM" |
334 | 710 status working |
267 | 711 format 0x31 |
712 format 0x32 | |
713 driver msgsm | |
610
ebd2d0bba43d
comments changed, and dll added for native codecs too (for html)
arpi_esp
parents:
496
diff
changeset
|
714 dll "xa_gsm.c" |
267 | 715 |
303 | 716 audiocodec alaw |
717 info "aLaw" | |
334 | 718 status working |
303 | 719 format 0x6 |
720 driver alaw | |
1227 | 721 dll "alaw" |
303 | 722 |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
723 audiocodec ulaw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
724 info "uLaw" |
757 | 725 status working |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
726 format 0x7 |
2675 | 727 format 0x77616c75 ; "ulaw" (MOV files) |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
728 driver alaw |
1227 | 729 dll "ulaw" |
303 | 730 |
401 | 731 audiocodec dvdpcm |
732 info "Uncompressed DVD PCM" | |
733 status working | |
734 format 0x10001 | |
735 driver dvdpcm | |
757 | 736 dll "uncompressed" |
401 | 737 |
303 | 738 audiocodec ac3 |
739 info "AC3" | |
334 | 740 status working |
303 | 741 format 0x2000 |
742 driver libac3 | |
610
ebd2d0bba43d
comments changed, and dll added for native codecs too (for html)
arpi_esp
parents:
496
diff
changeset
|
743 dll "libac3" |
303 | 744 |
267 | 745 audiocodec voxware |
268 | 746 info "VoxWare" |
2691 | 747 status working |
267 | 748 format 0x75 |
749 driver dshow | |
750 dll "voxmsdec.ax" | |
751 guid 0x73f7a062, 0x8829, 0x11d1, 0xb5, 0x50, 0x00, 0x60, 0x97, 0x24, 0x2d, 0x8d | |
752 | |
333 | 753 audiocodec acelp |
754 info "ACELP.net Sipro Lab Audio Decoder" | |
338 | 755 status crashing |
496 | 756 comment "DS: cannot connect Output pin" |
333 | 757 format 0x130 |
758 driver dshow | |
759 dll "acelpdec.ax" | |
334 | 760 guid 0x4009f700, 0xaeba, 0x11d1, 0x83, 0x44, 0x00, 0xc0, 0x4f, 0xb9, 0x2e, 0xb7 |
333 | 761 |
762 audiocodec imc | |
763 info "Intel Music Coder" | |
1372 | 764 status working |
765 comment "driver at http://codeczone.virtualave.net/FXIMCAUD.zip" | |
333 | 766 format 0x401 |
1372 | 767 driver acm |
768 dll "imc32.acm" | |
1528
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
769 |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
770 audiocodec hwac3 |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
771 info "AC3 through SPDIF" |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
772 status working |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
773 format 0x2000 |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
774 driver hwac3 |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
775 dll "ac3-iec958.c" |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
776 |
1828 | 777 audiocodec vorbis |
778 info "OggVorbis Audio Decoder" | |
1985 | 779 status working |
1828 | 780 comment "OggVorbis driver using libvorbis" |
781 format 0xFFFE | |
782 driver libvorbis | |
783 dll "libvorbis" | |
784 flags seekable | |
785 ; acm codec doesn't work, haven't tried zorannt dshow codec | |
786 ; driver acm | |
787 ; dll "vorbis.acm" | |
788 | |
2423 | 789 audiocodec ima4 |
790 info "IMA4:1" | |
791 status working | |
792 comment "MONO only" | |
793 format 0x34616d69 ; "ima4" (MOV files) | |
794 driver ima4 | |
795 dll "ima4.c" | |
2675 | 796 |
797 audiocodec vivosiren | |
798 info "Vivo G.723/Siren Audio Codec" | |
799 status untested | |
800 format 0x111 ; vivo g.723 | |
801 format 0x112 ; siren | |
802 driver acm | |
803 dll "vivog723.acm" |