summaryrefslogtreecommitdiffstats
path: root/libaf/af_pan.c
Commit message (Expand)AuthorAgeFilesLines
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-210/+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-11/+11
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-2/+1
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-7/+7
* Remove af_msg special-casing API in libaf.bircoph2009-03-281-2/+2
* Replace informal license notices by standard license headerdiego2009-01-051-11/+19
* libaf: change filter input/output ratio calculationsuau2007-11-011-6/+3
* Add AF_CONTROL_PAN_BALANCE controlzuxy2007-06-171-0/+17
* Remove incorrect comment: pan defaults to block all, instead of pass-thru.zuxy2007-06-131-1/+0
* Avoid zero output for pan filter; zero output now means same # of channelszuxy2007-06-131-2/+4
* Make pan reentrant. Multiple pans in chain work fine.zuxy2007-06-131-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 nonsense tests ("if (af->data->audio)" before "if (af->data)").uau2007-02-101-3/+2
* Fix af_pan commandline mess and (hopefully) improve description.reimar2005-09-151-4/+7
* always cancel down fractions (frac_t) to avoid overflows and playbackreimar2005-01-081-0/+1
* removing AFMT_ dependancyalex2004-12-271-1/+1
* The full name of the GPL is GNU General Public License.diego2004-10-101-1/+1
* 10l - replace 6 with AF_NCHhenry2004-03-041-1/+1
* 10l memory leak + bug fixes in ms to sample time conversionanders2002-12-311-0/+2
* Changes includes:anders2002-12-281-0/+184