aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-04playlist: convert to C++Max Kellermann1-8/+7
2013-01-04Mutex: new wrapper for std::mutex, replaces GMutexMax Kellermann1-0/+2
2013-01-04HugeAllocator: new memory allocatorMax Kellermann1-0/+1
2013-01-04MusicBuffer: move code to template class SliceBufferMax Kellermann1-0/+1
2013-01-04crossfade: convert to C++Max Kellermann1-2/+1
2013-01-04buffer, pipe: convert to C++Max Kellermann1-6/+3
2013-01-04output_*: convert to C++Max Kellermann1-16/+12
2013-01-04decoder_*: convert to C++Max Kellermann1-6/+4
2013-01-04Client: move code to class CommandListBuilderMax Kellermann1-0/+1
2013-01-03cmdline: convert to C++Max Kellermann1-2/+1
2013-01-03client: convert to C++Max Kellermann1-20/+16
2013-01-03decoder_print: convert to C++Max Kellermann1-2/+1
2013-01-03listen: convert to C++Max Kellermann1-2/+1
2013-01-03ls: convert to C++Max Kellermann1-1/+1
2013-01-03output_print: convert to C++Max Kellermann1-2/+1
2013-01-03text_file: convert to C++Max Kellermann1-3/+2
2013-01-03exclude: convert to C++Max Kellermann1-2/+1
2013-01-03permission: convert to C++Max Kellermann1-2/+1
2013-01-03client_new: convert to C++Max Kellermann1-1/+1
2013-01-03strset: delete obsolete libraryMax Kellermann1-2/+0
2013-01-03PlaylistVector: use std::listMax Kellermann1-1/+1
2013-01-03database.h: rename to DatabaseSimple.hxxMax Kellermann1-1/+1
2013-01-03database.h: move prototypes to DatabaseGlue.hxxMax Kellermann1-1/+1
2013-01-03playlist_edit: convert to C++Max Kellermann1-1/+1
2013-01-02Directory: make the header C++ onlyMax Kellermann1-6/+5
2013-01-02mapper: convert to C++Max Kellermann1-2/+1
2013-01-02song_update: convert to C++Max Kellermann1-1/+1
2013-01-02sticker: convert to C++Max Kellermann1-6/+3
2013-01-02PlaylistInfo: rename class, use std::stringMax Kellermann1-2/+2
2013-01-02PlaylistVector: move struct playlist_metadata to PlaylistInfo.hxxMax Kellermann1-2/+3
2013-01-02db_lock: convert to C++Max Kellermann1-2/+2
2013-01-02{decoder,player}_thread: convert to C++Max Kellermann1-4/+2
2013-01-02*_print: convert to C++Max Kellermann1-5/+3
2013-01-02playlist_vector: convert to C++Max Kellermann1-3/+2
2013-01-02db_save, state_file: convert to C++Max Kellermann1-33/+25
2013-01-02update: convert to C++Max Kellermann1-21/+17
2013-01-02playlist_{any,song,queue}: convert to C++Max Kellermann1-7/+4
2012-10-04decoder/flac: support FLAC files inside archivesMax Kellermann1-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.
2012-10-04PlaylistFile, client_file, tag_id3: don't use g_file_error_quark()Max Kellermann1-0/+1
g_file_error_quark() is meant to be used with the GFileError enum which does not correspond with errno, but must be converted with g_file_error_from_errno(). At the same time, this removes g_strerror() use for g_file_error_quark().
2012-10-02decoder/flac: move callbacks to class FLACInputMax Kellermann1-0/+1
2012-10-02decoder/flac: use C++ compilerMax Kellermann1-7/+6
2012-10-02Makefile.am: eliminate FLAC_COMMONMax Kellermann1-8/+5
2012-10-02{decoder,encoder}/flac: drop support for libFLAC 1.1Max Kellermann1-1/+0
2012-10-02encoder/{vorbis,opus}: merge code to new class OggStreamMax Kellermann1-4/+4
2012-10-02encoder/opus: new encoder plugin for the Opus codecMax Kellermann1-0/+8
2012-10-02encoder/vorbis: use C++ compilerMax Kellermann1-1/+3
2012-09-28main: use C++ compilerMax Kellermann1-4/+3
2012-09-28stored_playlist, playlist_save: use C++ compilerMax Kellermann1-6/+3
2012-09-25decoder/adplug: new decoder pluginMax Kellermann1-0/+8
2012-09-25command.h: move function prototypes to AllCommands.hMax Kellermann1-1/+1