comparison DOCS/codecs.conf @ 729:dcaa9fbcdddf

mp3lib is primary again, libmpeg2 fourcc fixed
author arpi_esp
date Tue, 08 May 2001 21:25:42 +0000
parents 9355b2ae634e
children 8e5f87d56ed3
comparison
equal deleted inserted replaced
728:138d38a5915a 729:dcaa9fbcdddf
7 videocodec mpeg12 7 videocodec mpeg12
8 info "MPEG 1 or 2" 8 info "MPEG 1 or 2"
9 comment "with postprocessing" 9 comment "with postprocessing"
10 status working 10 status working
11 format 0x1 11 format 0x1
12 format 0xFFFFFF01 12 format 0x10000001
13 driver libmpeg2 13 driver libmpeg2
14 dll "libmpeg2" 14 dll "libmpeg2"
15 out YV12 15 out YV12
16 16
17 videocodec mpeg4 17 videocodec mpeg4
223 status crashing 223 status crashing
224 comment "ICDecompressGetFormat failed: Error -2" 224 comment "ICDecompressGetFormat failed: Error -2"
225 fourcc HFYU 225 fourcc HFYU
226 driver vfw 226 driver vfw
227 dll "huffyuv.dll" 227 dll "huffyuv.dll"
228 out YUY2 228 ; out YUY2
229 out UYVY 229 ; out UYVY
230 out BGR32,BGR24,BGR15 230 out BGR32,BGR24,BGR15
231 231
232 videocodec mszh 232 videocodec mszh
233 info "AVImszh" 233 info "AVImszh"
234 status crashing 234 status crashing
308 status working 308 status working
309 format 0x2 309 format 0x2
310 driver acm 310 driver acm
311 dll "msadp32.acm" 311 dll "msadp32.acm"
312 312
313 ; 3DNow! autodetection? 313 ; now mp3lib is stable enough!?
314 audiocodec mp3acm
315 info "MPEG layer-3"
316 status working
317 comment "Optimized to Intel MMX/SSE, conflicts with security kernel patches"
318 format 0x55
319 driver acm
320 dll "l3codeca.acm"
321 flags seekable
322
323 audiocodec mp3 314 audiocodec mp3
324 info "MPEG layer-2, layer-3" 315 info "MPEG layer-2, layer-3"
325 status working 316 status working
326 comment "Optimized to AMD 3Dnow!" 317 comment "Optimized to AMD 3Dnow!"
327 format 0x50 318 format 0x50
328 format 0x55 319 format 0x55
329 driver mp3lib 320 driver mp3lib
330 dll "mp3lib (mpg123)" 321 dll "mp3lib (mpg123)"
322 flags seekable
323
324 audiocodec mp3acm
325 info "MPEG layer-3"
326 status working
327 comment "Optimized to Intel MMX/SSE, conflicts with security kernel patches"
328 format 0x55
329 driver acm
330 dll "l3codeca.acm"
331 flags seekable 331 flags seekable
332 332
333 audiocodec imaadpcm 333 audiocodec imaadpcm
334 info "IMA ADPCM" 334 info "IMA ADPCM"
335 status working 335 status working