aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_output.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-15test/stdbin.h: remove obsolete headerMax Kellermann1-1/+0
2015-08-15PlayerThread, ...: move to src/player/Max Kellermann1-1/+1
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann1-2/+2
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann1-1/+1
2015-01-21ConfigData: move struct config_param to Param.hxxMax Kellermann1-1/+1
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-12-05configure.ac: require GLib 2.32 (if enabled)Max Kellermann1-10/+0
2014-10-07test/run_input, ...: add struct ScopeIOThreadMax Kellermann1-5/+2
2014-08-30PlayerControl: make settings "const"Max Kellermann1-3/+5
2014-02-21PlayerListener: new interface to replace GlobalEvents accessMax Kellermann1-3/+5
2014-02-20test/run_{filter,output}: use config_find_block()Max Kellermann1-17/+2
2014-02-19Mixer: add class MixerListenerMax Kellermann1-7/+3
2014-02-18test: various fixups for building without GLibMax Kellermann1-0/+4
2014-02-05MixerPlugin: add EventLoop& init() parameterMax Kellermann1-8/+5
2014-02-05event/Loop: remove the dummy constructor argumentMax Kellermann1-1/+1
2014-01-29output: move functions into the AudioOutput structMax Kellermann1-1/+0
2014-01-28output: rename source filesMax Kellermann1-1/+1
2014-01-28output: rename struct audio_output to AudioOutputMax Kellermann1-4/+4
2014-01-28OutputAll: convert to class, move instance to class PartitionMax Kellermann1-3/+6
2014-01-24Filter*: move to filter/Max Kellermann1-1/+1
2014-01-24Config*: move to config/Max Kellermann1-3/+3
2014-01-23output/*: move to output/plugins/Max Kellermann1-3/+3
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-07test: add missing includesMax Kellermann1-0/+1
2013-12-24test/*: use fprintf(stderr,...) and Log() instead of g_printerr()Max Kellermann1-17/+14
2013-10-28player_control: rename to PlayerControlMax Kellermann1-3/+3
2013-10-19*: use references instead of pointersMax Kellermann1-1/+1
2013-09-05conf.h: remove obsolete headerMax Kellermann1-1/+3
2013-09-04util/Error: new error passing libraryMax Kellermann1-42/+18
2013-09-03IOThread: use FatalError() on g_thread_create() errorMax Kellermann1-5/+1
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-1/+1
2013-08-04OutputPlugin: pass config_param referenceMax Kellermann1-3/+2
2013-08-03audio_format: convert to C++Max Kellermann1-8/+7
2013-04-17don't use g_thread_init() with GLib 2.32Max Kellermann1-0/+2
2013-04-17output: convert to C++Max Kellermann1-6/+2
2013-04-09pcm_*: move to src/pcm/Max Kellermann1-1/+1
2013-02-01filter: convert to C++Max Kellermann1-1/+1
2013-01-31pcm_convert: convert to C++Max Kellermann1-14/+8
2013-01-30audio_{parser,config}: convert to C++Max Kellermann1-1/+1
2013-01-30ConfigFile: add enum ConfigOptionMax Kellermann1-2/+2
2013-01-29ConfigFile, CommandLine: use the Path classMax Kellermann1-2/+4
2013-01-15mixer/Alsa: use MultiSocketMonitorMax Kellermann1-0/+8
2013-01-10io_thread: convert to C++Max Kellermann1-1/+1
2013-01-09EventPipe: rename to GlobalEventsMax Kellermann1-2/+2
2013-01-09event_pipe.h: convert to C++Max Kellermann1-1/+1
2013-01-09idle: convert to C++Max Kellermann1-1/+1
2013-01-09test/FakeReplayGainConfig: move fake symbols from a few debug programsMax Kellermann1-5/+0
2013-01-07decoder_api.h, ...: add "extern C"Max Kellermann1-1/+1
2013-01-05filter/ReplayGain: add method _set_mode()Max Kellermann1-3/+0
2013-01-04PlayerControl: add constructor and destructorMax Kellermann1-1/+5