comparison etc/codecs.conf @ 10418:4b0bab36c1c0

removed our native svq1 and huffyuv implementation as libavcodec's implementations are much better
author alex
date Sun, 13 Jul 2003 15:56:20 +0000
parents c21e3bceec16
children c4c2414248ec
comparison
equal deleted inserted replaced
10417:008ff00f4223 10418:4b0bab36c1c0
207 ; out UYVY flip 207 ; out UYVY flip
208 out BGR32,BGR24 flip,query 208 out BGR32,BGR24 flip,query
209 209
210 ;NATIVE: 210 ;NATIVE:
211 211
212 videocodec svq1
213 info "Sorenson v1 (native codec)"
214 status buggy
215 fourcc SVQ1
216 driver svq1
217 out YVU9
218
219 videocodec video1 212 videocodec video1
220 info "Microsoft Video 1 (native codec)" 213 info "Microsoft Video 1 (native codec)"
221 status working 214 status working
222 fourcc cram,CRAM 215 fourcc cram,CRAM
223 fourcc msvc,MSVC 216 fourcc msvc,MSVC
229 info "Cinepak Video (native codec)" 222 info "Cinepak Video (native codec)"
230 status working 223 status working
231 fourcc cvid,CVID 224 fourcc cvid,CVID
232 driver cinepak 225 driver cinepak
233 out YV12,I420,IYUV 226 out YV12,I420,IYUV
234 out YUY2
235 out BGR32,BGR24
236
237 videocodec mphuffyuv
238 info "HuffYUV (native codec)"
239 status working
240 fourcc HFYU
241 driver huffyuv
242 out YUY2 227 out YUY2
243 out BGR32,BGR24 228 out BGR32,BGR24
244 229
245 videocodec mpmszh 230 videocodec mpmszh
246 info "AVImszh (native codec)" 231 info "AVImszh (native codec)"
268 253
269 ; time to decide what to do with the mpeg4/divx variants... 254 ; time to decide what to do with the mpeg4/divx variants...
270 ; ff* is fastest... 255 ; ff* is fastest...
271 256
272 videocodec ffhuffyuv 257 videocodec ffhuffyuv
273 info "FFHuffYUV" 258 info "FFmpeg HuffYUV"
274 status untested 259 status working
275 fourcc HFYU 260 fourcc HFYU
276 driver ffmpeg 261 driver ffmpeg
277 dll huffyuv 262 dll huffyuv
278 out YUY2,422P,YV12 263 out YUY2,422P,YV12
279 out BGR32,BGR24 264 out BGR32,BGR24
280 265
281 videocodec ffv1 266 videocodec ffv1
282 info "FFV1" 267 info "FFV1 (lossless codec)"
283 status working 268 status working
284 fourcc FFV1 269 fourcc FFV1
285 driver ffmpeg 270 driver ffmpeg
286 dll ffv1 271 dll ffv1
287 out 411P,444P,422P,YV12,I420,IYUV,YVU9 272 out 411P,444P,422P,YV12,I420,IYUV,YVU9
288 273
289 videocodec ffasv1 274 videocodec ffasv1
290 info "ASUS V1" 275 info "FFmpeg ASUS V1"
291 status working 276 status working
292 fourcc ASV1 277 fourcc ASV1
293 driver ffmpeg 278 driver ffmpeg
294 dll asv1 279 dll asv1
295 out YV12,I420,IYUV 280 out YV12,I420,IYUV
296 281
297 videocodec ffsvq1 282 videocodec ffsvq1
298 info "FFmpeg Sorenson Video v1" 283 info "FFmpeg Sorenson Video v1 (SVQ1)"
299 status working 284 status working
300 fourcc SVQ1 285 fourcc SVQ1
301 driver ffmpeg 286 driver ffmpeg
302 dll svq1 287 dll svq1
303 out YVU9 288 out YVU9
359 driver ffmpeg 344 driver ffmpeg
360 dll h264 345 dll h264
361 out YV12,I420,IYUV 346 out YV12,I420,IYUV
362 347
363 videocodec ffsvq3 348 videocodec ffsvq3
364 info "FFmpeg SVQ3" 349 info "FFmpeg Sorenson Video v3 (SVQ3)"
365 status working 350 status working
366 fourcc SVQ3 351 fourcc SVQ3
367 driver ffmpeg 352 driver ffmpeg
368 dll svq3 353 dll svq3
369 out YV12,I420,IYUV 354 out YV12,I420,IYUV
385 driver ffmpeg 370 driver ffmpeg
386 dll mpeg4 ;opendivx 371 dll mpeg4 ;opendivx
387 out YV12,I420,IYUV 372 out YV12,I420,IYUV
388 373
389 videocodec xvid 374 videocodec xvid
390 info "Xvid (MPEG-4)" 375 info "XviD (MPEG-4)"
391 status working 376 status working
392 fourcc DIVX,divx 377 fourcc DIVX,divx
393 fourcc xvid,XVID,XviD 378 fourcc xvid,XVID,XviD
394 format 0x4 379 format 0x4
395 driver xvid 380 driver xvid