aboutsummaryrefslogtreecommitdiffhomepage
path: root/libaf/af_volume.c
Commit message (Expand)AuthorAge
* af_volume: do not change data when volume is 1Gravatar wm42012-01-16
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* Add support for 8 channel audio.Gravatar tack2009-11-10
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* 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
* 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
* using af_softclipGravatar alex2005-01-31
* removing AFMT_ dependancyGravatar alex2004-12-27
* very old 10l, discussed a long time ago but never fixed (default should be sa...Gravatar rfelker2004-11-30
* The full name of the GPL is GNU General Public License.Gravatar diego2004-10-10
* remove the latest use of log10 in favor of the better af_to_dB helper functio...Gravatar alex2004-06-25
* Changing initial volume level to 0dB after loud intensive complaintsGravatar anders2003-01-20
* 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
* Added/reordered #includes to silence warnings about "implicit declaration".Gravatar rathann2002-12-28
* Changes includes:Gravatar anders2002-12-28
* Printing of max volume on exitGravatar anders2002-11-14
* New features:Gravatar anders2002-11-12
* Changing the behavour of the commandline parameter -af to conform with -vop. ...Gravatar anders2002-10-31
* enable volume filter and fix nonsense default volume (still not usableGravatar rfelker2002-10-30
* Adding volume control and moving control() call parameters to a seperate fileGravatar anders2002-10-16