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