summaryrefslogtreecommitdiff
path: root/test/run_filter.cxx
AgeCommit message (Expand)Author
2020-04-02test/*: fix Windows build using class FromNarrowPathMax Kellermann
2019-02-05test/ConfigGlue: merge duplicate code from various debug programsMax Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-07-18config/Migrate: library to migrate deprecated settingsMax Kellermann
2018-07-17test/run_filter: use struct ConfigDataMax Kellermann
2018-07-17test/*: catch and print all exceptionsMax Kellermann
2018-07-16config/Config*: rename files, drop "Config" prefixMax Kellermann
2018-01-02filter/Plugin: move filter_configured_new() to LoadOne.cxxMax Kellermann
2018-01-01test/run_filter: use "auto"Max Kellermann
2018-01-01Filter/Internal: split headerMax Kellermann
2017-12-27test/run_filter: throw exception on errorMax Kellermann
2017-12-27filter/Plugin: return std::unique_ptr<PreparedFilter>Max Kellermann
2017-01-17AudioFormat: replace struct audio_format_string with class StringBuffer, retu...Max Kellermann
2017-01-03update copyright yearMax Kellermann
2016-10-28AudioParser: throw exception on errorMax Kellermann
2016-09-09mixer: migrate to C++ exceptionsMax 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-01filter/FilterInternal: split class Filter, add class PreparedFilterMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-12-18fs/io/Reader: use C++ exceptions instead of class ErrorMax Kellermann
2015-12-16config/ConfigFile: use std::exception on syntax errorMax Kellermann
2015-08-15test/stdbin.h: remove obsolete headerMax Kellermann
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann
2015-01-21ConfigData: move struct config_param to Param.hxxMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-05configure.ac: require GLib 2.32 (if enabled)Max Kellermann
2014-08-12Filter: FilterPCM() returns ConstBufferMax Kellermann
2014-02-20test/run_{filter,output}: use config_find_block()Max Kellermann
2014-02-18test: various fixups for building without GLibMax Kellermann
2014-01-24Mixer*: move to mixer/Max Kellermann
2014-01-24Filter*: move to filter/Max Kellermann
2014-01-24Config*: move to config/Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2014-01-07test: add missing includesMax Kellermann
2013-12-24test/*: use fprintf(stderr,...) and Log() instead of g_printerr()Max Kellermann
2013-12-24test/*: remove GLib logging setupMax Kellermann
2013-12-23pcm/PcmVolume: rename to Volume.cxxMax Kellermann
2013-09-05conf.h: remove obsolete headerMax Kellermann
2013-09-04util/Error: new error passing libraryMax Kellermann
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann
2013-08-04FilterPlugin: pass config_param referenceMax Kellermann
2013-08-03audio_format: convert to C++Max Kellermann
2013-04-17don't use g_thread_init() with GLib 2.32Max Kellermann
2013-04-16MixerInternal: convert to classMax Kellermann
2013-04-09pcm_*: move to src/pcm/Max Kellermann
2013-02-22mixer_plugin: convert to C++Max Kellermann
2013-02-02FilterInternal: convert struct filter to a OO interfaceMax Kellermann