aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/ao_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-11-02move audioOutput plugins to audioOutput directoryWarren Dukes1-4/+4
2004-11-01some minor tweaks, and a minor memory leak pluggedWarren Dukes1-4/+1
2004-10-28always set open = 0 on closeDeviceWarren Dukes1-1/+2
2004-10-28merge shank-rewrite-config changesWarren Dukes1-13/+28
2004-10-25fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes1-1/+2
2004-10-20shout audioOutput will now connect and disconnect from icecast serverWarren Dukes1-2/+4
2004-10-20be sure to free "data" when finishing the output driverWarren Dukes1-1/+6
2004-10-20oops, accidently broke crossfading, fixed nowWarren Dukes1-1/+1
2004-10-20ok, now we're using some of the new audioOutput layer stuff, needs some serio...Warren Dukes1-0/+3
2004-10-20minor little changes to audio junkWarren Dukes1-1/+13
2004-10-20some work on the new audioOutput layerWarren Dukes1-118/+63
2004-09-08beginnings of ao audioOutput pluginWarren Dukes1-71/+24
2004-06-19fix a few bugs in mp3_decode and minimize alsa underruns by playing silence w...Warren Dukes1-0/+5
2004-06-12Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes1-2/+1
2004-05-24allow any sampleRate > 0?Warren Dukes1-1/+7
2004-05-10trash XMMS resampling, use ESD's instead, don't understand it, but it worksWarren Dukes1-0/+2
2004-05-10resampling code blatantly ripped from xmms, needs testing and need toWarren Dukes1-2/+2
2004-05-10more little bits of code in prep for resample/audioFormat conversion,Warren Dukes1-2/+0
2004-05-10use memcpy for isCurrentAudioFormat()Warren Dukes1-6/+1
2004-05-10stuff for configuring the audio output format (sampling rate, channels, bits)Warren Dukes1-12/+93
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-11add --disable-audio configure optionWarren Dukes1-2/+18
2004-04-07don't report an error about not able to open device in audioErrorWarren Dukes1-1/+0
2004-04-02use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes1-6/+6
2004-03-21fix for iconvWarren Dukes1-2/+2
2004-03-20close audio device on pauseWarren Dukes1-7/+10
2004-02-27audio cleanupsWarren Dukes1-9/+13
2004-02-27cleanup audio code someWarren Dukes1-14/+15