summaryrefslogtreecommitdiff
path: root/src/audio.h
AgeCommit message (Expand)Author
2008-09-08output: static audio_output_plugin list as arrayMax Kellermann
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann
2008-09-07audio: don't pass "fd" to printAudioDevices()Max Kellermann
2008-09-07audio: don't pass "fd" to {en,dis}ableAudioDevice()Max Kellermann
2008-09-06include cleanupMax Kellermann
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann
2008-08-29pass constant pointersMax Kellermann
2008-08-26moved struct AudioFormat to audio_format.hMax Kellermann
2008-06-02remove audioDeviceStates from playerData and getPlayerDataEric Wong
2008-04-12const pointers in audio.cMax Kellermann
2008-04-12clean up CPP includesMax Kellermann
2008-04-12use size_t in audio.cMax Kellermann
2008-04-12moved expression to audioFormatSizeToTime()Max Kellermann
2008-03-26audio: use a machine word for array sizesMax Kellermann
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
2008-01-01silence is constant, as is the buffer we pass to playAudioEric Wong
2007-04-05The massive copyright updateAvuton Olrich
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich
2006-08-01audio: remove AUDIO_MAX_DEVICES limitEric Wong
2006-07-30Standardize state_file handling routines.Eric Wong
2006-07-30interface/connection malloc reductions from mpd-keEric Wong
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-16Committing qball's patch to list supported audio outputs in --versionJ. Alexander Treuman
2006-07-14Change shank's email addressJ. Alexander Treuman
2006-07-13Huge header update, update the copyright and addAvuton Olrich
2006-05-08Commit Jat's patch for bug 1281Qball Cow
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-03-05implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes
2004-11-02new command "devices", prints devices and their statesWarren Dukes
2004-11-02new commands: enalbe_device, and disable_device, (maybe these commands should...Warren Dukes
2004-11-02enabling and disabling individual audioOutputs is mostly done, just needWarren Dukes
2004-11-02abstract out audioFormat conversion from shout plugin to the audioOutput layer,Warren 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-20minor little changes to audio junkWarren Dukes
2004-09-06definition for audioOutput plugin interfaceWarren Dukes
2004-06-19fix a few bugs in mp3_decode and minimize alsa underruns by playing silence w...Warren Dukes
2004-05-10stuff for configuring the audio output format (sampling rate, channels, bits)Warren Dukes
2004-04-14add vim shiznit to end of all source filesWarren Dukes
2004-04-12volatile fun-nessWarren Dukes
2004-04-11more volatile stuffWarren Dukes
2004-04-11add --disable-audio configure optionWarren Dukes
2004-03-18bunch of autotool cleanupsWarren Dukes
2004-02-27audio cleanupsWarren Dukes
2004-02-27add xfade and audio to status, remove crossfade no args optionsWarren Dukes
2004-02-23import from SF CVSWarren Dukes