From fc1206a4d95e24f8700eeb978a41419b7de64644 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 7 Jul 2009 00:28:16 +0000 Subject: Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding. libopencore can now be used as a replacement except for AMR-WB encoding. Originally committed as revision 19365 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/general.texi | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) (limited to 'doc/general.texi') diff --git a/doc/general.texi b/doc/general.texi index 5e73af9eb4..a360878dbf 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -17,9 +17,7 @@ explicitly requested by passing the appropriate flags to @file{./configure}. @section AMR AMR comes in two different flavors, wideband and narrowband. FFmpeg can make -use of the AMR wideband (floating-point mode) and the AMR narrowband -(floating-point mode) reference decoders and encoders (libamr) as well as -the OpenCORE libraries for AMR-NB decoding/encoding and AMR-WB decoding. +use of the OpenCORE libraries for AMR-NB decoding/encoding and AMR-WB decoding. @subsection OpenCORE @@ -33,17 +31,6 @@ incompatible with the LGPL version 2.1 and GPL version 2. You have to upgrade FFmpeg's license to LGPL version 3 (or if you have enabled GPL components, GPL version 3) to use it. -@subsection libamr - -Go to @url{http://www.penguin.cz/~utx/amr} and follow the instructions for -installing the libraries. Then pass @code{--enable-libamr-nb} and/or -@code{--enable-libamr-wb} to configure to enable the libraries. - -Note that libamr is copyrighted without any sort of license grant. This means -that you can use it if you legally obtained it but you are not allowed to -redistribute it in any way. @strong{Any FFmpeg binaries with libamr support -you create are non-free and unredistributable!} - @chapter Supported File Formats and Codecs @@ -537,10 +524,9 @@ following image formats are supported: @tab Used in Westwood Studios games like Command and Conquer. @item ADPCM Yamaha @tab X @tab X @item AMR-NB @tab E @tab E - @tab supported through external libraries libamrnb and libopencore-amrnb -@item AMR-WB @tab E @tab E - @tab decoding supported through external libraries libamrwb and libopencore-amrwb, - encoding supported through external library libamrwb + @tab supported through external library libopencore-amrnb +@item AMR-WB @tab @tab E + @tab decoding supported through external library libopencore-amrwb @item Apple lossless audio @tab X @tab X @tab QuickTime fourcc 'alac' @item Atrac 3 @tab @tab X -- cgit v1.2.3