| Commit message (Expand) | Author | Files | Lines |
2015-10-16 | unix/Daemon, playlist/...: remove unused Domain variables | Max Kellermann | 1 | -3/+0 |
2015-09-17 | unix/Daemon, playlist/pls, ...: remove unused Domain variables | Max Kellermann | 1 | -3/+0 |
2015-03-17 | *: doxygen fixups | Max Kellermann | 4 | -11/+7 |
2015-03-03 | *: change C-style prototypes, drop "(void)" | Max Kellermann | 1 | -1/+1 |
2015-01-21 | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 11 | -28/+28 |
2015-01-21 | config/Option: convert to strictly-typed enum | Max Kellermann | 1 | -1/+2 |
2015-01-21 | ConfigData: move struct config_param to Param.hxx | Max Kellermann | 4 | -4/+4 |
2015-01-01 | Copyright year 2015 | Max Kellermann | 20 | -20/+20 |
2014-12-26 | db/{simple,proxy}, ...: add "override" keywords | Max Kellermann | 5 | -20/+24 |
2014-08-12 | Filter: FilterPCM() returns ConstBuffer | Max Kellermann | 9 | -76/+55 |
2014-08-12 | PcmConvert: Convert() returns ConstBuffer | Max Kellermann | 1 | -2/+4 |
2014-08-12 | Filter: update API documentation | Max Kellermann | 1 | -2/+2 |
2014-08-07 | util/StringUtil: rename strchug_fast() to StripLeft() | Max Kellermann | 1 | -4/+4 |
2014-01-24 | ConfigGlobal: add config_find_block() | Max Kellermann | 1 | -34/+6 |
2014-01-24 | Mixer*: move to mixer/ | Max Kellermann | 1 | -1/+1 |
2014-01-24 | Filter*: move to filter/ | Max Kellermann | 20 | -24/+460 |
2014-01-24 | Config*: move to config/ | Max Kellermann | 2 | -3/+3 |
2014-01-13 | copyright year 2014 | Max Kellermann | 13 | -13/+13 |
2013-12-23 | pcm/Volume: convert to class | Max Kellermann | 2 | -92/+30 |
2013-12-23 | pcm/PcmVolume: rename to Volume.cxx | Max Kellermann | 2 | -2/+2 |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 3 | -3/+0 |
2013-11-13 | PcmConvert: add methods Open(), Close() | Max Kellermann | 3 | -20/+57 |
2013-11-11 | filter/route, ...: add missing stdlib.h includes | Max Kellermann | 1 | -0/+1 |
2013-11-04 | filter/AutoConvert: modify child_audio_format, not in_audio_format | Max Kellermann | 1 | -2/+2 |
2013-10-28 | *: use nullptr instead of NULL | Max Kellermann | 3 | -8/+8 |
2013-10-25 | ReplayGainInfo: refactor to a class | Max Kellermann | 1 | -5/+7 |
2013-10-25 | ReplayGainInfo: use CamelCase for struct name | Max Kellermann | 2 | -9/+9 |
2013-10-18 | filter/route: merge the two loops, one-pass parsing | Max Kellermann | 1 | -61/+42 |
2013-10-18 | filter/route: allocate "sources" statically | Max Kellermann | 1 | -14/+6 |
2013-10-18 | filter/route: use int8_t instead of signed char | Max Kellermann | 1 | -13/+11 |
2013-10-15 | Client, ...: remove unnecessary glib.h include | Max Kellermann | 2 | -4/+0 |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | 1 | -1/+1 |
2013-10-02 | replay_gain_*.h: rename to *.hxx | Max Kellermann | 2 | -3/+3 |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -10/+8 |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 4 | -4/+1 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 8 | -91/+87 |
2013-08-07 | add missing includes | Max Kellermann | 2 | -0/+4 |
2013-08-07 | filter/Route: don't access PcmBuffer attributes directly | Max Kellermann | 1 | -5/+5 |
2013-08-04 | FilterPlugin: pass config_param reference | Max Kellermann | 8 | -14/+15 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 9 | -93/+85 |
2013-08-03 | gcc.h: add macro gcc_unreachable() | Max Kellermann | 1 | -0/+1 |
2013-07-30 | pcm_buffer: convert to C++ | Max Kellermann | 4 | -27/+16 |
2013-07-29 | audio_check: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-04-16 | MixerInternal: convert to class | Max Kellermann | 2 | -5/+5 |
2013-04-09 | pcm_*: move to src/pcm/ | Max Kellermann | 5 | -7/+7 |
2013-02-22 | mixer_plugin: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-02-02 | FilterInternal: convert struct filter to a OO interface | Max Kellermann | 13 | -586/+413 |
2013-02-02 | filter/*: don't use GLib macros | Max Kellermann | 6 | -26/+20 |
2013-02-01 | filter/Chain: use std::forward_list instead of GSList | Max Kellermann | 1 | -41/+20 |
2013-02-01 | filter: convert to C++ | Max Kellermann | 9 | -80/+79 |