aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am (unfollow)
Commit message (Expand)AuthorFilesLines
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
2012-10-04PlaylistFile, client_file, tag_id3: don't use g_file_error_quark()Max Kellermann1-0/+1
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
2012-09-25rename CommandError.h to CommandError.hxxMax Kellermann1-1/+1
2012-09-25command: rename to AllCommands.cxxMax Kellermann1-1/+1
2012-09-25command: move remaining handlers to OtherCommands.cxxMax Kellermann1-0/+1
2012-09-05src/decoder/opus: new decoder plugin for the Opus codecMax Kellermann1-0/+15
2012-09-05decoder/{flac,vorbis}: move tag table to XiphTags.cMax Kellermann1-0/+1
2012-09-05Makefile.am: rename HAVE_OGG_COMMON to HAVE_XIPHMax Kellermann1-1/+1
2012-09-04decoder/ogg_common: rename to ogg_codec.cMax Kellermann1-1/+1
2012-09-04decoder/_ogg_common: rename to ogg_common.cMax Kellermann1-4/+3
2012-08-29SongFilter: convert to a C++ classMax Kellermann1-2/+1
2012-08-29playlist_print: rename to PlaylistPrint.cxxMax Kellermann1-2/+1
2012-08-29DatabaseSelection: add method Match()Max Kellermann1-1/+2
2012-08-29locate: rename to SongFilter.cxxMax Kellermann1-3/+2
2012-08-29queue_print: rename to QueuePrint.cxxMax Kellermann1-1/+1
2012-08-29dbUtils.h: eliminate this headerMax Kellermann1-1/+0
2012-08-29command: move code to *Commands.cxxMax Kellermann1-0/+6
2012-08-29Makefile.am: distribute DatabaseCommands.hxxMax Kellermann1-1/+1
2012-08-25test/test_queue_priority: fix SIGABRTMax Kellermann1-1/+0
2012-08-22Makefile.am: swap libdb_plugins.a and -lmpdclient orderMax Kellermann1-2/+2
2012-08-15queue: duplicate all song objectsMax Kellermann1-0/+1
2012-08-15DatabasePlugin: add method VisitUniqueTags()Max Kellermann1-0/+1
2012-08-15db_visitor: delete obsolete headerMax Kellermann1-1/+0
2012-08-15decoder/fluidsynth: remove throttle (requires libfluidsynth 1.1)Max Kellermann1-3/+0
2012-08-14timer: use monotonic clock if availableMax Kellermann1-4/+5
2012-08-08output_all: add basic GError supportMax Kellermann1-0/+1
2012-08-08decoder_control: add GError attributeMax Kellermann1-0/+1
2012-08-08song: use C++ compilerMax Kellermann1-3/+3
2012-08-08time_print: new library, function time_print()Max Kellermann1-0/+1
2012-08-08ProxyDatabasePlugin: new database plugin using libmpdclientMax Kellermann1-1/+8
2012-08-08DatabaseSelection: add "match" attributeMax Kellermann1-0/+1
2012-08-07db_selection: rename to DatabaseSelectionMax Kellermann1-1/+1
2012-08-07db_print.h: rename to DatabasePrint.hxxMax Kellermann1-2/+1