aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_output.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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