summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
2014-03-16input/BufferedInputStream: new wrapper for moving plugin to threadMax Kellermann
2014-03-15util/CircularBuffer: new buffer classMax Kellermann
2014-03-15pcm/PcmFormat: ARM NEON optimizations for float->s16Max Kellermann
2014-03-14pcm/PcmFormat: eliminate more duplicate code with templatesMax Kellermann
2014-03-01db/Configured: store database file in cache directoryMax Kellermann
2014-03-01Android: obtain music directory from Environment.getExternalStoragePublicDire...Max Kellermann
2014-03-01java: new helper library for the Android portMax Kellermann
2014-03-01android: use "strip" from the Android NDKMax Kellermann
2014-03-01Makefile.am: use Android API level 17Max Kellermann
2014-02-27db/simple: mount pointsMax Kellermann
2014-02-27Playlist*: move to queue/Max Kellermann
2014-02-27db/UpdateGlue: rename to Service.cxxMax Kellermann
2014-02-26db/simple: create dedicated directoryMax Kellermann
2014-02-24SongSort, ...: use libicu instead of GLib's g_utf8_*()Max Kellermann
2014-02-22first Android releaseMax Kellermann
2014-02-22output/sles: new output plugin for AndroidMax Kellermann
2014-02-22Main: disable command-line parser and signal handlers on AndroidMax Kellermann
2014-02-21Makefile.am: build shared library for AndroidMax Kellermann
2014-02-21PlayerListener: new interface to replace GlobalEvents accessMax Kellermann
2014-02-21Makefile.am: use AM_CPPFLAGS instead of src_mpd_CPPFLAGSMax Kellermann
2014-02-19db/upnp: move plugin source to upnp directoryMax Kellermann
2014-02-19Makefile.am: move the MPD core to libmpd.aMax Kellermann
2014-02-19DatabasePlugin: split headerMax Kellermann
2014-02-19Mixer: add class MixerListenerMax Kellermann
2014-02-19Makefile.am: move DatabaseSave.cxx to libdatabase_plugins.aMax Kellermann
2014-02-19Makefile.am: re-add src/AudioCompress/compress.c to test/run_normalizeMax Kellermann
2014-02-19Makefile.am: move AudioCompress to libfilter_plugins.aMax Kellermann
2014-02-19output/httpd: move to dedicated directoryMax Kellermann
2014-02-19Timer: move to output/Max Kellermann
2014-02-19cue/CueParser: move to playlist/Max Kellermann
2014-02-18Makefile.am: merge mpd_headers into src_mpd_SOURCESMax Kellermann
2014-02-18system/FatalError: remove GError supportMax Kellermann
2014-02-18Main: disable inotify check without databaseMax Kellermann
2014-02-18Makefile.am: rename libdecoder_plugins.a to libdecoder.aMax Kellermann
2014-02-18Makefile.am: remove unused variable DECODER_SRCMax Kellermann
2014-02-18Makefile.am: disable test_icy_parser without CURLMax Kellermann
2014-02-17fs/TextFile: use custom allocation instead of GStringMax Kellermann
2014-02-17Main: move code to db/Configured.cxxMax Kellermann
2014-02-12systemd: add socket activation filesMax Kellermann
2014-02-09StorageCommands: expose the "mount" commandMax Kellermann
2014-02-09CompositeStorage: new Storage implementationMax Kellermann
2014-02-09Main: move code to storage/Configured.cxxMax Kellermann
2014-02-08storage/nfs: new storage pluginMax Kellermann
2014-02-08input/nfs: move nfs_domain to lib/nfs/Domain.cxxMax Kellermann
2014-02-07storage: add struct StoragePlugin and a plugin registryMax Kellermann
2014-02-07Mapper: move check_directory() to the filesystem libraryMax Kellermann
2014-02-07Playlist{Any,Registry,Mapper}: move functions to PlaylistStream.cxxMax Kellermann
2014-02-07playlist/CloseSongEnumerator: new wrapper classMax Kellermann
2014-02-07StoragePlugin: add method MapToRelativeUTF8()Max Kellermann
2014-02-06*/smbclient: protect all libsmbclient calls with a mutexMax Kellermann