| Commit message (Expand) | Author | Files | Lines |
2015-01-21 | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 1 | -7/+7 |
2015-01-21 | ConfigData: move struct config_param to Param.hxx | Max Kellermann | 1 | -1/+1 |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 |
2014-02-19 | Mixer: add class MixerListener | Max Kellermann | 1 | -2/+4 |
2014-02-06 | mixer/Plugin: pass AudioOutput reference to init() | Max Kellermann | 1 | -1/+1 |
2014-02-06 | MixerPlugin: convert function pointers to Mixer virtual methods | Max Kellermann | 1 | -50/+9 |
2014-02-05 | Mixer: rename struct mixer_plugin to MixerPlugin | Max Kellermann | 1 | -1/+1 |
2014-02-05 | MixerPlugin: add EventLoop& init() parameter | Max Kellermann | 1 | -1/+2 |
2014-01-24 | Mixer*: move to mixer/ | Max Kellermann | 1 | -1/+1 |
2014-01-24 | Config*: move to config/ | Max Kellermann | 1 | -1/+1 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -3/+1 |
2013-10-21 | Util/ASCII: add StringEqualsCaseASCII() overload with length | Max Kellermann | 1 | -3/+2 |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -2/+4 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -43/+29 |
2013-08-07 | Makefile.am: move sources to libsystem.a | Max Kellermann | 1 | -1/+1 |
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -1/+1 |
2013-08-04 | MixerPlugin: pass config_param reference | Max Kellermann | 1 | -5/+5 |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -0/+1 |
2013-07-30 | output_api: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-04-16 | MixerInternal: convert to class | Max Kellermann | 1 | -10/+8 |
2013-04-16 | mixer/Oss: convert to a class | Max Kellermann | 1 | -51/+92 |
2013-02-22 | mixer_plugin: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-29 | output/{alsa,oss}: convert to C++ | Max Kellermann | 1 | -8/+8 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
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-11-10 | fd_util: removed creat_cloexec() | Max Kellermann | 1 | -1/+1 |
2009-11-07 | set the close-on-exec flag on all file descriptors | Max Kellermann | 1 | -1/+2 |
2009-10-21 | mixer_plugin: pass audio_output pointer to mixer_plugin.init() | Max Kellermann | 1 | -1/+2 |
2009-10-20 | mixer_plugin: use GError for error handling | Max Kellermann | 1 | -12/+30 |
2009-10-20 | mixer/{oss,alsa}: renamed the mixer source files | Max Kellermann | 1 | -4/+4 |
2009-03-27 | mixer: assert that the new volume value is valid | Max Kellermann | 1 | -3/+1 |
2009-03-26 | oss_mixer: call oss_find_mixer() in init() method | Max Kellermann | 1 | -25/+26 |
2009-03-26 | oss_mixer: removed superfluous checks | Max Kellermann | 1 | -8/+8 |
2009-03-26 | oss_mixer: use g_ascii_strncasecmp() instead of strncasecmp() | Max Kellermann | 1 | -1/+1 |
2009-03-26 | oss_mixer: pass default path to config_get_block_string() | Max Kellermann | 1 | -8/+5 |
2009-03-26 | oss_mixer: make "device" and "control" const | Max Kellermann | 1 | -6/+5 |
2009-03-26 | mixer_control: close mixer on failure | Max Kellermann | 1 | -2/+0 |
2009-03-26 | mixer: added flag "open" | Max Kellermann | 1 | -0/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -3/+4 |
2009-02-16 | mixer_api: replaced method "control()" with "{get,set}_volume()" | Max Kellermann | 1 | -53/+43 |
2009-01-25 | mixer_api: removed struct mixer_data | Max Kellermann | 1 | -7/+12 |
2009-01-25 | mixer: merged methods "init" and "configure" | Max Kellermann | 1 | -23/+6 |
2009-01-25 | mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGURE | Max Kellermann | 1 | -6/+0 |
2009-01-25 | mixer: make all mixer_plugin pointers const | Max Kellermann | 1 | -1/+1 |
2009-01-25 | mixer: added missing copyright headers | Max Kellermann | 1 | -0/+17 |
2009-01-25 | conf: allow param==NULL | Max Kellermann | 1 | -3/+0 |
2009-01-25 | conf: const pointers in block get functions | Max Kellermann | 1 | -2/+2 |
2009-01-18 | conf: added config_get_block_string() | Max Kellermann | 1 | -7/+7 |