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