aboutsummaryrefslogtreecommitdiffstats
path: root/src/timer.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-11-18timer: fix integer overflow in timer_delay()Max Kellermann1-1/+1
2010-11-05output_plugin: add method delay()Max Kellermann1-3/+3
2010-11-05timer: add function timer_delay()Max Kellermann1-0/+13
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-19utils: use g_usleep() instead of my_usleep()Max Kellermann1-2/+1
2009-01-03timer: use GLib instead of utils.hMax Kellermann1-4/+5
2008-10-10audio_format: added audio_format_frame_size()Max Kellermann1-1/+1
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann1-1/+1
2008-10-08don't include os_compat.hMax Kellermann1-1/+4
2008-09-09timer: constant pointersMax Kellermann1-1/+1
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-1/+2
2008-01-26fixed -Wshadow warningsMax Kellermann1-4/+4
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-4/+1
2007-06-12Redoing remiss's shout patch. This time, just block on open() instead ofJ. Alexander Treuman1-7/+1
2007-06-09switching to us instead of ms on runtimeRoger Bystrøm1-2/+2
2007-06-09Added timer_get_runtime_ms to know how long the timer has been runningRoger Bystrøm1-1/+7
2007-05-30Move the timing code from the null plugin to timer.c, so it can be easilyJ. Alexander Treuman1-0/+80