| Commit message (Expand) | Author | Files | Lines |
2004-11-03 | remove signal handling code from ao open() and close() | Warren Dukes | 1 | -5/+0 |
2004-11-02 | DEBUG statement that prints out which ao driver is being used | Warren Dukes | 1 | -0/+3 |
2004-11-02 | move audioOutput dir to audioOutputs | Warren Dukes | 1 | -0/+0 |
2004-11-02 | move audioOutput plugins to audioOutput directory | Warren Dukes | 1 | -4/+4 |
2004-11-01 | some minor tweaks, and a minor memory leak plugged | Warren Dukes | 1 | -4/+1 |
2004-10-28 | always set open = 0 on closeDevice | Warren Dukes | 1 | -1/+2 |
2004-10-28 | merge shank-rewrite-config changes | Warren Dukes | 1 | -13/+28 |
2004-10-25 | fix a big time bug in metadataChunk (off by one in an array assignment) | Warren Dukes | 1 | -1/+2 |
2004-10-20 | shout audioOutput will now connect and disconnect from icecast server | Warren Dukes | 1 | -2/+4 |
2004-10-20 | be sure to free "data" when finishing the output driver | Warren Dukes | 1 | -1/+6 |
2004-10-20 | oops, accidently broke crossfading, fixed now | Warren Dukes | 1 | -1/+1 |
2004-10-20 | ok, now we're using some of the new audioOutput layer stuff, needs some serio... | Warren Dukes | 1 | -0/+3 |
2004-10-20 | minor little changes to audio junk | Warren Dukes | 1 | -1/+13 |
2004-10-20 | some work on the new audioOutput layer | Warren Dukes | 1 | -118/+63 |
2004-09-08 | beginnings of ao audioOutput plugin | Warren Dukes | 1 | -71/+24 |
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 |
2004-04-02 | use EXIT_SUCCESS and EXIT_FAILURE | Warren Dukes | 1 | -6/+6 |
2004-03-21 | fix for iconv | Warren Dukes | 1 | -2/+2 |
2004-03-20 | close audio device on pause | Warren Dukes | 1 | -7/+10 |
2004-02-27 | audio cleanups | Warren Dukes | 1 | -9/+13 |
2004-02-27 | cleanup audio code some | Warren Dukes | 1 | -14/+15 |