aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_filter.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-20test/run_{filter,output}: use config_find_block()Max Kellermann1-17/+2
2014-02-18test: various fixups for building without GLibMax Kellermann1-0/+4
2014-01-24Mixer*: move to mixer/Max Kellermann1-1/+1
2014-01-24Filter*: move to filter/Max Kellermann1-3/+3
2014-01-24Config*: move to config/Max Kellermann1-2/+2
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-07test: add missing includesMax Kellermann1-0/+2
2013-12-24test/*: use fprintf(stderr,...) and Log() instead of g_printerr()Max Kellermann1-15/+16
2013-12-24test/*: remove GLib logging setupMax Kellermann1-12/+0
2013-12-23pcm/PcmVolume: rename to Volume.cxxMax Kellermann1-1/+1
2013-09-05conf.h: remove obsolete headerMax Kellermann1-1/+2
2013-09-04util/Error: new error passing libraryMax Kellermann1-23/+17
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-3/+3
2013-08-04FilterPlugin: pass config_param referenceMax Kellermann1-3/+2
2013-08-03audio_format: convert to C++Max Kellermann1-7/+6
2013-04-17don't use g_thread_init() with GLib 2.32Max Kellermann1-0/+3
2013-04-16MixerInternal: convert to classMax Kellermann1-1/+1
2013-04-09pcm_*: move to src/pcm/Max Kellermann1-1/+1
2013-02-22mixer_plugin: convert to C++Max Kellermann1-1/+1
2013-02-02FilterInternal: convert struct filter to a OO interfaceMax Kellermann1-15/+14
2013-02-01filter: convert to C++Max Kellermann1-1/+1
2013-01-31pcm_*: convert to C++Max Kellermann1-1/+1
2013-01-30audio_{parser,config}: convert to C++Max Kellermann1-5/+1
2013-01-30ConfigFile: add enum ConfigOptionMax Kellermann1-3/+3
2013-01-29ConfigFile, CommandLine: use the Path classMax Kellermann1-2/+4
2013-01-29test/{read_conf,run_filter}: convert to C++Max Kellermann1-1/+5
2013-01-09test/FakeReplayGainConfig: move fake symbols from a few debug programsMax Kellermann1-6/+0
2013-01-05filter/ReplayGain: add method _set_mode()Max Kellermann1-3/+0
2013-01-04playlist: convert to C++Max Kellermann1-2/+2
2012-03-06use g_strerror() instead of strerror()Max Kellermann1-1/+1
2011-07-03test/run_filter: remove unused variable "frame_size"Max Kellermann1-3/+0
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-05-20test: enable binary mode on stdin/stdoutMax Kellermann1-0/+1
2010-04-25replay_gain: added mode "auto"Daniel Seuthe1-0/+3
2010-02-17replay_gain: optionally use hardware mixer to apply replay gainMax Kellermann1-0/+8
2010-02-17replay_gain: reimplement as a filter pluginMax Kellermann1-0/+6
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-14test/run_{decoder,filter}: implemented GLib log callbackMax Kellermann1-0/+13
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-1/+1
2009-11-14audio_format: added function audio_format_to_string()Max Kellermann1-3/+3
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-10-21audio_format: wildcards allowed in audio_format configurationMax Kellermann1-1/+2
2009-09-24conf: handle fatal errors with GErrorMax Kellermann1-1/+6
2009-07-19Add audio_format_init() functionDavid Woodhouse1-5/+3
2009-07-05filter/volume: don't use volume_level_get()Max Kellermann1-6/+0
2009-07-05test: added program "run_filter"Max Kellermann1-59/+58
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-03-10test: added program "run_output"Max Kellermann1-0/+174