summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2020-09-07 02:41:19 +0200
committerLynne <dev@lynne.ee>2020-10-02 17:43:15 +0200
commit45070eec4c089b06947f07e25cdb1bc8b2102553 (patch)
tree3759869b0aa1413e3e430939481b296bc106b29b /Changelog
parentd9e812797c84be0f03aa1e95905da1f2cb2ed81e (diff)
libwavpackenc: remove libwavpackenc wrapper
The manual states "there is virtually no reason to use that encoder.". It supports less sample formats than the native encoder, is less efficient than the native encoder and is also slower and pretty much remains untested. libwavpack also isn't being fuzzed, which given that we plug the parameters without any sanitizing them looks concerning.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 358cbaaf94..f37326627e 100644
--- a/Changelog
+++ b/Changelog
@@ -30,6 +30,7 @@ version <next>:
- IPU decoder, parser and demuxer
- Intel QSV-accelerated AV1 decoding
- Argonaut Games Video decoder
+- libwavpack encoder removed
version 4.3: