aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* interface/connection malloc reductions from mpd-keEric Wong2006-07-301-9/+10
* Remove the fifo plugin. It's currently useless for the average user, and mak...J. Alexander Treuman2006-07-261-2/+0
* Adding fifo output pluginJ. Alexander Treuman2006-07-221-0/+2
* Add mpd-indent.shAvuton Olrich2006-07-201-171/+195
* sparse: ANSI-fy function declarationsEric Wong2006-07-171-11/+11
* audio: attempt to gracefully handle disconnected/reconnected devicesEric Wong2006-07-161-5/+8
* Committing qball's patch to list supported audio outputs in --versionJ. Alexander Treuman2006-07-161-4/+9
* De-inline non-trivial, non-performance-critical functionsEric Wong2006-07-151-1/+1
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* Add PulseAudio supportJ. Alexander Treuman2006-07-131-0/+2
* Save audio output state in correct order.J. Alexander Treuman2006-05-201-1/+1
* Commit Jat's patch for bug 1281Qball Cow2006-05-081-11/+2
* Don't rely on memcmp() for structs, padding bits are randomEric Wong2006-04-051-2/+7
* rewrite statefile code for audio devicesEric Wong2006-03-181-102/+91
* Saving state of output-device in state-file. (This is a temporary solution, r...Qball Cow2005-08-231-0/+131
* patch from Oliver Logghe for Hauppage Media MVP supportWarren Dukes2005-08-111-0/+2
* add OS X configure stuff and added a skeleton audioOutput plugin for OS XWarren Dukes2005-03-131-0/+2
* if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes2005-03-121-3/+5
* implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes2005-03-051-1/+21
* implemented alsa audioOutput plugin, now it needs testingWarren Dukes2005-03-051-2/+4
* s/device/output/Warren Dukes2004-11-151-3/+3
* don't set granulepos, that's pad, mmmkay?Warren Dukes2004-11-091-1/+2
* add a buffer to audio layer, so we only send data to audio devices 32 times p...Warren Dukes2004-11-091-13/+53
* new command "devices", prints devices and their statesWarren Dukes2004-11-021-3/+12
* enabling and disabling individual audioOutputs is mostly done, just needWarren Dukes2004-11-021-27/+38
* begin work on avuton's disabling and enabling of individual audio outputsWarren Dukes2004-11-021-6/+67
* abstract out audioFormat conversion from shout plugin to the audioOutput layer,Warren Dukes2004-11-021-4/+6
* now np's OSS stuff actually worksWarren Dukes2004-11-021-0/+2
* fix a little bug with audio device being closed on song change, oopsWarren Dukes2004-10-281-6/+3
* merge shank-rewrite-config changesWarren Dukes2004-10-281-24/+83
* try to fix metadata on initially playing (metadata being sent before device i...Warren Dukes2004-10-261-1/+1
* fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes2004-10-251-1/+5
* configure shout encoding quality and audio formatWarren Dukes2004-10-231-20/+28
* on finishAudioDriver, be sure to set shoutOutput = NULLWarren Dukes2004-10-221-0/+1
* this really fixes pauseWarren Dukes2004-10-221-4/+5
* fix segfault when resuming from pauseWarren Dukes2004-10-221-0/+1
* shout audioOutput will now connect and disconnect from icecast serverWarren Dukes2004-10-201-0/+6
* stub audioOutput plugin for shoutWarren Dukes2004-10-201-0/+2
* oops, accidently broke crossfading, fixed nowWarren Dukes2004-10-201-0/+1
* some small cleanupsWarren Dukes2004-10-201-14/+4
* ok, now we're using some of the new audioOutput layer stuff, needs some serio...Warren Dukes2004-10-201-157/+23
* minor little changes to audio junkWarren Dukes2004-10-201-14/+13
* fix a few bugs in mp3_decode and minimize alsa underruns by playing silence w...Warren Dukes2004-06-191-0/+5
* Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes2004-06-121-2/+1
* allow any sampleRate > 0?Warren Dukes2004-05-241-1/+7
* trash XMMS resampling, use ESD's instead, don't understand it, but it worksWarren Dukes2004-05-101-0/+2
* resampling code blatantly ripped from xmms, needs testing and need toWarren Dukes2004-05-101-2/+2
* more little bits of code in prep for resample/audioFormat conversion,Warren Dukes2004-05-101-2/+0
* use memcpy for isCurrentAudioFormat()Warren Dukes2004-05-101-6/+1