aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-12-09configure.ac: use MPD_ENABLE_AUTO_LIB for libfaadMax Kellermann1-1/+1
2014-12-09configure.ac: add macro MPD_ENABLE_AUTO_LIBMax Kellermann1-3/+3
2014-12-09src/win32: move resources to win32/Max Kellermann1-5/+5
2014-12-08configure.ac: add option to disable CUEMax Kellermann1-5/+9
2014-12-08Makefile.am: change android apk nameThomas Guillem1-6/+7
If no name is specified, it'll use the name of the first activity of the AndroidManifest.xml. And we don't want the apk to be called Settings.apk.
2014-12-08Makefile.am: add symlink for android layout foldersThomas Guillem1-1/+1
2014-12-04playlist/pls: custom INI parserMax Kellermann1-6/+2
Don't use GLib.
2014-12-04util/SplitString: new utility classMax Kellermann1-0/+2
Replaces GLib's g_strsplit().
2014-12-04test/test_util: add unit test for DivideStringMax Kellermann1-0/+1
2014-12-04test/test_util: move class UriUtilTest to UriUtilTest.hxxMax Kellermann1-0/+1
2014-12-03util/SplitString: rename to DivideStringMax Kellermann1-1/+1
2014-12-02mixer/null: new mixer pluginMax Kellermann1-0/+1
2014-12-02fs/Path: add methods GetBase() and GetDirectoryName()Max Kellermann1-1/+1
2014-12-01lib/icu/Converter: add ICU-based backendMax Kellermann1-0/+4
2014-12-01test/TestIcu: new unit test for lib/icu/*Max Kellermann1-1/+12
2014-11-30lib/icu/Collate: move code to Util.cxxMax Kellermann1-0/+1
2014-11-30fs/Charset: move code to wrapper class IcuConverterMax Kellermann1-1/+18
Prepare for a ICU-based backend without GLib.
2014-11-26Makefile.am: distribute Android sourcesMax Kellermann1-0/+7
2014-11-25decoder/mp4v2: remove because of incompatible licenseMax Kellermann1-8/+0
libmp4v2 is licensed under MPL 1.1, which is incompatible with GPLv2. Unfortunately, this means that we must remove the plugin. More information can be found in the Debian bug report: http://bugs.debian.org/767504
2014-11-22configure.ac: add macro MPD_ENABLE_AUTO_PKG_LIBMax Kellermann1-4/+4
2014-11-21configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann1-36/+36
Simplify the definition of many build options.
2014-11-21Makefile.am: link test/run_convert with ConfigError.cxxMax Kellermann1-0/+1
Fixes linker error due to missing "config_domain" symbol.
2014-11-20configure.ac: add option "--disable-daemon"Max Kellermann1-2/+7
2014-11-07input/Open: expose input_domainMax Kellermann1-0/+1
2014-10-31Revert "Main: run the OS X native event loop"NanoTech1-1/+0
This reverts commit f0be48ff90503d9ffa5b295fd4454eec753950ee (except for the NEWS entry). If libdispatch (GCD) is used before forking, it can't safely be used again after forking.
2014-10-25configure.ac: require xmlto for --enable-documentationMax Kellermann1-8/+0
2014-10-12Makefile.am: distribute systemd/mpd.socketMax Kellermann1-0/+1
The file systemd/mpd.service.in is being distributed implicitly, but systemd/mpd.socket is not and needs to be added to EXTRA_DIST.
2014-10-10util/UTF8: new libraryMax Kellermann1-0/+1
2014-10-10Main: run the OS X native event loopnanotech1-0/+1
2014-10-09storage/nfs: use the libnfs async APIMax Kellermann1-0/+1
Share the NFS connection with the NFS input plugin.
2014-10-09StoragePlugin: pass EventLoop to constructorMax Kellermann1-0/+4
2014-10-07test/run_input, ...: add struct ScopeIOThreadMax Kellermann1-0/+7
Auto-stop the IO thread in all error handlers.
2014-10-07storage/nfs: move code to class MemoryStorageDirectoryReaderMax Kellermann1-0/+1
Read all directory entries into memory and close the struct nfsdir before returning the StorageDirectoryReader instance. This is what libnfs does, anyway.
2014-10-07test/run_storage: new debug programMax Kellermann1-2/+13
2014-10-07Makefile.am: add libnfs and libsmbclient to STORAGE_LIBSMax Kellermann1-1/+4
2014-10-05lib/nfs/Base: kludge to reduce number of NFS mountsMax Kellermann1-0/+1
Creating a NfsStorage sets its own export_name as the "base". Now NfsFileReader can use this information to derive the export_name to be mounted, instead of guessing. This solves the "too many connection" problem on the NFS server while updating the database.
2014-10-04Makefile.am: compile libffmpeg.a with FFMPEG_CFLAGSMax Kellermann1-0/+2
2014-10-02input/LocalOpen: new library for opening local filesMax Kellermann1-0/+1
Combines the "file" and the "archive" input plugins.
2014-10-01Makefile.am: fix header file namesMax Kellermann1-4/+7
Found by "make distcheck".
2014-09-26pcm: --disable-dsd also disables the dsd2pcm libraryMax Kellermann1-2/+6
2014-09-26configure.ac: add option to disable the DSD decodersMax Kellermann1-6/+14
Allow building a smaller MPD binary for people who don't need DSD.
2014-09-24decoder/mad: move code to tag/MixRamp.cxxMax Kellermann1-0/+1
2014-09-24decoder/{vorbis,flac}: move duplicate code to tag/VorbisComment.cxxMax Kellermann1-0/+1
2014-09-24tag/ApeReplayGain, decoder/mad: move duplicate code to tag/ReplayGain.cxxMax Kellermann1-0/+1
2014-09-16Makefile.am: android AIDL need src/org/musicpd folderThomas Guillem1-2/+3
2014-09-16Makefile.am: fix android symlinks, use absolute pathsThomas Guillem1-2/+2
2014-09-04test/test_protocol: unit test for protocol/ArgParser.cxxMax Kellermann1-0/+11
2014-09-02doc/user: enable docbook-xslt option "use.id.as.filename"Max Kellermann1-1/+1
2014-08-31output/alsa, pcm: rename "DSD over USB" to "DoP"Max Kellermann1-1/+1
The standard has been renamed since the early draft that was implemented in MPD.
2014-08-26DecoderAPI: use std::chrono::duration for decoder_seek*()Max Kellermann1-0/+1
For type safety and code readability.