summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/time-smoother.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary #includesMaarten Bosmans2011-06-221-0/+1
|
* Fix up some double spacesMaarten Bosmans2011-03-181-2/+2
|
* smoother: avoid losing precisionWim Taymans2010-09-071-3/+1
| | | | | Avoid losing precision by subtracting uint64 values before converting them to doubles.
* smoother: add comments about optimization recommendations from Jason NewtonLennart Poettering2009-10-291-0/+7
|
* smoother: readd #ifdef protectionLennart Poettering2009-08-051-2/+2
|
* alsa: throw timing data away after device resumeLennart Poettering2009-07-241-21/+20
|
* 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 ↵Lennart Poettering2009-04-051-7/+34
| | | | | | | | | | | | | | | fixups' on resuming The primary reason for this change is to allow time graphs that do not go through the origin and hence smoothing starting from the origin is not desired. This change will allow passing time data into the smoother while paused and then abruptly use that data without smoothing using the 'quick fixup' flag when resuming. Primary use case is allowing recording time graphs where the data recorded originates from a time before the stream was created. The resulting graft will be shifted and should not be smoothened to go through the origin.
* make sure to use 64bit rounding even on 32bit machines when converting to ↵Lennart Poettering2008-10-241-3/+3
| | | | pa_usec_t
* user lrint() and friends in inner loops instead of normal C casts to speed ↵Lennart Poettering2008-10-031-4/+4
| | | | up a few things
* 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
| | | | of -y
* 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
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2445 fefdeb5f-60dc-0310-8127-8f9354f1896f
* properly deal with time pausingLennart Poettering2007-10-291-4/+8
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1977 fefdeb5f-60dc-0310-8127-8f9354f1896f
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-0/+378
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1971 fefdeb5f-60dc-0310-8127-8f9354f1896f