| Commit message (Expand) | Author | Files | Lines |
2013-01-25 | PlayerControl: add second Cond object | Max Kellermann | 1 | -1/+1 |
2013-01-21 | DecoderControl: move functions into the class | Max Kellermann | 1 | -31/+31 |
2013-01-20 | PlayerControl: move functions into the class | Max Kellermann | 1 | -61/+61 |
2013-01-10 | PlayerControl: switch to the Mutex/Cond classes | Max Kellermann | 1 | -1/+1 |
2013-01-10 | PlayerThread: use pc.cond instead of main_cond | Max Kellermann | 1 | -1/+1 |
2013-01-10 | DecoderControl: take ownership of client_cond | Max Kellermann | 1 | -1/+1 |
2013-01-09 | EventPipe: rename to GlobalEvents | Max Kellermann | 1 | -5/+5 |
2013-01-09 | event_pipe.h: convert to C++ | Max Kellermann | 1 | -4/+1 |
2013-01-09 | idle: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-07 | replay_gain_info, ...: use cmath instead of math.h in C++ mode | Max Kellermann | 1 | -1/+3 |
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-04 | player_control.h: convert header to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-04 | MusicChunk: move functions to methods | Max Kellermann | 1 | -2/+2 |
2013-01-04 | crossfade: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-04 | buffer, pipe: convert to C++ | Max Kellermann | 1 | -3/+3 |
2013-01-04 | decoder_*: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-02 | {decoder,player}_thread: convert to C++ | Max Kellermann | 1 | -24/+25 |
2012-09-28 | main: use C++ compiler | Max Kellermann | 1 | -1/+1 |
2012-08-25 | player_thread: disable cross-fading in "single" mode | Max Kellermann | 1 | -1/+14 |
2012-08-15 | player_control: duplicate the song object | Max Kellermann | 1 | -2/+24 |
2012-08-15 | decoder_control: duplicate the song object | Max Kellermann | 1 | -1/+1 |
2012-08-15 | player_thread: add local variable "start_ms" | Max Kellermann | 1 | -1/+3 |
2012-08-15 | decoder_control: add function _is_current_song() | Max Kellermann | 1 | -1/+1 |
2012-08-08 | player_control: add GError attribute | Max Kellermann | 1 | -10/+8 |
2012-08-08 | output_all: add basic GError support | Max Kellermann | 1 | -5/+19 |
2012-08-08 | player_control: rename attribute "error" to "error_type" | Max Kellermann | 1 | -4/+4 |
2012-08-08 | player_control: rename player_error enum values | Max Kellermann | 1 | -4/+4 |
2011-10-06 | player_thread: add flag "output_open", fixes assertion failure | Max Kellermann | 1 | -5/+17 |
2011-10-06 | player_thread: move code to player_open_output() | Max Kellermann | 1 | -22/+37 |
2011-10-06 | player_thread: handle SEEK while not playing | Max Kellermann | 1 | -2/+10 |
2011-10-05 | decoder_control: add attributes start_ms, end_ms | Max Kellermann | 1 | -1/+3 |
2011-09-22 | decoder_api: emulate SEEK command for initial seek to CUE track | Max Kellermann | 1 | -10/+0 |
2011-07-20 | player_thread: lock the player while setting the bite_rate | Max Kellermann | 1 | -0/+2 |
2011-03-31 | fix common misspellings | Jonathan Neuschäfer | 1 | -1/+1 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2011-01-10 | decoder_control: store GCond object, not a player_control | Max Kellermann | 1 | -1/+1 |
2011-01-10 | decoder_control: replace dc_init() with dc_new() | Max Kellermann | 1 | -6/+5 |
2011-01-10 | player_control: removed the global variable "pc" | Max Kellermann | 1 | -148/+164 |
2011-01-07 | player_thread: discard empty chunks while cross-fading | Max Kellermann | 1 | -0/+13 |
2011-01-07 | player_thread: fix assertion failure due to early seek | Max Kellermann | 1 | -0/+4 |
2011-01-07 | player_thread: make variables more local | Max Kellermann | 1 | -36/+19 |
2010-11-05 | player_thread: fix assertion failure due to wrong music pipe on seek | Max Kellermann | 1 | -0/+8 |
2010-11-05 | decoder_control: pass music_pipe to dc_start() | Max Kellermann | 1 | -6/+5 |
2010-11-05 | player_thread: add helper function player_dc_at_next_song() | Max Kellermann | 1 | -6/+33 |
2010-11-05 | pipe: add helper function music_pipe_empty() | Max Kellermann | 1 | -2/+2 |
2010-09-25 | eliminate g_error() usage | Thomas Jansen | 1 | -1/+2 |
2010-05-08 | mixramp: Adjust MixRamp threshold to account for ReplayGain. | Tim Phipps | 1 | -0/+2 |
2010-05-02 | player_thread: move cross-fading to output thread | Max Kellermann | 1 | -8/+4 |
2010-03-21 | Add support for MixRamp tags | Tim Phipps | 1 | -2/+14 |