| Commit message (Expand) | Author | Files | Lines |
2013-01-06 | Queue: use std::swap | Max Kellermann | 2 | -7/+4 |
2013-01-06 | queue: convert all functions to methods | Max Kellermann | 11 | -558/+473 |
2013-01-06 | Queue: add constructor and destructor | Max Kellermann | 3 | -43/+31 |
2013-01-06 | Playlist: add constructor and destructor | Max Kellermann | 3 | -27/+11 |
2013-01-06 | DatabaseQueue: force passing playlist reference to std::bind() | Max Kellermann | 1 | -1/+1 |
2013-01-05 | Partition: new class, container for Playlist and PlayerControl | Max Kellermann | 10 | -60/+102 |
2013-01-05 | filter/ReplayGain: add method _set_mode() | Max Kellermann | 10 | -14/+56 |
2013-01-05 | DecoderAPI: don't use replay_gain_get_real_mode() | Max Kellermann | 1 | -1/+5 |
2013-01-05 | DecoderAPI: _replay_gain() returns void | Max Kellermann | 4 | -17/+9 |
2013-01-04 | replay_gain_*: convert to C++ | Max Kellermann | 2 | -2/+9 |
2013-01-04 | replay_gain_config: remove unused variable replay_gain_mode_names | Max Kellermann | 1 | -5/+0 |
2013-01-04 | DatabaseQueue: pass playlist object | Max Kellermann | 4 | -8/+14 |
2013-01-04 | Client: add "playlist" attribute | Max Kellermann | 7 | -64/+84 |
2013-01-04 | PlayerControl: initialize all attributes | Max Kellermann | 1 | -1/+5 |
2013-01-04 | Client: initialize num_subscriptions | Max Kellermann | 1 | -1/+2 |
2013-01-04 | Playlist: pass max_length to playlist_init() | Max Kellermann | 4 | -10/+8 |
2013-01-04 | PlayerControl: add constructor and destructor | Max Kellermann | 3 | -33/+24 |
2013-01-04 | player_control.h: convert header to C++ | Max Kellermann | 13 | -15/+14 |
2013-01-04 | playlist: convert to C++ | Max Kellermann | 23 | -61/+66 |
2013-01-04 | DecoderThread: move code to destructor | Max Kellermann | 3 | -14/+26 |
2013-01-04 | DecoderInternal: initialize replay_gain_serial | Max Kellermann | 1 | -1/+2 |
2013-01-04 | DecoderInternal: move initializers to constructor | Max Kellermann | 2 | -13/+10 |
2013-01-04 | MusicChunk: move functions to methods | Max Kellermann | 8 | -104/+89 |
2013-01-04 | Mutex: new wrapper for std::mutex, replaces GMutex | Max Kellermann | 4 | -43/+134 |
2013-01-04 | MusicPipe: allocate with new/delete | Max Kellermann | 1 | -17/+18 |
2013-01-04 | mpd_error.h: add missing glib.h include | Max Kellermann | 1 | -0/+1 |
2013-01-04 | MusicBuffer: return memory to kernel when stopping playback | Max Kellermann | 2 | -5/+28 |
2013-01-04 | HugeAllocator: new memory allocator | Max Kellermann | 2 | -0/+169 |
2013-01-04 | SliceBuffer: lazy initialization | Max Kellermann | 1 | -13/+21 |
2013-01-04 | MusicBuffer: move code to template class SliceBuffer | Max Kellermann | 2 | -60/+146 |
2013-01-04 | MusicBuffer: allocate with new/delete | Max Kellermann | 1 | -30/+30 |
2013-01-04 | MusicBuffer: disable memory poisoning | Max Kellermann | 1 | -4/+0 |
2013-01-04 | Client, Inotify: use std::list instead of std::deque | Max Kellermann | 2 | -4/+4 |
2013-01-04 | crossfade: convert to C++ | Max Kellermann | 3 | -6/+6 |
2013-01-04 | buffer, pipe: convert to C++ | Max Kellermann | 14 | -45/+36 |
2013-01-04 | output_*: convert to C++ | Max Kellermann | 15 | -56/+79 |
2013-01-04 | decoder_*: convert to C++ | Max Kellermann | 8 | -35/+44 |
2013-01-04 | pcm_convert: make C++ safe | Max Kellermann | 1 | -1/+7 |
2013-01-04 | CommandListBuilder: use std::list instead of GSList | Max Kellermann | 3 | -24/+16 |
2013-01-04 | CommandListBuilder: rename attributes | Max Kellermann | 2 | -22/+35 |
2013-01-04 | Client: move code to class CommandListBuilder | Max Kellermann | 5 | -41/+159 |
2013-01-04 | PlaylistFile: reuse classes PlaylistInfo and PlaylistVector | Max Kellermann | 6 | -16/+15 |
2013-01-04 | PlaylistInfo: remove the obsolete list_head attribute | Max Kellermann | 1 | -3/+0 |
2013-01-03 | ClientNew: initialise the "idle" attributes | Max Kellermann | 1 | -1/+2 |
2013-01-03 | Client: add constructor and destructor | Max Kellermann | 2 | -52/+55 |
2013-01-03 | PlaylistFile: fix memory leak | Max Kellermann | 1 | -0/+1 |
2013-01-03 | cue_parser: fix CUE files with only one track | Max Kellermann | 1 | -7/+47 |
2013-01-03 | cue_parser: add code comments | Max Kellermann | 1 | -2/+21 |
2013-01-03 | cue_parser: fix memory leak | Max Kellermann | 1 | -0/+3 |
2013-01-03 | cmdline: bunch of fixes related to config file selection | Denis Krjuchkov | 1 | -4/+4 |