Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |
2013-01-03 | output_print: convert to C++ | Max Kellermann | 1 | -2/+1 | |
2013-01-03 | text_file: convert to C++ | Max Kellermann | 1 | -3/+2 | |
2013-01-03 | exclude: convert to C++ | Max Kellermann | 1 | -2/+1 | |
2013-01-03 | permission: convert to C++ | Max Kellermann | 1 | -2/+1 | |
2013-01-03 | client_new: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-03 | strset: delete obsolete library | Max Kellermann | 1 | -2/+0 | |
2013-01-03 | PlaylistVector: use std::list | Max Kellermann | 1 | -1/+1 | |
2013-01-03 | database.h: rename to DatabaseSimple.hxx | Max Kellermann | 1 | -1/+1 | |
2013-01-03 | database.h: move prototypes to DatabaseGlue.hxx | Max Kellermann | 1 | -1/+1 | |
2013-01-03 | playlist_edit: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-02 | Directory: make the header C++ only | Max Kellermann | 1 | -6/+5 | |
2013-01-02 | mapper: convert to C++ | Max Kellermann | 1 | -2/+1 | |
2013-01-02 | song_update: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-02 | sticker: convert to C++ | Max Kellermann | 1 | -6/+3 | |
2013-01-02 | PlaylistInfo: rename class, use std::string | Max Kellermann | 1 | -2/+2 | |
2013-01-02 | PlaylistVector: move struct playlist_metadata to PlaylistInfo.hxx | Max Kellermann | 1 | -2/+3 | |
2013-01-02 | db_lock: convert to C++ | Max Kellermann | 1 | -2/+2 | |
2013-01-02 | {decoder,player}_thread: convert to C++ | Max Kellermann | 1 | -4/+2 | |
2013-01-02 | *_print: convert to C++ | Max Kellermann | 1 | -5/+3 | |
2013-01-02 | playlist_vector: convert to C++ | Max Kellermann | 1 | -3/+2 | |
2013-01-02 | db_save, state_file: convert to C++ | Max Kellermann | 1 | -33/+25 | |
2013-01-02 | update: convert to C++ | Max Kellermann | 1 | -21/+17 | |
2013-01-02 | playlist_{any,song,queue}: convert to C++ | Max Kellermann | 1 | -7/+4 | |
2012-10-04 | decoder/flac: support FLAC files inside archives | Max Kellermann | 1 | -0/+1 | |
Implement the "scan_stream" method that can read tags from any input_stream object. This requires a FLAC__IOCallbacks implementation based on the input_stream API. |