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