| Commit message (Expand) | Author | Files | Lines |
2013-08-07 | Makefile.am: move sources to libsystem.a | Max Kellermann | 1 | -1/+1 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -3/+3 |
2013-05-12 | timer: convert to class | Denis Krjuchkov | 1 | -28/+19 |
2013-02-27 | Add some comments to keep track of timer units. | Hagen Fritsch | 1 | -3/+5 |
2012-08-14 | timer: use monotonic clock if available | Max Kellermann | 1 | -13/+4 |
2011-12-13 | timer: fix time unit mixup in timer_delay() | Max Kellermann | 1 | -1/+1 |
2011-08-27 | rename 'Timer' to 'struct timer' | Jonathan Neuschäfer | 1 | -8/+8 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-11-18 | timer: fix integer overflow in timer_delay() | Max Kellermann | 1 | -1/+1 |
2010-11-05 | output_plugin: add method delay() | Max Kellermann | 1 | -3/+3 |
2010-11-05 | timer: add function timer_delay() | Max Kellermann | 1 | -0/+13 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-02-19 | utils: use g_usleep() instead of my_usleep() | Max Kellermann | 1 | -2/+1 |
2009-01-03 | timer: use GLib instead of utils.h | Max Kellermann | 1 | -4/+5 |
2008-10-10 | audio_format: added audio_format_frame_size() | Max Kellermann | 1 | -1/+1 |
2008-10-10 | audio_format: renamed sampleRate to sample_rate | Max Kellermann | 1 | -1/+1 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -1/+4 |
2008-09-09 | timer: constant pointers | Max Kellermann | 1 | -1/+1 |
2008-09-07 | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 1 | -1/+2 |
2008-01-26 | fixed -Wshadow warnings | Max Kellermann | 1 | -4/+4 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -4/+1 |
2007-06-12 | Redoing remiss's shout patch. This time, just block on open() instead of | J. Alexander Treuman | 1 | -7/+1 |
2007-06-09 | switching to us instead of ms on runtime | Roger Bystrøm | 1 | -2/+2 |
2007-06-09 | Added timer_get_runtime_ms to know how long the timer has been running | Roger Bystrøm | 1 | -1/+7 |
2007-05-30 | Move the timing code from the null plugin to timer.c, so it can be easily | J. Alexander Treuman | 1 | -0/+80 |