comparison etc/codecs.conf @ 29931:aa70aba2bbcb

add slif fourcc (modified mpeg2 codec) to ffmpeg sw decoders
author compn
date Tue, 01 Dec 2009 05:02:26 +0000
parents 747433f6dc07
children 25834f2645d0
comparison
equal deleted inserted replaced
29930:a57d9fbbd29c 29931:aa70aba2bbcb
160 fourcc VCR2 160 fourcc VCR2
161 fourcc mp2v,mpgv 161 fourcc mp2v,mpgv
162 fourcc m2v1 162 fourcc m2v1
163 fourcc PIM2 163 fourcc PIM2
164 fourcc LMP2 ; Lead mpeg2 in avi 164 fourcc LMP2 ; Lead mpeg2 in avi
165 fourcc slif ; SoftLab MPEG-2 I-frames Codec
165 driver ffmpeg 166 driver ffmpeg
166 dll "mpeg2video" 167 dll "mpeg2video"
167 out YV12,I420,IYUV 168 out YV12,I420,IYUV
168 out 422P,444P 169 out 422P,444P
169 170
198 fourcc mx3n,mx3p 199 fourcc mx3n,mx3p
199 fourcc AVmp 200 fourcc AVmp
200 fourcc mp2v,mpgv 201 fourcc mp2v,mpgv
201 fourcc m2v1,m1v1 202 fourcc m2v1,m1v1
202 fourcc LMP2 ; Lead mpeg2 in avi 203 fourcc LMP2 ; Lead mpeg2 in avi
204 fourcc slif ; SoftLab MPEG-2 I-frames Codec
203 driver ffmpeg 205 driver ffmpeg
204 dll "mpegvideo" 206 dll "mpegvideo"
205 out YV12,I420,IYUV 207 out YV12,I420,IYUV
206 out 422P,444P 208 out 422P,444P
207 209