From 83287ec4ca4b0e58e045a706b0d65b691b1cf3f0 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 28 Oct 2008 23:46:57 +0000 Subject: Group codec library installation instructions together in a codec installation subsection. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27845 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/codecs.xml | 152 ++++++++++++++++++++++++------------------------- 1 file changed, 76 insertions(+), 76 deletions(-) (limited to 'DOCS') diff --git a/DOCS/xml/en/codecs.xml b/DOCS/xml/en/codecs.xml index a5971c508f..7bf31b0188 100644 --- a/DOCS/xml/en/codecs.xml +++ b/DOCS/xml/en/codecs.xml @@ -17,8 +17,8 @@ please read the codec importing HOWTO and help us add support for it. - -Video codecs + +Codec installation @@ -93,6 +93,80 @@ Now rerun ./configure for x264 support. + + + +<systemitem class="library">libmad</systemitem> support + + +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, but it may perform better on FPU-less +(such as ARM) +platform than mp3lib. + + + +If you have a proper installation of +libmad, +./configure will notice and support for MPEG audio +decoding via libmad will be built +automatically. + + + + + + +AAC codec + + +An open source AAC decoder called FAAD2 is available from +. +MPlayer includes a copy of it in its source tree. +If you want to use the external library instead, install it and pass + to ./configure. + + + +FAAD2 binaries are not available from audiocoding.com, but you can (apt-)get +Debian packages from +Christian Marillat, +Mandrake/Mandriva RPMs from the P.L.F +and Fedora RPMs from Livna. + + +If you choose to build from source, you do not need all of FAAD2 to decode +AAC files, libfaad is enough. Build it like this: + +cd faad2/ +sh bootstrap +./configure +cd libfaad +make +make install + + + + + + + +AMR codecs + + +Adaptive Multi-Rate speech codec is used in third generation (3G) mobile +phones. +Reference implementation is available from +The 3rd Generation Partnership Project +(free for private use). +To enable support, download and install support libraries for +AMR-NB and AMR-WB +following the instructions on that page. Recompile MPlayer afterwards. + + + @@ -159,29 +233,6 @@ MPEG decoder cards. - -<systemitem class="library">libmad</systemitem> support - - -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, but it may perform better on FPU-less -(such as ARM) -platform than mp3lib. - - - -If you have a proper installation of -libmad, -./configure will notice and support for MPEG audio -decoding via libmad will be built -automatically. - - - - - Hardware MPEG audio codec @@ -195,57 +246,6 @@ only white noise). - - - -AAC codec - - -An open source AAC decoder called FAAD2 is available from -. -MPlayer includes a copy of it in its source tree. -If you want to use the external library instead, install it and pass - to ./configure. - - - -FAAD2 binaries are not available from audiocoding.com, but you can (apt-)get -Debian packages from -Christian Marillat, -Mandrake/Mandriva RPMs from the P.L.F -and Fedora RPMs from Livna. - - -If you choose to build from source, you do not need all of FAAD2 to decode -AAC files, libfaad is enough. Build it like this: - -cd faad2/ -sh bootstrap -./configure -cd libfaad -make -make install - - - - - - - -AMR codecs - - -Adaptive Multi-Rate speech codec is used in third generation (3G) mobile -phones. -Reference implementation is available from -The 3rd Generation Partnership Project -(free for private use). -To enable support, download and install support libraries for -AMR-NB and AMR-WB -following the instructions on that page. Recompile MPlayer afterwards. - - - -- cgit v1.2.3