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