index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
timer.c
Age
Commit message (
Expand
)
Author
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-02-19
utils: use g_usleep() instead of my_usleep()
Max Kellermann
2009-01-03
timer: use GLib instead of utils.h
Max Kellermann
2008-10-10
audio_format: added audio_format_frame_size()
Max Kellermann
2008-10-10
audio_format: renamed sampleRate to sample_rate
Max Kellermann
2008-10-08
don't include os_compat.h
Max Kellermann
2008-09-09
timer: constant pointers
Max Kellermann
2008-09-07
audio_format: converted typedef AudioFormat to struct audio_format
Max Kellermann
2008-01-26
fixed -Wshadow warnings
Max Kellermann
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2007-06-12
Redoing remiss's shout patch. This time, just block on open() instead of
J. Alexander Treuman
2007-06-09
switching to us instead of ms on runtime
Roger Bystrøm
2007-06-09
Added timer_get_runtime_ms to know how long the timer has been running
Roger Bystrøm
2007-05-30
Move the timing code from the null plugin to timer.c, so it can be easily
J. Alexander Treuman