| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding fifo output plugin | J. Alexander Treuman | 2006-07-22 | 1 | -0/+2 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -171/+195 |
* | sparse: ANSI-fy function declarations | Eric Wong | 2006-07-17 | 1 | -11/+11 |
* | audio: attempt to gracefully handle disconnected/reconnected devices | Eric Wong | 2006-07-16 | 1 | -5/+8 |
* | Committing qball's patch to list supported audio outputs in --version | J. Alexander Treuman | 2006-07-16 | 1 | -4/+9 |
* | 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 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | Add PulseAudio support | J. Alexander Treuman | 2006-07-13 | 1 | -0/+2 |
* | Save audio output state in correct order. | J. Alexander Treuman | 2006-05-20 | 1 | -1/+1 |
* | Commit Jat's patch for bug 1281 | Qball Cow | 2006-05-08 | 1 | -11/+2 |
* | Don't rely on memcmp() for structs, padding bits are random | Eric Wong | 2006-04-05 | 1 | -2/+7 |
* | rewrite statefile code for audio devices | Eric Wong | 2006-03-18 | 1 | -102/+91 |
* | Saving state of output-device in state-file. (This is a temporary solution, r... | Qball Cow | 2005-08-23 | 1 | -0/+131 |
* | patch from Oliver Logghe for Hauppage Media MVP support | Warren Dukes | 2005-08-11 | 1 | -0/+2 |
* | add OS X configure stuff and added a skeleton audioOutput plugin for OS X | Warren Dukes | 2005-03-13 | 1 | -0/+2 |
* | if no audioOutput specified, we no attempt to detect if there exists a usable... | Warren Dukes | 2005-03-12 | 1 | -3/+5 |
* | implemented dropping of current buffered audio, works for oss, but there seems | Warren Dukes | 2005-03-05 | 1 | -1/+21 |
* | implemented alsa audioOutput plugin, now it needs testing | Warren Dukes | 2005-03-05 | 1 | -2/+4 |
* | s/device/output/ | Warren Dukes | 2004-11-15 | 1 | -3/+3 |
* | don't set granulepos, that's pad, mmmkay? | Warren Dukes | 2004-11-09 | 1 | -1/+2 |
* | add a buffer to audio layer, so we only send data to audio devices 32 times p... | Warren Dukes | 2004-11-09 | 1 | -13/+53 |
* | new command "devices", prints devices and their states | Warren Dukes | 2004-11-02 | 1 | -3/+12 |
* | enabling and disabling individual audioOutputs is mostly done, just need | Warren Dukes | 2004-11-02 | 1 | -27/+38 |
* | begin work on avuton's disabling and enabling of individual audio outputs | Warren Dukes | 2004-11-02 | 1 | -6/+67 |
* | abstract out audioFormat conversion from shout plugin to the audioOutput layer, | Warren Dukes | 2004-11-02 | 1 | -4/+6 |
* | now np's OSS stuff actually works | Warren Dukes | 2004-11-02 | 1 | -0/+2 |
* | fix a little bug with audio device being closed on song change, oops | Warren Dukes | 2004-10-28 | 1 | -6/+3 |
* | merge shank-rewrite-config changes | Warren Dukes | 2004-10-28 | 1 | -24/+83 |
* | try to fix metadata on initially playing (metadata being sent before device i... | Warren Dukes | 2004-10-26 | 1 | -1/+1 |
* | fix a big time bug in metadataChunk (off by one in an array assignment) | Warren Dukes | 2004-10-25 | 1 | -1/+5 |
* | configure shout encoding quality and audio format | Warren Dukes | 2004-10-23 | 1 | -20/+28 |
* | on finishAudioDriver, be sure to set shoutOutput = NULL | Warren Dukes | 2004-10-22 | 1 | -0/+1 |
* | this really fixes pause | Warren Dukes | 2004-10-22 | 1 | -4/+5 |
* | fix segfault when resuming from pause | Warren Dukes | 2004-10-22 | 1 | -0/+1 |
* | shout audioOutput will now connect and disconnect from icecast server | Warren Dukes | 2004-10-20 | 1 | -0/+6 |
* | stub audioOutput plugin for shout | Warren Dukes | 2004-10-20 | 1 | -0/+2 |
* | oops, accidently broke crossfading, fixed now | Warren Dukes | 2004-10-20 | 1 | -0/+1 |
* | some small cleanups | Warren Dukes | 2004-10-20 | 1 | -14/+4 |
* | ok, now we're using some of the new audioOutput layer stuff, needs some serio... | Warren Dukes | 2004-10-20 | 1 | -157/+23 |
* | minor little changes to audio junk | Warren Dukes | 2004-10-20 | 1 | -14/+13 |
* | fix a few bugs in mp3_decode and minimize alsa underruns by playing silence w... | Warren Dukes | 2004-06-19 | 1 | -0/+5 |
* | Add WARNING log method. it's the same as ERROR, except that when mpd starts, | Warren Dukes | 2004-06-12 | 1 | -2/+1 |
* | allow any sampleRate > 0? | Warren Dukes | 2004-05-24 | 1 | -1/+7 |
* | trash XMMS resampling, use ESD's instead, don't understand it, but it works | Warren Dukes | 2004-05-10 | 1 | -0/+2 |
* | resampling code blatantly ripped from xmms, needs testing and need to | Warren Dukes | 2004-05-10 | 1 | -2/+2 |
* | more little bits of code in prep for resample/audioFormat conversion, | Warren Dukes | 2004-05-10 | 1 | -2/+0 |
* | use memcpy for isCurrentAudioFormat() | Warren Dukes | 2004-05-10 | 1 | -6/+1 |
* | stuff for configuring the audio output format (sampling rate, channels, bits) | Warren Dukes | 2004-05-10 | 1 | -12/+93 |
* | add vim shiznit to end of all source files | Warren Dukes | 2004-04-14 | 1 | -0/+1 |