Mercurial > mplayer.hg
annotate DOCS/codecs.conf @ 466:c7c03bf70bb7
UYVY support
author | arpi_esp |
---|---|
date | Mon, 16 Apr 2001 01:26:08 +0000 |
parents | 198b46b739d8 |
children | 50e990d816f9 |
rev | line source |
---|---|
307 | 1 ; Default codecs config file. It replaces the old codecs.c file! |
267 | 2 |
303 | 3 videocodec mpeg12 |
4 info "MPEG 1 or 2" | |
334 | 5 status working |
303 | 6 format 0x1 |
7 driver libmpeg2 | |
8 out YV12 | |
9 | |
267 | 10 videocodec mpeg4 |
268 | 11 info "Microsoft MPEG-4 v1/v2" |
334 | 12 status working |
267 | 13 comment "No postprocessing" |
14 fourcc MPG4,mpg4 | |
15 fourcc MP42,mp42 | |
16 driver vfw | |
17 dll "mpg4c32.dll" | |
303 | 18 out YUY2 yuvhack |
19 out BGR32,BGR24,BGR15 | |
267 | 20 |
21 videocodec divxds | |
268 | 22 info "DivX ;-) (MS MPEG-4 v3)" |
334 | 23 status working |
267 | 24 fourcc MP43,mp43 div3 ; fourcc mapping to div3 |
25 fourcc DIV5,div5 div3 | |
26 fourcc DIV6,div6 div4 | |
312 | 27 fourcc DIV3,div3,DIV4,div4 |
267 | 28 driver dshow |
29 dll "divx_c32.ax" | |
30 guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa | |
303 | 31 out YUY2 |
32 out BGR32,BGR24,BGR16,BGR15 | |
267 | 33 |
303 | 34 videocodec divx |
35 info "DivX ;-) (MS MPEG-4 v3)" | |
334 | 36 status working |
37 fourcc MP43,mp43 div3 ; M$ MPEG4 v3 (fourcc mapping to div3) | |
38 fourcc DIV5,div5 div3 ; DivX 3.20 | |
39 fourcc DIV6,div6 div4 ; -||- | |
312 | 40 fourcc DIV3,div3,DIV4,div4 |
303 | 41 driver vfw |
42 dll "divxc32.dll" | |
43 out YUY2 yuvhack | |
44 out BGR32,BGR24,BGR15 | |
45 | |
267 | 46 videocodec odivx |
268 | 47 info "OpenDivX (MPEG-4 v2)" |
334 | 48 status working |
267 | 49 fourcc DIVX,divx |
50 fourcc DIV1,div1 divx | |
349 | 51 format 0x4 |
267 | 52 driver odivx |
303 | 53 out YV12 |
267 | 54 |
334 | 55 videocodec indeo5ds |
56 info "Intel Indeo 5" | |
57 status untested | |
58 fourcc IV50,iv50 | |
59 driver dshow | |
60 dll "ir50_32.dll" | |
61 guid 0x30355649, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71 | |
62 out YUY2 | |
63 out BGR32,BGR24,BGR16,BGR15 | |
64 | |
346 | 65 videocodec indeo5 |
66 info "Intel Indeo 5" | |
67 status working | |
68 fourcc IV50,iv50 | |
69 driver vfw | |
70 dll "ir50_32.dll" | |
71 out YUY2 | |
72 out BGR32,BGR24,BGR15 | |
73 | |
267 | 74 videocodec indeo4 |
268 | 75 info "Intel Indeo 4.1" |
334 | 76 status buggy |
267 | 77 comment "upside-down" |
78 fourcc IV41,iv41 | |
79 driver vfw | |
80 dll "ir41_32.dll" | |
303 | 81 out BGR24,BGR15 flip |
267 | 82 |
83 videocodec indeo3 | |
268 | 84 info "Intel Indeo 3.1/3.2" |
334 | 85 status buggy |
267 | 86 comment "upside-down" |
87 fourcc IV31,iv31 | |
88 fourcc IV32,iv32 | |
89 driver vfw | |
90 dll "ir32_32.dll" | |
303 | 91 out BGR24,BGR15 flip |
267 | 92 |
93 videocodec cvid | |
268 | 94 info "Cinepak Video" |
334 | 95 status working |
267 | 96 fourcc cvid |
97 driver vfw | |
318
194ba80a8c69
Cinepak loaded msvidc32.dll instead of iccvid.dll :(
gabucino
parents:
315
diff
changeset
|
98 dll "iccvid.dll" |
303 | 99 out YUY2 |
100 out BGR24,BGR15 | |
267 | 101 |
102 videocodec cram | |
312 | 103 info "Microsoft Video 1" |
412 | 104 status working |
333 | 105 fourcc cram,CRAM,MSVC |
267 | 106 driver vfw |
107 dll "msvidc32.dll" | |
303 | 108 out BGR24,BGR15 |
267 | 109 |
110 videocodec vcr2 | |
268 | 111 info "ATI VCR-2" |
334 | 112 status working |
267 | 113 fourcc VCR2 |
114 driver vfw | |
115 dll "ativcr2.dll" | |
303 | 116 out YUY2 |
117 out BGR32,BGR24,BGR15 | |
267 | 118 |
119 videocodec i263 | |
268 | 120 info "I263" |
334 | 121 status working |
346 | 122 fourcc I263,i263,I420,i420 |
267 | 123 driver vfw |
124 dll "i263_32.drv" | |
310 | 125 out YUY2 |
303 | 126 out BGR32,BGR24,BGR15 |
267 | 127 |
128 videocodec mjpeg | |
268 | 129 info "Motion JPEG" |
334 | 130 status working |
267 | 131 fourcc MJPG |
132 driver vfw | |
133 dll "mcmjpg32.dll" | |
134 ; dll "m3jpeg32.dll" | |
303 | 135 out YUY2 |
136 out BGR32,BGR24,BGR15 | |
267 | 137 |
138 videocodec wmv1 | |
268 | 139 info "Windows Media Video 7" |
334 | 140 status working |
267 | 141 fourcc WMV1 |
142 driver dshow | |
143 dll "wmvds32.ax" | |
144 guid 0x4facbba1, 0xffd8, 0x4cd7, 0x82, 0x28, 0x61, 0xe2, 0xf6, 0x5c, 0xb1, 0xae | |
303 | 145 out YUY2 |
146 out BGR32,BGR24,BGR16,BGR15 | |
267 | 147 |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
148 videocodec ap41 |
448
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
439
diff
changeset
|
149 info "AngelPotion Definitive V1" ; yet another stolen stuff |
346 | 150 status working |
151 fourcc AP41 div3 | |
152 driver dshow | |
448
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
439
diff
changeset
|
153 dll "divx_c32.ax" ; no need to use apmpg4v1.dll |
346 | 154 guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
155 out YUY2 |
346 | 156 out BGR32,BGR24,BGR16,BGR15 |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
157 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
158 videocodec tm20 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
159 info "TrueMotion 2.0" |
334 | 160 status crashing |
338 | 161 comment "Error connecting to output pin" |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
162 fourcc TM20 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
163 driver dshow |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
164 dll "tm20dec.ax" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
165 guid 0x4cb63e61, 0xc611, 0x11D0, 0x83, 0xaa, 0x00, 0x00, 0x92, 0x90, 0x01, 0x84 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
166 out YUY2 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
167 out BGR32,BGR24,BGR16,BGR15 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
168 |
334 | 169 videocodec dv |
170 info "Sony Digital Video (DV)" | |
171 status untested | |
172 fourcc dvsd | |
173 driver dshow | |
174 dll "qdv.dll" | |
175 guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42 | |
176 out YUY2 | |
177 out BGR32,BGR24,BGR16,BGR15 | |
178 | |
179 videocodec morgands | |
180 info "Morgan MJPEG" | |
181 status untested | |
182 fourcc MJPG mjpg | |
183 driver dshow | |
184 dll "m3jpegdec.ax" | |
185 guid 0x6988b440, 0x8352, 0x11d3, 0x9b, 0xda, 0xca, 0x86, 0x73, 0x7c, 0x71, 0x68 | |
186 out YUY2 | |
187 out BGR32,BGR24,BGR16,BGR15 | |
188 | |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
189 videocodec hfyu |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
190 info "HuffYUV" |
334 | 191 status crashing |
338 | 192 comment "ICDecompressGetFormat failed: Error -2" |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
193 fourcc HFYU |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
194 driver vfw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
195 dll "huffyuv.dll" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
196 out YUY2 |
315 | 197 out BGR32,BGR24,BGR15 |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
198 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
199 videocodec mszh |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
200 info "AVImszh" |
334 | 201 status crashing |
338 | 202 comment "calls RegEnumValueA()" |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
203 fourcc MSZH |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
204 driver vfw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
205 dll "avimszh.dll" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
206 out YUY2 |
315 | 207 out BGR32,BGR24,BGR15 |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
208 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
209 videocodec zlib |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
210 info "AVIzlib" |
334 | 211 status crashing |
338 | 212 comment "calls RegEnumValueA()" |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
213 fourcc ZLIB |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
214 driver vfw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
215 dll "avizlib.dll" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
216 out YUY2 |
315 | 217 out BGR32,BGR24,BGR15 |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
218 |
344 | 219 videocodec mwv1 |
333 | 220 info "Motion Wavelets" |
334 | 221 status untested |
222 fourcc MWV1 | |
333 | 223 driver vfw |
224 dll "icmw_32.dll" | |
225 ; out YUY2 | |
226 out BGR32,BGR24,BGR15 | |
227 | |
228 videocodec wmv8 | |
229 info "Windows Media Video 8" | |
334 | 230 status untested |
333 | 231 fourcc WMV2 |
232 driver dshow | |
233 dll "wmv8ds32.ax" | |
334 | 234 guid 0x521fb373, 0x7654, 0x49f2, 0xbd, 0xb1, 0x0c, 0x6e, 0x66, 0x60, 0x71, 0x4f |
333 | 235 ; out YUY2 |
236 out BGR32,BGR24,BGR16,BGR15 | |
237 | |
345 | 238 videocodec m261 |
239 info "M261" | |
240 status untested | |
241 fourcc m261,M261 | |
403 | 242 driver vfw |
345 | 243 dll "msh261.drv" |
244 out BGR32,BGR24,BGR15 | |
245 | |
403 | 246 videocodec asv2 |
247 info "ASUS V2" | |
248 status buggy | |
435 | 249 comment "upside down" |
403 | 250 fourcc ASV2 |
251 driver vfw | |
252 dll "asusasv2.dll" | |
412 | 253 ; out YVYU |
254 out UYVY flip | |
403 | 255 out BGR32,BGR24,BGR15 flip |
256 | |
267 | 257 audiocodec divx |
268 | 258 info "DivX audio (WMA)" |
334 | 259 status working |
267 | 260 format 0x160 |
261 format 0x161 | |
262 driver acm | |
263 dll "divxa32.acm" | |
264 | |
265 audiocodec msadpcm | |
268 | 266 info "MS ADPCM" |
334 | 267 status working |
267 | 268 format 0x2 |
269 driver acm | |
270 dll "msadp32.acm" | |
271 | |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
272 ; 3DNow! autodetection? |
334 | 273 audiocodec mp3acm |
274 info "MPEG layer-3" | |
275 status working | |
276 comment "Optimized to Intel MMX/SSE" | |
277 format 0x55 | |
278 driver acm | |
279 dll "l3codeca.acm" | |
280 flags seekable | |
267 | 281 |
282 audiocodec mp3 | |
268 | 283 info "MPEG layer-2,3" |
334 | 284 status working |
267 | 285 comment "Optimized to AMD 3Dnow!" |
286 format 0x50 | |
287 format 0x55 | |
288 driver mp3lib | |
289 flags seekable | |
290 | |
291 audiocodec imaadpcm | |
268 | 292 info "IMA ADPCM" |
334 | 293 status working |
267 | 294 format 0x11 |
295 driver acm | |
296 dll "imaadp32.acm" | |
297 | |
298 audiocodec msgsmacm | |
268 | 299 info "MS GSM" |
334 | 300 status working |
267 | 301 format 0x31 |
302 format 0x32 | |
303 driver acm | |
304 dll "msgsm32.acm" | |
305 | |
306 audiocodec msgsm | |
268 | 307 info "MS GSM" |
334 | 308 status working |
267 | 309 format 0x31 |
310 format 0x32 | |
311 driver msgsm | |
312 | |
303 | 313 audiocodec alaw |
314 info "aLaw" | |
334 | 315 status working |
303 | 316 format 0x6 |
317 driver alaw | |
318 | |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
319 audiocodec ulaw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
320 info "uLaw" |
334 | 321 status buggy |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
322 format 0x7 |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
323 driver alaw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
324 comment "aLaw driver seems to play it, but it's weird.. Or is uLaw just shit? :)" |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
325 |
303 | 326 audiocodec pcm |
327 info "Uncompressed PCM" | |
334 | 328 status working |
303 | 329 format 0x1 |
330 driver pcm | |
331 | |
401 | 332 audiocodec dvdpcm |
333 info "Uncompressed DVD PCM" | |
334 status working | |
335 format 0x10001 | |
336 driver dvdpcm | |
337 | |
303 | 338 audiocodec ac3 |
339 info "AC3" | |
334 | 340 status working |
303 | 341 format 0x2000 |
342 driver libac3 | |
343 | |
267 | 344 audiocodec voxware |
268 | 345 info "VoxWare" |
345 | 346 status working ; audio is bubbling |
267 | 347 format 0x75 |
348 driver dshow | |
349 dll "voxmsdec.ax" | |
350 guid 0x73f7a062, 0x8829, 0x11d1, 0xb5, 0x50, 0x00, 0x60, 0x97, 0x24, 0x2d, 0x8d | |
351 | |
333 | 352 audiocodec acelp |
353 info "ACELP.net Sipro Lab Audio Decoder" | |
338 | 354 status crashing |
355 comment "calls unk_MulDiv" | |
333 | 356 format 0x130 |
357 driver dshow | |
358 dll "acelpdec.ax" | |
334 | 359 guid 0x4009f700, 0xaeba, 0x11d1, 0x83, 0x44, 0x00, 0xc0, 0x4f, 0xb9, 0x2e, 0xb7 |
333 | 360 |
361 audiocodec imc | |
362 info "Intel Music Coder" | |
334 | 363 status untested |
333 | 364 format 0x401 |
365 ; driver gebasz |