aboutsummaryrefslogtreecommitdiffstats
path: root/test/read_mixer.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v0.19.x'Max Kellermann2015-01-261-0/+1
|\
| * test/read_mixer: add missing stdlib.h includeMax Kellermann2015-01-261-0/+1
| |
* | config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-211-2/+2
| | | | | | | | The old struct config_param remains only for top-level string options.
* | 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
|/ | | | | | Since version 2.32, g_thread_init() is deprecated and a no-op. Let's upgrade that (optional) dependency so we can remove all those g_thread_init() calls.
* test/DumpDatabase, ...: no g_thread_init() calls when GLib is disabledMax Kellermann2014-10-241-0/+4
|
* Mixer: add class MixerListenerMax Kellermann2014-02-191-6/+1
| | | | Use a listener interface instead of GlobalEvents.
* mixer/Plugin: pass AudioOutput reference to init()Max Kellermann2014-02-061-54/+2
| | | | Passing a void pointer is unsafe.
* Mixer: use reference instead of pointer for MixerPluginMax Kellermann2014-02-051-1/+1
|
* MixerPlugin: add EventLoop& init() parameterMax Kellermann2014-02-051-6/+2
|
* event/Loop: remove the dummy constructor argumentMax Kellermann2014-02-051-1/+1
|
* Mixer*: move to mixer/Max Kellermann2014-01-241-2/+2
|
* Filter*: move to filter/Max Kellermann2014-01-241-1/+1
|
* Config*: move to config/Max Kellermann2014-01-241-1/+1
|
* output/*: move to output/plugins/Max Kellermann2014-01-231-2/+2
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* test/*: use fprintf(stderr,...) and Log() instead of g_printerr()Max Kellermann2013-12-241-11/+11
| | | Avoid GLib.
* pcm/Volume: convert to classMax Kellermann2013-12-231-9/+0
| | | | Prepare for adding state.
* pcm/PcmVolume: rename to Volume.cxxMax Kellermann2013-12-231-1/+1
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-14/+10
| | | | Replaces GLib's GError.
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-15/+15
|
* MixerPlugin: pass config_param referenceMax Kellermann2013-08-041-1/+3
|
* audio_format: convert to C++Max Kellermann2013-08-031-1/+1
|
* don't use g_thread_init() with GLib 2.32Max Kellermann2013-04-171-0/+2
| | | | Deprecated.
* MixerInternal: convert to classMax Kellermann2013-04-161-2/+1
|
* mixer/Pulse: convert to a classMax Kellermann2013-04-161-2/+2
|
* output/Pulse: convert to C++Max Kellermann2013-04-161-6/+6
|
* pcm_*: move to src/pcm/Max Kellermann2013-04-091-1/+1
|
* mixer_plugin: convert to C++Max Kellermann2013-02-221-6/+2
|
* filter: convert to C++Max Kellermann2013-02-011-1/+1
|
* pcm_*: convert to C++Max Kellermann2013-01-311-1/+1
|
* output/roar: convert to C++Max Kellermann2013-01-161-3/+3
|
* mixer/Alsa: use MultiSocketMonitorMax Kellermann2013-01-151-0/+8
|
* EventPipe: rename to GlobalEventsMax Kellermann2013-01-091-2/+2
|
* event_pipe.h: convert to C++Max Kellermann2013-01-091-0/+158