summaryrefslogtreecommitdiffstats
path: root/libaf/af_sweep.c
Commit message (Expand)AuthorAgeFilesLines
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-103/+0
* audio: untypedef af_instanceStefano Pigozzi2012-11-021-4/+4
* audio: untypedef af_infoStefano Pigozzi2012-11-021-1/+1
* audio: untypedef af_data and rename it to mp_audioStefano Pigozzi2012-11-021-3/+3
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-6/+2
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-4/+3
* Use standard license headers with standard formatting.diego2008-05-141-3/+3
* Relicense GPL v2 files as GPL v2+ and add proper license headers.diego2007-12-311-2/+19
* libaf: change filter input/output ratio calculationsuau2007-11-011-2/+1
* Rename open to af_open so as not to conflict with a previous header definition.diego2007-03-201-2/+2
* Unify include paths by adding -I.. to CFLAGS.diego2005-11-131-1/+1
* removing AFMT_ dependancyalex2004-12-271-1/+1
* Make filters request a supported input format instead of failing.reimar2004-12-221-3/+0
* sine sweep generatormichael2004-10-211-0/+95