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