mpv/audio/filter
wm4 6ec1f31765 af: don't skip filtering if there's no more audio
My main problem with this is that the output format will be incorrect.
(This doesn't matter right, because there are no samples output.)

This assumes all audio filters can deal with len==0 passed in for
filtering (though I wouldn't see why not).

A filter can still signal an error by returning NULL.

af_lavrresample has to be fixed, since resampling 0 samples makes
libavresample fail and return a negative error code. (Even though it's
not documented to return an error code!)
2013-11-10 22:49:39 +01:00
..
af.c af: don't skip filtering if there's no more audio 2013-11-10 22:49:39 +01:00
af.h af: remove a pointless macro 2013-11-07 22:15:44 +01:00
af_bs2b.c audio: replace af_fmt2str_short -> af_fmt_to_str 2013-11-07 22:12:36 +01:00
af_center.c af: replace macros with too generic names 2013-10-26 15:05:59 +02:00
af_channels.c af: replace macros with too generic names 2013-10-26 15:05:59 +02:00
af_convert24.c af_convert24: fix complicated and incorrect format negotiation 2013-11-09 23:32:52 +01:00
af_convertsignendian.c audio/filter: remove useless af_info fields 2013-10-23 19:30:01 +02:00
af_delay.c af: replace macros with too generic names 2013-10-26 15:05:59 +02:00
af_drc.c af: replace macros with too generic names 2013-10-26 15:05:59 +02:00
af_dummy.c audio: replace af_fmt2str_short -> af_fmt_to_str 2013-11-07 22:12:36 +01:00
af_equalizer.c af: replace macros with too generic names 2013-10-26 15:05:59 +02:00
af_export.c audio/filter: remove useless af_info fields 2013-10-23 19:30:01 +02:00
af_extrastereo.c af: replace macros with too generic names 2013-10-26 15:05:59 +02:00
af_format.c audio/filter: remove useless af_info fields 2013-10-23 19:30:01 +02:00
af_hrtf.c audio/filter: remove useless af_info fields 2013-10-23 19:30:01 +02:00
af_hrtf.h
af_karaoke.c audio/filter: remove useless af_info fields 2013-10-23 19:30:01 +02:00
af_ladspa.c audio/filter: remove useless af_info fields 2013-10-23 19:30:01 +02:00
af_lavcac3enc.c audio: replace af_fmt2str_short -> af_fmt_to_str 2013-11-07 22:12:36 +01:00
af_lavfi.c audio/filter: remove useless af_info fields 2013-10-23 19:30:01 +02:00
af_lavrresample.c af: don't skip filtering if there's no more audio 2013-11-10 22:49:39 +01:00
af_pan.c af: replace macros with too generic names 2013-10-26 15:05:59 +02:00
af_scaletempo.c af_scaletempo: uncrustify 2013-11-09 23:32:58 +01:00
af_sinesuppress.c audio/filter: remove useless af_info fields 2013-10-23 19:30:01 +02:00
af_sub.c af: replace macros with too generic names 2013-10-26 15:05:59 +02:00
af_surround.c af_surround: fix format negotiation 2013-11-09 23:32:52 +01:00
af_sweep.c audio/filter: remove useless af_info fields 2013-10-23 19:30:01 +02:00
af_tools.c af: replace macros with too generic names 2013-10-26 15:05:59 +02:00
af_volume.c af_volume: use only one volume setting for all channels 2013-11-09 23:32:58 +01:00
control.h af_volume: remove unused features 2013-10-26 13:36:34 +02:00
dsp.h
equalizer.h
filter.c
filter.h
window.c
window.h