comparison etc/codecs.conf @ 17319:19a903d54464

Add MPEG fourcc to all MPEG decoders.
author diego
date Thu, 05 Jan 2006 22:47:08 +0000
parents f8633cee9111
children 80c9127688be
comparison
equal deleted inserted replaced
17318:184a3683834a 17319:19a903d54464
44 status working 44 status working
45 format 0x10000001 ; MPEG-1 45 format 0x10000001 ; MPEG-1
46 fourcc mpg1 46 fourcc mpg1
47 fourcc PIM1 ; Pinnacle hardware-MPEG-1 47 fourcc PIM1 ; Pinnacle hardware-MPEG-1
48 fourcc VCR2 48 fourcc VCR2
49 fourcc MPEG
49 driver ffmpeg 50 driver ffmpeg
50 dll "mpeg1video" 51 dll "mpeg1video"
51 out YV12,I420,IYUV 52 out YV12,I420,IYUV
52 53
53 videocodec ffmpeg2 54 videocodec ffmpeg2
55 status working 56 status working
56 format 0x10000002 ; MPEG-2 57 format 0x10000002 ; MPEG-2
57 fourcc mpg2 58 fourcc mpg2
58 fourcc "DVR " 59 fourcc "DVR "
59 fourcc hdv2 60 fourcc hdv2
61 fourcc MPEG
60 driver ffmpeg 62 driver ffmpeg
61 dll "mpeg2video" 63 dll "mpeg2video"
62 out YV12,I420,IYUV 64 out YV12,I420,IYUV
63 out 422P,444P 65 out 422P,444P
64 66
71 fourcc mpg1,mpg2 73 fourcc mpg1,mpg2
72 fourcc PIM1 ; Pinnacle hardware-MPEG-1 74 fourcc PIM1 ; Pinnacle hardware-MPEG-1
73 fourcc VCR2 75 fourcc VCR2
74 fourcc "DVR " 76 fourcc "DVR "
75 fourcc hdv2 77 fourcc hdv2
78 fourcc MPEG
76 driver ffmpeg 79 driver ffmpeg
77 dll "mpegvideo" 80 dll "mpegvideo"
78 out YV12,I420,IYUV 81 out YV12,I420,IYUV
79 out 422P,444P 82 out 422P,444P
80 83
86 fourcc mpg1,mpg2 89 fourcc mpg1,mpg2
87 fourcc "DVR " 90 fourcc "DVR "
88 fourcc hdv2 91 fourcc hdv2
89 fourcc PIM1 ; Pinnacle hardware-MPEG-1 92 fourcc PIM1 ; Pinnacle hardware-MPEG-1
90 fourcc VCR2 93 fourcc VCR2
94 fourcc MPEG
91 driver ffmpeg 95 driver ffmpeg
92 dll "mpegvideo_xvmc" 96 dll "mpegvideo_xvmc"
93 out IDCT_MPEG2 97 out IDCT_MPEG2
94 out MOCO_MPEG2 98 out MOCO_MPEG2
95 99