Age | Commit message (Expand) | Author |
2016-09-09 | mixer: migrate to C++ exceptions | Max Kellermann |
2016-09-09 | pcm/Convert: migrate from class Error to C++ exceptions | Max Kellermann |
2016-09-04 | Filter/Plugin: migrate from class Error to C++ exceptions | Max Kellermann |
2016-09-04 | Filter/Internal: migrate from class Error to C++ exceptions | Max Kellermann |
2016-09-04 | filter/AutoConvert: use std::unique_ptr | Max Kellermann |
2016-09-04 | Filter/Internal: remove outdated API documentation | Max Kellermann |
2016-07-09 | Merge tag 'v0.19.17' | Max Kellermann |
2016-07-05 | filter/route: use PcmSilence() | Max Kellermann |
2016-07-04 | filter/Observer: fix memory leak | Max Kellermann |
2016-07-04 | filter/convert: fix no-op check | Max Kellermann |
2016-07-01 | filter/ReplayGain: skip PcmVolume if a mixer is set | Max Kellermann |
2016-07-01 | filter/FilterInternal: split class Filter, add class PreparedFilter | Max Kellermann |
2016-06-22 | filter/ReplayGain: use C++11 initializers | Max Kellermann |
2016-06-22 | filter/route: use std::array | Max Kellermann |
2016-03-01 | *: include cleanup (using iwyu) | Max Kellermann |
2016-02-26 | update copyright year to 2016 | Max Kellermann |
2015-10-16 | unix/Daemon, playlist/...: remove unused Domain variables | Max Kellermann |
2015-09-17 | unix/Daemon, playlist/pls, ...: remove unused Domain variables | Max Kellermann |
2015-03-17 | *: doxygen fixups | Max Kellermann |
2015-03-03 | *: change C-style prototypes, drop "(void)" | Max Kellermann |
2015-01-21 | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann |
2015-01-21 | config/Option: convert to strictly-typed enum | Max Kellermann |
2015-01-21 | ConfigData: move struct config_param to Param.hxx | Max Kellermann |
2015-01-01 | Copyright year 2015 | Max Kellermann |
2014-12-26 | Merge branch 'v0.18.x' into v0.19.x | Max Kellermann |
2014-12-26 | db/{simple,proxy}, ...: add "override" keywords | Max Kellermann |
2014-08-12 | Filter: FilterPCM() returns ConstBuffer | Max Kellermann |
2014-08-12 | PcmConvert: Convert() returns ConstBuffer | Max Kellermann |
2014-08-12 | Filter: update API documentation | Max Kellermann |
2014-08-07 | util/StringUtil: rename strchug_fast() to StripLeft() | Max Kellermann |
2014-01-24 | ConfigGlobal: add config_find_block() | Max Kellermann |
2014-01-24 | Mixer*: move to mixer/ | Max Kellermann |
2014-01-24 | Filter*: move to filter/ | Max Kellermann |
2014-01-24 | Config*: move to config/ | Max Kellermann |
2014-01-13 | copyright year 2014 | Max Kellermann |
2013-12-23 | pcm/Volume: convert to class | Max Kellermann |
2013-12-23 | pcm/PcmVolume: rename to Volume.cxx | Max Kellermann |
2013-11-28 | include cleanup using iwyu | Max Kellermann |
2013-11-13 | PcmConvert: add methods Open(), Close() | Max Kellermann |
2013-11-11 | filter/route, ...: add missing stdlib.h includes | Max Kellermann |
2013-11-04 | filter/AutoConvert: modify child_audio_format, not in_audio_format | Max Kellermann |
2013-10-28 | *: use nullptr instead of NULL | Max Kellermann |
2013-10-25 | ReplayGainInfo: refactor to a class | Max Kellermann |
2013-10-25 | ReplayGainInfo: use CamelCase for struct name | Max Kellermann |
2013-10-18 | filter/route: merge the two loops, one-pass parsing | Max Kellermann |
2013-10-18 | filter/route: allocate "sources" statically | Max Kellermann |
2013-10-18 | filter/route: use int8_t instead of signed char | Max Kellermann |
2013-10-15 | Client, ...: remove unnecessary glib.h include | Max Kellermann |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann |
2013-10-02 | replay_gain_*.h: rename to *.hxx | Max Kellermann |