]> git.sesse.net Git - vlc/commit
* modules/audio_filter/resampler/bandlimited.[ch]: new high-quality
authorGildas Bazin <gbazin@videolan.org>
Tue, 4 Mar 2003 03:27:40 +0000 (03:27 +0000)
committerGildas Bazin <gbazin@videolan.org>
Tue, 4 Mar 2003 03:27:40 +0000 (03:27 +0000)
commit75426e20e9ab10e690128567dc0cf19f71669887
tree534b41ec76d40dcada1e0cce742afd501fb6b03c
parenta7c736f0e5b3b9e065c8402f6f28e5bff42cd06c
* modules/audio_filter/resampler/bandlimited.[ch]: new high-quality
   bandlimited interpolation resampler.
   It is not yet enabled by default because it requires a bit more works
   (not fully stable yet because of buffer overflows under certain conditions).

* src/audio_output/input.c: the resamplers are now always active (expcept
   in spdif mode).

* modules/audio_filter/resampler/*: modified the resampler to return the
   input buffer when no resampling is needed.
include/aout_internal.h
modules/audio_filter/resampler/Modules.am
modules/audio_filter/resampler/bandlimited.c [new file with mode: 0644]
modules/audio_filter/resampler/bandlimited.h [new file with mode: 0644]
modules/audio_filter/resampler/linear.c
modules/audio_filter/resampler/trivial.c
modules/audio_filter/resampler/ugly.c
src/audio_output/filters.c
src/audio_output/input.c