aboutsummaryrefslogtreecommitdiffhomepage
path: root/libaf/af_delay.c
Commit message (Expand)AuthorAge
* audio: untypedef af_instanceGravatar Stefano Pigozzi2012-11-02
* audio: untypedef af_infoGravatar Stefano Pigozzi2012-11-02
* audio: untypedef af_data and rename it to mp_audioGravatar Stefano Pigozzi2012-11-02
* 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
* Replace informal license notices by standard license headerGravatar diego2009-01-05
* libaf: change filter input/output ratio calculationsGravatar uau2007-11-01
* Rename open to af_open so as not to conflict with a previous header definition.Gravatar diego2007-03-20
* fix compilation on solarisGravatar attila2003-01-01
* Extending delay to have different delays for different channelsGravatar anders2002-12-31
* Changes includes:Gravatar anders2002-12-28
* the -af delay=[seconds] option currently parses floating point values ofGravatar arpi2002-12-04
* New features:Gravatar anders2002-11-12
* Adding commandline options for filters and fixing stupid bug in cfgGravatar anders2002-10-31
* Adding volume control and moving control() call parameters to a seperate fileGravatar anders2002-10-16
* src and dest buffers may overlapGravatar pl2002-10-11
* Adding function for calculating the delay caused by the filtersGravatar anders2002-10-08
* Adding Support for non-reentrant audio filtersGravatar anders2002-10-06
* Adding new audio output filter layer libafGravatar anders2002-10-01