Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: add missing Compiler.h includes | Max Kellermann | 2014-08-30 | 1 | -0/+1 |
| | | | | Necessary for "final" on gcc 4.6. | ||||
* | Playlist: use std::chrono::duration for Seek*() | Max Kellermann | 2014-08-28 | 1 | -3/+4 |
| | |||||
* | Playlist: use the Error library to return errors | Max Kellermann | 2014-02-27 | 1 | -4/+4 |
| | |||||
* | Playlist*: move to queue/ | Max Kellermann | 2014-02-27 | 1 | -1/+1 |
| | |||||
* | PlayerListener: new interface to replace GlobalEvents access | Max Kellermann | 2014-02-21 | 1 | -2/+7 |
| | |||||
* | Mixer: add class MixerListener | Max Kellermann | 2014-02-19 | 1 | -1/+7 |
| | | | | Use a listener interface instead of GlobalEvents. | ||||
* | SongLoader: new class that merges duplicate code | Max Kellermann | 2014-02-03 | 1 | -7/+4 |
| | | | | | There was quite a lot of duplicate code for loading DetachedSong objects, with different semantics for "securely" loading local files. | ||||
* | Playlist: pass Database to DatabaseModified() | Max Kellermann | 2014-02-01 | 1 | -1/+1 |
| | | | | Don't use global variable. | ||||
* | Partition: disable DatabaseModified() if not ENABLE_DATABASE | Max Kellermann | 2014-02-01 | 1 | -0/+2 |
| | |||||
* | db: add compile-time option to disable database | Max Kellermann | 2014-01-30 | 1 | -0/+4 |
| | |||||
* | OutputAll: convert to class, move instance to class Partition | Max Kellermann | 2014-01-28 | 1 | -2/+5 |
| | | | | Another big chunk of code for multi-player support. | ||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | DetachedSong: fork of struct Song | Max Kellermann | 2014-01-09 | 1 | -2/+2 |
| | | | | | | From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead. | ||||
* | player_control: rename to PlayerControl | Max Kellermann | 2013-10-28 | 1 | -1/+1 |
| | |||||
* | Partition: add method DatabaseModified() | Max Kellermann | 2013-10-22 | 1 | -0/+6 |
| | |||||
* | Playlist: copy stream tags from the PlayerThread | Max Kellermann | 2013-10-22 | 1 | -2/+2 |
| | | | | | | Finally restores an important feature that has been broken for several months when the PlayerThread started working with Song copies instead of pointers to the Queue's Song instances (commit e96779d). | ||||
* | Partition: add methods TagModified(), SyncWithPlayer() | Max Kellermann | 2013-10-21 | 1 | -0/+11 |
| | | | | Move code from class Instance. | ||||
* | PlaylistError: convert playlist_result to a strictly-typed enum | Max Kellermann | 2013-10-20 | 1 | -22/+22 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | Main: move global variables to struct Instance | Max Kellermann | 2013-04-17 | 1 | -2/+7 |
| | | | | More preparations for multi-player support. | ||||
* | Playlist, Song: clarify parameter encoding | Max Kellermann | 2013-01-18 | 1 | -2/+2 |
| | |||||
* | Playlist: convert functions to methods | Max Kellermann | 2013-01-07 | 1 | -0/+122 |
| | |||||
* | Playlist: add constructor and destructor | Max Kellermann | 2013-01-06 | 1 | -6/+2 |
| | |||||
* | Partition: new class, container for Playlist and PlayerControl | Max Kellermann | 2013-01-05 | 1 | -0/+47 |
This is the beginning of multi-player support. There will be support for multiple Partition objects in one MPD process. |