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