summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/time-smoother.c
Commit message (Expand)AuthorAgeFilesLines
* enable debugging output based on if DEBUG_DATA macro is setLennart Poettering2009-04-071-6/+18
* properly handle interpolation when queried x is left of last data positionLennart Poettering2009-04-061-1/+17
* Modify smoothing code to make cubic interpolation optional and allow 'quick f...Lennart Poettering2009-04-051-7/+34
* make sure to use 64bit rounding even on 32bit machines when converting to pa_...Lennart Poettering2008-10-241-3/+3
* user lrint() and friends in inner loops instead of normal C casts to speed up...Lennart Poettering2008-10-031-4/+4
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-7/+7
* convert to double only once, and make sure we can deal with negative results ...Lennart Poettering2008-06-261-4/+9
* fix up if the smoother shall be resumed 'before' it was actually pausedLennart Poettering2008-06-261-2/+2
* fix up monotonicity of input to _get() instead of hitting an assertLennart Poettering2008-06-261-1/+4
* add new function pa_smoother_reset()Lennart Poettering2008-06-201-0/+8
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-81/+152
* properly deal with time pausingLennart Poettering2007-10-291-4/+8
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-0/+378