aboutsummaryrefslogtreecommitdiff
path: root/src/audio.c
Commit message (Expand)AuthorAge
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* Add PulseAudio supportJ. Alexander Treuman2006-07-13
* Save audio output state in correct order.J. Alexander Treuman2006-05-20
* Commit Jat's patch for bug 1281Qball Cow2006-05-08
* Don't rely on memcmp() for structs, padding bits are randomEric Wong2006-04-05
* rewrite statefile code for audio devicesEric Wong2006-03-18
* Saving state of output-device in state-file. (This is a temporary solution, r...Qball Cow2005-08-23
* patch from Oliver Logghe for Hauppage Media MVP supportWarren Dukes2005-08-11
* add OS X configure stuff and added a skeleton audioOutput plugin for OS XWarren Dukes2005-03-13
* if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes2005-03-12
* implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes2005-03-05
* implemented alsa audioOutput plugin, now it needs testingWarren Dukes2005-03-05
* s/device/output/Warren Dukes2004-11-15
* don't set granulepos, that's pad, mmmkay?Warren Dukes2004-11-09
* add a buffer to audio layer, so we only send data to audio devices 32 times p...Warren Dukes2004-11-09
* new command "devices", prints devices and their statesWarren Dukes2004-11-02
* enabling and disabling individual audioOutputs is mostly done, just needWarren Dukes2004-11-02
* begin work on avuton's disabling and enabling of individual audio outputsWarren Dukes2004-11-02
* abstract out audioFormat conversion from shout plugin to the audioOutput layer,Warren Dukes2004-11-02
* now np's OSS stuff actually worksWarren Dukes2004-11-02
* fix a little bug with audio device being closed on song change, oopsWarren Dukes2004-10-28
* merge shank-rewrite-config changesWarren Dukes2004-10-28
* try to fix metadata on initially playing (metadata being sent before device i...Warren Dukes2004-10-26
* fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes2004-10-25
* configure shout encoding quality and audio formatWarren Dukes2004-10-23
* on finishAudioDriver, be sure to set shoutOutput = NULLWarren Dukes2004-10-22
* this really fixes pauseWarren Dukes2004-10-22
* fix segfault when resuming from pauseWarren Dukes2004-10-22
* shout audioOutput will now connect and disconnect from icecast serverWarren Dukes2004-10-20
* stub audioOutput plugin for shoutWarren Dukes2004-10-20
* oops, accidently broke crossfading, fixed nowWarren Dukes2004-10-20
* some small cleanupsWarren Dukes2004-10-20
* ok, now we're using some of the new audioOutput layer stuff, needs some serio...Warren Dukes2004-10-20
* minor little changes to audio junkWarren Dukes2004-10-20
* fix a few bugs in mp3_decode and minimize alsa underruns by playing silence w...Warren Dukes2004-06-19
* Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes2004-06-12
* allow any sampleRate > 0?Warren Dukes2004-05-24
* trash XMMS resampling, use ESD's instead, don't understand it, but it worksWarren Dukes2004-05-10
* resampling code blatantly ripped from xmms, needs testing and need toWarren Dukes2004-05-10
* more little bits of code in prep for resample/audioFormat conversion,Warren Dukes2004-05-10
* use memcpy for isCurrentAudioFormat()Warren Dukes2004-05-10
* stuff for configuring the audio output format (sampling rate, channels, bits)Warren Dukes2004-05-10
* add vim shiznit to end of all source filesWarren Dukes2004-04-14
* add --disable-audio configure optionWarren Dukes2004-04-11
* don't report an error about not able to open device in audioErrorWarren Dukes2004-04-07
* use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes2004-04-02
* fix for iconvWarren Dukes2004-03-21
* close audio device on pauseWarren Dukes2004-03-20
* audio cleanupsWarren Dukes2004-02-27
* cleanup audio code someWarren Dukes2004-02-27