| Commit message (Expand) | Author | Files | Lines |
2014-01-24 | Config*: move to config/ | Max Kellermann | 1 | -3/+3 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-10-28 | *: use nullptr instead of NULL | Max Kellermann | 1 | -1/+1 |
2013-10-15 | ConfigData: use std::string for config_param::value | Max Kellermann | 1 | -1/+1 |
2013-09-05 | mpd_error.h: remove obsolete header | Max Kellermann | 1 | -3/+3 |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 1 | -1/+3 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -6/+5 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -7/+8 |
2013-01-30 | audio_{parser,config}: convert to C++ | Max Kellermann | 1 | -4/+2 |
2013-01-30 | ConfigFile: add enum ConfigOption | Max Kellermann | 1 | -3/+2 |
2013-01-28 | audio_config: include cleanup | Max Kellermann | 1 | -6/+1 |
2013-01-07 | audio_config, volume, mixer_all: include cleanup | Max Kellermann | 1 | -1/+0 |
2011-10-10 | audio: rename audio.[ch] to audio_config.[ch] | Max Kellermann | 1 | -1/+1 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-09-25 | eliminate g_error() usage | Thomas Jansen | 1 | -2/+4 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-10-22 | audio: removed function finishAudioConfig() | Max Kellermann | 1 | -5/+0 |
2009-10-21 | audio_format: wildcards allowed in audio_format configuration | Max Kellermann | 1 | -4/+3 |
2009-10-21 | audio: removed config_param.value NULL check | Max Kellermann | 1 | -1/+1 |
2009-03-14 | mixer_api: moved functions to mixer_control.c | Max Kellermann | 1 | -1/+0 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-03-12 | audio: moved mixer functions to mixer_control.c | Max Kellermann | 1 | -52/+0 |
2009-02-16 | mixer: include cleanup | Max Kellermann | 1 | -0/+1 |
2009-02-16 | output: include cleanup | Max Kellermann | 1 | -0/+1 |
2009-02-16 | mixer_api: replaced method "control()" with "{get,set}_volume()" | Max Kellermann | 1 | -6/+14 |
2009-02-16 | output_plugin: replaced method "control()" with "mixer()" | Max Kellermann | 1 | -6/+10 |
2009-02-11 | audio: moved code to output_command.c | Max Kellermann | 1 | -35/+0 |
2009-02-11 | audio: replaced parseAudioConfig() with audio_format_parse() | Max Kellermann | 1 | -57/+8 |
2009-02-10 | audio: moved code to output_all.c | Max Kellermann | 1 | -255/+20 |
2009-02-10 | audio: moved protocol code to output_print.c | Max Kellermann | 1 | -16/+0 |
2009-02-10 | audio: moved state file code to output_state.c | Max Kellermann | 1 | -53/+0 |
2009-02-10 | audio: removed isCurrentAudioFormat() | Max Kellermann | 1 | -8/+0 |
2009-02-10 | audio: added output enumeration functions | Max Kellermann | 1 | -0/+22 |
2009-02-10 | audio: added audio_output_config_count() | Max Kellermann | 1 | -1/+7 |
2009-01-25 | use g_free() instead of free() | Max Kellermann | 1 | -1/+1 |
2009-01-25 | mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGURE | Max Kellermann | 1 | -17/+0 |
2009-01-25 | conf: const pointers in block get functions | Max Kellermann | 1 | -3/+3 |
2009-01-17 | conf: no CamelCase, part I | Max Kellermann | 1 | -6/+6 |
2009-01-04 | renaming mixer.h to mixer_api.h | Viliam Mateicka | 1 | -1/+1 |
2009-01-03 | audio: use GLib instead of utils.h | Max Kellermann | 1 | -2/+2 |
2008-12-31 | Moving mixers to audio outputs | Viliam Mateicka | 1 | -0/+55 |
2008-12-31 | exporting functions | Viliam Mateicka | 1 | -1/+1 |
2008-12-29 | removed os_compat.h | Max Kellermann | 1 | -1/+2 |
2008-12-28 | utils: removed myFgets() | Max Kellermann | 1 | -1/+3 |
2008-12-27 | output_control: no static "notify" initialization | Max Kellermann | 1 | -0/+4 |
2008-11-25 | output: use GLib instead of log.h/util.h | Max Kellermann | 1 | -19/+18 |
2008-11-02 | output: don't allow length==0 | Max Kellermann | 1 | -0/+1 |
2008-10-29 | output: removed audio_output.result | Max Kellermann | 1 | -5/+3 |
2008-10-29 | output: delay reopen after device failure | Max Kellermann | 1 | -0/+1 |