summaryrefslogtreecommitdiff
path: root/src/audio.c
AgeCommit message (Expand)Author
2006-08-09labels should be on the left most column, no tabbingWarren Dukes
2006-08-07Ok, don't use memcmp for comparing audio formats!J. Alexander Treuman
2006-08-07Eliminate unnecessary use of a variableJ. Alexander Treuman
2006-08-07Use memcmp to compare audio formatsJ. Alexander Treuman
2006-08-07Reopen the audio device if the audio format has changedJ. Alexander Treuman
2006-08-01audio: pause/resume-from-statefile bugfixes,Eric Wong
2006-08-01audio: malloc reductionsEric Wong
2006-08-01audio: get rid of the myAudioDevicesEnabled arrayEric Wong
2006-08-01audio: remove AUDIO_MAX_DEVICES limitEric Wong
2006-07-30Standardize state_file handling routines.Eric Wong
2006-07-30remove deprecated myfprintf wrapperEric Wong
2006-07-30interface/connection malloc reductions from mpd-keEric Wong
2006-07-26Remove the fifo plugin. It's currently useless for the average user, and mak...J. Alexander Treuman
2006-07-22Adding fifo output pluginJ. Alexander Treuman
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-17sparse: ANSI-fy function declarationsEric Wong
2006-07-16audio: attempt to gracefully handle disconnected/reconnected devicesEric Wong
2006-07-16Committing qball's patch to list supported audio outputs in --versionJ. Alexander Treuman
2006-07-15De-inline non-trivial, non-performance-critical functionsEric Wong
2006-07-14Change shank's email addressJ. Alexander Treuman
2006-07-13Huge header update, update the copyright and addAvuton Olrich
2006-07-13Add PulseAudio supportJ. Alexander Treuman
2006-05-20Save audio output state in correct order.J. Alexander Treuman
2006-05-08Commit Jat's patch for bug 1281Qball Cow
2006-04-05Don't rely on memcmp() for structs, padding bits are randomEric Wong
2006-03-18rewrite statefile code for audio devicesEric Wong
2005-08-23Saving state of output-device in state-file. (This is a temporary solution, r...Qball Cow
2005-08-11patch from Oliver Logghe for Hauppage Media MVP supportWarren Dukes
2005-03-13add OS X configure stuff and added a skeleton audioOutput plugin for OS XWarren Dukes
2005-03-12if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes
2005-03-05implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes
2005-03-05implemented alsa audioOutput plugin, now it needs testingWarren Dukes
2004-11-15s/device/output/Warren Dukes
2004-11-09don't set granulepos, that's pad, mmmkay?Warren Dukes
2004-11-09add a buffer to audio layer, so we only send data to audio devices 32 times p...Warren Dukes
2004-11-02new command "devices", prints devices and their statesWarren Dukes
2004-11-02enabling and disabling individual audioOutputs is mostly done, just needWarren Dukes
2004-11-02begin work on avuton's disabling and enabling of individual audio outputsWarren Dukes
2004-11-02abstract out audioFormat conversion from shout plugin to the audioOutput layer,Warren Dukes
2004-11-02now np's OSS stuff actually worksWarren Dukes
2004-10-28fix a little bug with audio device being closed on song change, oopsWarren Dukes
2004-10-28merge shank-rewrite-config changesWarren Dukes
2004-10-26try to fix metadata on initially playing (metadata being sent before device i...Warren Dukes
2004-10-25fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes
2004-10-23configure shout encoding quality and audio formatWarren Dukes
2004-10-22on finishAudioDriver, be sure to set shoutOutput = NULLWarren Dukes
2004-10-22this really fixes pauseWarren Dukes
2004-10-22fix segfault when resuming from pauseWarren Dukes
2004-10-20shout audioOutput will now connect and disconnect from icecast serverWarren Dukes
2004-10-20stub audioOutput plugin for shoutWarren Dukes