| Commit message (Expand) | Author | Age | Files | Lines |
* | audioOutput_alsa: better period_size auto-configuration | Eric Wong | 2006-07-24 | 1 | -13/+20 |
* | Renaming stat struct to st, for consistency with the rest of mpd | J. Alexander Treuman | 2006-07-23 | 1 | -5/+5 |
* | chang the default period_time to 50ms. On my setup, setting the period_time ... | Warren Dukes | 2006-07-23 | 1 | -1/+4 |
* | Adding fifo output plugin | J. Alexander Treuman | 2006-07-22 | 1 | -0/+251 |
* | audioOutput_alsa: oops, I broke autodetection in r4363, fixed | Eric Wong | 2006-07-21 | 1 | -1/+2 |
* | #include <string.h> in PulseAudio output for correctness | J. Alexander Treuman | 2006-07-20 | 1 | -0/+1 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 6 | -18/+18 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 6 | -716/+796 |
* | s/ad/pd/ in the PluseAudio plugin (I forgot to rename when copying from alsa) | J. Alexander Treuman | 2006-07-19 | 1 | -31/+31 |
* | Throttle PuleAudio connection attempts so we don't spam the error log | J. Alexander Treuman | 2006-07-19 | 1 | -5/+24 |
* | audioOutput_mvp: remove unused variable | Eric Wong | 2006-07-17 | 1 | -1/+0 |
* | 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 | 3 | -5/+5 |
* | OSS: handle device disconnects and reconnects (w/o needing a mpd restart) | Eric Wong | 2006-07-16 | 1 | -10/+11 |
* | 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 |
* | [CLEANUP] Fix indentation to be like the rest of | Avuton Olrich | 2006-07-15 | 1 | -126/+130 |
* | Use audio_output { name } for the stream name in PulseAudio, but do it The Ri... | J. Alexander Treuman | 2006-07-14 | 1 | -7/+2 |
* | Use audio_output { name } for the stream name in PulseAudio | J. Alexander Treuman | 2006-07-14 | 1 | -4/+8 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 7 | -7/+7 |
* | Use a macro to declare disabled audio output plugins | J. Alexander Treuman | 2006-07-14 | 7 | -93/+13 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 7 | -6/+24 |
* | Add PulseAudio support | J. Alexander Treuman | 2006-07-13 | 1 | -0/+193 |
* | OSS: correctly check for the device in oss_testDefault() | Eric Wong | 2006-07-12 | 1 | -3/+4 |
* | Remove unnecessary include, has always been pulled | Avuton Olrich | 2006-07-05 | 1 | -1/+0 |
* | Reverting patch to "fix" the alsa plugin when used with dmix. It ended up br... | J. Alexander Treuman | 2006-06-11 | 1 | -1/+2 |
* | src/audioOutputs/audioOutput_oss.c: fix for big-endian machines | Eric Wong | 2006-03-25 | 1 | -15/+19 |
* | Hopefully the last of the spelling fixes :> | Eric Wong | 2006-03-16 | 1 | -2/+2 |
* | potential fix for bug #466 | Warren Dukes | 2005-12-12 | 1 | -6/+6 |
* | remove C++ style comments | Eric Wong | 2005-11-19 | 3 | -19/+21 |
* | gcc 2.95 fixes | Eric Wong | 2005-11-19 | 4 | -5/+8 |
* | Fixed (tested in Fink and DarwinPorts) osX output plugin | Qball Cow | 2005-10-02 | 1 | -2/+2 |
* | patch from Oliver Logghe for Hauppage Media MVP support | Warren Dukes | 2005-08-11 | 1 | -0/+296 |
* | fix warning reported gcc 4.0: x == y == z does not work as intended | Eric Wong | 2005-08-07 | 1 | -1/+2 |
* | don't check errno unless we have an error (ret<0) from write() | Eric Wong | 2005-07-03 | 1 | -1/+1 |
* | fix OSS audioOutput plugin, so that when dropAudioBuffer is called and the os... | Warren Dukes | 2005-04-06 | 1 | -5/+10 |
* | destroy mutex's and condition's | Warren Dukes | 2005-03-24 | 1 | -0/+2 |
* | revert to r3105 | Warren Dukes | 2005-03-24 | 1 | -35/+59 |
* | fix compilation error in os x plugin | Warren Dukes | 2005-03-23 | 1 | -3/+3 |
* | potentially fix OS X woes | Warren Dukes | 2005-03-22 | 1 | -59/+35 |
* | some potential optimizations for OS X | Warren Dukes | 2005-03-20 | 1 | -26/+55 |
* | print out bits in debug message output for OSS and ALSA | Warren Dukes | 2005-03-19 | 2 | -4/+6 |
* | bump the OS X buffer up to 1s | Warren Dukes | 2005-03-17 | 1 | -3/+3 |
* | dynamically allocate a buffer for 0.5s of audio for OS X | Warren Dukes | 2005-03-17 | 1 | -13/+20 |
* | tweak OS X a bit more | Warren Dukes | 2005-03-17 | 1 | -1/+1 |
* | OS X tweaks | Warren Dukes | 2005-03-17 | 1 | -4/+2 |
* | fix for dmix | Warren Dukes | 2005-03-17 | 1 | -2/+1 |