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