aboutsummaryrefslogtreecommitdiff
path: root/src/audio.h
Commit message (Expand)AuthorAge
* added prefix to header macrosMax Kellermann2008-10-31
* output: use bool for return values and flagsMax Kellermann2008-10-29
* use the "bool" data type instead of "int"Max Kellermann2008-10-08
* don't include os_compat.hMax Kellermann2008-10-08
* audio_output: added method pause()Max Kellermann2008-09-29
* audio: removed isAudioDeviceOpen()Max Kellermann2008-09-10
* audio: moved cmpAudioFormat() to audio_format.hMax Kellermann2008-09-09
* audio: replaced copyAudioFormat() with simple assignmentMax Kellermann2008-09-09
* output: static audio_output_plugin list as arrayMax Kellermann2008-09-08
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-07
* audio: don't pass "fd" to printAudioDevices()Max Kellermann2008-09-07
* audio: don't pass "fd" to {en,dis}ableAudioDevice()Max Kellermann2008-09-07
* include cleanupMax Kellermann2008-09-06
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-29
* pass constant pointersMax Kellermann2008-08-29
* 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