aboutsummaryrefslogtreecommitdiff
path: root/src/audio.h
Commit message (Expand)AuthorAge
* moved struct AudioFormat to audio_format.hMax Kellermann2008-08-26
* remove audioDeviceStates from playerData and getPlayerDataEric Wong2008-06-02
* const pointers in audio.cMax Kellermann2008-04-12
* clean up CPP includesMax Kellermann2008-04-12
* use size_t in audio.cMax Kellermann2008-04-12
* moved expression to audioFormatSizeToTime()Max Kellermann2008-04-12
* audio: use a machine word for array sizesMax Kellermann2008-03-26
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* silence is constant, as is the buffer we pass to playAudioEric Wong2008-01-01
* The massive copyright updateAvuton Olrich2007-04-05
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-20
* audio: remove AUDIO_MAX_DEVICES limitEric Wong2006-08-01
* Standardize state_file handling routines.Eric Wong2006-07-30
* interface/connection malloc reductions from mpd-keEric Wong2006-07-30
* Add mpd-indent.shAvuton Olrich2006-07-20
* Committing qball's patch to list supported audio outputs in --versionJ. Alexander Treuman2006-07-16
* Change shank's email addressJ. Alexander Treuman2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* Commit Jat's patch for bug 1281Qball Cow2006-05-08
* rewrite statefile code for audio devicesEric Wong2006-03-18
* Saving state of output-device in state-file. (This is a temporary solution, r...Qball Cow2005-08-23
* implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes2005-03-05
* new command "devices", prints devices and their statesWarren Dukes2004-11-02
* new commands: enalbe_device, and disable_device, (maybe these commands should...Warren Dukes2004-11-02
* enabling and disabling individual audioOutputs is mostly done, just needWarren Dukes2004-11-02
* abstract out audioFormat conversion from shout plugin to the audioOutput layer,Warren Dukes2004-11-02
* try to fix metadata on initially playing (metadata being sent before device i...Warren Dukes2004-10-26
* fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes2004-10-25
* configure shout encoding quality and audio formatWarren Dukes2004-10-23
* minor little changes to audio junkWarren Dukes2004-10-20
* definition for audioOutput plugin interfaceWarren Dukes2004-09-06
* fix a few bugs in mp3_decode and minimize alsa underruns by playing silence w...Warren Dukes2004-06-19
* stuff for configuring the audio output format (sampling rate, channels, bits)Warren Dukes2004-05-10
* add vim shiznit to end of all source filesWarren Dukes2004-04-14
* volatile fun-nessWarren Dukes2004-04-12
* more volatile stuffWarren Dukes2004-04-11
* add --disable-audio configure optionWarren Dukes2004-04-11
* bunch of autotool cleanupsWarren Dukes2004-03-18
* audio cleanupsWarren Dukes2004-02-27
* add xfade and audio to status, remove crossfade no args optionsWarren Dukes2004-02-27
* import from SF CVSWarren Dukes2004-02-23