summaryrefslogtreecommitdiff
path: root/src/audio.h
AgeCommit message (Expand)Author
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-12audio: moved mixer functions to mixer_control.cMax Kellermann
2009-02-11audio: moved code to output_command.cMax Kellermann
2009-02-11audio: replaced parseAudioConfig() with audio_format_parse()Max Kellermann
2009-02-10audio: moved code to output_all.cMax Kellermann
2009-02-10audio: moved protocol code to output_print.cMax Kellermann
2009-02-10audio: moved state file code to output_state.cMax Kellermann
2009-02-10audio: removed isCurrentAudioFormat()Max Kellermann
2009-02-10audio: added output enumeration functionsMax Kellermann
2009-02-10audio: added audio_output_config_count()Max Kellermann
2009-01-25mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGUREMax Kellermann
2009-01-17conf: no CamelCase, part IMax Kellermann
2008-12-31Moving mixers to audio outputsViliam Mateicka
2008-12-31exporting functionsViliam Mateicka
2008-10-31added prefix to header macrosMax Kellermann
2008-10-29output: use bool for return values and flagsMax Kellermann
2008-10-08use the "bool" data type instead of "int"Max Kellermann
2008-10-08don't include os_compat.hMax Kellermann
2008-09-29audio_output: added method pause()Max Kellermann
2008-09-10audio: removed isAudioDeviceOpen()Max Kellermann
2008-09-09audio: moved cmpAudioFormat() to audio_format.hMax Kellermann
2008-09-09audio: replaced copyAudioFormat() with simple assignmentMax Kellermann
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