| Commit message (Expand) | Author | Age | Files | Lines |
* | use C99 struct initializers | Max Kellermann | 2008-09-29 | 1 | -9/+8 |
* | Switch to C99 types (retaining compat with old compilers) | Eric Wong | 2008-09-29 | 1 | -1/+1 |
* | output: make "struct audio_output" opaque for output plugins | Max Kellermann | 2008-09-24 | 1 | -18/+15 |
* | output: set audio_output->open=1 in audio_output_task() | Max Kellermann | 2008-09-24 | 1 | -5/+0 |
* | output: pass audio_format to plugin.init() and plugin.open() | Max Kellermann | 2008-09-24 | 1 | -2/+3 |
* | audio_format: added audio_format_sample_size() | Max Kellermann | 2008-09-23 | 1 | -1/+1 |
* | alsa: re-enable-nonblocking, but sleep if busy | Eric Wong | 2008-09-23 | 1 | -7/+10 |
* | alsa: use blocking instead of non-blocking write | Eric Wong | 2008-09-09 | 1 | -1/+6 |
* | alsa: snd_pcm_sw_params_set_xfer_align is deprecated | Eric Wong | 2008-09-08 | 1 | -5/+0 |
* | alsa: only run snd_config_update_free_global once atexit | Eric Wong | 2008-09-08 | 1 | -3/+7 |
* | alsa: move bitformat reading code out of the way | Eric Wong | 2008-09-08 | 1 | -16/+12 |
* | alsa: avoid unnecessary heap usage if we don't set a device name | Eric Wong | 2008-09-08 | 1 | -11/+12 |
* | alsa: get rid of the needless canPause flag | Eric Wong | 2008-09-08 | 1 | -3/+0 |
* | alsa: capitalize "ALSA" consistently in messages | Eric Wong | 2008-09-08 | 1 | -8/+8 |
* | alsa: optimistically try resuming from suspend | Eric Wong | 2008-09-08 | 1 | -6/+4 |
* | output: const plugin structures | Max Kellermann | 2008-09-08 | 1 | -1/+1 |
* | output: renamed typedef AudioOutput to struct audio_output | Max Kellermann | 2008-09-07 | 1 | -7/+8 |
* | output: added output_api.h | Max Kellermann | 2008-09-07 | 1 | -3/+2 |
* | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 2008-09-07 | 1 | -1/+1 |
* | use size_t and constant pointer in ao plugins | Max Kellermann | 2008-04-12 | 1 | -1/+2 |
* | whitespace cleanup | Max Kellermann | 2008-04-12 | 1 | -7/+7 |
* | explicitly downcast | Max Kellermann | 2008-03-26 | 1 | -1/+1 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -4/+1 |
* | Know about SND_PCM_STATE_RUNNING, might fix some bugs | Qball Cow | 2007-12-16 | 1 | -0/+4 |
* | conf: use getBoolBlockParam for block params, too | Eric Wong | 2007-09-05 | 1 | -3/+3 |
* | dmix fix, don't call snd_pcm_drain unless we're already in the RUNNING | Warren Dukes | 2007-06-08 | 1 | -1/+3 |
* | Don't allow "true" as a value for use_mmap for consistency with other "yes | J. Alexander Treuman | 2007-04-09 | 1 | -2/+1 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | audioOutput_alsa: print out the bitrate we wanted to set | Eric Wong | 2006-11-07 | 1 | -1/+1 |
* | remove some unneccesary includes from the audioOutput's | Warren Dukes | 2006-10-18 | 1 | -3/+0 |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -3/+3 |
* | trivial: labels should be on the left-most column, no tabbing | Eric Wong | 2006-08-20 | 1 | -2/+2 |
* | audioOutput_alsa.c: avoid changing our internal period and buffer time values | Eric Wong | 2006-08-12 | 1 | -6/+9 |
* | audioOutput_alsa: better period_size auto-configuration | Eric Wong | 2006-07-24 | 1 | -13/+20 |
* | chang the default period_time to 50ms. On my setup, setting the period_time ... | Warren Dukes | 2006-07-23 | 1 | -1/+4 |
* | audioOutput_alsa: oops, I broke autodetection in r4363, fixed | Eric Wong | 2006-07-21 | 1 | -1/+2 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -3/+3 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -117/+134 |
* | alsa: fix memory leaks from snd_*_open*() | Eric Wong | 2006-07-17 | 1 | -0/+2 |
* | sparse: replace 0 (integer) usage with NULL where appropriate | Eric Wong | 2006-07-17 | 1 | -4/+5 |
* | sparse: ANSI-fy function declarations | Eric Wong | 2006-07-17 | 1 | -2/+2 |
* | audio: attempt to gracefully handle disconnected/reconnected devices | Eric Wong | 2006-07-16 | 1 | -0/+5 |
* | audioOutput_alsa: add use_mmap, period_time, buffer_time options | Eric Wong | 2006-07-16 | 1 | -15/+23 |
* | audioOutput_alsa: calculate period size from sample rate | Eric Wong | 2006-07-16 | 1 | -2/+5 |
* | De-inline non-trivial, non-performance-critical functions | Eric Wong | 2006-07-15 | 1 | -1/+1 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | Use a macro to declare disabled audio output plugins | J. Alexander Treuman | 2006-07-14 | 1 | -14/+2 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | Reverting patch to "fix" the alsa plugin when used with dmix. It ended up br... | J. Alexander Treuman | 2006-06-11 | 1 | -1/+2 |
* | potential fix for bug #466 | Warren Dukes | 2005-12-12 | 1 | -6/+6 |