aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_output.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Use a listener interface instead of GlobalEvents.
* 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
| | | | Another big chunk of code for multi-player support.
* 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
| | | Avoid GLib.
* 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
| | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies.
* util/Error: new error passing libraryMax Kellermann2013-09-041-42/+18
| | | | Replaces GLib's GError.
* IOThread: use FatalError() on g_thread_create() errorMax Kellermann2013-09-031-5/+1
| | | | New GLib versions don't fail.
* *: 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
| | | | Deprecated.
* 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
| | | | | Look up top-level config options by enum (= integer), not by name string.
* 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
| | | | | Push the new mode to the filter instead of accessing global variables through replay_gain_get_real_mode().
* PlayerControl: add constructor and destructorMax Kellermann2013-01-041-1/+5
|
* player_control.h: convert header to C++Max Kellermann2013-01-041-1/+1
|
* playlist: convert to C++Max Kellermann2013-01-041-1/+1
|
* output_*: convert to C++Max Kellermann2013-01-041-0/+257