Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-01-10 | decoder/wavpack: convert to C++ | Max Kellermann | 1 | -1/+3 | |
2013-01-10 | conf: convert to C++ | Max Kellermann | 1 | -13/+13 | |
2013-01-10 | notify: convert to C++ | Max Kellermann | 1 | -2/+1 | |
2013-01-10 | io_thread: convert to C++ | Max Kellermann | 1 | -7/+7 | |
2013-01-10 | input/{curl,soup}: convert to C++ | Max Kellermann | 1 | -4/+3 | |
2013-01-10 | input_stream: convert to C++ (internally) | Max Kellermann | 1 | -8/+6 | |
2013-01-10 | thread/Cond: new wrapper for pthread_cond_t or GCond | Max Kellermann | 1 | -0/+3 | |
2013-01-10 | thread/GLibMutex: new Mutex implementation | Max Kellermann | 1 | -1/+1 | |
Switch WIN32 to this implementation to be able to use condition variables, which is impossible with CriticalSection. | |||||
2013-01-09 | GlobalEvents: move code to class WakeFD | Max Kellermann | 1 | -0/+7 | |
2013-01-09 | EventPipe: rename to GlobalEvents | Max Kellermann | 1 | -1/+1 | |
2013-01-09 | event_pipe.h: convert to C++ | Max Kellermann | 1 | -2/+1 | |
2013-01-09 | sig_handlers, log: convert to C++ | Max Kellermann | 1 | -8/+6 | |
2013-01-09 | mixer/{alsa,pulse}: convert to C++ | Max Kellermann | 1 | -3/+3 | |
2013-01-09 | Playlist.hxx: move prototype to PlaylistGlobal.hxx | Max Kellermann | 1 | -1/+1 | |
2013-01-09 | event_pipe: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-09 | idle: convert to C++ | Max Kellermann | 1 | -2/+1 | |
2013-01-09 | test/FakeReplayGainConfig: move fake symbols from a few debug programs | Max Kellermann | 1 | -2/+2 | |
2013-01-09 | ClientList: add header ClientList.hxx | Max Kellermann | 1 | -1/+1 | |
2013-01-08 | Queue: move code to new class IdTable | Max Kellermann | 1 | -0/+1 | |
2013-01-08 | test: rename debug programs back to old names | Max Kellermann | 1 | -7/+7 | |
2013-01-08 | decoder/Opus: read total time | Max Kellermann | 1 | -0/+1 | |
2013-01-07 | input_stream: add method _cheap_seeking() | Max Kellermann | 1 | -0/+2 | |
Move code from the Vorbis decoder plugin. | |||||
2013-01-07 | decoder/ogg_codec: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-07 | decoder/vorbis: convert to C++ | Max Kellermann | 1 | -3/+2 | |
2013-01-07 | Queue: use C++ random instead of GLib's GRand | Max Kellermann | 1 | -0/+2 | |
2013-01-07 | util/LazyRandomEngine: lazy wrapper for std::mt19937 | Max Kellermann | 1 | -0/+1 | |
2013-01-07 | Playlist: convert functions to methods | Max Kellermann | 1 | -1/+0 | |
2013-01-07 | tag: convert to C++ | Max Kellermann | 1 | -12/+12 | |
2013-01-07 | thread/Mutex: don't use std::mutex | Max Kellermann | 1 | -0/+1 | |
Use a custom pthread_mutex_t wrapper because std::mutex adds overhead. | |||||
2013-01-07 | filter/replay_gain: convert to C++ | Max Kellermann | 1 | -2/+2 | |
2013-01-07 | mixer_all: convert to C++ | Max Kellermann | 1 | -4/+2 | |
2013-01-07 | volume: convert to C++ | Max Kellermann | 1 | -2/+1 | |
2013-01-05 | Partition: new class, container for Playlist and PlayerControl | Max Kellermann | 1 | -0/+1 | |
This is the beginning of multi-player support. There will be support for multiple Partition objects in one MPD process. | |||||
2013-01-05 | test: revert debug program renames | Max Kellermann | 1 | -9/+9 | |
2013-01-04 | replay_gain_*: convert to C++ | Max Kellermann | 1 | -9/+9 | |
2013-01-04 | player_control.h: convert header to C++ | Max Kellermann | 1 | -2/+1 | |
2013-01-04 | playlist: convert to C++ | Max Kellermann | 1 | -8/+7 | |
2013-01-04 | Mutex: new wrapper for std::mutex, replaces GMutex | Max Kellermann | 1 | -0/+2 | |
2013-01-04 | HugeAllocator: new memory allocator | Max Kellermann | 1 | -0/+1 | |
2013-01-04 | MusicBuffer: move code to template class SliceBuffer | Max Kellermann | 1 | -0/+1 | |
2013-01-04 | crossfade: convert to C++ | Max Kellermann | 1 | -2/+1 | |
2013-01-04 | buffer, pipe: convert to C++ | Max Kellermann | 1 | -6/+3 | |
2013-01-04 | output_*: convert to C++ | Max Kellermann | 1 | -16/+12 | |
2013-01-04 | decoder_*: convert to C++ | Max Kellermann | 1 | -6/+4 | |
2013-01-04 | Client: move code to class CommandListBuilder | Max Kellermann | 1 | -0/+1 | |
2013-01-03 | cmdline: convert to C++ | Max Kellermann | 1 | -2/+1 | |
2013-01-03 | client: convert to C++ | Max Kellermann | 1 | -20/+16 | |
2013-01-03 | decoder_print: convert to C++ | Max Kellermann | 1 | -2/+1 | |
2013-01-03 | listen: convert to C++ | Max Kellermann | 1 | -2/+1 | |
2013-01-03 | ls: convert to C++ | Max Kellermann | 1 | -1/+1 | |