Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -3/+0 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | OutputAll: add pure/const attributes | Max Kellermann | 2013-09-27 | 1 | -0/+1 |
| | |||||
* | MusicBuffer: expose the C++ API | Max Kellermann | 2013-09-26 | 1 | -10/+9 |
| | |||||
* | MusicPipe: expose the C++ API | Max Kellermann | 2013-09-26 | 1 | -19/+18 |
| | |||||
* | 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 | -11/+10 |
| | | | | Replaces GLib's GError. | ||||
* | Makefile.am: move sources to libsystem.a | Max Kellermann | 2013-08-07 | 1 | -1/+1 |
| | |||||
* | FatalError: new library to replace mpd_error.h | Max Kellermann | 2013-08-07 | 1 | -6/+6 |
| | |||||
* | *: 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/+10 |
| | |||||
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 1 | -10/+8 |
| | |||||
* | OutputInternal: use Mutex instead of GMutex | Max Kellermann | 2013-04-17 | 1 | -22/+12 |
| | |||||
* | output: convert to C++ | Max Kellermann | 2013-04-17 | 1 | -5/+1 |
| | |||||
* | PlayerControl: move functions into the class | Max Kellermann | 2013-01-20 | 1 | -4/+4 |
| | |||||
* | notify: convert to C++ | Max Kellermann | 2013-01-10 | 1 | -9/+2 |
| | |||||
* | decoder_api.h, ...: add "extern C" | Max Kellermann | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | mixer_all: convert to C++ | Max Kellermann | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | filter/ReplayGain: add method _set_mode() | Max Kellermann | 2013-01-05 | 1 | -0/+7 |
| | | | | | Push the new mode to the filter instead of accessing global variables through replay_gain_get_real_mode(). | ||||
* | player_control.h: convert header to C++ | Max Kellermann | 2013-01-04 | 1 | -1/+1 |
| | |||||
* | MusicChunk: move functions to methods | Max Kellermann | 2013-01-04 | 1 | -1/+1 |
| | |||||
* | buffer, pipe: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -7/+3 |
| | |||||
* | output_*: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -0/+608 |