aboutsummaryrefslogtreecommitdiffstats
path: root/src/AudioConfig.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-24Config*: move to config/Max Kellermann1-3/+3
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-10-28*: use nullptr instead of NULLMax Kellermann1-1/+1
2013-10-15ConfigData: use std::string for config_param::valueMax Kellermann1-1/+1
2013-09-05mpd_error.h: remove obsolete headerMax Kellermann1-3/+3
2013-09-05conf.h: remove obsolete headerMax Kellermann1-1/+3
2013-09-04util/Error: new error passing libraryMax Kellermann1-6/+5
2013-08-03audio_format: convert to C++Max Kellermann1-7/+8
2013-01-30audio_{parser,config}: convert to C++Max Kellermann1-4/+2
2013-01-30ConfigFile: add enum ConfigOptionMax Kellermann1-3/+2
2013-01-28audio_config: include cleanupMax Kellermann1-6/+1
2013-01-07audio_config, volume, mixer_all: include cleanupMax Kellermann1-1/+0
2011-10-10audio: rename audio.[ch] to audio_config.[ch]Max Kellermann1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-09-25eliminate g_error() usageThomas Jansen1-2/+4
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-10-22audio: removed function finishAudioConfig()Max Kellermann1-5/+0
2009-10-21audio_format: wildcards allowed in audio_format configurationMax Kellermann1-4/+3
2009-10-21audio: removed config_param.value NULL checkMax Kellermann1-1/+1
2009-03-14mixer_api: moved functions to mixer_control.cMax Kellermann1-1/+0
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-12audio: moved mixer functions to mixer_control.cMax Kellermann1-52/+0
2009-02-16mixer: include cleanupMax Kellermann1-0/+1
2009-02-16output: include cleanupMax Kellermann1-0/+1
2009-02-16mixer_api: replaced method "control()" with "{get,set}_volume()"Max Kellermann1-6/+14
2009-02-16output_plugin: replaced method "control()" with "mixer()"Max Kellermann1-6/+10
2009-02-11audio: moved code to output_command.cMax Kellermann1-35/+0
2009-02-11audio: replaced parseAudioConfig() with audio_format_parse()Max Kellermann1-57/+8
2009-02-10audio: moved code to output_all.cMax Kellermann1-255/+20
2009-02-10audio: moved protocol code to output_print.cMax Kellermann1-16/+0
2009-02-10audio: moved state file code to output_state.cMax Kellermann1-53/+0
2009-02-10audio: removed isCurrentAudioFormat()Max Kellermann1-8/+0
2009-02-10audio: added output enumeration functionsMax Kellermann1-0/+22
2009-02-10audio: added audio_output_config_count()Max Kellermann1-1/+7
2009-01-25use g_free() instead of free()Max Kellermann1-1/+1
2009-01-25mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGUREMax Kellermann1-17/+0
2009-01-25conf: const pointers in block get functionsMax Kellermann1-3/+3
2009-01-17conf: no CamelCase, part IMax Kellermann1-6/+6
2009-01-04renaming mixer.h to mixer_api.hViliam Mateicka1-1/+1
2009-01-03audio: use GLib instead of utils.hMax Kellermann1-2/+2
2008-12-31Moving mixers to audio outputsViliam Mateicka1-0/+55
2008-12-31exporting functionsViliam Mateicka1-1/+1
2008-12-29removed os_compat.hMax Kellermann1-1/+2
2008-12-28utils: removed myFgets()Max Kellermann1-1/+3
2008-12-27output_control: no static "notify" initializationMax Kellermann1-0/+4
2008-11-25output: use GLib instead of log.h/util.hMax Kellermann1-19/+18
2008-11-02output: don't allow length==0Max Kellermann1-0/+1
2008-10-29output: removed audio_output.resultMax Kellermann1-5/+3
2008-10-29output: delay reopen after device failureMax Kellermann1-0/+1