]> git.pld-linux.org Git - packages/mplayer.git/blob - mplayer-codec.patch
- missing BR
[packages/mplayer.git] / mplayer-codec.patch
1 --- MPlayer-20020320/etc/codecs.conf.wiget      Tue Mar 19 08:07:06 2002
2 +++ MPlayer-20020320/etc/codecs.conf    Wed Mar 20 15:05:40 2002
3 @@ -8,54 +8,6 @@
4  ;                   VIDEO CODECS
5  ;=============================================================================
6  
7 -; =============== Win32/libmpeg2/ProjectMayo MPEG CODECS =====================
8 -
9 -videocodec vivo
10 -  info "Vivo H.263"
11 -  status working
12 -  fourcc VIVO,vivo vivo
13 -  fourcc viv1,viv2 vivo
14 -  driver vfw
15 -  dll "ivvideo.dll"
16 -  out BGR32,BGR24,BGR15 flip
17 -  in BGR24
18 -  cpuflags mmx
19 -
20 -videocodec u263
21 -  info "UB Video H.263+ Decoder"
22 -  comment "added by Juanjo"
23 -  status working
24 -  fourcc U263
25 -  fourcc vivo,VIVO U263
26 -  fourcc viv1 U263
27 -  driver dshow
28 -  dll "ubv263d+.ax"
29 -  guid 0x00af1181, 0x6ebb, 0x11d4, 0x9d, 0x5a, 0x00, 0x50, 0x04, 0x79, 0x6c, 0xc0
30 -;  out I420 flip
31 -;  out YVYU flip,noflip
32 -;  out YV12 flip
33 -;  out UYVY flip,noflip
34 -;  out YUY2 flip
35 -  out BGR24 flip
36 -  cpuflags mmx
37 -
38 -videocodec divxds
39 -  info "DivX ;-) (MS MPEG-4 v3)"
40 -  comment "with postprocessing"
41 -  status working
42 -  fourcc MP43,mp43 div3   ; fourcc mapping to div3
43 -  fourcc DIV5,div5 div3
44 -  fourcc DIV6,div6 div4
45 -  fourcc DIV3,div3,DIV4,div4
46 -  fourcc AP41 div3       ; AngelPotion stuff
47 -  driver dshow
48 -  dll "divx_c32.ax"
49 -  guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa
50 -;  out YV12
51 -  out YUY2
52 -  out BGR32,BGR24,BGR16,BGR15
53 -  cpuflags mmx
54 -
55  videocodec mpeg12
56    info "MPEG 1 or 2"
57    comment "with postprocessing"
58 @@ -65,47 +17,6 @@
59    driver libmpeg2
60    dll "libmpeg2"
61    out YV12
62 -
63 -videocodec mpeg4ds
64 -  info "Microsoft MPEG-4 v1/v2"
65 -  status working
66 -  comment "with postprocessing"
67 -  fourcc DIV2,div2 mp42
68 -  fourcc MP4S,mp4s     ; ISO MPEG-4 Video V1
69 -  fourcc MPG4,mpg4
70 -  fourcc MP42,mp42
71 -  driver dshow
72 -  dll "mpg4ds32.ax"
73 -  guid 0x82CCD3E0, 0xF71A, 0x11D0, 0x9F, 0xE5, 0x00, 0x60, 0x97, 0x78, 0xEA, 0x66
74 -  out YUY2
75 -  out BGR32,BGR24,BGR16,BGR15
76 -  cpuflags mmx
77 -
78 -videocodec mpeg4
79 -  info "Microsoft MPEG-4 v1/v2"
80 -  status working
81 -  fourcc MPG4,mpg4
82 -  fourcc MP42,mp42
83 -  fourcc DIV2 mp42
84 -  driver vfw
85 -  dll "mpg4c32.dll"
86 -  out YUY2 yuvhack
87 -  out BGR32,BGR24,BGR15
88 -  cpuflags mmx
89 -
90 -videocodec divx
91 -  info "DivX ;-) (MS MPEG-4 v3)"
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   ;   -||-
96 -  fourcc DIV3,div3,DIV4,div4
97 -  fourcc AP41 div3       ; AngelPotion stuff
98 -  driver vfw
99 -  dll "divxc32.dll"
100 -  out YUY2 yuvhack
101 -  out BGR32,BGR24,BGR15
102 -  cpuflags mmx
103    
104  videocodec odivx
105    info "OpenDivX (MPEG-4 v2)"
106 @@ -143,63 +54,6 @@
107    out UYVY
108    out BGR32,BGR24,BGR16,BGR15
109  
110 -videocodec divx4vfw
111 -  info "DivX4Windows-VFW (DivX 3.x, DivX4)"
112 -  status working
113 -  comment "with postprocessing!!!"
114 -  fourcc DIVX,divx        ; opendivx / divx4
115 -  fourcc DIV1,div1 divx
116 -;  fourcc MP4S,mp4s      ; ISO MPEG-4 Video V1
117 -  fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3  ; for DivX4Linux only!
118 -  fourcc AP41 DIV3       ; AngelPotion stuff
119 -  format 0x4
120 -  driver vfw
121 -  dll "divx.dll"
122 -;  out YV12   ; buggy
123 -  out YUY2
124 -  out BGR32,BGR24,BGR15
125 -  cpuflags mmx
126 -
127 -videocodec i263
128 -  info "I263"
129 -  status working
130 -  fourcc I263,i263,I420,i420
131 -  fourcc vivo,VIVO I263
132 -  fourcc viv1 I263
133 -  driver vfw
134 -  dll "i263_32.drv"
135 -;  out I420
136 -  out YUY2
137 -  out BGR32,BGR24,BGR15
138 -  cpuflags mmx
139 -
140 -videocodec m3jpeg
141 -  info "Morgan Motion JPEG Codec"
142 -  status working
143 -  fourcc MJPG
144 -  fourcc mjpa,mjpb,mjpg MJPG  ; MOV files
145 -  fourcc dmb1 MJPG            ; MJPEG by Matrox Rainbow Runner
146 -  driver vfw
147 -  dll "m3jpeg32.dll"
148 -  out YUY2
149 -  out UYVY
150 -  out BGR32,BGR24,BGR15
151 -  cpuflags mmx
152 -
153 -videocodec mjpeg
154 -  info "MainConcept Motion JPEG"
155 -  status working
156 -  fourcc MJPG
157 -  fourcc mjpa,mjpb,mjpg MJPG  ; MOV files
158 -  fourcc AVRn,AVDJ MJPG ; AVID
159 -  driver vfw
160 -  dll "mcmjpg32.dll"
161 -  out YUY2
162 -  out UYVY
163 -  out BGR32,BGR24,BGR15
164 -  cpuflags mmx
165 -
166 -
167  ; =============== FFMPEG MPEG CODECS =========================
168  
169  videocodec ffmjpeg
170 @@ -434,315 +288,6 @@
171    fourcc mp4a,MP4A
172    driver faad
173  
174 -; =============== WINDOWS DLL's ==============
175 -
176 -videocodec vp3
177 -  info "On2 OpenSource VP3-Codec"
178 -  status working
179 -  comment "For SSE-systems use hacked dll from ftp://mplayerhq.hu/MPlayer/samples/drivers32/"
180 -  fourcc VP30,vp30,VP31,vp31
181 -  driver vfwex
182 -  dll "vp31vfw.dll"
183 -  out YUY2
184 -  out BGR32,BGR24,BGR15
185 -  cpuflags mmx
186 -
187 -videocodec indeo5ds
188 -  info "Intel Indeo 5"
189 -  status working
190 -  fourcc IV50,iv50
191 -  driver dshow
192 -  dll "ir50_32.dll"
193 -  guid 0x30355649, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71
194 -  out YV12
195 -  out YUY2
196 -  out BGR32,BGR24,BGR16,BGR15
197 -  cpuflags mmx
198 -
199 -videocodec indeo5
200 -  info "Intel Indeo 5"
201 -  status working
202 -  fourcc IV50,iv50
203 -  driver vfw
204 -  dll "ir50_32.dll"
205 -;  out YV12,I420   ; flickering
206 -  out YUY2
207 -  out BGR32,BGR24,BGR15
208 -
209 -videocodec indeo4
210 -  info "Intel Indeo 4.1"
211 -  status working
212 -;  comment "upside-down"
213 -  fourcc IV41,iv41
214 -  driver vfw
215 -  dll "ir41_32.dll"
216 -  out BGR24,BGR15
217 -  cpuflags mmx
218 -
219 -videocodec indeo3
220 -  info "Intel Indeo 3.1/3.2"
221 -  status buggy
222 -  comment "upside-down with some vo drivers, (no yuv)"
223 -  fourcc IV31,iv31
224 -  fourcc IV32,iv32
225 -  driver vfw
226 -  dll "ir32_32.dll"
227 -  out BGR24,BGR15 flip
228 -  cpuflags mmx
229 -
230 -videocodec cvidvfw
231 -  info "Cinepak Video"
232 -  status working
233 -  fourcc cvid
234 -  driver vfw
235 -  dll "iccvid.dll"
236 -;  out YUY2
237 -;  out UYVY
238 -  out BGR24,BGR15
239 -  cpuflags mmx
240 -
241 -videocodec cram
242 -  info "Microsoft Video 1"
243 -  comment "Input bpp = output bpp (8bpp is only supported by vo_ggi)"
244 -  status working
245 -  fourcc cram,CRAM CRAM
246 -  fourcc msvc,MSVC CRAM
247 -  fourcc wham,WHAM CRAM
248 -  driver vfw
249 -  dll "msvidc32.dll"
250 -  out BGR8,BGR15,BGR24
251 -
252 -videocodec vcr2
253 -  info "ATI VCR-2"
254 -  status crashing
255 -  comment "segfault"
256 -  fourcc VCR2
257 -  driver vfw
258 -  dll "ativcr2.dll"
259 -  out YUY2
260 -  out BGR32,BGR24,BGR15
261 -  cpuflags mmx
262 -
263 -videocodec wmv7
264 -  info "Windows Media Video 7"
265 -  status working
266 -  fourcc WMV1
267 -  driver dshow
268 -  dll "wmvds32.ax"
269 -  guid 0x4facbba1, 0xffd8, 0x4cd7, 0x82, 0x28, 0x61, 0xe2, 0xf6, 0x5c, 0xb1, 0xae
270 -;  out I420
271 -  out YUY2
272 -  out BGR32,BGR24,BGR16,BGR15
273 -  cpuflags mmx
274 -
275 -videocodec wmv8
276 -  info "Windows Media Video 8"
277 -  status working
278 -  fourcc WMV2
279 -  driver dshow
280 -  dll "wmv8ds32.ax"
281 -  guid 0x521fb373, 0x7654, 0x49f2, 0xbd, 0xb1, 0x0c, 0x6e, 0x66, 0x60, 0x71, 0x4f
282 -  out YUY2
283 -  out BGR32,BGR24,BGR16,BGR15
284 -  cpuflags mmx
285 -
286 -videocodec tm20
287 -  info "TrueMotion 2.0"
288 -  status crashing
289 -  comment "segfault in the DLL"
290 -  fourcc TM20
291 -  driver dshow
292 -  dll "tm20dec.ax"
293 -  guid 0x4cb63e61, 0xc611, 0x11D0, 0x83, 0xaa, 0x00, 0x00, 0x92, 0x90, 0x01, 0x84
294 -;  out UYVY
295 -  out YUY2
296 -  out BGR32,BGR24,BGR16,BGR15
297 -
298 -videocodec qdv
299 -  info "Sony Digital Video (DV)"
300 -  status working
301 -  fourcc DVSD,dvsd,dvcp dvsd
302 -;  fourcc "dvc " dvsd
303 -  driver dshow
304 -  dll "qdv.dll"
305 -  guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42
306 -  out YUY2
307 -  out UYVY
308 -  out BGR32,BGR24,BGR16,BGR15
309 -  cpuflags mmx
310 -
311 -videocodec mcdv
312 -  info "MainConcept DV Codec"
313 -  status working
314 -  fourcc DVSD,dvsd,dvcp dvsd           # dvcp stands for PAL DV in mov
315 -  fourcc "dvc " dvsd
316 -  driver vfw
317 -  dll "mcdvd_32.dll"
318 -  out YUY2
319 -  out UYVY
320 -  out BGR32,BGR24,BGR15
321 -
322 -videocodec morgands
323 -  info "Morgan MJPEG"
324 -  status crashing
325 -  fourcc MJPG mjpg
326 -  driver dshow
327 -  dll "M3JPEGdec.ax"
328 -  guid 0x6988b440, 0x8352, 0x11d3, 0x9b, 0xda, 0xca, 0x86, 0x73, 0x7c, 0x71, 0x68
329 -  out YUY2
330 -  out BGR32,BGR24,BGR16,BGR15
331 -
332 -videocodec huffyuv
333 -  info "HuffYUV"
334 -  status buggy
335 -  comment "YUY2 _or_ 24/32bpp only (depending on file encoding)"
336 -  fourcc HFYU
337 -  driver vfw
338 -  dll "huffyuv.dll"
339 -  out YUY2 flip,noflip
340 -;  out UYVY flip
341 -  out BGR32,BGR24 flip
342 -
343 -videocodec mszh
344 -  info "AVImszh"
345 -  status buggy
346 -  comment "24bpp only"
347 -  fourcc MSZH
348 -  driver vfw
349 -  dll "avimszh.dll"
350 -;  out YUY2
351 -;  out BGR32,BGR24,BGR15
352 -  out BGR24
353 -
354 -videocodec zlib
355 -  info "AVIzlib"
356 -  status buggy
357 -  comment "24bpp only"
358 -  fourcc ZLIB
359 -  driver vfw
360 -  dll "avizlib.dll"
361 -;  out YUY2
362 -;  out BGR32,BGR24,BGR15
363 -  out BGR24
364 -
365 -videocodec mwv1
366 -  info "Motion Wavelets"
367 -  status buggy
368 -  comment "no yuv, flip requires"
369 -  fourcc MWV1
370 -  driver vfw
371 -  dll "icmw_32.dll"
372 -;  out YV12 flip
373 -;  out YUY2 flip
374 -  out BGR32,BGR24,BGR15 flip
375 -  cpuflags mmx
376 -
377 -videocodec m261
378 -  info "M261"
379 -  status untested
380 -  fourcc m261,M261
381 -  driver vfw
382 -  dll "msh261.drv"
383 -  out BGR32,BGR24,BGR15
384 -
385 -videocodec asv2
386 -  info "ASUS V2"
387 -  status buggy
388 -  comment "rgb upside down, yuv ok"
389 -  fourcc ASV2
390 -  driver vfw
391 -  dll "asusasv2.dll"
392 -;  out YVYU
393 -  out UYVY
394 -  out BGR32,BGR24,BGR15 flip
395 -  cpuflags mmx
396 -
397 -videocodec asv1
398 -  info "ASUS V1"
399 -  status buggy
400 -  comment "rgb upside down, yuv ok"
401 -  fourcc ASV1
402 -  driver vfw
403 -  dll "asusasvd.dll"
404 -;  out YVYU
405 -  out UYVY
406 -  out BGR32,BGR24,BGR15 flip
407 -  cpuflags mmx
408 -
409 -videocodec 3ivX
410 -  info "3ivX Delta 3.5"
411 -  status crashing
412 -  fourcc 3IV1
413 -  driver dshow
414 -  dll "3ivxdmo.dll"
415 -  guid 0x0E6772C0, 0xDD80, 0x11D4, 0xB5, 0x8f, 0xA8, 0x6B, 0x66, 0xd0, 0x61, 0x1c
416 -  out YV12
417 -  out YUY2
418 -  out BGR32,BGR24,BGR16,BGR15
419 -
420 -videocodec mss1
421 -  info "Windows Screen Video"
422 -  status crashing
423 -  fourcc MSS1
424 -  driver dshow
425 -  dll "msscds32.ax"
426 -  guid 0x3301a7c4, 0x0a8d, 0x11d4, 0x91, 0x4d, 0x00, 0xc0, 0x4f, 0x61, 0x0d, 0x24
427 -;  out I420
428 -;  out YUY2
429 -  out BGR32,BGR24,BGR16,BGR15
430 -
431 -videocodec pim1
432 -  info "PIM1"
433 -  status buggy
434 -  comment "no picture. use ffmpeg12!"
435 -  fourcc PIM1
436 -  driver vfw
437 -  dll "PCLEPIM1.DLL"
438 -  out BGR24 flip
439 -;  out I420
440 -;  out YUY2
441 -;  out BGR32,BGR24,BGR16,BGR15
442 -
443 -videocodec 3ivXqtx
444 -  info "3ivX Delta 3.5"
445 -  status crashing
446 -  fourcc 3IV1
447 -  driver vfw
448 -  dll "qtx/3ivx.qtx"
449 -  out YV12
450 -  out YUY2
451 -  out BGR32,BGR24,BGR16,BGR15
452 -
453 -videocodec alaris
454 -  info "Alaris VideoGramPiX"
455 -; http://www.alaris.com/movies/toocool.vgm
456 -; Martin Schuster <schuster@ap.univie.ac.at>
457 -  status buggy
458 -  comment "only produces strange patterns"
459 -  fourcc VGPX,VTLP VGPX
460 -  driver vfwex
461 -  dll "vgpix32d.dll"
462 -  out UYVY
463 -
464 -videocodec avid
465 -  info "AVID"
466 -  status working
467 -  fourcc AVRn
468 -  fourcc AVDJ AVRn
469 -  fourcc MJPG,mjpg AVRn
470 -  driver vfw
471 -  dll "AvidAVICodec.dll"
472 -  out BGR24 flip
473 -
474 -videocodec CJPG
475 -  info "CJPG"
476 -  status untested
477 -  fourcc CJPG
478 -  driver vfw
479 -  dll "CtWbJpg.DLL"
480 -  out YUY2
481 -  out UYVY
482 -  out BGR24,BGR15
483  
484  ; =============== XANIM DLL's =============
485  
486 @@ -933,22 +478,6 @@
487    driver pcm
488    dll "uncompressed"
489  
490 -audiocodec divx
491 -  info "DivX audio (WMA)"
492 -  status working
493 -  format 0x160
494 -  format 0x161
495 -  driver acm
496 -  dll "divxa32.acm"
497 -  cpuflags mmx
498 -
499 -audiocodec msadpcmacm
500 -  info "MS ADPCM"
501 -  status working
502 -  format 0x2
503 -  driver acm
504 -  dll "msadp32.acm"
505 -
506  audiocodec mp3
507    info "MPEG layer-2, layer-3"
508    status working
509 @@ -985,39 +514,6 @@
510    dll "mpegaudio"
511    flags seekable
512  
513 -audiocodec mp3acm
514 -  info "MPEG layer-3"
515 -  status working
516 -  comment "conflicts with security kernel patches"
517 -  format 0x55
518 -  driver acm
519 -  dll "l3codeca.acm"
520 -  flags seekable
521 -
522 -audiocodec imaadpcmacm
523 -  info "IMA ADPCM"
524 -  status working
525 -  format 0x11
526 -  driver acm
527 -  dll "imaadp32.acm"
528 -  
529 -audiocodec msgsmacm
530 -  info "MS GSM"
531 -  status working
532 -  format 0x31
533 -  format 0x32
534 -  driver acm
535 -  dll "msnaudio.acm"
536 -;  dll "msgsm32.acm"
537 -
538 -audiocodec msgsm
539 -  info "MS GSM"
540 -  status working
541 -  format 0x31
542 -  format 0x32
543 -  driver msgsm
544 -  dll "xa_gsm.c"
545 -
546  audiocodec alaw
547    info "aLaw"
548    status working
549 @@ -1054,30 +550,6 @@
550    driver libac3
551    dll "libac3"
552  
553 -audiocodec voxware
554 -  info "VoxWare"
555 -  status working
556 -  format 0x75
557 -  driver dshow
558 -  dll "voxmsdec.ax"
559 -  guid 0x73f7a062, 0x8829, 0x11d1, 0xb5, 0x50, 0x00, 0x60, 0x97, 0x24, 0x2d, 0x8d
560 -
561 -audiocodec acelp
562 -  info "ACELP.net Sipro Lab Audio Decoder"
563 -  status working
564 -  format 0x130
565 -  driver dshow
566 -  dll "acelpdec.ax"
567 -  guid 0x4009f700, 0xaeba, 0x11d1, 0x83, 0x44, 0x00, 0xc0, 0x4f, 0xb9, 0x2e, 0xb7
568 -
569 -audiocodec imc
570 -  info "Intel Music Coder"
571 -  status working
572 -  comment "driver at http://codeczone.virtualave.net/FXIMCAUD.zip"
573 -  format 0x401
574 -  driver acm
575 -  dll "imc32.acm"
576 -
577  audiocodec hwac3
578    info "AC3 through SPDIF"
579    status working
580 @@ -1097,14 +569,6 @@
581  ;  driver acm
582  ;  dll "vorbis.acm"
583  
584 -audiocodec vivoaudio
585 -  info "Vivo G.723/Siren Audio Codec"
586 -  status working
587 -  format 0x111       ; vivo g.723
588 -  format 0x112       ; siren
589 -  driver acm
590 -  dll "vivog723.acm"
591 -
592  audiocodec g72x
593    info "G.711/G.721/G.723"
594    status untested
595 @@ -1114,20 +578,3 @@
596    driver g72x
597    dll "g72x.c"
598  
599 -audiocodec atrac3
600 -  info "Sony ATRAC3"
601 -  status buggy
602 -  format 0x270
603 -  driver acm
604 -  dll "atrac3.acm"
605 -
606 -audiocodec ALF2
607 -; http://www.nctsoft.com/products/NCTALFCD/
608 -; jdp@mail.sonofon.dk
609 -  info "ALF2"
610 -  status untested
611 -  comment "Working so try it"
612 -  format 0x1FC4     ; ALF2
613 -  driver acm
614 -  dll "alf2cd.acm"
615 -
This page took 0.062509 seconds and 3 git commands to generate.