comparison etc/codecs.conf @ 3114:6aa09e66c687

updated vivo fourcc's and reorganized some stuff (also new comments and entries)
author alex
date Sun, 25 Nov 2001 16:45:38 +0000
parents cb88ea4bf405
children 1b4ae6c129a5
comparison
equal deleted inserted replaced
3113:c0e6a39d2ab7 3114:6aa09e66c687
8 8
9 videocodec vivo 9 videocodec vivo
10 info "Vivo H.263" 10 info "Vivo H.263"
11 status working 11 status working
12 fourcc VIVO,vivo vivo 12 fourcc VIVO,vivo vivo
13 fourcc viv1,viv2 vivo
13 driver vfw 14 driver vfw
14 dll "ivvideo.dll" 15 dll "ivvideo.dll"
15 out BGR32,BGR24,BGR16 flip 16 out BGR32,BGR24,BGR16 flip
16 17
17 videocodec u263 18 videocodec u263
18 info "UB Video H.263+ Decoder" 19 info "UB Video H.263+ Decoder"
19 comment "added by Juanjo" 20 comment "added by Juanjo"
20 status working 21 status working
21 fourcc U263 22 fourcc U263
22 fourcc vivo,VIVO U263 23 fourcc vivo,VIVO U263
24 fourcc viv1 U263
23 driver dshow 25 driver dshow
24 dll "ubv263d+.ax" 26 dll "ubv263d+.ax"
25 guid 0x00af1181, 0x6ebb, 0x11d4, 0x9d, 0x5a, 0x00, 0x50, 0x04, 0x79, 0x6c, 0xc0 27 guid 0x00af1181, 0x6ebb, 0x11d4, 0x9d, 0x5a, 0x00, 0x50, 0x04, 0x79, 0x6c, 0xc0
26 ; out I420 flip 28 ; out I420 flip
27 ; out YVYU flip,noflip 29 ; out YVYU flip,noflip
145 videocodec i263 147 videocodec i263
146 info "I263" 148 info "I263"
147 status working 149 status working
148 fourcc I263,i263,I420,i420 150 fourcc I263,i263,I420,i420
149 fourcc vivo,VIVO I263 151 fourcc vivo,VIVO I263
152 fourcc viv1 I263
150 driver vfw 153 driver vfw
151 dll "i263_32.drv" 154 dll "i263_32.drv"
152 ; out I420 155 ; out I420
153 out YUY2 156 out YUY2
154 out BGR32,BGR24,BGR15 157 out BGR32,BGR24,BGR15
172 driver vfw 175 driver vfw
173 dll "mcmjpg32.dll" 176 dll "mcmjpg32.dll"
174 out YUY2 177 out YUY2
175 out UYVY 178 out UYVY
176 out BGR32,BGR24,BGR15 179 out BGR32,BGR24,BGR15
180
177 181
178 ; =============== FFMPEG MPEG CODECS ========================= 182 ; =============== FFMPEG MPEG CODECS =========================
179 183
180 videocodec ffmjpeg 184 videocodec ffmjpeg
181 info "FFmpeg MJPEG decoder" 185 info "FFmpeg MJPEG decoder"
196 200
197 videocodec ffh263 201 videocodec ffh263
198 info "FFmpeg H263+ decoder" 202 info "FFmpeg H263+ decoder"
199 status working 203 status working
200 fourcc H263,U263,h263 204 fourcc H263,U263,h263
205 fourcc viv1 h263
201 driver ffmpeg 206 driver ffmpeg
202 dll h263 207 dll h263
203 out YV12 208 out YV12
204 209
205 videocodec ffdivx 210 videocodec ffdivx
243 format 0x10000002 ; mpeg 2 248 format 0x10000002 ; mpeg 2
244 driver libmpeg2 249 driver libmpeg2
245 dll "libmpeg2" 250 dll "libmpeg2"
246 out MPES 251 out MPES
247 252
248 ; ============== OTHER STUFF ======================= 253
249 254 ; =============== WINDOWS DLL's ==============
250 #videocodec fli
251 # info "Autodesk FLI/FLC Animation"
252 # status buggy
253 # fourcc FLIC
254 # driver fli
255 # out BGR24
256
257 videocodec video1
258 info "Microsoft Video 1"
259 status working
260 fourcc cram,CRAM
261 fourcc msvc,MSVC
262 fourcc wham,WHAM
263 driver msvidc
264 out BGR24
265 255
266 videocodec vp3 256 videocodec vp3
267 info "On2 OpenSource VP3-Codec" 257 info "On2 OpenSource VP3-Codec"
268 status working 258 status working
269 comment "For SSE-systems use hacked dll from ftp://mplayerhq.hu/MPlayer/samples/drivers32/" 259 comment "For SSE-systems use hacked dll from ftp://mplayerhq.hu/MPlayer/samples/drivers32/"
323 ; out UYVY 313 ; out UYVY
324 out BGR24,BGR15 314 out BGR24,BGR15
325 315
326 videocodec cram 316 videocodec cram
327 info "Microsoft Video 1" 317 info "Microsoft Video 1"
328 comment "8bpp is only supported by GGI (?)" 318 comment "Input bpp = output bpp (8bpp is only supported by vo_ggi)"
329 status working 319 status working
330 fourcc cram,CRAM,MSVC CRAM 320 fourcc cram,CRAM CRAM
321 fourcc msvc,MSVC CRAM
322 fourcc wham,WHAM CRAM
331 driver vfw 323 driver vfw
332 dll "msvidc32.dll" 324 dll "msvidc32.dll"
333 out BGR8,BGR15,BGR24 325 out BGR8,BGR15,BGR24
334 326
335 videocodec vcr2 327 videocodec vcr2
478 dll "asusasvd.dll" 470 dll "asusasvd.dll"
479 ; out YVYU 471 ; out YVYU
480 out UYVY 472 out UYVY
481 out BGR32,BGR24,BGR15 flip 473 out BGR32,BGR24,BGR15 flip
482 474
483 videocodec msrle
484 info "M$ RLE8"
485 status working
486 format 0x1
487 driver rle
488 dll "xa_rle8"
489 out BGR32,BGR24,BGR16,BGR15
490
491 videocodec 3ivX 475 videocodec 3ivX
492 info "3ivX Delta 3.5" 476 info "3ivX Delta 3.5"
493 status crashing 477 status crashing
494 fourcc 3IV1 478 fourcc 3IV1
495 driver dshow 479 driver dshow
506 driver vfw 490 driver vfw
507 dll "qtx/3ivx.qtx" 491 dll "qtx/3ivx.qtx"
508 out YV12 492 out YV12
509 out YUY2 493 out YUY2
510 out BGR32,BGR24,BGR16,BGR15 494 out BGR32,BGR24,BGR16,BGR15
495
511 496
512 ; =============== XANIM DLL's ============= 497 ; =============== XANIM DLL's =============
513 498
514 videocodec indeo5xa 499 videocodec indeo5xa
515 info "Intel Indeo 5" 500 info "Intel Indeo 5"
554 539
555 videocodec h263xa 540 videocodec h263xa
556 info "CCITT H.263" 541 info "CCITT H.263"
557 status working 542 status working
558 fourcc H263,h263 543 fourcc H263,h263
544 fourcc viv1 H263
559 fourcc VIVO,vivo H263 545 fourcc VIVO,vivo H263
560 driver xanim 546 driver xanim
561 dll "vid_h263.xa" 547 dll "vid_h263.xa"
562 out YV12,IYUV,I420 548 out YV12,IYUV,I420
563 549
575 fourcc CYUV,cyuv 561 fourcc CYUV,cyuv
576 driver xanim 562 driver xanim
577 dll "vid_cyuv.xa" 563 dll "vid_cyuv.xa"
578 out YV12,IYUV,I420 564 out YV12,IYUV,I420
579 565
566
567 ; ============== MPLAYER OPENSOURCE CODECS =========
568
569 videocodec msrle
570 info "M$ RLE8"
571 status working
572 format 0x1
573 driver rle
574 dll "xa_rle8"
575 out BGR32,BGR24,BGR16,BGR15
576
577 ;videocodec fli
578 ; info "Autodesk FLI/FLC Animation"
579 ; status buggy
580 ; fourcc FLIC
581 ; driver fli
582 ; out BGR24
583
584 videocodec video1
585 info "Microsoft Video 1"
586 status working
587 fourcc cram,CRAM
588 fourcc msvc,MSVC
589 fourcc wham,WHAM
590 driver msvidc
591 out BGR24
592
580 videocodec rawyv12 593 videocodec rawyv12
581 info "RAW YV12" 594 info "RAW YV12"
595 comment "pre-postprocessing support"
582 status working 596 status working
583 driver raw 597 driver raw
584 format 0x0 598 format 0x0
585 out YV12 599 out YV12
586 600
799 comment "MONO only" 813 comment "MONO only"
800 format 0x34616d69 ; "ima4" (MOV files) 814 format 0x34616d69 ; "ima4" (MOV files)
801 driver ima4 815 driver ima4
802 dll "ima4.c" 816 dll "ima4.c"
803 817
804 audiocodec vivosiren 818 audiocodec vivog723
805 info "Vivo G.723/Siren Audio Codec" 819 info "Vivo G.723 Audio Codec"
806 status untested 820 status untested
807 format 0x111 ; vivo g.723 821 format 0x111 ; vivo g.723
808 format 0x112 ; siren 822 ; format 0x112 ; siren
809 driver acm 823 driver acm
810 dll "vivog723.acm" 824 dll "vivog723.acm"
825
826 ;audiocodec g72x
827 ; info "G.711/G.721/G.723"
828 ; status untested
829 ; format 0x111 ; vivo g.623
830 ; driver g72x
831 ; dll "g72x.c"