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