| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | gcc 2.95 fixes | Eric Wong | 2005-11-19 | 1 | -2/+3 |
* | print out bits in debug message output for OSS and ALSA | Warren Dukes | 2005-03-19 | 1 | -2/+3 |
* | fix for dmix | Warren Dukes | 2005-03-17 | 1 | -2/+1 |
* | slight changes to alsa errors | Warren Dukes | 2005-03-13 | 1 | -3/+32 |
* | if no audioOutput specified, we no attempt to detect if there exists a usable... | Warren Dukes | 2005-03-12 | 1 | -1/+23 |
* | we ne allow audioOutput plugins to set the final outAudioFormat that will be ... | Warren Dukes | 2005-03-08 | 1 | -4/+10 |
* | now player and decoder processes should only exit() when receiving term signa... | Warren Dukes | 2005-03-08 | 1 | -1/+1 |
* | don't need the extra snd_pcm_prepare after _drop | Warren Dukes | 2005-03-05 | 1 | -1/+0 |
* | more alsa work | Warren Dukes | 2005-03-05 | 1 | -41/+57 |
* | this seemed to help a bit with the blip's on next | Warren Dukes | 2005-03-05 | 1 | -0/+1 |
* | implemented dropping of current buffered audio, works for oss, but there seems | Warren Dukes | 2005-03-05 | 1 | -10/+29 |
* | now alsa plugin should work | Warren Dukes | 2005-03-05 | 1 | -7/+13 |
* | implemented alsa audioOutput plugin, now it needs testing | Warren Dukes | 2005-03-05 | 1 | -0/+293 |