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