Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configure.ac: require GLib 2.32 (if enabled) | Max Kellermann | 2014-12-05 | 1 | -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/run_input, ...: add struct ScopeIOThread | Max Kellermann | 2014-10-07 | 1 | -5/+2 |
| | | | | Auto-stop the IO thread in all error handlers. | ||||
* | PlayerControl: make settings "const" | Max Kellermann | 2014-08-30 | 1 | -3/+5 |
| | |||||
* | PlayerListener: new interface to replace GlobalEvents access | Max Kellermann | 2014-02-21 | 1 | -3/+5 |
| | |||||
* | test/run_{filter,output}: use config_find_block() | Max Kellermann | 2014-02-20 | 1 | -17/+2 |
| | |||||
* | Mixer: add class MixerListener | Max Kellermann | 2014-02-19 | 1 | -7/+3 |
| | | | | Use a listener interface instead of GlobalEvents. | ||||
* | test: various fixups for building without GLib | Max Kellermann | 2014-02-18 | 1 | -0/+4 |
| | |||||
* | MixerPlugin: add EventLoop& init() parameter | Max Kellermann | 2014-02-05 | 1 | -8/+5 |
| | |||||
* | event/Loop: remove the dummy constructor argument | Max Kellermann | 2014-02-05 | 1 | -1/+1 |
| | |||||
* | output: move functions into the AudioOutput struct | Max Kellermann | 2014-01-29 | 1 | -1/+0 |
| | |||||
* | output: rename source files | Max Kellermann | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | output: rename struct audio_output to AudioOutput | Max Kellermann | 2014-01-28 | 1 | -4/+4 |
| | |||||
* | OutputAll: convert to class, move instance to class Partition | Max Kellermann | 2014-01-28 | 1 | -3/+6 |
| | | | | Another big chunk of code for multi-player support. | ||||
* | Filter*: move to filter/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | Config*: move to config/ | Max Kellermann | 2014-01-24 | 1 | -3/+3 |
| | |||||
* | output/*: move to output/plugins/ | Max Kellermann | 2014-01-23 | 1 | -3/+3 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | test: add missing includes | Max Kellermann | 2014-01-07 | 1 | -0/+1 |
| | |||||
* | test/*: use fprintf(stderr,...) and Log() instead of g_printerr() | Max Kellermann | 2013-12-24 | 1 | -17/+14 |
| | | | Avoid GLib. | ||||
* | player_control: rename to PlayerControl | Max Kellermann | 2013-10-28 | 1 | -3/+3 |
| | |||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -1/+1 |
| | |||||
* | conf.h: remove obsolete header | Max Kellermann | 2013-09-05 | 1 | -1/+3 |
| | | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies. | ||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -42/+18 |
| | | | | Replaces GLib's GError. | ||||
* | IOThread: use FatalError() on g_thread_create() error | Max Kellermann | 2013-09-03 | 1 | -5/+1 |
| | | | | New GLib versions don't fail. | ||||
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 1 | -1/+1 |
| | |||||
* | OutputPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 1 | -3/+2 |
| | |||||
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 1 | -8/+7 |
| | |||||
* | don't use g_thread_init() with GLib 2.32 | Max Kellermann | 2013-04-17 | 1 | -0/+2 |
| | | | | Deprecated. | ||||
* | output: convert to C++ | Max Kellermann | 2013-04-17 | 1 | -6/+2 |
| | |||||
* | pcm_*: move to src/pcm/ | Max Kellermann | 2013-04-09 | 1 | -1/+1 |
| | |||||
* | filter: convert to C++ | Max Kellermann | 2013-02-01 | 1 | -1/+1 |
| | |||||
* | pcm_convert: convert to C++ | Max Kellermann | 2013-01-31 | 1 | -14/+8 |
| | |||||
* | audio_{parser,config}: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | ConfigFile: add enum ConfigOption | Max Kellermann | 2013-01-30 | 1 | -2/+2 |
| | | | | | Look up top-level config options by enum (= integer), not by name string. | ||||
* | ConfigFile, CommandLine: use the Path class | Max Kellermann | 2013-01-29 | 1 | -2/+4 |
| | |||||
* | mixer/Alsa: use MultiSocketMonitor | Max Kellermann | 2013-01-15 | 1 | -0/+8 |
| | |||||
* | io_thread: convert to C++ | Max Kellermann | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | EventPipe: rename to GlobalEvents | Max Kellermann | 2013-01-09 | 1 | -2/+2 |
| | |||||
* | event_pipe.h: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | idle: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | test/FakeReplayGainConfig: move fake symbols from a few debug programs | Max Kellermann | 2013-01-09 | 1 | -5/+0 |
| | |||||
* | decoder_api.h, ...: add "extern C" | Max Kellermann | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | filter/ReplayGain: add method _set_mode() | Max Kellermann | 2013-01-05 | 1 | -3/+0 |
| | | | | | Push the new mode to the filter instead of accessing global variables through replay_gain_get_real_mode(). | ||||
* | PlayerControl: add constructor and destructor | Max Kellermann | 2013-01-04 | 1 | -1/+5 |
| | |||||
* | player_control.h: convert header to C++ | Max Kellermann | 2013-01-04 | 1 | -1/+1 |
| | |||||
* | playlist: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -1/+1 |
| | |||||
* | output_*: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -0/+257 |