summaryrefslogtreecommitdiffstats
path: root/libaf/af_resample.c
Commit message (Expand)AuthorAgeFilesLines
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-394/+0
* audio: untypedef af_cfgStefano Pigozzi2012-11-021-1/+1
* audio: untypedef af_instanceStefano Pigozzi2012-11-021-5/+5
* audio: untypedef af_infoStefano Pigozzi2012-11-021-1/+1
* audio: untypedef af_data and rename it to mp_audioStefano Pigozzi2012-11-021-7/+7
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-2/+1
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-38/+37
* Remove af_msg special-casing API in libaf.bircoph2009-03-281-7/+7
* Remove several useless casts from af_resamplereimar2009-03-061-4/+4
* Free af->setup and contents in af_resample uninit function.reimar2009-03-061-0/+7
* Use calloc to allocate the af_resample ring buffers, reportedly usingreimar2009-03-061-1/+1
* Use a single malloc to allocate space for the circular buffers.reimar2009-03-061-5/+4
* Comment typo fixes for af_resamplereimar2009-03-061-7/+7
* Add missing header for av_gcd, fixes the warning:diego2009-01-251-0/+1
* Fix compilation: s/ff_gcd/av_gcd.cehoyos2009-01-171-2/+2
* More #ifdef HAVE_MMX etc. missed by earlier search.reimar2009-01-161-1/+1
* Replace informal license notices by standard license headerdiego2009-01-051-10/+21
* Rename libaf/af_resample.h to libaf/af_resample_template.c, it is used asdiego2009-01-021-5/+5
* A/V sync: take audio filter buffers into accountuau2007-11-011-1/+1
* libaf: Remove rational number implementationuau2007-11-011-2/+3
* libaf: change filter input/output ratio calculationsuau2007-11-011-7/+3
* cosmetics: misc typo fixesdiego2007-09-251-1/+1
* Remove unnecessary unistd.h include.diego2007-03-201-1/+0
* Rename open to af_open so as not to conflict with a previous header definition.diego2007-03-201-2/+2
* Fix memory leaks.uau2007-02-101-1/+2
* Reinitialize some variables on af_resample reinit, fixes crashuau2006-11-191-0/+2
* Fix double free in af_resample when reinited with suitable parametersuau2006-11-181-0/+1
* massive attack: mp_msg printf format fixesrathann2006-01-121-1/+1
* 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