Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OutputControl: reduce the number of OutputThread wakeups | Max Kellermann | 2013-11-06 | 1 | -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 Kellermann | 2013-11-04 | 1 | -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 PlayerControl | Max Kellermann | 2013-10-28 | 1 | -1/+1 |
| | |||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -2/+2 |
| | |||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-19 | 1 | -35/+35 |
| | |||||
* | Thread/Thread: replacement library for GThread | Max Kellermann | 2013-10-17 | 1 | -1/+0 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -16/+18 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | conf.h: remove obsolete header | Max Kellermann | 2013-09-05 | 1 | -0/+1 |
| | | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies. | ||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -39/+35 |
| | | | | Replaces GLib's GError. | ||||
* | MixerPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 1 | -2/+4 |
| | |||||
* | FilterPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 1 | -4/+6 |
| | |||||
* | OutputPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 1 | -25/+21 |
| | |||||
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 1 | -3/+3 |
| | |||||
* | gcc.h: add macro gcc_unreachable() | Max Kellermann | 2013-08-03 | 1 | -1/+1 |
| | |||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -0/+1 |
| | |||||
* | output_api: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -1/+1 |
| | |||||
* | pcm_buffer: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -2/+0 |
| | |||||
* | OutputInternal: use Mutex instead of GMutex | Max Kellermann | 2013-04-17 | 1 | -2/+0 |
| | |||||
* | output: convert to C++ | Max Kellermann | 2013-04-17 | 1 | -5/+1 |
| | |||||
* | MixerInternal: convert to class | Max Kellermann | 2013-04-16 | 1 | -2/+2 |
| | |||||
* | mixer_plugin: convert to C++ | Max Kellermann | 2013-02-22 | 1 | -3/+3 |
| | |||||
* | FilterInternal: convert struct filter to a OO interface | Max Kellermann | 2013-02-02 | 1 | -7/+7 |
| | |||||
* | filter: convert to C++ | Max Kellermann | 2013-02-01 | 1 | -3/+3 |
| | |||||
* | mixer/software, filter/volume: convert to C++ | Max Kellermann | 2013-01-31 | 1 | -1/+1 |
| | |||||
* | filter/convert: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | TagPool, ...: include cleanup | Max Kellermann | 2013-01-30 | 1 | -5/+6 |
| | |||||
* | audio_{parser,config}: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | {encoder,output}_api.h: allow compiling as C++ | Max Kellermann | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | ConfigFile: add enum ConfigOption | Max Kellermann | 2013-01-30 | 1 | -3/+3 |
| | | | | | Look up top-level config options by enum (= integer), not by name string. | ||||
* | filter_config: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | filter/replay_gain: convert to C++ | Max Kellermann | 2013-01-07 | 1 | -1/+2 |
| | |||||
* | output_*: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -0/+336 |