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