summaryrefslogtreecommitdiff
path: root/src/filter/plugins/RouteFilterPlugin.cxx
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-03-12replace stdint.h with cstdintRosen Penev
2020-02-01*: add `explicit`Max Kellermann
2020-02-01*: use `auto`Max Kellermann
2020-01-18AudioFormat: move to pcm/Max Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-06-17pcm/Pcm*: drop more "Pcm" prefixes from source file namesMax Kellermann
2019-03-12filter/registry: move `extern` lines to plugin headersMax Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-07-16config/Config*: rename files, drop "Config" prefixMax Kellermann
2018-01-01Filter/Internal: split headerMax Kellermann
2017-12-27filter/Internal: return std::unique_ptr<Filter>Max Kellermann
2017-12-27filter/Plugin: return std::unique_ptr<PreparedFilter>Max Kellermann
2017-07-05util/StringUtil: move strip functions to StringStrip.cxxMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-23filter/Plugin: rename with CamelCaseMax Kellermann
2016-09-04Filter/Plugin: migrate from class Error to C++ exceptionsMax Kellermann
2016-09-04Filter/Internal: migrate from class Error to C++ exceptionsMax Kellermann
2016-07-09Merge tag 'v0.19.17'Max Kellermann
2016-07-05filter/route: use PcmSilence()Max Kellermann
2016-07-01filter/FilterInternal: split class Filter, add class PreparedFilterMax Kellermann
2016-06-22filter/route: use std::arrayMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann
2015-01-21ConfigData: move struct config_param to Param.hxxMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-26Merge branch 'v0.18.x' into v0.19.xMax Kellermann
2014-08-12Filter: FilterPCM() returns ConstBufferMax Kellermann
2014-08-07util/StringUtil: rename strchug_fast() to StripLeft()Max Kellermann
2014-01-24Filter*: move to filter/Max Kellermann