summaryrefslogtreecommitdiff
path: root/src/timer.c
AgeCommit message (Expand)Author
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