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