| Commit message (Expand) | Author | Age | Files | Lines |
* | renamed src/audioOutputs/ to src/output/ | Max Kellermann | 2008-10-26 | 1 | -444/+0 |
* | alsa: added #ifdefs around SND_PCM_NO_AUTO_xxx | Max Kellermann | 2008-10-14 | 1 | -0/+6 |
* | alsa: optionally disable resampling and others | Max Kellermann | 2008-10-14 | 1 | -1/+15 |
* | alsa: fall back to 16 bit output | Max Kellermann | 2008-10-12 | 1 | -0/+11 |
* | alsa: moved code to alsa_configure() | Max Kellermann | 2008-10-12 | 1 | -13/+18 |
* | alsa: don't override libasound's buffer_time and period_time | Max Kellermann | 2008-10-11 | 1 | -20/+19 |
* | alsa: re-enable blocking mode | Max Kellermann | 2008-10-11 | 1 | -15/+2 |
* | 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 | -8/+8 |
* | audio_format: unsigned integers | Max Kellermann | 2008-10-10 | 1 | -4/+4 |
* | 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 |