aboutsummaryrefslogtreecommitdiffhomepage
path: root/libaf/af_resample.c
Commit message (Expand)AuthorAge
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* Remove af_msg special-casing API in libaf.Gravatar bircoph2009-03-28
* Remove several useless casts from af_resampleGravatar reimar2009-03-06
* Free af->setup and contents in af_resample uninit function.Gravatar reimar2009-03-06
* Use calloc to allocate the af_resample ring buffers, reportedly usingGravatar reimar2009-03-06
* Use a single malloc to allocate space for the circular buffers.Gravatar reimar2009-03-06
* Comment typo fixes for af_resampleGravatar reimar2009-03-06
* Add missing header for av_gcd, fixes the warning:Gravatar diego2009-01-25
* Fix compilation: s/ff_gcd/av_gcd.Gravatar cehoyos2009-01-17
* More #ifdef HAVE_MMX etc. missed by earlier search.Gravatar reimar2009-01-16
* Replace informal license notices by standard license headerGravatar diego2009-01-05
* Rename libaf/af_resample.h to libaf/af_resample_template.c, it is used asGravatar diego2009-01-02
* A/V sync: take audio filter buffers into accountGravatar uau2007-11-01
* libaf: Remove rational number implementationGravatar uau2007-11-01
* libaf: change filter input/output ratio calculationsGravatar uau2007-11-01
* cosmetics: misc typo fixesGravatar diego2007-09-25
* Remove unnecessary unistd.h include.Gravatar diego2007-03-20
* Rename open to af_open so as not to conflict with a previous header definition.Gravatar diego2007-03-20
* Fix memory leaks.Gravatar uau2007-02-10
* Reinitialize some variables on af_resample reinit, fixes crashGravatar uau2006-11-19
* Fix double free in af_resample when reinited with suitable parametersGravatar uau2006-11-18
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* always cancel down fractions (frac_t) to avoid overflows and playbackGravatar reimar2005-01-08
* less namespace pollution #2 (prefixed globals in filter.c with af_filter_)Gravatar alex2004-12-29
* removing AFMT_ dependancyGravatar alex2004-12-27
* The full name of the GPL is GNU General Public License.Gravatar diego2004-10-10
* 10l sig 11 bug reported by Fabian FranzGravatar anders2003-01-12
* 10l bug for float conversion control + feature fix in volume controlGravatar anders2003-01-10
* New auto config for volume and resample and added support for float flag in c...Gravatar anders2003-01-10
* sig 11 fix in reinit and resample + spelling error fixesGravatar anders2003-01-02
* Changes includes:Gravatar anders2002-12-28
* compiler warning fixesGravatar arpi2002-12-14
* New features:Gravatar anders2002-11-12
* 10lGravatar anders2002-11-03
* Adding commandline options for filters and fixing stupid bug in cfgGravatar anders2002-10-31
* made gcd() staticGravatar arpi2002-10-24
* Fix for audio filters on big endian cpus. It's working now on Solaris SPARC &Gravatar jkeil2002-10-12
* Adding function for calculating the delay caused by the filtersGravatar anders2002-10-08
* Changing frequency limit for resamplingGravatar anders2002-10-06
* Adding Support for non-reentrant audio filtersGravatar anders2002-10-06
* optimization of the FIR macros, extending outfreq range to 2..192khzGravatar arpi2002-10-05
* 1lGravatar arpi2002-10-02
* 100lGravatar arpi2002-10-02
* Changing to 32 bit aritmetics for countersGravatar anders2002-10-02
* Adding support for multiple audio streams and removing annoying message from ...Gravatar anders2002-10-01
* Adding new audio output filter layer libafGravatar anders2002-10-01