| Commit message (Expand) | Author | Files | Lines |
2014-02-21 | PlayerListener: new interface to replace GlobalEvents access | Max Kellermann | 1 | -2/+3 |
2014-01-28 | OutputAll: convert to class, move instance to class Partition | Max Kellermann | 1 | -2/+4 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2014-01-09 | DetachedSong: fork of struct Song | Max Kellermann | 1 | -20/+12 |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -2/+1 |
2013-10-29 | PlayerControl: move attributes to struct CrossFadeSettings | Max Kellermann | 1 | -12/+3 |
2013-10-28 | player_control: rename to PlayerControl | Max Kellermann | 1 | -22/+22 |
2013-10-26 | PlayerControl: initialize tagged_song in constructor | Max Kellermann | 1 | -0/+1 |
2013-10-22 | Playlist: copy stream tags from the PlayerThread | Max Kellermann | 1 | -0/+22 |
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann | 1 | -4/+4 |
2013-10-17 | PlayerControl: GetError() returns an Error, not a char* | Max Kellermann | 1 | -13/+0 |
2013-10-17 | Thread/Thread: replacement library for GThread | Max Kellermann | 1 | -4/+4 |
2013-09-27 | PlayerControl: use strictly typed enums | Max Kellermann | 1 | -22/+22 |
2013-09-27 | PlayerControl: convert functions to methods | Max Kellermann | 1 | -63/+18 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -9/+5 |
2013-07-28 | song: convert header to C++ | Max Kellermann | 1 | -8/+8 |
2013-01-27 | PlayerControl: work around std::nanf() not being available on MacPorts | Max Kellermann | 1 | -0/+6 |
2013-01-25 | PlayerControl: add second Cond object | Max Kellermann | 1 | -1/+1 |
2013-01-20 | PlayerControl: move functions into the class | Max Kellermann | 1 | -108/+92 |
2013-01-15 | PlayerControl: initialise attribute "border_pause" | Max Kellermann | 1 | -1/+2 |
2013-01-10 | PlayerControl: switch to the Mutex/Cond classes | Max Kellermann | 1 | -6/+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 | -3/+3 |
2013-01-09 | idle: convert to C++ | Max Kellermann | 1 | -5/+1 |
2013-01-07 | replay_gain_info, ...: use cmath instead of math.h in C++ mode | Max Kellermann | 1 | -2/+3 |
2013-01-04 | PlayerControl: initialize all attributes | Max Kellermann | 1 | -1/+5 |
2013-01-04 | PlayerControl: add constructor and destructor | Max Kellermann | 1 | -25/+17 |
2013-01-04 | player_control.h: convert header to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-04 | decoder_*: convert to C++ | Max Kellermann | 1 | -7/+7 |
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 | -0/+8 |
2012-08-15 | player_control: duplicate the song object | Max Kellermann | 1 | -0/+7 |
2012-08-08 | player_control: add GError attribute | Max Kellermann | 1 | -36/+27 |
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 | -6/+6 |
2012-08-08 | player_control: remove unused enum player_error values | Max Kellermann | 1 | -15/+0 |
2012-08-08 | player_control: inline trivial functions | Max Kellermann | 1 | -30/+0 |
2011-10-06 | player_control: auto-start playback when seeking is requested | Max Kellermann | 1 | -3/+0 |
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 | player_control: removed the global variable "pc" | Max Kellermann | 1 | -128/+138 |
2010-06-19 | player_control: hold mutex in pc_play(), pc_pause() | Max Kellermann | 1 | -9/+42 |
2010-03-21 | Add support for MixRamp tags | Tim Phipps | 1 | -0/+31 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-12 | player_control: hold lock while reading status | Max Kellermann | 1 | -1/+4 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-11-03 | player_control: moved pc.next_song assertion into lock | Max Kellermann | 1 | -1/+2 |
2009-11-02 | {decoder,player}_control: removed duplicate wakeups | Max Kellermann | 1 | -3/+2 |
2009-11-02 | player_control: lock player before setting seek parameters | Max Kellermann | 1 | -2/+6 |