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