Mercurial > mplayer.hg
annotate etc/codecs.conf @ 2231:440b15b32181
quick fix for movies with a height which is not a multiple of 8
author | michael |
---|---|
date | Wed, 17 Oct 2001 02:04:16 +0000 |
parents | 03b83a9eafa3 |
children | 0170742db0c8 |
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 | |
1526 | 32 fourcc AP41 div3 ; AngelPotion stuff |
1278 | 33 driver dshow |
34 dll "divx_c32.ax" | |
35 guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa | |
36 ; out YV12 | |
37 out YUY2 | |
38 out BGR32,BGR24,BGR16,BGR15 | |
39 | |
303 | 40 videocodec mpeg12 |
41 info "MPEG 1 or 2" | |
610
ebd2d0bba43d
comments changed, and dll added for native codecs too (for html)
arpi_esp
parents:
496
diff
changeset
|
42 comment "with postprocessing" |
334 | 43 status working |
1463 | 44 format 0x10000001 ; mpeg 1 |
45 format 0x10000002 ; mpeg 2 | |
303 | 46 driver libmpeg2 |
610
ebd2d0bba43d
comments changed, and dll added for native codecs too (for html)
arpi_esp
parents:
496
diff
changeset
|
47 dll "libmpeg2" |
303 | 48 out YV12 |
49 | |
2165
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
50 videocodec mpeg4ds |
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
51 info "Microsoft MPEG-4 v1/v2" |
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
52 status working |
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
53 comment "with postprocessing" |
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
54 fourcc DIV2,div2 mp42 |
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
55 fourcc MPG4,mpg4 |
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
56 fourcc MP42,mp42 |
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
57 driver dshow |
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
58 dll "mpg4ds32.ax" |
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
59 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
|
60 out YUY2 |
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
61 out BGR32,BGR24,BGR16,BGR15 |
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
62 |
267 | 63 videocodec mpeg4 |
268 | 64 info "Microsoft MPEG-4 v1/v2" |
334 | 65 status working |
610
ebd2d0bba43d
comments changed, and dll added for native codecs too (for html)
arpi_esp
parents:
496
diff
changeset
|
66 ; comment "No postprocessing" |
267 | 67 fourcc MPG4,mpg4 |
68 fourcc MP42,mp42 | |
742 | 69 fourcc DIV2 mp42 |
267 | 70 driver vfw |
71 dll "mpg4c32.dll" | |
303 | 72 out YUY2 yuvhack |
73 out BGR32,BGR24,BGR15 | |
267 | 74 |
303 | 75 videocodec divx |
76 info "DivX ;-) (MS MPEG-4 v3)" | |
334 | 77 status working |
78 fourcc MP43,mp43 div3 ; M$ MPEG4 v3 (fourcc mapping to div3) | |
79 fourcc DIV5,div5 div3 ; DivX 3.20 | |
80 fourcc DIV6,div6 div4 ; -||- | |
312 | 81 fourcc DIV3,div3,DIV4,div4 |
1526 | 82 fourcc AP41 div3 ; AngelPotion stuff |
303 | 83 driver vfw |
84 dll "divxc32.dll" | |
85 out YUY2 yuvhack | |
86 out BGR32,BGR24,BGR15 | |
1349 | 87 |
1390 | 88 |
89 videocodec odivx | |
90 info "OpenDivX (MPEG-4 v2)" | |
91 comment "with postprocessing" | |
92 status working | |
93 fourcc DIVX,divx | |
94 fourcc DIV1,div1 divx | |
95 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 | |
96 fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3 ; for DivX4Linux only! | |
1526 | 97 fourcc AP41 DIV3 ; AngelPotion stuff |
1390 | 98 format 0x4 |
99 driver odivx | |
100 dll "opendivx decore" | |
101 out YV12 | |
102 | |
1349 | 103 videocodec divx4 |
104 info "DivX4Linux (MPEG-4 v2,v3)" | |
105 comment "with postprocessing" | |
106 status working | |
107 fourcc DIVX,divx | |
108 fourcc DIV1,div1 divx | |
109 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 | |
110 fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3 ; for DivX4Linux only! | |
1526 | 111 fourcc AP41 DIV3 ; AngelPotion stuff |
1349 | 112 format 0x4 |
113 driver divx4 | |
114 dll "libdivxdecore.0" | |
115 ; out YV12 ; works, but odivx driver is faster with YV12 (DEC_USER) | |
1526 | 116 ; out I420 |
1349 | 117 out YUY2 |
118 out UYVY | |
119 out BGR32,BGR24,BGR16,BGR15 | |
267 | 120 |
2088 | 121 videocodec divx4vfw |
122 info "DivX4Windows-VFW (DivX 3.x, DivX4)" | |
123 status working | |
124 comment "with postprocessing!!!" | |
125 fourcc DIVX,divx ; opendivx / divx4 | |
126 fourcc DIV1,div1 divx | |
127 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 | |
128 fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3 ; for DivX4Linux only! | |
129 fourcc AP41 DIV3 ; AngelPotion stuff | |
130 format 0x4 | |
131 driver vfw | |
132 dll "divx.dll" | |
133 ; out YV12 ; buggy | |
134 out YUY2 | |
135 out BGR32,BGR24,BGR15 | |
136 | |
1453 | 137 videocodec i263 |
138 info "I263" | |
139 status working | |
140 fourcc I263,i263,I420,i420 | |
141 driver vfw | |
142 dll "i263_32.drv" | |
143 ; out I420 | |
144 out YUY2 | |
145 out BGR32,BGR24,BGR15 | |
146 | |
147 videocodec mjpeg | |
148 info "Motion JPEG" | |
149 status working | |
150 fourcc MJPG | |
151 driver vfw | |
152 dll "mcmjpg32.dll" | |
153 ; dll "m3jpeg32.dll" | |
154 out YUY2 | |
155 out UYVY | |
156 out BGR32,BGR24,BGR15 | |
157 | |
1278 | 158 ; =============== FFMPEG MPEG CODECS ========================= |
159 | |
1453 | 160 videocodec ffmjpeg |
161 info "FFmpeg MJPEG decoder" | |
162 status working | |
163 fourcc MJPG,mjpg | |
164 driver ffmpeg | |
165 dll mjpeg | |
166 ; out YUY2 | |
167 out YV12 | |
168 | |
169 videocodec ffi263 | |
170 info "FFmpeg I263 decoder" | |
171 status working | |
172 fourcc I263,i263 | |
173 driver ffmpeg | |
174 dll h263i | |
175 out YV12 | |
176 | |
177 videocodec ffh263 | |
178 info "FFmpeg H263+ decoder" | |
1526 | 179 status working |
1453 | 180 fourcc H263,U263 |
181 driver ffmpeg | |
182 dll h263 | |
183 out YV12 | |
184 | |
1278 | 185 videocodec ffdivx |
186 info "FFmpeg DivX ;-) (MS MPEG-4 v3)" | |
187 status working | |
1430 | 188 fourcc MPG3,mpg3 div3 |
1278 | 189 fourcc MP43,mp43 div3 ; M$ MPEG4 v3 (fourcc mapping to div3) |
190 fourcc DIV5,div5 div3 ; DivX 3.20 | |
191 fourcc DIV6,div6 div4 ; -||- | |
192 fourcc DIV3,div3,DIV4,div4 | |
1526 | 193 fourcc AP41 div3 ; AngelPotion stuff |
1278 | 194 driver ffmpeg |
195 dll msmpeg4 | |
196 out YV12 | |
197 | |
198 videocodec ffodivx | |
199 info "FFmpeg OpenDivX" | |
200 status working | |
1390 | 201 ; comment "doesn't support >= 4.0alpha48 movies yet" |
1278 | 202 fourcc DIVX,divx |
203 fourcc DIV1,div1 divx | |
204 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 | |
205 format 0x4 | |
206 driver ffmpeg | |
1901 | 207 dll mpeg4 ;opendivx |
1278 | 208 out YV12 |
209 | |
210 videocodec ffmpeg12 | |
211 info "FFmpeg-1" | |
1526 | 212 status working |
1463 | 213 format 0x10000001 ; mpeg 1 |
1526 | 214 format 0x10000002 ; mpeg 2 |
1278 | 215 driver ffmpeg |
1453 | 216 dll "mpegvideo" |
1278 | 217 out YV12 |
218 | |
219 | |
1877 | 220 videocodec mpegpes |
221 info "Mpeg PES output (.mpg or DVB card)" | |
222 comment "for hardware decoding" | |
1985 | 223 status working |
1877 | 224 format 0x10000001 ; mpeg 1 |
225 format 0x10000002 ; mpeg 2 | |
226 driver libmpeg2 | |
227 dll "libmpeg2" | |
228 out MPES | |
229 | |
1278 | 230 ; ============== OTHER STUFF ======================= |
231 | |
232 | |
1938 | 233 videocodec vp3 |
234 info "On2 OpenSource VP3-Codec" | |
235 status working | |
236 comment "For SSE-systems use hacked dll from ftp://mplayerhq.hu/MPlayer/samples/drivers32/" | |
237 fourcc VP31,vp31 | |
238 driver vfwex | |
239 dll "vp31vfw.dll" | |
240 out YUY2 | |
241 out BGR32,BGR24,BGR15 | |
242 | |
334 | 243 videocodec indeo5ds |
244 info "Intel Indeo 5" | |
796 | 245 status working |
334 | 246 fourcc IV50,iv50 |
247 driver dshow | |
248 dll "ir50_32.dll" | |
249 guid 0x30355649, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71 | |
1557 | 250 ; out YV12,I420 |
334 | 251 out YUY2 |
252 out BGR32,BGR24,BGR16,BGR15 | |
253 | |
346 | 254 videocodec indeo5 |
255 info "Intel Indeo 5" | |
256 status working | |
257 fourcc IV50,iv50 | |
258 driver vfw | |
259 dll "ir50_32.dll" | |
1358 | 260 ; out YV12,I420 ; flickering |
346 | 261 out YUY2 |
262 out BGR32,BGR24,BGR15 | |
263 | |
267 | 264 videocodec indeo4 |
268 | 265 info "Intel Indeo 4.1" |
746 | 266 status working |
267 ; comment "upside-down" | |
267 | 268 fourcc IV41,iv41 |
269 driver vfw | |
270 dll "ir41_32.dll" | |
746 | 271 out BGR24,BGR15 |
267 | 272 |
273 videocodec indeo3 | |
268 | 274 info "Intel Indeo 3.1/3.2" |
334 | 275 status buggy |
1227 | 276 comment "upside-down with some vo drivers, (no yuv)" |
267 | 277 fourcc IV31,iv31 |
278 fourcc IV32,iv32 | |
279 driver vfw | |
280 dll "ir32_32.dll" | |
303 | 281 out BGR24,BGR15 flip |
267 | 282 |
283 videocodec cvid | |
268 | 284 info "Cinepak Video" |
334 | 285 status working |
267 | 286 fourcc cvid |
287 driver vfw | |
318
194ba80a8c69
Cinepak loaded msvidc32.dll instead of iccvid.dll :(
gabucino
parents:
315
diff
changeset
|
288 dll "iccvid.dll" |
496 | 289 ; out YUY2 |
290 ; out UYVY | |
303 | 291 out BGR24,BGR15 |
267 | 292 |
293 videocodec cram | |
312 | 294 info "Microsoft Video 1" |
412 | 295 status working |
333 | 296 fourcc cram,CRAM,MSVC |
267 | 297 driver vfw |
298 dll "msvidc32.dll" | |
303 | 299 out BGR24,BGR15 |
267 | 300 |
301 videocodec vcr2 | |
268 | 302 info "ATI VCR-2" |
471 | 303 status crashing |
304 comment "segfault" | |
267 | 305 fourcc VCR2 |
306 driver vfw | |
307 dll "ativcr2.dll" | |
303 | 308 out YUY2 |
309 out BGR32,BGR24,BGR15 | |
267 | 310 |
713 | 311 videocodec wmv7 |
268 | 312 info "Windows Media Video 7" |
334 | 313 status working |
267 | 314 fourcc WMV1 |
315 driver dshow | |
316 dll "wmvds32.ax" | |
317 guid 0x4facbba1, 0xffd8, 0x4cd7, 0x82, 0x28, 0x61, 0xe2, 0xf6, 0x5c, 0xb1, 0xae | |
471 | 318 ; out I420 |
303 | 319 out YUY2 |
320 out BGR32,BGR24,BGR16,BGR15 | |
267 | 321 |
713 | 322 videocodec wmv8 |
323 info "Windows Media Video 8" | |
1526 | 324 status working |
713 | 325 fourcc WMV2 |
326 driver dshow | |
327 dll "wmv8ds32.ax" | |
328 guid 0x521fb373, 0x7654, 0x49f2, 0xbd, 0xb1, 0x0c, 0x6e, 0x66, 0x60, 0x71, 0x4f | |
329 out YUY2 | |
330 out BGR32,BGR24,BGR16,BGR15 | |
331 | |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
332 videocodec tm20 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
333 info "TrueMotion 2.0" |
334 | 334 status crashing |
713 | 335 comment "segfault in the DLL" |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
336 fourcc TM20 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
337 driver dshow |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
338 dll "tm20dec.ax" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
339 guid 0x4cb63e61, 0xc611, 0x11D0, 0x83, 0xaa, 0x00, 0x00, 0x92, 0x90, 0x01, 0x84 |
471 | 340 ; out UYVY |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
341 out YUY2 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
342 out BGR32,BGR24,BGR16,BGR15 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
343 |
2162
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
344 videocodec qdv |
334 | 345 info "Sony Digital Video (DV)" |
471 | 346 status working |
2162
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
347 fourcc DVSD,dvsd,dvcp dvsd |
334 | 348 driver dshow |
349 dll "qdv.dll" | |
350 guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42 | |
351 out YUY2 | |
471 | 352 out UYVY |
334 | 353 out BGR32,BGR24,BGR16,BGR15 |
354 | |
2162
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
355 videocodec mcdv |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
356 info "MainConcept DV Codec" |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
357 status working |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
358 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
|
359 driver vfw |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
360 dll "mcdvd_32.dll" |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
361 out YUY2 |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
362 out UYVY |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
363 out BGR32,BGR24,BGR15 |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
364 |
334 | 365 videocodec morgands |
366 info "Morgan MJPEG" | |
471 | 367 status crashing |
334 | 368 fourcc MJPG mjpg |
369 driver dshow | |
471 | 370 dll "M3JPEGdec.ax" |
334 | 371 guid 0x6988b440, 0x8352, 0x11d3, 0x9b, 0xda, 0xca, 0x86, 0x73, 0x7c, 0x71, 0x68 |
372 out YUY2 | |
373 out BGR32,BGR24,BGR16,BGR15 | |
374 | |
471 | 375 videocodec huffyuv |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
376 info "HuffYUV" |
742 | 377 status buggy |
378 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
|
379 fourcc HFYU |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
380 driver vfw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
381 dll "huffyuv.dll" |
776 | 382 out YUY2 flip,noflip |
742 | 383 ; out UYVY flip |
384 out BGR32,BGR24 flip | |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
385 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
386 videocodec mszh |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
387 info "AVImszh" |
334 | 388 status crashing |
338 | 389 comment "calls RegEnumValueA()" |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
390 fourcc MSZH |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
391 driver vfw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
392 dll "avimszh.dll" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
393 out YUY2 |
315 | 394 out BGR32,BGR24,BGR15 |
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 zlib |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
397 info "AVIzlib" |
334 | 398 status crashing |
338 | 399 comment "calls RegEnumValueA()" |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
400 fourcc ZLIB |
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 "avizlib.dll" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
403 out YUY2 |
315 | 404 out BGR32,BGR24,BGR15 |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
405 |
344 | 406 videocodec mwv1 |
333 | 407 info "Motion Wavelets" |
471 | 408 status crashing |
409 comment "decompressquery failed" | |
334 | 410 fourcc MWV1 |
333 | 411 driver vfw |
412 dll "icmw_32.dll" | |
471 | 413 ; out YV12 |
414 out YUY2 | |
333 | 415 out BGR32,BGR24,BGR15 |
416 | |
417 | |
345 | 418 videocodec m261 |
419 info "M261" | |
420 status untested | |
421 fourcc m261,M261 | |
403 | 422 driver vfw |
345 | 423 dll "msh261.drv" |
424 out BGR32,BGR24,BGR15 | |
425 | |
403 | 426 videocodec asv2 |
427 info "ASUS V2" | |
428 status buggy | |
471 | 429 comment "rgb upside down, yuv ok" |
403 | 430 fourcc ASV2 |
431 driver vfw | |
432 dll "asusasv2.dll" | |
412 | 433 ; out YVYU |
713 | 434 out UYVY |
435 out BGR32,BGR24,BGR15 flip | |
436 | |
437 videocodec asv1 | |
438 info "ASUS V1" | |
439 status buggy | |
440 comment "rgb upside down, yuv ok" | |
441 fourcc ASV1 | |
442 driver vfw | |
443 dll "asusasvd.dll" | |
444 ; out YVYU | |
445 out UYVY | |
403 | 446 out BGR32,BGR24,BGR15 flip |
447 | |
1950 | 448 videocodec msrle |
449 info "M$ RLE" | |
450 status working | |
451 format 0x1 | |
452 driver rle | |
453 dll "xa_rle8" | |
454 out BGR32,BGR24,BGR16,BGR15 | |
455 | |
1390 | 456 videocodec null |
457 info "NULL codec (no decoding)" | |
458 status working | |
459 comment "for unknown/unsupported codecs or testing" | |
460 driver null | |
461 out YV12 | |
462 out I420 | |
463 out YUY2 | |
464 out UYVY | |
465 out BGR32,BGR24,BGR16,BGR15 | |
466 | |
471 | 467 ;============================================================================= |
468 ; AUDIO CODECS | |
469 ;============================================================================= | |
470 | |
757 | 471 audiocodec pcm |
472 info "Uncompressed PCM" | |
473 status working | |
474 format 0x1 | |
2107 | 475 format 0x20776172 ; "raw " (MOV files) |
757 | 476 ;;;; these are for hardware support only: (alaw,ulaw,ima-adpcm,mpeg,ac3) |
477 ; format 0x6 | |
478 ; format 0x7 | |
479 ; format 0x11 | |
480 ; format 0x50 | |
481 ; format 0x2000 | |
482 ;;;; | |
483 driver pcm | |
484 dll "uncompressed" | |
485 | |
267 | 486 audiocodec divx |
268 | 487 info "DivX audio (WMA)" |
334 | 488 status working |
267 | 489 format 0x160 |
490 format 0x161 | |
491 driver acm | |
492 dll "divxa32.acm" | |
493 | |
494 audiocodec msadpcm | |
268 | 495 info "MS ADPCM" |
334 | 496 status working |
267 | 497 format 0x2 |
498 driver acm | |
499 dll "msadp32.acm" | |
500 | |
729 | 501 ; now mp3lib is stable enough!? |
267 | 502 audiocodec mp3 |
610
ebd2d0bba43d
comments changed, and dll added for native codecs too (for html)
arpi_esp
parents:
496
diff
changeset
|
503 info "MPEG layer-2, layer-3" |
334 | 504 status working |
1928 | 505 comment "Optimized to MMX/SSE/3Dnow!" |
267 | 506 format 0x50 |
507 format 0x55 | |
508 driver mp3lib | |
891 | 509 dll "mp3lib (mpglib)" |
267 | 510 flags seekable |
511 | |
1928 | 512 audiocodec ffmp3 |
513 info "FFmpeg layer-123 audio decoder - integer only" | |
514 status working | |
515 format 0x50 | |
516 format 0x55 | |
517 driver ffmpeg | |
518 dll "mpegaudio" | |
519 flags seekable | |
520 | |
729 | 521 audiocodec mp3acm |
522 info "MPEG layer-3" | |
523 status working | |
1928 | 524 comment "conflicts with security kernel patches" |
729 | 525 format 0x55 |
526 driver acm | |
527 dll "l3codeca.acm" | |
528 flags seekable | |
529 | |
267 | 530 audiocodec imaadpcm |
268 | 531 info "IMA ADPCM" |
334 | 532 status working |
267 | 533 format 0x11 |
534 driver acm | |
535 dll "imaadp32.acm" | |
536 | |
537 audiocodec msgsmacm | |
268 | 538 info "MS GSM" |
334 | 539 status working |
267 | 540 format 0x31 |
541 format 0x32 | |
542 driver acm | |
2165
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
543 dll "msnaudio.acm" |
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
544 ; dll "msgsm32.acm" |
267 | 545 |
546 audiocodec msgsm | |
268 | 547 info "MS GSM" |
334 | 548 status working |
267 | 549 format 0x31 |
550 format 0x32 | |
551 driver msgsm | |
610
ebd2d0bba43d
comments changed, and dll added for native codecs too (for html)
arpi_esp
parents:
496
diff
changeset
|
552 dll "xa_gsm.c" |
267 | 553 |
303 | 554 audiocodec alaw |
555 info "aLaw" | |
334 | 556 status working |
303 | 557 format 0x6 |
558 driver alaw | |
1227 | 559 dll "alaw" |
303 | 560 |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
561 audiocodec ulaw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
562 info "uLaw" |
757 | 563 status working |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
564 format 0x7 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
565 driver alaw |
1227 | 566 dll "ulaw" |
303 | 567 |
401 | 568 audiocodec dvdpcm |
569 info "Uncompressed DVD PCM" | |
570 status working | |
571 format 0x10001 | |
572 driver dvdpcm | |
757 | 573 dll "uncompressed" |
401 | 574 |
303 | 575 audiocodec ac3 |
576 info "AC3" | |
334 | 577 status working |
303 | 578 format 0x2000 |
579 driver libac3 | |
610
ebd2d0bba43d
comments changed, and dll added for native codecs too (for html)
arpi_esp
parents:
496
diff
changeset
|
580 dll "libac3" |
303 | 581 |
267 | 582 audiocodec voxware |
268 | 583 info "VoxWare" |
345 | 584 status working ; audio is bubbling |
267 | 585 format 0x75 |
586 driver dshow | |
587 dll "voxmsdec.ax" | |
588 guid 0x73f7a062, 0x8829, 0x11d1, 0xb5, 0x50, 0x00, 0x60, 0x97, 0x24, 0x2d, 0x8d | |
589 | |
333 | 590 audiocodec acelp |
591 info "ACELP.net Sipro Lab Audio Decoder" | |
338 | 592 status crashing |
496 | 593 comment "DS: cannot connect Output pin" |
333 | 594 format 0x130 |
595 driver dshow | |
596 dll "acelpdec.ax" | |
334 | 597 guid 0x4009f700, 0xaeba, 0x11d1, 0x83, 0x44, 0x00, 0xc0, 0x4f, 0xb9, 0x2e, 0xb7 |
333 | 598 |
599 audiocodec imc | |
600 info "Intel Music Coder" | |
1372 | 601 status working |
602 comment "driver at http://codeczone.virtualave.net/FXIMCAUD.zip" | |
333 | 603 format 0x401 |
1372 | 604 driver acm |
605 dll "imc32.acm" | |
1528
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
606 |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
607 audiocodec hwac3 |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
608 info "AC3 through SPDIF" |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
609 status working |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
610 format 0x2000 |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
611 driver hwac3 |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
612 dll "ac3-iec958.c" |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
613 |
1828 | 614 audiocodec vorbis |
615 info "OggVorbis Audio Decoder" | |
1985 | 616 status working |
1828 | 617 comment "OggVorbis driver using libvorbis" |
618 format 0xFFFE | |
619 driver libvorbis | |
620 dll "libvorbis" | |
621 flags seekable | |
622 ; acm codec doesn't work, haven't tried zorannt dshow codec | |
623 ; driver acm | |
624 ; dll "vorbis.acm" | |
625 |