mpv/audio/filter
wm4 7dd3822d09 audio: refactor some aspects of filter chain setup
There's no real reason why audio_init_filter() should exist. Just use
af_init or af_reinit directly. (We lose a useless message; the same
information is printed in a quite close place with more details.)

Requires less code, and the way the filter chain is marked as having
failed to initialize allows just switching off audio instead of
crashing if trying to insert a volume filter in mixer.c fails, and
recreating the old filter chain fails too.
2014-10-02 02:42:23 +02:00
..
af.c audio: refactor some aspects of filter chain setup 2014-10-02 02:42:23 +02:00
af.h audio: refactor some aspects of filter chain setup 2014-10-02 02:42:23 +02:00
af_bs2b.c audio: drop swapped-endian audio formats 2014-09-23 23:09:25 +02:00
af_center.c
af_channels.c
af_convert24.c audio: drop swapped-endian audio formats 2014-09-23 23:09:25 +02:00
af_convertsignendian.c audio: cleanup spdif format definitions 2014-09-23 23:11:54 +02:00
af_delay.c
af_drc.c
af_dummy.c
af_equalizer.c
af_export.c
af_extrastereo.c
af_format.c
af_hrtf.c af_hrtf: initialize coefficient arrays 2014-09-19 21:16:42 +02:00
af_hrtf.h
af_karaoke.c
af_ladspa.c
af_lavcac3enc.c audio: cleanup spdif format definitions 2014-09-23 23:11:54 +02:00
af_lavfi.c
af_lavrresample.c af_lavrresample: fix crash with size 0 2014-09-15 23:14:19 +02:00
af_pan.c
af_scaletempo.c
af_sinesuppress.c
af_sub.c
af_surround.c
af_sweep.c
af_volume.c
dsp.h
equalizer.h
filter.c
filter.h
tools.c
window.c
window.h