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