| Commit message (Expand) | Author | Files | Lines |
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 |
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 |
2012-10-04 | PlaylistFile, client_file, tag_id3: don't use g_file_error_quark() | Max Kellermann | 1 | -0/+1 |
2012-10-02 | decoder/flac: move callbacks to class FLACInput | Max Kellermann | 1 | -0/+1 |
2012-10-02 | decoder/flac: use C++ compiler | Max Kellermann | 1 | -7/+6 |
2012-10-02 | Makefile.am: eliminate FLAC_COMMON | Max Kellermann | 1 | -8/+5 |
2012-10-02 | {decoder,encoder}/flac: drop support for libFLAC 1.1 | Max Kellermann | 1 | -1/+0 |
2012-10-02 | encoder/{vorbis,opus}: merge code to new class OggStream | Max Kellermann | 1 | -4/+4 |