Mercurial > mplayer.hg
annotate etc/codecs.conf @ 3577:6bf4dbfb941c
mmx opt
author | michael |
---|---|
date | Tue, 18 Dec 2001 02:48:14 +0000 |
parents | ceaccd11b8ec |
children | d15713c1480b |
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 | |
1278 | 262 |
3114
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
263 ; =============== WINDOWS DLL's ============== |
1278 | 264 |
1938 | 265 videocodec vp3 |
266 info "On2 OpenSource VP3-Codec" | |
267 status working | |
268 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
|
269 fourcc VP30,vp30,VP31,vp31 |
1938 | 270 driver vfwex |
271 dll "vp31vfw.dll" | |
272 out YUY2 | |
273 out BGR32,BGR24,BGR15 | |
3436 | 274 cpuflags mmx |
1938 | 275 |
334 | 276 videocodec indeo5ds |
277 info "Intel Indeo 5" | |
796 | 278 status working |
334 | 279 fourcc IV50,iv50 |
280 driver dshow | |
281 dll "ir50_32.dll" | |
282 guid 0x30355649, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71 | |
2877 | 283 out YV12 |
334 | 284 out YUY2 |
285 out BGR32,BGR24,BGR16,BGR15 | |
3436 | 286 cpuflags mmx |
334 | 287 |
346 | 288 videocodec indeo5 |
289 info "Intel Indeo 5" | |
290 status working | |
291 fourcc IV50,iv50 | |
292 driver vfw | |
293 dll "ir50_32.dll" | |
1358 | 294 ; out YV12,I420 ; flickering |
346 | 295 out YUY2 |
296 out BGR32,BGR24,BGR15 | |
297 | |
267 | 298 videocodec indeo4 |
268 | 299 info "Intel Indeo 4.1" |
746 | 300 status working |
301 ; comment "upside-down" | |
267 | 302 fourcc IV41,iv41 |
303 driver vfw | |
304 dll "ir41_32.dll" | |
746 | 305 out BGR24,BGR15 |
3436 | 306 cpuflags mmx |
267 | 307 |
308 videocodec indeo3 | |
268 | 309 info "Intel Indeo 3.1/3.2" |
334 | 310 status buggy |
1227 | 311 comment "upside-down with some vo drivers, (no yuv)" |
267 | 312 fourcc IV31,iv31 |
313 fourcc IV32,iv32 | |
314 driver vfw | |
315 dll "ir32_32.dll" | |
303 | 316 out BGR24,BGR15 flip |
3436 | 317 cpuflags mmx |
267 | 318 |
319 videocodec cvid | |
268 | 320 info "Cinepak Video" |
334 | 321 status working |
267 | 322 fourcc cvid |
323 driver vfw | |
318
194ba80a8c69
Cinepak loaded msvidc32.dll instead of iccvid.dll :(
gabucino
parents:
315
diff
changeset
|
324 dll "iccvid.dll" |
496 | 325 ; out YUY2 |
326 ; out UYVY | |
303 | 327 out BGR24,BGR15 |
3436 | 328 cpuflags mmx |
267 | 329 |
330 videocodec cram | |
312 | 331 info "Microsoft Video 1" |
3114
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
332 comment "Input bpp = output bpp (8bpp is only supported by vo_ggi)" |
2675 | 333 status working |
3114
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
334 fourcc cram,CRAM CRAM |
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
335 fourcc msvc,MSVC CRAM |
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
336 fourcc wham,WHAM CRAM |
267 | 337 driver vfw |
338 dll "msvidc32.dll" | |
2683 | 339 out BGR8,BGR15,BGR24 |
267 | 340 |
341 videocodec vcr2 | |
268 | 342 info "ATI VCR-2" |
471 | 343 status crashing |
344 comment "segfault" | |
267 | 345 fourcc VCR2 |
346 driver vfw | |
347 dll "ativcr2.dll" | |
303 | 348 out YUY2 |
349 out BGR32,BGR24,BGR15 | |
3436 | 350 cpuflags mmx |
267 | 351 |
713 | 352 videocodec wmv7 |
268 | 353 info "Windows Media Video 7" |
334 | 354 status working |
267 | 355 fourcc WMV1 |
356 driver dshow | |
357 dll "wmvds32.ax" | |
358 guid 0x4facbba1, 0xffd8, 0x4cd7, 0x82, 0x28, 0x61, 0xe2, 0xf6, 0x5c, 0xb1, 0xae | |
471 | 359 ; out I420 |
303 | 360 out YUY2 |
361 out BGR32,BGR24,BGR16,BGR15 | |
3436 | 362 cpuflags mmx |
267 | 363 |
713 | 364 videocodec wmv8 |
365 info "Windows Media Video 8" | |
1526 | 366 status working |
713 | 367 fourcc WMV2 |
368 driver dshow | |
369 dll "wmv8ds32.ax" | |
370 guid 0x521fb373, 0x7654, 0x49f2, 0xbd, 0xb1, 0x0c, 0x6e, 0x66, 0x60, 0x71, 0x4f | |
371 out YUY2 | |
372 out BGR32,BGR24,BGR16,BGR15 | |
3436 | 373 cpuflags mmx |
713 | 374 |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
375 videocodec tm20 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
376 info "TrueMotion 2.0" |
334 | 377 status crashing |
713 | 378 comment "segfault in the DLL" |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
379 fourcc TM20 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
380 driver dshow |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
381 dll "tm20dec.ax" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
382 guid 0x4cb63e61, 0xc611, 0x11D0, 0x83, 0xaa, 0x00, 0x00, 0x92, 0x90, 0x01, 0x84 |
471 | 383 ; out UYVY |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
384 out YUY2 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
385 out BGR32,BGR24,BGR16,BGR15 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
386 |
2162
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
387 videocodec qdv |
334 | 388 info "Sony Digital Video (DV)" |
471 | 389 status working |
2162
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
390 fourcc DVSD,dvsd,dvcp dvsd |
334 | 391 driver dshow |
392 dll "qdv.dll" | |
393 guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42 | |
394 out YUY2 | |
471 | 395 out UYVY |
334 | 396 out BGR32,BGR24,BGR16,BGR15 |
3436 | 397 cpuflags mmx |
334 | 398 |
2162
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
399 videocodec mcdv |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
400 info "MainConcept DV Codec" |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
401 status working |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
402 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
|
403 driver vfw |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
404 dll "mcdvd_32.dll" |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
405 out YUY2 |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
406 out UYVY |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
407 out BGR32,BGR24,BGR15 |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
408 |
334 | 409 videocodec morgands |
410 info "Morgan MJPEG" | |
471 | 411 status crashing |
334 | 412 fourcc MJPG mjpg |
413 driver dshow | |
471 | 414 dll "M3JPEGdec.ax" |
334 | 415 guid 0x6988b440, 0x8352, 0x11d3, 0x9b, 0xda, 0xca, 0x86, 0x73, 0x7c, 0x71, 0x68 |
416 out YUY2 | |
417 out BGR32,BGR24,BGR16,BGR15 | |
418 | |
471 | 419 videocodec huffyuv |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
420 info "HuffYUV" |
742 | 421 status buggy |
422 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
|
423 fourcc HFYU |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
424 driver vfw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
425 dll "huffyuv.dll" |
776 | 426 out YUY2 flip,noflip |
742 | 427 ; out UYVY flip |
428 out BGR32,BGR24 flip | |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
429 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
430 videocodec mszh |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
431 info "AVImszh" |
2713 | 432 status buggy |
433 comment "24bpp only" | |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
434 fourcc MSZH |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
435 driver vfw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
436 dll "avimszh.dll" |
2691 | 437 ; out YUY2 |
2713 | 438 ; out BGR32,BGR24,BGR15 |
439 out BGR24 | |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
440 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
441 videocodec zlib |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
442 info "AVIzlib" |
2713 | 443 status buggy |
444 comment "24bpp only" | |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
445 fourcc ZLIB |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
446 driver vfw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
447 dll "avizlib.dll" |
2691 | 448 ; out YUY2 |
2713 | 449 ; out BGR32,BGR24,BGR15 |
450 out BGR24 | |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
451 |
344 | 452 videocodec mwv1 |
333 | 453 info "Motion Wavelets" |
2713 | 454 status buggy |
455 comment "no yuv, flip requires" | |
334 | 456 fourcc MWV1 |
333 | 457 driver vfw |
458 dll "icmw_32.dll" | |
2713 | 459 ; out YV12 flip |
460 ; out YUY2 flip | |
461 out BGR32,BGR24,BGR15 flip | |
3436 | 462 cpuflags mmx |
333 | 463 |
345 | 464 videocodec m261 |
465 info "M261" | |
466 status untested | |
467 fourcc m261,M261 | |
403 | 468 driver vfw |
345 | 469 dll "msh261.drv" |
470 out BGR32,BGR24,BGR15 | |
471 | |
403 | 472 videocodec asv2 |
473 info "ASUS V2" | |
474 status buggy | |
471 | 475 comment "rgb upside down, yuv ok" |
403 | 476 fourcc ASV2 |
477 driver vfw | |
478 dll "asusasv2.dll" | |
412 | 479 ; out YVYU |
713 | 480 out UYVY |
481 out BGR32,BGR24,BGR15 flip | |
3436 | 482 cpuflags mmx |
713 | 483 |
484 videocodec asv1 | |
485 info "ASUS V1" | |
486 status buggy | |
487 comment "rgb upside down, yuv ok" | |
488 fourcc ASV1 | |
489 driver vfw | |
490 dll "asusasvd.dll" | |
491 ; out YVYU | |
492 out UYVY | |
403 | 493 out BGR32,BGR24,BGR15 flip |
3436 | 494 cpuflags mmx |
403 | 495 |
2398 | 496 videocodec 3ivX |
497 info "3ivX Delta 3.5" | |
2691 | 498 status crashing |
2398 | 499 fourcc 3IV1 |
2375
0170742db0c8
3ivx dshow added, ulaw/vbr mp3/cbr mp3 for MOV files added
alex
parents:
2165
diff
changeset
|
500 driver dshow |
0170742db0c8
3ivx dshow added, ulaw/vbr mp3/cbr mp3 for MOV files added
alex
parents:
2165
diff
changeset
|
501 dll "3ivxdmo.dll" |
0170742db0c8
3ivx dshow added, ulaw/vbr mp3/cbr mp3 for MOV files added
alex
parents:
2165
diff
changeset
|
502 guid 0x0E6772C0, 0xDD80, 0x11D4, 0xB5, 0x8f, 0xA8, 0x6B, 0x66, 0xd0, 0x61, 0x1c |
2398 | 503 out YV12 |
504 out YUY2 | |
2375
0170742db0c8
3ivx dshow added, ulaw/vbr mp3/cbr mp3 for MOV files added
alex
parents:
2165
diff
changeset
|
505 out BGR32,BGR24,BGR16,BGR15 |
0170742db0c8
3ivx dshow added, ulaw/vbr mp3/cbr mp3 for MOV files added
alex
parents:
2165
diff
changeset
|
506 |
3399 | 507 videocodec mss1 |
508 info "Windows Screen Video" | |
509 status crashing | |
510 fourcc MSS1 | |
511 driver dshow | |
512 dll "msscds32.ax" | |
513 guid 0x3301a7c4, 0x0a8d, 0x11d4, 0x91, 0x4d, 0x00, 0xc0, 0x4f, 0x61, 0x0d, 0x24 | |
514 ; out I420 | |
515 ; out YUY2 | |
516 out BGR32,BGR24,BGR16,BGR15 | |
517 | |
2675 | 518 videocodec 3ivXqtx |
519 info "3ivX Delta 3.5" | |
2691 | 520 status crashing |
2675 | 521 fourcc 3IV1 |
522 driver vfw | |
523 dll "qtx/3ivx.qtx" | |
524 out YV12 | |
525 out YUY2 | |
526 out BGR32,BGR24,BGR16,BGR15 | |
527 | |
3114
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
528 |
2398 | 529 ; =============== XANIM DLL's ============= |
530 | |
2392 | 531 videocodec indeo5xa |
532 info "Intel Indeo 5" | |
2398 | 533 status working |
2392 | 534 fourcc IV50,iv50 |
535 driver xanim | |
2400 | 536 dll "vid_iv50.xa" |
2392 | 537 out YV12,IYUV,I420 |
538 | |
2398 | 539 videocodec indeo4xa |
540 info "Intel Indeo 4.1" | |
541 status working | |
542 fourcc IV41,iv41 | |
543 driver xanim | |
2400 | 544 dll "vid_iv41.xa" |
2398 | 545 out YV12,IYUV,I420 |
546 | |
547 videocodec indeo3xa | |
548 info "Intel Indeo 3.1/3.2" | |
549 status working | |
550 fourcc IV31,iv31 | |
551 fourcc IV32,iv32 | |
552 driver xanim | |
2400 | 553 dll "vid_iv32.xa" |
2398 | 554 out YV12,IYUV,I420 |
555 | |
2392 | 556 videocodec cvidxa |
557 info "Radius Cinepak Video" | |
558 status working | |
559 fourcc cvid | |
560 driver xanim | |
2400 | 561 dll "vid_cvid.xa" |
2392 | 562 out YV12,IYUV,I420 |
563 | |
564 videocodec 3ivXxa | |
2398 | 565 info "3ivX Delta 3.5" |
2392 | 566 status working |
567 fourcc 3IV1 | |
568 driver xanim | |
2400 | 569 dll "vid_3ivX.xa" |
2392 | 570 out YV12,IYUV,I420 |
571 | |
2398 | 572 videocodec h263xa |
573 info "CCITT H.263" | |
2683 | 574 status working |
2485
6d561976740a
corrected some fourcc's at xanim dll's and corrected mov mp3,ulaw,alaw
alex
parents:
2433
diff
changeset
|
575 fourcc H263,h263 |
3114
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
576 fourcc viv1 H263 |
2683 | 577 fourcc VIVO,vivo H263 |
2398 | 578 driver xanim |
2400 | 579 dll "vid_h263.xa" |
2398 | 580 out YV12,IYUV,I420 |
581 | |
582 videocodec h261xa | |
583 info "CCITT H.261" | |
584 status untested | |
2485
6d561976740a
corrected some fourcc's at xanim dll's and corrected mov mp3,ulaw,alaw
alex
parents:
2433
diff
changeset
|
585 fourcc H261,h261 |
2398 | 586 driver xanim |
2400 | 587 dll "vid_h261.xa" |
2398 | 588 out YV12,IYUV,I420 |
589 | |
590 videocodec cyuvxa | |
591 info "Creative CYUV" | |
592 status untested | |
593 fourcc CYUV,cyuv | |
594 driver xanim | |
2400 | 595 dll "vid_cyuv.xa" |
2398 | 596 out YV12,IYUV,I420 |
597 | |
3114
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
598 |
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
599 ; ============== MPLAYER OPENSOURCE CODECS ========= |
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
600 |
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
601 videocodec msrle |
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
602 info "M$ RLE8" |
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
603 status working |
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
604 format 0x1 |
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
605 driver rle |
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
606 dll "xa_rle8" |
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
607 out BGR32,BGR24,BGR16,BGR15 |
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
608 |
3173
76703fb87686
updated to reflect the fact that FLI decoding is now in the program
melanson
parents:
3117
diff
changeset
|
609 videocodec fli |
76703fb87686
updated to reflect the fact that FLI decoding is now in the program
melanson
parents:
3117
diff
changeset
|
610 info "Autodesk FLI/FLC Animation" |
76703fb87686
updated to reflect the fact that FLI decoding is now in the program
melanson
parents:
3117
diff
changeset
|
611 status buggy |
76703fb87686
updated to reflect the fact that FLI decoding is now in the program
melanson
parents:
3117
diff
changeset
|
612 fourcc FLIC |
76703fb87686
updated to reflect the fact that FLI decoding is now in the program
melanson
parents:
3117
diff
changeset
|
613 driver fli |
76703fb87686
updated to reflect the fact that FLI decoding is now in the program
melanson
parents:
3117
diff
changeset
|
614 out BGR24 |
3114
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
615 |
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
616 videocodec video1 |
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
617 info "Microsoft Video 1" |
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
618 status working |
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
619 fourcc cram,CRAM |
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
620 fourcc msvc,MSVC |
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
621 fourcc wham,WHAM |
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
622 driver msvidc |
3331
00ebfe9072e8
updated to reflect BGR32 support in MS Video 1 decoder
melanson
parents:
3312
diff
changeset
|
623 out BGR32,BGR24 |
3114
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
624 |
3399 | 625 ; 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
|
626 videocodec rawyv12 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
627 info "RAW YV12" |
3114
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
628 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
|
629 status working |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
630 driver raw |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
631 format 0x0 |
3304 | 632 fourcc yv12,YV12 |
2820
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
633 out YV12 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
634 |
3304 | 635 videocodec rawyuy2 |
636 info "RAW YUY2" | |
637 status working | |
638 driver raw | |
639 format 0x0 | |
640 fourcc yuy2,YUY2 | |
641 out YUY2 | |
642 | |
2820
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
643 videocodec rawuyvy |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
644 info "RAW UYVY" |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
645 status working |
2804 | 646 driver raw |
2820
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
647 format 0x0 |
3399 | 648 fourcc uyvy,UYVY |
2820
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
649 out UYVY |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
650 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
651 videocodec rawrgb32 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
652 info "RAW RGB32" |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
653 status working |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
654 driver raw |
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 format 0x52474220 |
2820
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
657 out RGB32 |
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 rawrgb24 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
660 info "RAW RGB24" |
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 0x52474218 |
2820
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
665 out RGB24 |
2675 | 666 |
3399 | 667 videocodec rawrgb16 |
668 info "RAW RGB16" | |
669 status working | |
670 driver raw | |
671 format 0x0 | |
672 format 0x52474210 | |
673 out RGB16 | |
674 | |
3312
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
675 videocodec rawbgr24 |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
676 info "RAW BGR24" |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
677 status working |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
678 driver raw |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
679 format 0x0 |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
680 out BGR24 flip |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
681 |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
682 videocodec rawbgr15 |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
683 info "RAW BGR15" |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
684 status working |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
685 driver raw |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
686 format 0x0 |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
687 out BGR15 flip |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
688 |
1390 | 689 videocodec null |
2691 | 690 info "NULL codec (no decoding!)" |
1390 | 691 status working |
692 comment "for unknown/unsupported codecs or testing" | |
693 driver null | |
694 out YV12 | |
695 out I420 | |
696 out YUY2 | |
697 out UYVY | |
698 out BGR32,BGR24,BGR16,BGR15 | |
699 | |
471 | 700 ;============================================================================= |
701 ; AUDIO CODECS | |
702 ;============================================================================= | |
703 | |
757 | 704 audiocodec pcm |
705 info "Uncompressed PCM" | |
706 status working | |
707 format 0x1 | |
2675 | 708 format 0x20776172 ; "raw " (MOV files) |
709 format 0x736f7774 ; "twos" (MOV files) | |
757 | 710 ;;;; these are for hardware support only: (alaw,ulaw,ima-adpcm,mpeg,ac3) |
711 ; format 0x6 | |
712 ; format 0x7 | |
713 ; format 0x11 | |
714 ; format 0x50 | |
715 ; format 0x2000 | |
716 ;;;; | |
717 driver pcm | |
718 dll "uncompressed" | |
719 | |
267 | 720 audiocodec divx |
268 | 721 info "DivX audio (WMA)" |
334 | 722 status working |
267 | 723 format 0x160 |
724 format 0x161 | |
725 driver acm | |
726 dll "divxa32.acm" | |
3436 | 727 cpuflags mmx |
267 | 728 |
729 audiocodec msadpcm | |
268 | 730 info "MS ADPCM" |
334 | 731 status working |
267 | 732 format 0x2 |
733 driver acm | |
734 dll "msadp32.acm" | |
735 | |
736 audiocodec mp3 | |
610
ebd2d0bba43d
comments changed, and dll added for native codecs too (for html)
arpi_esp
parents:
496
diff
changeset
|
737 info "MPEG layer-2, layer-3" |
334 | 738 status working |
1928 | 739 comment "Optimized to MMX/SSE/3Dnow!" |
267 | 740 format 0x50 |
741 format 0x55 | |
2485
6d561976740a
corrected some fourcc's at xanim dll's and corrected mov mp3,ulaw,alaw
alex
parents:
2433
diff
changeset
|
742 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
|
743 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) |
267 | 744 driver mp3lib |
891 | 745 dll "mp3lib (mpglib)" |
267 | 746 flags seekable |
747 | |
2415 | 748 ;MAD library |
749 audiocodec mad | |
750 info "MAD MPEG layer-2, layer-3" | |
751 status working | |
2691 | 752 comment "Optimized for ARM, unstable" |
2415 | 753 format 0x50 |
754 format 0x55 | |
2485
6d561976740a
corrected some fourcc's at xanim dll's and corrected mov mp3,ulaw,alaw
alex
parents:
2433
diff
changeset
|
755 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
|
756 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) |
2415 | 757 driver libmad |
758 dll "libmad" | |
759 flags seekable | |
760 | |
1928 | 761 audiocodec ffmp3 |
762 info "FFmpeg layer-123 audio decoder - integer only" | |
763 status working | |
764 format 0x50 | |
765 format 0x55 | |
2485
6d561976740a
corrected some fourcc's at xanim dll's and corrected mov mp3,ulaw,alaw
alex
parents:
2433
diff
changeset
|
766 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
|
767 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) |
1928 | 768 driver ffmpeg |
769 dll "mpegaudio" | |
770 flags seekable | |
771 | |
729 | 772 audiocodec mp3acm |
773 info "MPEG layer-3" | |
774 status working | |
1928 | 775 comment "conflicts with security kernel patches" |
729 | 776 format 0x55 |
777 driver acm | |
778 dll "l3codeca.acm" | |
779 flags seekable | |
780 | |
267 | 781 audiocodec imaadpcm |
268 | 782 info "IMA ADPCM" |
334 | 783 status working |
267 | 784 format 0x11 |
785 driver acm | |
786 dll "imaadp32.acm" | |
787 | |
788 audiocodec msgsmacm | |
268 | 789 info "MS GSM" |
334 | 790 status working |
267 | 791 format 0x31 |
792 format 0x32 | |
793 driver acm | |
2165
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
794 dll "msnaudio.acm" |
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
795 ; dll "msgsm32.acm" |
267 | 796 |
797 audiocodec msgsm | |
268 | 798 info "MS GSM" |
334 | 799 status working |
267 | 800 format 0x31 |
801 format 0x32 | |
802 driver msgsm | |
610
ebd2d0bba43d
comments changed, and dll added for native codecs too (for html)
arpi_esp
parents:
496
diff
changeset
|
803 dll "xa_gsm.c" |
267 | 804 |
303 | 805 audiocodec alaw |
806 info "aLaw" | |
334 | 807 status working |
303 | 808 format 0x6 |
809 driver alaw | |
1227 | 810 dll "alaw" |
303 | 811 |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
812 audiocodec ulaw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
813 info "uLaw" |
757 | 814 status working |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
815 format 0x7 |
2675 | 816 format 0x77616c75 ; "ulaw" (MOV files) |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
817 driver alaw |
1227 | 818 dll "ulaw" |
303 | 819 |
401 | 820 audiocodec dvdpcm |
821 info "Uncompressed DVD PCM" | |
822 status working | |
823 format 0x10001 | |
824 driver dvdpcm | |
757 | 825 dll "uncompressed" |
401 | 826 |
303 | 827 audiocodec ac3 |
828 info "AC3" | |
334 | 829 status working |
303 | 830 format 0x2000 |
831 driver libac3 | |
610
ebd2d0bba43d
comments changed, and dll added for native codecs too (for html)
arpi_esp
parents:
496
diff
changeset
|
832 dll "libac3" |
303 | 833 |
3414 | 834 audiocodec a52 |
835 info "AC3-liba52" | |
836 status working | |
837 format 0x2000 | |
838 driver liba52 | |
839 dll "liba52" | |
840 | |
267 | 841 audiocodec voxware |
268 | 842 info "VoxWare" |
2691 | 843 status working |
267 | 844 format 0x75 |
845 driver dshow | |
846 dll "voxmsdec.ax" | |
847 guid 0x73f7a062, 0x8829, 0x11d1, 0xb5, 0x50, 0x00, 0x60, 0x97, 0x24, 0x2d, 0x8d | |
848 | |
333 | 849 audiocodec acelp |
850 info "ACELP.net Sipro Lab Audio Decoder" | |
338 | 851 status crashing |
496 | 852 comment "DS: cannot connect Output pin" |
333 | 853 format 0x130 |
854 driver dshow | |
855 dll "acelpdec.ax" | |
334 | 856 guid 0x4009f700, 0xaeba, 0x11d1, 0x83, 0x44, 0x00, 0xc0, 0x4f, 0xb9, 0x2e, 0xb7 |
333 | 857 |
858 audiocodec imc | |
859 info "Intel Music Coder" | |
1372 | 860 status working |
861 comment "driver at http://codeczone.virtualave.net/FXIMCAUD.zip" | |
333 | 862 format 0x401 |
1372 | 863 driver acm |
864 dll "imc32.acm" | |
1528
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
865 |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
866 audiocodec hwac3 |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
867 info "AC3 through SPDIF" |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
868 status working |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
869 format 0x2000 |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
870 driver hwac3 |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
871 dll "ac3-iec958.c" |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
872 |
1828 | 873 audiocodec vorbis |
874 info "OggVorbis Audio Decoder" | |
1985 | 875 status working |
1828 | 876 comment "OggVorbis driver using libvorbis" |
877 format 0xFFFE | |
878 driver libvorbis | |
879 dll "libvorbis" | |
880 flags seekable | |
881 ; acm codec doesn't work, haven't tried zorannt dshow codec | |
882 ; driver acm | |
883 ; dll "vorbis.acm" | |
884 | |
2423 | 885 audiocodec ima4 |
886 info "IMA4:1" | |
887 status working | |
888 comment "MONO only" | |
889 format 0x34616d69 ; "ima4" (MOV files) | |
890 driver ima4 | |
891 dll "ima4.c" | |
2675 | 892 |
3472 | 893 audiocodec vivoaudio |
894 info "Vivo G.723/Siren Audio Codec" | |
895 status working | |
2675 | 896 format 0x111 ; vivo g.723 |
3472 | 897 format 0x112 ; siren |
2675 | 898 driver acm |
899 dll "vivog723.acm" | |
3114
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
900 |
3427 | 901 audiocodec g72x |
902 info "G.711/G.721/G.723" | |
903 status untested | |
904 comment "does not work yet - just noise :(" | |
905 format 0x111 ; vivo g.723 | |
906 driver g72x | |
907 dll "g72x.c" |