aboutsummaryrefslogtreecommitdiffstats
path: root/src/OutputInit.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* include cleanup using iwyuMax Kellermann2013-11-281-1/+0
|
* Volume, Output: use new class PeriodClock instead of GTimerMax Kellermann2013-11-251-1/+0
|
* OutputControl: reduce the number of OutputThread wakeupsMax Kellermann2013-11-061-0/+2
| | | | | Wake up the OutputThread only if it hasn't already been woken up and if it isn't already in the playback loop.
* Log: add level "DEFAULT"Max Kellermann2013-11-041-7/+7
| | | | | | Map LogLevel::INFO to G_LOG_LEVEL_INFO, and LogLevel::DEFAULT to G_LOG_LEVEL_MESSAGE. Now client connect/disconnect message are only logged on log_level "secure".
* player_control: rename to PlayerControlMax Kellermann2013-10-281-1/+1
|
* *: use references instead of pointersMax Kellermann2013-10-191-2/+2
|
* *: use nullptr instead of NULLMax Kellermann2013-10-191-35/+35
|
* Thread/Thread: replacement library for GThreadMax Kellermann2013-10-171-1/+0
|
* Log: new logging library APIMax Kellermann2013-10-021-16/+18
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* conf.h: remove obsolete headerMax Kellermann2013-09-051-0/+1
| | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies.
* util/Error: new error passing libraryMax Kellermann2013-09-041-39/+35
| | | | Replaces GLib's GError.
* MixerPlugin: pass config_param referenceMax Kellermann2013-08-041-2/+4
|
* FilterPlugin: pass config_param referenceMax Kellermann2013-08-041-4/+6
|
* OutputPlugin: pass config_param referenceMax Kellermann2013-08-041-25/+21
|
* audio_format: convert to C++Max Kellermann2013-08-031-3/+3
|
* gcc.h: add macro gcc_unreachable()Max Kellermann2013-08-031-1/+1
|
* tag: convert to C++Max Kellermann2013-07-301-0/+1
|
* output_api: convert to C++Max Kellermann2013-07-301-1/+1
|
* pcm_buffer: convert to C++Max Kellermann2013-07-301-2/+0
|
* OutputInternal: use Mutex instead of GMutexMax Kellermann2013-04-171-2/+0
|
* output: convert to C++Max Kellermann2013-04-171-5/+1
|
* MixerInternal: convert to classMax Kellermann2013-04-161-2/+2
|
* mixer_plugin: convert to C++Max Kellermann2013-02-221-3/+3
|
* FilterInternal: convert struct filter to a OO interfaceMax Kellermann2013-02-021-7/+7
|
* filter: convert to C++Max Kellermann2013-02-011-3/+3
|
* mixer/software, filter/volume: convert to C++Max Kellermann2013-01-311-1/+1
|
* filter/convert: convert to C++Max Kellermann2013-01-301-1/+1
|
* TagPool, ...: include cleanupMax Kellermann2013-01-301-5/+6
|
* audio_{parser,config}: convert to C++Max Kellermann2013-01-301-1/+1
|
* {encoder,output}_api.h: allow compiling as C++Max Kellermann2013-01-301-1/+1
|
* ConfigFile: add enum ConfigOptionMax Kellermann2013-01-301-3/+3
| | | | | Look up top-level config options by enum (= integer), not by name string.
* filter_config: convert to C++Max Kellermann2013-01-301-1/+1
|
* filter/replay_gain: convert to C++Max Kellermann2013-01-071-1/+2
|
* output_*: convert to C++Max Kellermann2013-01-041-0/+336