Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRostislav Pehlivanov <atomnuker@gmail.com>2017-05-29 00:01:40 +0300
committerRostislav Pehlivanov <atomnuker@gmail.com>2017-05-29 22:15:58 +0300
commit220b24c7c97dc033ceab1510549f66d0e7b52ef1 (patch)
tree6bd0ab575f53f46c153aa857e1fa74e6c3d8863f /Changelog
parenta3deeaade32db5a1b736b8d3365e52254f3fa6ac (diff)
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 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index fad8304701..1949ec7846 100644
--- a/Changelog
+++ b/Changelog
@@ -15,6 +15,7 @@ version <next>:
- crossfeed audio filter
- spec compliant VP9 muxing support in MP4
- remove the libnut muxer/demuxer wrappers
+- remove the libschroedinger encoder/decoder wrappers
version 3.3:
- CrystalHD decoder moved to new decode API