summaryrefslogtreecommitdiff
path: root/src/CrossFade.hxx
AgeCommit message (Collapse)Author
2014-01-13copyright year 2014Max Kellermann
2013-10-30CrossFade: use negative value for invalid mixramp_delayMax Kellermann
Avoid NaN to allow -ffast-math.
2013-10-30CrossFade: remove obsolete API documentationMax Kellermann
2013-10-29PlayerControl: move attributes to struct CrossFadeSettingsMax Kellermann
2013-10-26CrossFade: reimplement mixramp_interpolate() without strtok()Max Kellermann
Don't require a writable string, and don't modify it.
2013-10-26CrossFade: apply coding styleMax Kellermann
2013-08-03audio_format: convert to C++Max Kellermann
2013-01-04crossfade: convert to C++Max Kellermann