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