mpv/audio/decode
wm4 fdb300b983 audio: make libaf derived code optional
This code could not be relicensed. The intention was to write new filter
code (which could handle both audio and video), but that's a bit of
work. Write some code that can do audio conversion (resampling,
downmixing, etc.) without the old audio filter chain code in order to
speed up the LGPL relicensing.

If you build with --disable-libaf, nothing in audio/filter/* is compiled
in. It breaks a few features, such as --volume, --af, pitch correction
on speed changes, replaygain.

Most likely this adds some bugs, even if --disable-libaf is not used.
(How the fuck does EOF notification work again anyway?)
2017-09-21 12:48:30 +02:00
..
ad.h audio: introduce a new type to hold audio frames 2017-08-16 21:10:54 +02:00
ad_lavc.c audio: introduce a new type to hold audio frames 2017-08-16 21:10:54 +02:00
ad_spdif.c audio: introduce a new type to hold audio frames 2017-08-16 21:10:54 +02:00
dec_audio.c audio: make libaf derived code optional 2017-09-21 12:48:30 +02:00
dec_audio.h audio: introduce a new type to hold audio frames 2017-08-16 21:10:54 +02:00