summaryrefslogtreecommitdiffstats
path: root/libaf/af_resample.c
Commit message (Expand)AuthorAgeFilesLines
* always cancel down fractions (frac_t) to avoid overflows and playbackreimar2005-01-081-18/+3
* less namespace pollution #2 (prefixed globals in filter.c with af_filter_)alex2004-12-291-1/+1
* removing AFMT_ dependancyalex2004-12-271-6/+5
* The full name of the GPL is GNU General Public License.diego2004-10-101-1/+1
* 10l sig 11 bug reported by Fabian Franzanders2003-01-121-1/+1
* 10l bug for float conversion control + feature fix in volume controlanders2003-01-101-2/+2
* New auto config for volume and resample and added support for float flag in c...anders2003-01-101-59/+93
* sig 11 fix in reinit and resample + spelling error fixesanders2003-01-021-1/+1
* Changes includes:anders2002-12-281-134/+143
* compiler warning fixesarpi2002-12-141-1/+1
* New features:anders2002-11-121-13/+6
* 10landers2002-11-031-1/+0
* Adding commandline options for filters and fixing stupid bug in cfganders2002-10-311-0/+21
* made gcd() staticarpi2002-10-241-1/+1
* Fix for audio filters on big endian cpus. It's working now on Solaris SPARC &jkeil2002-10-121-2/+2
* Adding function for calculating the delay caused by the filtersanders2002-10-081-1/+2
* Changing frequency limit for resamplinganders2002-10-061-2/+2
* Adding Support for non-reentrant audio filtersanders2002-10-061-0/+1
* optimization of the FIR macros, extending outfreq range to 2..192khzarpi2002-10-051-14/+10
* 1larpi2002-10-021-1/+1
* 100larpi2002-10-021-2/+2
* Changing to 32 bit aritmetics for countersanders2002-10-021-26/+26
* Adding support for multiple audio streams and removing annoying message from ...anders2002-10-011-1/+1
* Adding new audio output filter layer libafanders2002-10-011-0/+340