aboutsummaryrefslogtreecommitdiffstats
path: root/src/timer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* timer: fix integer overflow in timer_delay()Max Kellermann2010-11-181-1/+1
* output_plugin: add method delay()Max Kellermann2010-11-051-3/+3
* timer: add function timer_delay()Max Kellermann2010-11-051-0/+13
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* utils: use g_usleep() instead of my_usleep()Max Kellermann2009-02-191-2/+1
* timer: use GLib instead of utils.hMax Kellermann2009-01-031-4/+5
* audio_format: added audio_format_frame_size()Max Kellermann2008-10-101-1/+1
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-101-1/+1
* don't include os_compat.hMax Kellermann2008-10-081-1/+4
* timer: constant pointersMax Kellermann2008-09-091-1/+1
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-071-1/+2
* fixed -Wshadow warningsMax Kellermann2008-01-261-4/+4
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-4/+1
* Redoing remiss's shout patch. This time, just block on open() instead ofJ. Alexander Treuman2007-06-121-7/+1
* switching to us instead of ms on runtimeRoger Bystrøm2007-06-091-2/+2
* Added timer_get_runtime_ms to know how long the timer has been runningRoger Bystrøm2007-06-091-1/+7
* Move the timing code from the null plugin to timer.c, so it can be easilyJ. Alexander Treuman2007-05-301-0/+80