comparison etc/codecs.conf @ 10316:fdc349b9bd1d

basic xvmc image support
author iive
date Sat, 21 Jun 2003 01:47:26 +0000
parents 3e40b8f879c8
children 56f0f7130b6d
comparison
equal deleted inserted replaced
10315:46ffc1f596ef 10316:fdc349b9bd1d
38 format 0x10000002 ; mpeg 2 38 format 0x10000002 ; mpeg 2
39 driver libmpeg2 39 driver libmpeg2
40 ; dll "libmpeg2" 40 ; dll "libmpeg2"
41 out YV12,I420,IYUV 41 out YV12,I420,IYUV
42 42
43
43 videocodec ffmpeg12 44 videocodec ffmpeg12
44 info "FFmpeg MPEG 1/2" 45 info "FFmpeg MPEG 1/2"
45 status working 46 status working
46 format 0x10000001 ; mpeg 1 47 format 0x10000001 ; mpeg 1
47 format 0x10000002 ; mpeg 2 48 format 0x10000002 ; mpeg 2
48 fourcc mpg1,mpg2 49 fourcc mpg1,mpg2
49 fourcc PIM1 ; Pinnacle hardware-mpeg1 50 fourcc PIM1 ; Pinnacle hardware-mpeg1
50 driver ffmpeg 51 driver ffmpeg
51 dll "mpegvideo" 52 dll "mpegvideo"
52 out YV12,I420,IYUV 53 out YV12,I420,IYUV
54
55 videocodec ffmpeg12mc
56 info "FFmpeg MPEG 1/2"
57 status buggy
58 format 0x10000001 ; mpeg 1
59 format 0x10000002 ; mpeg 2
60 fourcc mpg1,mpg2
61 fourcc PIM1 ; Pinnacle hardware-mpeg1
62 driver ffmpeg
63 dll "mpegvideo_xvmc"
64 out IDCT_MPEG2
65 out MOCO_MPEG2
53 66
54 ; we have only native opensource codecs for these: 67 ; we have only native opensource codecs for these:
55 68
56 videocodec nuv 69 videocodec nuv
57 info "NuppelVideo" 70 info "NuppelVideo"