aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-07-22Adding fifo output pluginJ. Alexander Treuman1-0/+2
2006-07-20Add mpd-indent.shAvuton Olrich1-171/+195
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-11/+11
2006-07-16audio: attempt to gracefully handle disconnected/reconnected devicesEric Wong1-5/+8
2006-07-16Committing qball's patch to list supported audio outputs in --versionJ. Alexander Treuman1-4/+9
2006-07-15De-inline non-trivial, non-performance-critical functionsEric Wong1-1/+1
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-07-13Add PulseAudio supportJ. Alexander Treuman1-0/+2
2006-05-20Save audio output state in correct order.J. Alexander Treuman1-1/+1
2006-05-08Commit Jat's patch for bug 1281Qball Cow1-11/+2
2006-04-05Don't rely on memcmp() for structs, padding bits are randomEric Wong1-2/+7
2006-03-18rewrite statefile code for audio devicesEric Wong1-102/+91
2005-08-23Saving state of output-device in state-file. (This is a temporary solution, r...Qball Cow1-0/+131
2005-08-11patch from Oliver Logghe for Hauppage Media MVP supportWarren Dukes1-0/+2
2005-03-13add OS X configure stuff and added a skeleton audioOutput plugin for OS XWarren Dukes1-0/+2
2005-03-12if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes1-3/+5
2005-03-05implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes1-1/+21
2005-03-05implemented alsa audioOutput plugin, now it needs testingWarren Dukes1-2/+4
2004-11-15s/device/output/Warren Dukes1-3/+3
2004-11-09don't set granulepos, that's pad, mmmkay?Warren Dukes1-1/+2
2004-11-09add a buffer to audio layer, so we only send data to audio devices 32 times p...Warren Dukes1-13/+53
2004-11-02new command "devices", prints devices and their statesWarren Dukes1-3/+12
2004-11-02enabling and disabling individual audioOutputs is mostly done, just needWarren Dukes1-27/+38
2004-11-02begin work on avuton's disabling and enabling of individual audio outputsWarren Dukes1-6/+67
2004-11-02abstract out audioFormat conversion from shout plugin to the audioOutput layer,Warren Dukes1-4/+6
2004-11-02now np's OSS stuff actually worksWarren Dukes1-0/+2
2004-10-28fix a little bug with audio device being closed on song change, oopsWarren Dukes1-6/+3
2004-10-28merge shank-rewrite-config changesWarren Dukes1-24/+83
2004-10-26try to fix metadata on initially playing (metadata being sent before device i...Warren Dukes1-1/+1
2004-10-25fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes1-1/+5
2004-10-23configure shout encoding quality and audio formatWarren Dukes1-20/+28
2004-10-22on finishAudioDriver, be sure to set shoutOutput = NULLWarren Dukes1-0/+1
2004-10-22this really fixes pauseWarren Dukes1-4/+5
2004-10-22fix segfault when resuming from pauseWarren Dukes1-0/+1
2004-10-20shout audioOutput will now connect and disconnect from icecast serverWarren Dukes1-0/+6
2004-10-20stub audioOutput plugin for shoutWarren Dukes1-0/+2
2004-10-20oops, accidently broke crossfading, fixed nowWarren Dukes1-0/+1
2004-10-20some small cleanupsWarren Dukes1-14/+4
2004-10-20ok, now we're using some of the new audioOutput layer stuff, needs some serio...Warren Dukes1-157/+23
2004-10-20minor little changes to audio junkWarren Dukes1-14/+13
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