]> git.sesse.net Git - ffmpeg/commit
libwavpackenc: remove libwavpackenc wrapper
authorLynne <dev@lynne.ee>
Mon, 7 Sep 2020 00:41:19 +0000 (02:41 +0200)
committerLynne <dev@lynne.ee>
Fri, 2 Oct 2020 15:43:15 +0000 (17:43 +0200)
commit45070eec4c089b06947f07e25cdb1bc8b2102553
tree3759869b0aa1413e3e430939481b296bc106b29b
parentd9e812797c84be0f03aa1e95905da1f2cb2ed81e
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.
Changelog
configure
doc/encoders.texi
doc/general_contents.texi
libavcodec/Makefile
libavcodec/allcodecs.c
libavcodec/libwavpackenc.c [deleted file]