# HG changeset patch # User alex # Date 1067637416 0 # Node ID bcb9c6abf798f944cec3973334fef3c19ce221f4 # Parent 0bcb8bf88432e7e2ba0aaf10de9dfbea39125cde some clarifications diff -r 0bcb8bf88432 -r bcb9c6abf798 DOCS/xml/en/codecs.xml --- a/DOCS/xml/en/codecs.xml Fri Oct 31 21:34:19 2003 +0000 +++ b/DOCS/xml/en/codecs.xml Fri Oct 31 21:56:56 2003 +0000 @@ -552,15 +552,12 @@ The most important audio codecs above all: - MPEG layer 2 (MP2), and layer 3 (MP3) audio (native + MPEG layer 1/2/3 (MP1/2/3) audio (native code, with MMX/SSE/3DNow! optimization) - MPEG layer 1 audio (native code, with libavcodec) - - - Windows Media Audio v1, v2 (native code, with - libavcodec) + Windows Media Audio 7 and 8 (aka WMAv1 and WMAv2) (native code, with + libavcodec) Windows Media Audio 9 (WMAv3) (using DMO DLL) @@ -573,6 +570,9 @@ AC3 passing through soundcard hardware + AAC + + Ogg Vorbis audio codec (native library) @@ -591,9 +591,6 @@ alaw and ulaw, various gsm, adpcm and pcm formats and other simple old audio codecs - - AAC - @@ -653,9 +650,11 @@ libmad support -libmad is a multiplatform +libmad is a multiplatform, +integer (internally 24bit PCM) only MPEG audio decoding library. It does not handle broken files well, and it -sometimes has problems with seeking. +sometimes has problems with seeking, but it may perform better on FPU-less +(such as ARM) platform than mp3lib.