diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2017-05-28 22:01:40 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2017-05-29 20:15:58 +0100 |
commit | 220b24c7c97dc033ceab1510549f66d0e7b52ef1 (patch) | |
tree | 6bd0ab575f53f46c153aa857e1fa74e6c3d8863f /doc | |
parent | a3deeaade32db5a1b736b8d3365e52254f3fa6ac (diff) | |
download | ffmpeg-220b24c7c97dc033ceab1510549f66d0e7b52ef1.tar.gz |
lavc: remove libschroedinger encoding and decoding wrappers
The library has stopped being developed and Debian has removed it
from its repositories citing security issues.
The native Dirac decoder supports everything the library has and basic
encoding support is still provided via the native vc2 (Dirac Pro, intra
only version of Dirac) encoder. Hence, there's no reason to still support
linking to the library and potentially leading users into security issues.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 2 | ||||
-rw-r--r-- | doc/platform.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/general.texi b/doc/general.texi index 065374e3f2..8f582d586f 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -711,7 +711,7 @@ following image formats are supported: @item DFA @tab @tab X @tab Codec used in Chronomaster game. @item Dirac @tab E @tab X - @tab supported through external library libschroedinger + @tab supported though the native vc2 (Dirac Pro) encoder @item Deluxe Paint Animation @tab @tab X @item DNxHD @tab X @tab X @tab aka SMPTE VC3 diff --git a/doc/platform.texi b/doc/platform.texi index 576c295313..32d97cc58b 100644 --- a/doc/platform.texi +++ b/doc/platform.texi @@ -315,7 +315,7 @@ These library packages are only available from @example yasm, libSDL-devel, libgsm-devel, libmp3lame-devel, -libschroedinger1.0-devel, speex-devel, libtheora-devel, libxvidcore-devel +speex-devel, libtheora-devel, libxvidcore-devel @end example The recommendation for x264 is to build it from source, as it evolves too |