summaryrefslogtreecommitdiff
path: root/src/pulsecore/time-smoother.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-18/+18
2013-06-24Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)1-1/+0
2011-08-25More spelling fixesMaarten Bosmans1-4/+4
2011-06-22Remove unnecessary #includesMaarten Bosmans1-0/+1
2011-03-18Fix up some double spacesMaarten Bosmans1-2/+2
2010-09-07smoother: avoid losing precisionWim Taymans1-3/+1
2009-10-29smoother: add comments about optimization recommendations from Jason NewtonLennart Poettering1-0/+7
2009-08-05smoother: readd #ifdef protectionLennart Poettering1-2/+2
2009-07-24alsa: throw timing data away after device resumeLennart Poettering1-21/+20
2009-04-07enable debugging output based on if DEBUG_DATA macro is setLennart Poettering1-6/+18
2009-04-06properly handle interpolation when queried x is left of last data positionLennart Poettering1-1/+17
2009-04-05Modify smoothing code to make cubic interpolation optional and allow 'quick f...Lennart Poettering1-7/+34
2008-10-24make sure to use 64bit rounding even on 32bit machines when converting to pa_...Lennart Poettering1-3/+3
2008-10-03user lrint() and friends in inner loops instead of normal C casts to speed up...Lennart Poettering1-4/+4
2008-08-19add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering1-7/+7
2008-06-26convert to double only once, and make sure we can deal with negative results ...Lennart Poettering1-4/+9
2008-06-26fix up if the smoother shall be resumed 'before' it was actually pausedLennart Poettering1-2/+2
2008-06-26fix up monotonicity of input to _get() instead of hitting an assertLennart Poettering1-1/+4
2008-06-20add new function pa_smoother_reset()Lennart Poettering1-0/+8
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2008-05-15merge glitch-free branch back into trunkLennart Poettering1-81/+152
2007-10-29properly deal with time pausingLennart Poettering1-4/+8
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-0/+378