# HG changeset patch # User arpi_esp # Date 989357142 0 # Node ID dcaa9fbcdddf0b54d0ccd4c19470d0927d9879d7 # Parent 138d38a5915a0baf2e3e35fea1804cb3edd5b8ff mp3lib is primary again, libmpeg2 fourcc fixed diff -r 138d38a5915a -r dcaa9fbcdddf DOCS/codecs.conf --- a/DOCS/codecs.conf Tue May 08 20:09:39 2001 +0000 +++ b/DOCS/codecs.conf Tue May 08 21:25:42 2001 +0000 @@ -9,7 +9,7 @@ comment "with postprocessing" status working format 0x1 - format 0xFFFFFF01 + format 0x10000001 driver libmpeg2 dll "libmpeg2" out YV12 @@ -225,8 +225,8 @@ fourcc HFYU driver vfw dll "huffyuv.dll" - out YUY2 - out UYVY +; out YUY2 +; out UYVY out BGR32,BGR24,BGR15 videocodec mszh @@ -310,16 +310,7 @@ driver acm dll "msadp32.acm" -; 3DNow! autodetection? -audiocodec mp3acm - info "MPEG layer-3" - status working - comment "Optimized to Intel MMX/SSE, conflicts with security kernel patches" - format 0x55 - driver acm - dll "l3codeca.acm" - flags seekable - +; now mp3lib is stable enough!? audiocodec mp3 info "MPEG layer-2, layer-3" status working @@ -330,6 +321,15 @@ dll "mp3lib (mpg123)" flags seekable +audiocodec mp3acm + info "MPEG layer-3" + status working + comment "Optimized to Intel MMX/SSE, conflicts with security kernel patches" + format 0x55 + driver acm + dll "l3codeca.acm" + flags seekable + audiocodec imaadpcm info "IMA ADPCM" status working