summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-03client_new: convert to C++Max Kellermann
2013-01-03MessageCommands: use std::set instead of GHashTableMax Kellermann
2013-01-03StickerDatabase: use std::map instead of GHashTableMax Kellermann
2013-01-03strset: delete obsolete libraryMax Kellermann
2013-01-03PlaylistVector: use std::listMax Kellermann
2013-01-03Directory: initialise in default constructorMax Kellermann
2013-01-03Directory: add constructor and destructorMax Kellermann
2013-01-03Directory: rename struct directory to DirectoryMax Kellermann
2013-01-03database.h: rename to DatabaseSimple.hxxMax Kellermann
2013-01-03database.h: move prototypes to DatabaseGlue.hxxMax Kellermann
2013-01-03database.h: eliminate db_*_song()Max Kellermann
2013-01-03playlist_edit: convert to C++Max Kellermann
2013-01-02Directory: turn functions to methodsMax Kellermann
2013-01-02Directory: make the header C++ onlyMax Kellermann
2013-01-02mapper: convert to C++Max Kellermann
2013-01-02song_update: convert to C++Max Kellermann
2013-01-02sticker: convert to C++Max Kellermann
2013-01-02PlaylistInfo: rename class, use std::stringMax Kellermann
2013-01-02PlaylistVector: move struct playlist_metadata to PlaylistInfo.hxxMax Kellermann
2013-01-02db_lock: convert to C++Max Kellermann
2013-01-02don't include stdbool.h in C++ sourcesMax Kellermann
2013-01-02{decoder,player}_thread: convert to C++Max Kellermann
2013-01-02*_print: convert to C++Max Kellermann
2013-01-02playlist_vector: convert to C++Max Kellermann
2013-01-02db_save, state_file: convert to C++Max Kellermann
2013-01-02string_util: use const_cast in C++ modeMax Kellermann
2013-01-02update: convert to C++Max Kellermann
2013-01-02playlist_{any,song,queue}: convert to C++Max Kellermann
2013-01-02configure.ac: disable C++ RTTIMax Kellermann
2013-01-02configure.ac: disable C++ exceptionsMax Kellermann
2013-01-02configure.ac: hide internal symbolsMax Kellermann
2012-11-21mpd.service: depend on network.targetJohn
2012-10-27Add tag support for DSD (DSDIFF & DSF) decodersJurgen Kramer
2012-10-05Merge branch 'v0.17.x'Max Kellermann
2012-10-05playlist_song: fix potential charset bug in apply_song_metadata()Max Kellermann
2012-10-05playlist_save: use temp2 instead of tempMax Kellermann
2012-10-05decoder/ffmpeg: support planar audioMax Kellermann
2012-10-05decoder/ffmpeg: fix playback of planar PCM dataMax Kellermann
2012-10-05decoder/ffmpeg: move code to copy_interleave_frame2()Max Kellermann
2012-10-05decoder/ffmpeg: ignore negative time stampsMax Kellermann
2012-10-05decoder/ffmpeg: show unsupported sample format nameMax Kellermann
2012-10-05decoder/ffmpeg: pass AVSampleFormat to ffmpeg_sample_format()Max Kellermann
2012-10-05decoder/ffmpeg: remove duplicate sample format error messageMax Kellermann
2012-10-04decoder/flac: support FLAC files inside archivesMax Kellermann
2012-10-04decoder/flac: move flac_scan_file2() to main plugin fileMax Kellermann
2012-10-04input/file: use errno_quark()Max Kellermann
2012-10-04PlaylistFile, client_file, tag_id3: don't use g_file_error_quark()Max Kellermann
2012-10-04test/read_tags: wait until input_stream becomes readyMax Kellermann
2012-10-02decoder/flac: move callbacks to class FLACInputMax Kellermann
2012-10-02decoder/flac: add ctor/dtor to struct flac_dataMax Kellermann