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