| Commit message (Expand) | Author | Files | Lines |
2013-10-17 | Thread/Thread: replacement library for GThread | Max Kellermann | 1 | -0/+2 |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -3/+0 |
2013-09-27 | OutputAll: add pure/const attributes | Max Kellermann | 1 | -0/+1 |
2013-09-26 | MusicBuffer: expose the C++ API | Max Kellermann | 1 | -10/+9 |
2013-09-26 | MusicPipe: expose the C++ API | Max Kellermann | 1 | -19/+18 |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 1 | -1/+3 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -11/+10 |
2013-08-07 | Makefile.am: move sources to libsystem.a | Max Kellermann | 1 | -1/+1 |
2013-08-07 | FatalError: new library to replace mpd_error.h | Max Kellermann | 1 | -6/+6 |
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/+10 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -10/+8 |
2013-04-17 | OutputInternal: use Mutex instead of GMutex | Max Kellermann | 1 | -22/+12 |
2013-04-17 | output: convert to C++ | Max Kellermann | 1 | -5/+1 |
2013-01-20 | PlayerControl: move functions into the class | Max Kellermann | 1 | -4/+4 |
2013-01-10 | notify: convert to C++ | Max Kellermann | 1 | -9/+2 |
2013-01-07 | decoder_api.h, ...: add "extern C" | Max Kellermann | 1 | -1/+1 |
2013-01-07 | mixer_all: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-05 | filter/ReplayGain: add method _set_mode() | Max Kellermann | 1 | -0/+7 |
2013-01-04 | player_control.h: convert header to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-04 | MusicChunk: move functions to methods | Max Kellermann | 1 | -1/+1 |
2013-01-04 | buffer, pipe: convert to C++ | Max Kellermann | 1 | -7/+3 |
2013-01-04 | output_*: convert to C++ | Max Kellermann | 1 | -5/+12 |
2012-08-08 | output_all: add basic GError support | Max Kellermann | 1 | -4/+15 |
2011-09-19 | output_plugin: the plugin allocates the audio_output object | Max Kellermann | 1 | -24/+28 |
2011-09-01 | output_all: move _lock_signal() to output_control.c | Max Kellermann | 1 | -19/+3 |
2011-09-01 | output_thread: reimplement CANCEL synchronization | Max Kellermann | 1 | -2/+5 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2011-01-10 | include cleanup | Max Kellermann | 1 | -0/+1 |
2011-01-10 | player_control: removed the global variable "pc" | Max Kellermann | 1 | -7/+7 |
2010-11-05 | pipe: add helper function music_pipe_empty() | Max Kellermann | 1 | -2/+2 |
2010-10-05 | output_all: disable outputs on shutdown | Max Kellermann | 1 | -0/+1 |
2010-09-28 | mpd_error: more correct MPD_ERROR implementation | Denis Krjuchkov | 1 | -1/+1 |
2010-09-25 | eliminate g_error() usage | Thomas Jansen | 1 | -5/+6 |
2010-03-10 | output: added option "always_on" for radio stations | Max Kellermann | 1 | -0/+23 |
2010-01-02 | output_all: reset elapsed_time at song border | Max Kellermann | 1 | -0/+8 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-12 | player_thread: initialize chunk->times in silence generator | Max Kellermann | 1 | -1/+4 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-11-09 | output_thread: added command DRAIN | Max Kellermann | 1 | -0/+9 |
2009-11-07 | output_all: automatically attempt to re-enable failed outputs | Max Kellermann | 1 | -0/+1 |
2009-11-02 | output: signal the output thread when CANCEL is finished | Max Kellermann | 1 | -0/+30 |
2009-10-31 | player_control: protect command, state, error with a mutex | Max Kellermann | 1 | -2/+7 |
2009-10-30 | {player,output}_thread: fixed elapsed_time quirks | Max Kellermann | 1 | -2/+5 |
2009-10-29 | output: consistently lock audio output objects | Max Kellermann | 1 | -11/+15 |
2009-10-23 | output_plugin: added methods enable() and disable() | Max Kellermann | 1 | -0/+19 |
2009-10-08 | player_thread: get "elapsed" from audio outputs | Max Kellermann | 1 | -0/+14 |
2009-06-29 | output_all: don't resume playback when stopping during pause | Max Kellermann | 1 | -2/+0 |
2009-05-29 | output_all: explicitly return "true" from audio_output_all_play() | Max Kellermann | 1 | -1/+1 |
2009-03-26 | output_all: synchronize playback with player_control.notify | Max Kellermann | 1 | -1/+2 |