| Commit message (Expand) | Author | Files | Lines |
2008-09-08 | alsa: optimistically try resuming from suspend | Eric Wong | 1 | -6/+4 |
2008-09-08 | output: const plugin structures | Max Kellermann | 1 | -1/+1 |
2008-09-07 | output: renamed typedef AudioOutput to struct audio_output | Max Kellermann | 1 | -7/+8 |
2008-09-07 | output: added output_api.h | Max Kellermann | 1 | -3/+2 |
2008-09-07 | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 1 | -1/+1 |
2008-04-12 | use size_t and constant pointer in ao plugins | Max Kellermann | 1 | -1/+2 |
2008-04-12 | whitespace cleanup | Max Kellermann | 1 | -7/+7 |
2008-03-26 | explicitly downcast | Max Kellermann | 1 | -1/+1 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -4/+1 |
2007-12-16 | Know about SND_PCM_STATE_RUNNING, might fix some bugs | Qball Cow | 1 | -0/+4 |
2007-09-05 | conf: use getBoolBlockParam for block params, too | Eric Wong | 1 | -3/+3 |
2007-06-08 | dmix fix, don't call snd_pcm_drain unless we're already in the RUNNING | Warren Dukes | 1 | -1/+3 |
2007-04-09 | Don't allow "true" as a value for use_mmap for consistency with other "yes | J. Alexander Treuman | 1 | -2/+1 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2006-11-07 | audioOutput_alsa: print out the bitrate we wanted to set | Eric Wong | 1 | -1/+1 |
2006-10-18 | remove some unneccesary includes from the audioOutput's | Warren Dukes | 1 | -3/+0 |
2006-08-26 | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 1 | -3/+3 |
2006-08-20 | trivial: labels should be on the left-most column, no tabbing | Eric Wong | 1 | -2/+2 |
2006-08-12 | audioOutput_alsa.c: avoid changing our internal period and buffer time values | Eric Wong | 1 | -6/+9 |
2006-07-24 | audioOutput_alsa: better period_size auto-configuration | Eric Wong | 1 | -13/+20 |
2006-07-23 | chang the default period_time to 50ms. On my setup, setting the period_time ... | Warren Dukes | 1 | -1/+4 |
2006-07-21 | audioOutput_alsa: oops, I broke autodetection in r4363, fixed | Eric Wong | 1 | -1/+2 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -3/+3 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -117/+134 |
2006-07-17 | alsa: fix memory leaks from snd_*_open*() | Eric Wong | 1 | -0/+2 |
2006-07-17 | sparse: replace 0 (integer) usage with NULL where appropriate | Eric Wong | 1 | -4/+5 |
2006-07-17 | sparse: ANSI-fy function declarations | Eric Wong | 1 | -2/+2 |
2006-07-16 | audio: attempt to gracefully handle disconnected/reconnected devices | Eric Wong | 1 | -0/+5 |
2006-07-16 | audioOutput_alsa: add use_mmap, period_time, buffer_time options | Eric Wong | 1 | -15/+23 |
2006-07-16 | audioOutput_alsa: calculate period size from sample rate | Eric Wong | 1 | -2/+5 |
2006-07-15 | De-inline non-trivial, non-performance-critical functions | Eric Wong | 1 | -1/+1 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-14 | Use a macro to declare disabled audio output plugins | J. Alexander Treuman | 1 | -14/+2 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2006-06-11 | Reverting patch to "fix" the alsa plugin when used with dmix. It ended up br... | J. Alexander Treuman | 1 | -1/+2 |
2005-12-12 | potential fix for bug #466 | Warren Dukes | 1 | -6/+6 |
2005-11-19 | gcc 2.95 fixes | Eric Wong | 1 | -2/+3 |
2005-03-19 | print out bits in debug message output for OSS and ALSA | Warren Dukes | 1 | -2/+3 |
2005-03-17 | fix for dmix | Warren Dukes | 1 | -2/+1 |
2005-03-13 | slight changes to alsa errors | Warren Dukes | 1 | -3/+32 |
2005-03-12 | if no audioOutput specified, we no attempt to detect if there exists a usable... | Warren Dukes | 1 | -1/+23 |
2005-03-08 | we ne allow audioOutput plugins to set the final outAudioFormat that will be ... | Warren Dukes | 1 | -4/+10 |
2005-03-08 | now player and decoder processes should only exit() when receiving term signa... | Warren Dukes | 1 | -1/+1 |
2005-03-05 | don't need the extra snd_pcm_prepare after _drop | Warren Dukes | 1 | -1/+0 |
2005-03-05 | more alsa work | Warren Dukes | 1 | -41/+57 |
2005-03-05 | this seemed to help a bit with the blip's on next | Warren Dukes | 1 | -0/+1 |
2005-03-05 | implemented dropping of current buffered audio, works for oss, but there seems | Warren Dukes | 1 | -10/+29 |
2005-03-05 | now alsa plugin should work | Warren Dukes | 1 | -7/+13 |
2005-03-05 | implemented alsa audioOutput plugin, now it needs testing | Warren Dukes | 1 | -0/+293 |