| Commit message (Expand) | Author | Files | Lines |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 1 | -1/+1 |
2013-10-29 | PlayerControl: move attributes to struct CrossFadeSettings | Max Kellermann | 1 | -6/+7 |
2013-10-28 | player_control: rename to PlayerControl | Max Kellermann | 1 | -7/+7 |
2013-10-22 | Playlist: copy stream tags from the PlayerThread | Max Kellermann | 1 | -1/+42 |
2013-10-17 | PlayerControl: GetError() returns an Error, not a char* | Max Kellermann | 1 | -5/+23 |
2013-10-17 | Thread/Thread: replacement library for GThread | Max Kellermann | 1 | -8/+8 |
2013-09-27 | PlayerControl: use strictly typed enums | Max Kellermann | 1 | -38/+37 |
2013-09-27 | PlayerControl: convert functions to methods | Max Kellermann | 1 | -0/+55 |
2013-09-27 | PlayerThread: move code to player_control::CommandFinished() | Max Kellermann | 1 | -0/+14 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -4/+4 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -3/+3 |
2013-07-28 | song: convert header to C++ | Max Kellermann | 1 | -4/+5 |
2013-01-25 | PlayerControl: add second Cond object | Max Kellermann | 1 | -0/+32 |
2013-01-20 | PlayerControl: move functions into the class | Max Kellermann | 1 | -167/+121 |
2013-01-10 | PlayerControl: switch to the Mutex/Cond classes | Max Kellermann | 1 | -6/+8 |
2013-01-04 | PlayerControl: add constructor and destructor | Max Kellermann | 1 | -6/+4 |
2013-01-04 | player_control.h: convert header to C++ | Max Kellermann | 1 | -0/+0 |
2012-08-25 | player_thread: disable cross-fading in "single" mode | Max Kellermann | 1 | -0/+15 |
2012-08-15 | player_control: duplicate the song object | Max Kellermann | 1 | -0/+18 |
2012-08-08 | player_control: add GError attribute | Max Kellermann | 1 | -9/+21 |
2012-08-08 | player_control: rename attribute "error" to "error_type" | Max Kellermann | 1 | -3/+5 |
2012-08-08 | player_control: rename player_error enum values | Max Kellermann | 1 | -3/+11 |
2012-08-08 | player_control: remove unused enum player_error values | Max Kellermann | 1 | -3/+0 |
2012-08-08 | player_control: inline trivial functions | Max Kellermann | 1 | -10/+25 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2011-01-10 | include cleanup | Max Kellermann | 1 | -1/+2 |
2011-01-10 | player_control: removed the global variable "pc" | Max Kellermann | 1 | -39/+40 |
2010-03-21 | Add support for MixRamp tags | Tim Phipps | 1 | -0/+14 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-09 | player_control: removed the "volatile" attribute | Max Kellermann | 1 | -2/+2 |
2009-11-03 | decoder_control: make the song objects const | Max Kellermann | 1 | -1/+1 |
2009-10-31 | decoder_control: removed the global variable "dc" | Max Kellermann | 1 | -1/+3 |
2009-10-31 | player_control: protect command, state, error with a mutex | Max Kellermann | 1 | -4/+74 |
2009-10-23 | output_plugin: added methods enable() and disable() | Max Kellermann | 1 | -0/+9 |
2009-10-08 | player_thread: get "elapsed" from audio outputs | Max Kellermann | 1 | -0/+6 |
2009-10-08 | player_control: eliminate PLAYER_COMMAND_PLAY | Max Kellermann | 1 | -1/+0 |
2009-10-08 | player_control: no CamelCase | Max Kellermann | 1 | -15/+24 |
2009-10-08 | player_control: bundle "get" functions in pc_get_status() | Max Kellermann | 1 | -11/+10 |
2009-10-08 | player_control: allocate getPlayerErrorStr() result | Max Kellermann | 1 | -0/+5 |
2009-07-06 | output: use the software mixer plugin | Max Kellermann | 1 | -3/+0 |
2009-05-06 | player_control: renamed playerSeek(), return bool | Max Kellermann | 1 | -2/+8 |
2009-03-30 | player_control: remove unused function playerCurrentDecodeSong(). | Avuton Olrich | 1 | -3/+0 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-03-06 | pipe: added music_buffer, rewrite music_pipe | Max Kellermann | 1 | -1/+3 |
2009-01-25 | player_control: added player_control.thread | Max Kellermann | 1 | -0/+4 |
2009-01-16 | player_control: fix shadow warning with older gcc | Max Kellermann | 1 | -1/+1 |
2008-12-17 | playlist: clear pc.errored_song on delete | Max Kellermann | 1 | -0/+8 |
2008-11-03 | player: converted PLAYER_ERROR_* to enum | Max Kellermann | 1 | -8/+10 |
2008-11-03 | player: removed "volatile" attributes | Max Kellermann | 1 | -6/+6 |
2008-11-03 | player: no CamelCase | Max Kellermann | 1 | -7/+7 |