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