| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | add --disable-audio configure option | Warren Dukes | 2004-04-11 | 1 | -2/+18 |
* | don't report an error about not able to open device in audioError | Warren Dukes | 2004-04-07 | 1 | -1/+0 |
* | use EXIT_SUCCESS and EXIT_FAILURE | Warren Dukes | 2004-04-02 | 1 | -6/+6 |
* | fix for iconv | Warren Dukes | 2004-03-21 | 1 | -2/+2 |
* | close audio device on pause | Warren Dukes | 2004-03-20 | 1 | -7/+10 |
* | audio cleanups | Warren Dukes | 2004-02-27 | 1 | -9/+13 |
* | cleanup audio code some | Warren Dukes | 2004-02-27 | 1 | -14/+15 |
* | import from SF CVS | Warren Dukes | 2004-02-23 | 1 | -0/+199 |