aboutsummaryrefslogtreecommitdiff
path: root/src/timer.c
Commit message (Expand)AuthorAge
* Add some comments to keep track of timer units.Hagen Fritsch2013-02-27
* timer: use monotonic clock if availableMax Kellermann2012-08-14
* Merge branch 'v0.16.x'Max Kellermann2011-12-13
|\
| * timer: fix time unit mixup in timer_delay()Max Kellermann2011-12-13
* | rename 'Timer' to 'struct timer'Jonathan Neuschäfer2011-08-27
* | copyright year 2011Max Kellermann2011-01-29
|/
* timer: fix integer overflow in timer_delay()Max Kellermann2010-11-18
* output_plugin: add method delay()Max Kellermann2010-11-05
* timer: add function timer_delay()Max Kellermann2010-11-05
* Update copyright notices.Avuton Olrich2009-12-31
* include config.h in all sourcesMax Kellermann2009-11-12
* all: Update copyright header.Avuton Olrich2009-03-13
* utils: use g_usleep() instead of my_usleep()Max Kellermann2009-02-19
* timer: use GLib instead of utils.hMax Kellermann2009-01-03
* audio_format: added audio_format_frame_size()Max Kellermann2008-10-10
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-10
* don't include os_compat.hMax Kellermann2008-10-08
* timer: constant pointersMax Kellermann2008-09-09
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-07
* fixed -Wshadow warningsMax Kellermann2008-01-26
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* Redoing remiss's shout patch. This time, just block on open() instead ofJ. Alexander Treuman2007-06-12
* switching to us instead of ms on runtimeRoger Bystrøm2007-06-09
* Added timer_get_runtime_ms to know how long the timer has been runningRoger Bystrøm2007-06-09
* Move the timing code from the null plugin to timer.c, so it can be easilyJ. Alexander Treuman2007-05-30