[SCM] libav/experimental: Mark formats requiring external libs with an 'E' in the format support tables.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:31:44 UTC 2013


The following commit has been merged in the experimental branch:
commit 82ced5a9b41601d88aac443d5579e24f47b3e66b
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sat Oct 25 08:51:46 2008 +0000

    Mark formats requiring external libs with an 'E' in the format support tables.
    
    Originally committed as revision 15701 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/doc/general.texi b/doc/general.texi
index 5f27bac..9db065f 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -218,7 +218,7 @@ following image formats are supported:
     @tab fourcc: CLJR
 @item Creative YUV           @tab     @tab  X
     @tab fourcc: CYUV
- at item Dirac                  @tab  X  @tab  X
+ at item Dirac                  @tab  E  @tab  E
     @tab supported through external libdirac/libschroedinger libraries
 @item Duck TrueMotion v1     @tab     @tab  X
     @tab fourcc: DUCK
@@ -241,7 +241,7 @@ following image formats are supported:
 @item H.261                  @tab  X  @tab  X
 @item H.263(+)               @tab  X  @tab  X
     @tab also known as RealVideo 1.0
- at item H.264                  @tab     @tab  X
+ at item H.264                  @tab  E  @tab  X
     @tab encoding supported through external library libx264
 @item HuffYUV                @tab  X  @tab  X
 @item IBM Ultimotion         @tab     @tab  X
@@ -304,7 +304,7 @@ following image formats are supported:
     @tab fourcc: SP5X
 @item TechSmith Camtasia     @tab     @tab  X
     @tab fourcc: TSCC
- at item Theora                 @tab  X  @tab  X
+ at item Theora                 @tab  E  @tab  X
     @tab encoding supported through external library libtheora
 @item THP                    @tab     @tab  X
     @tab Used on the Nintendo GameCube.
@@ -331,18 +331,20 @@ following image formats are supported:
 
 @code{X} means that encoding (resp. decoding) is supported.
 
+ at code{E} means that support is provided through an external library.
+
 @section Audio Codecs
 
 @multitable @columnfractions .4 .1 .1 .1 .7
 @item Name @tab Encoding @tab Decoding @tab Comments
 @item 4X IMA ADPCM           @tab     @tab  X
 @item 8SVX audio             @tab     @tab  X
- at item AAC                    @tab  X  @tab  X
+ at item AAC                    @tab  E  @tab  X
     @tab encoding supported through external library libfaac
 @item AC-3                   @tab IX  @tab IX
- at item AMR-NB                 @tab  X  @tab  X
+ at item AMR-NB                 @tab  E  @tab  E
     @tab supported through external library libamrnb
- at item AMR-WB                 @tab  X  @tab  X
+ at item AMR-WB                 @tab  E  @tab  E
     @tab supported through external library libamrwb
 @item AMV IMA ADPCM          @tab     @tab  X
     @tab Used in AMV files
@@ -370,9 +372,9 @@ following image formats are supported:
 @item Enhanced AC-3          @tab     @tab  X
 @item FLAC lossless audio    @tab IX  @tab  X
 @item G.726  ADPCM           @tab  X  @tab  X
- at item GSM                    @tab  X  @tab  X
+ at item GSM                    @tab  E  @tab  E
     @tab supported through external library libgsm
- at item GSM_MS                 @tab  X  @tab  X
+ at item GSM_MS                 @tab  E  @tab  E
     @tab supported through external library libgsm
 @item id RoQ DPCM            @tab  X  @tab  X
     @tab Used in Quake III, Jedi Knight 2, other computer games.
@@ -386,7 +388,7 @@ following image formats are supported:
     @tab Used in DVD-Audio and Blu-Ray discs.
 @item Monkey's Audio         @tab     @tab  X
     @tab Only versions 3.97-3.99 are supported.
- at item MPEG audio layer 1/3   @tab  X  @tab IX
+ at item MPEG audio layer 1/3   @tab  E  @tab IX
     @tab MP3 encoding supported through external library LAME
 @item MPEG audio layer 2     @tab IX  @tab IX
 @item MS IMA ADPCM           @tab  X  @tab  X
@@ -414,7 +416,7 @@ following image formats are supported:
     @tab experimental codec
 @item Sonic lossless         @tab  X  @tab  X
     @tab experimental codec
- at item Speex                  @tab     @tab  X
+ at item Speex                  @tab     @tab  E
     @tab supported through external library libspeex
 @item THP ADPCM              @tab     @tab  X
     @tab Used on the Nintendo GameCube.
@@ -430,6 +432,8 @@ following image formats are supported:
 
 @code{X} means that encoding (resp. decoding) is supported.
 
+ at code{E} means that support is provided through an external library.
+
 @code{I} means that an integer-only version is available, too (ensures high
 performance on systems without hardware floating point support).
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list