aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-18Move away from fprintf() when writing DB/state_fileEric Wong1-1/+1
2008-09-09audio: don't pass "fd" to {en,dis}ableAudioDevice()Max Kellermann1-2/+2
2008-09-02tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann1-1/+1
2008-08-31pass constant pointersMax Kellermann1-1/+1
2008-08-30moved struct AudioFormat to audio_format.hMax Kellermann1-12/+1
2008-06-02remove audioDeviceStates from playerData and getPlayerDataEric Wong1-2/+0
2008-04-12const pointers in audio.cMax Kellermann1-5/+6
2008-04-12clean up CPP includesMax Kellermann1-2/+0
2008-04-12use size_t in audio.cMax Kellermann1-1/+1
2008-04-12moved expression to audioFormatSizeToTime()Max Kellermann1-0/+5
2008-03-26audio: use a machine word for array sizesMax Kellermann1-3/+3
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-2/+1
2008-01-01silence is constant, as is the buffer we pass to playAudioEric Wong1-1/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-8/+8
2006-08-01audio: remove AUDIO_MAX_DEVICES limitEric Wong1-2/+2
2006-07-30Standardize state_file handling routines.Eric Wong1-2/+2
2006-07-30interface/connection malloc reductions from mpd-keEric Wong1-3/+3
2006-07-20Add mpd-indent.shAvuton Olrich1-2/+2
2006-07-16Committing qball's patch to list supported audio outputs in --versionJ. Alexander Treuman1-0/+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-05-08Commit Jat's patch for bug 1281Qball Cow1-0/+2
2006-03-18rewrite statefile code for audio devicesEric Wong1-2/+0
2005-08-23Saving state of output-device in state-file. (This is a temporary solution, r...Qball Cow1-0/+4
2005-03-05implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes1-0/+2
2004-11-02new command "devices", prints devices and their statesWarren Dukes1-0/+2
2004-11-02new commands: enalbe_device, and disable_device, (maybe these commands should...Warren Dukes1-0/+6
2004-11-02enabling and disabling individual audioOutputs is mostly done, just needWarren Dukes1-0/+3
2004-11-02abstract out audioFormat conversion from shout plugin to the audioOutput layer,Warren Dukes1-0/+2
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-0/+5
2004-10-23configure shout encoding quality and audio formatWarren Dukes1-0/+2
2004-10-20minor little changes to audio junkWarren Dukes1-2/+0
2004-09-06definition for audioOutput plugin interfaceWarren Dukes1-1/+0
2004-06-19fix a few bugs in mp3_decode and minimize alsa underruns by playing silence w...Warren Dukes1-0/+2
2004-05-10stuff for configuring the audio output format (sampling rate, channels, bits)Warren Dukes1-2/+8
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-12volatile fun-nessWarren Dukes1-3/+3
2004-04-11more volatile stuffWarren Dukes1-3/+3
2004-04-11add --disable-audio configure optionWarren Dukes1-4/+0
2004-03-18bunch of autotool cleanupsWarren Dukes1-0/+2
2004-02-27audio cleanupsWarren Dukes1-1/+1
2004-02-27add xfade and audio to status, remove crossfade no args optionsWarren Dukes1-3/+5