~ubuntu-branches/ubuntu/precise/ffmpeg-debian/precise

« back to all changes in this revision

Viewing changes to doc/general.texi

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-07-18 10:55:24 UTC
  • mfrom: (1.1.6 upstream) (0.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090718105524-joadmuw3zpqxlitc
Tags: 4:0.5+svn20090609-1ubuntu1
* merge from debian. Remaining changes:
  - don't build-depend on libfaad-dev, disabling faad decoder.
  - build arm vfp variant
* update gbp.conf
* move gbp.conf to debian/

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
AMR comes in two different flavors, wideband and narrowband. FFmpeg can make
20
20
use of the AMR wideband (floating-point mode) and the AMR narrowband
21
 
(floating-point mode) reference decoders and encoders.
 
21
(floating-point mode) reference decoders and encoders (libamr) as well as
 
22
the OpenCORE libraries for AMR-NB decoding/encoding and AMR-WB decoding.
 
23
 
 
24
@subsection OpenCORE
 
25
 
 
26
Go to @url{http://gitorious.org/opencore-amr/} and follow the instructions for
 
27
installing the libraries. Then pass @code{--enable-libopencore-amrnb} and/or
 
28
@code{--enable-libopencore-amrwb} to configure to enable the libraries.
 
29
 
 
30
Note that OpenCORE is under the Apache License 2.0 (see
 
31
@url{http://www.apache.org/licenses/LICENSE-2.0} for details), which is
 
32
incompatible with the LGPL version 2.1 and GPL version 2. You have to
 
33
upgrade FFmpeg's license to LGPL version 3 (or if you have enabled
 
34
GPL components, GPL version 3) to use it.
 
35
 
 
36
@subsection libamr
22
37
 
23
38
Go to @url{http://www.penguin.cz/~utx/amr} and follow the instructions for
24
39
installing the libraries. Then pass @code{--enable-libamr-nb} and/or
511
526
    @tab Used in Westwood Studios games like Command and Conquer.
512
527
@item ADPCM Yamaha           @tab  X  @tab  X
513
528
@item AMR-NB                 @tab  E  @tab  E
514
 
    @tab supported through external library libamrnb
 
529
    @tab supported through external libraries libamrnb and libopencore-amrnb
515
530
@item AMR-WB                 @tab  E  @tab  E
516
 
    @tab supported through external library libamrwb
 
531
    @tab decoding supported through external libraries libamrwb and libopencore-amrwb,
 
532
         encoding supported through external library libamrwb
517
533
@item Apple lossless audio   @tab  X  @tab  X
518
534
    @tab QuickTime fourcc 'alac'
519
535
@item Atrac 3                @tab     @tab  X