comparison etc/codecs.conf @ 20848:68de1f8a50a9

ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
author reimar
date Sun, 12 Nov 2006 16:05:13 +0000
parents ce1fcbcca6f2
children 0cc7dfcb2e3b
comparison
equal deleted inserted replaced
20847:7baa2ab8da05 20848:68de1f8a50a9
144 fourcc NUV1 ; NUV1 is an internal MPlayer FOURCC 144 fourcc NUV1 ; NUV1 is an internal MPlayer FOURCC
145 fourcc RJPG 145 fourcc RJPG
146 driver nuv 146 driver nuv
147 out I420,IYUV 147 out I420,IYUV
148 148
149 videocodec ffgif
150 info "FFmpeg GIF decoder"
151 status working
152 fourcc "gif " ; for GIF-encoded QuickTime files
153 driver ffmpeg
154 dll gif
155 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
156
157 videocodec fftiff
158 info "FFmpeg TIFF decoder"
159 status untested
160 fourcc "tiff" ; for TIFF-encoded QuickTime files
161 driver ffmpeg
162 dll tiff
163 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
164
149 videocodec ffpng 165 videocodec ffpng
150 info "FFmpeg PNG decoder" 166 info "FFmpeg PNG decoder"
151 status working 167 status working
152 fourcc mpng,MPNG 168 fourcc mpng,MPNG
153 fourcc "png " ; for PNG-encoded QuickTime files 169 fourcc "png " ; for PNG-encoded QuickTime files
162 fourcc mpng,MPNG 178 fourcc mpng,MPNG
163 fourcc "png " ; for PNG-encoded QuickTime files 179 fourcc "png " ; for PNG-encoded QuickTime files
164 dll "libpng" 180 dll "libpng"
165 driver mpng 181 driver mpng
166 out BGR32,BGR24,BGR8,Y800 182 out BGR32,BGR24,BGR8,Y800
183
184 videocodec fftga
185 info "FFmpeg TGA decoder"
186 status untested
187 fourcc mtga,MTGA
188 fourcc "tga " ; for TGA-encoded QuickTime files
189 driver ffmpeg
190 dll targa
191 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
167 192
168 videocodec mtga 193 videocodec mtga
169 info "TGA image decoder" 194 info "TGA image decoder"
170 status working 195 status working
171 comment "Only 24bpp and 32bpp RGB TGA files supported" 196 comment "Only 24bpp and 32bpp RGB TGA files supported"