Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-31 | Makefile.am: move org_musicpd_Bridge.h to BUILT_SOURCES | Max Kellermann | 1 | -3/+1 | |
2015-01-31 | Makefile.am: generate icon before compiling JNI classes | Max Kellermann | 1 | -1/+1 | |
Apparently, Android's build.xml requires the icon to be available, even when only running the Java compiler. | |||||
2015-01-26 | {playlist,input}/despotify: remove defunct plugin | Max Kellermann | 1 | -31/+0 | |
2014-11-26 | Makefile.am: distribute Android sources | Max Kellermann | 1 | -0/+7 | |
2014-11-25 | decoder/mp4v2: remove because of incompatible license | Max Kellermann | 1 | -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-07 | input/Open: expose input_domain | Max Kellermann | 1 | -0/+1 | |
2014-10-31 | Revert "Main: run the OS X native event loop" | NanoTech | 1 | -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-25 | configure.ac: require xmlto for --enable-documentation | Max Kellermann | 1 | -8/+0 | |
2014-10-12 | Makefile.am: distribute systemd/mpd.socket | Max Kellermann | 1 | -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-10 | util/UTF8: new library | Max Kellermann | 1 | -0/+1 | |
2014-10-10 | Main: run the OS X native event loop | nanotech | 1 | -0/+1 | |
2014-10-09 | storage/nfs: use the libnfs async API | Max Kellermann | 1 | -0/+1 | |
Share the NFS connection with the NFS input plugin. | |||||
2014-10-09 | StoragePlugin: pass EventLoop to constructor | Max Kellermann | 1 | -0/+4 | |
2014-10-07 | test/run_input, ...: add struct ScopeIOThread | Max Kellermann | 1 | -0/+7 | |
Auto-stop the IO thread in all error handlers. | |||||
2014-10-07 | storage/nfs: move code to class MemoryStorageDirectoryReader | Max Kellermann | 1 | -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-07 | test/run_storage: new debug program | Max Kellermann | 1 | -2/+13 | |
2014-10-07 | Makefile.am: add libnfs and libsmbclient to STORAGE_LIBS | Max Kellermann | 1 | -1/+4 | |
2014-10-05 | lib/nfs/Base: kludge to reduce number of NFS mounts | Max Kellermann | 1 | -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-04 | Makefile.am: compile libffmpeg.a with FFMPEG_CFLAGS | Max Kellermann | 1 | -0/+2 | |
2014-10-02 | input/LocalOpen: new library for opening local files | Max Kellermann | 1 | -0/+1 | |
Combines the "file" and the "archive" input plugins. | |||||
2014-10-01 | Makefile.am: fix header file names | Max Kellermann | 1 | -4/+7 | |
Found by "make distcheck". | |||||
2014-09-26 | pcm: --disable-dsd also disables the dsd2pcm library | Max Kellermann | 1 | -2/+6 | |
2014-09-26 | configure.ac: add option to disable the DSD decoders | Max Kellermann | 1 | -6/+14 | |
Allow building a smaller MPD binary for people who don't need DSD. | |||||
2014-09-24 | decoder/mad: move code to tag/MixRamp.cxx | Max Kellermann | 1 | -0/+1 | |
2014-09-24 | decoder/{vorbis,flac}: move duplicate code to tag/VorbisComment.cxx | Max Kellermann | 1 | -0/+1 | |
2014-09-24 | tag/ApeReplayGain, decoder/mad: move duplicate code to tag/ReplayGain.cxx | Max Kellermann | 1 | -0/+1 | |
2014-09-16 | Makefile.am: android AIDL need src/org/musicpd folder | Thomas Guillem | 1 | -2/+3 | |
2014-09-16 | Makefile.am: fix android symlinks, use absolute paths | Thomas Guillem | 1 | -2/+2 | |
2014-09-04 | test/test_protocol: unit test for protocol/ArgParser.cxx | Max Kellermann | 1 | -0/+11 | |
2014-09-02 | doc/user: enable docbook-xslt option "use.id.as.filename" | Max Kellermann | 1 | -1/+1 | |
2014-08-31 | output/alsa, pcm: rename "DSD over USB" to "DoP" | Max Kellermann | 1 | -1/+1 | |
The standard has been renamed since the early draft that was implemented in MPD. | |||||
2014-08-26 | DecoderAPI: use std::chrono::duration for decoder_seek*() | Max Kellermann | 1 | -0/+1 | |
For type safety and code readability. | |||||
2014-08-19 | InputStream: move typedef offset_type to Offset.hxx | Max Kellermann | 1 | -0/+1 | |
Reduce header dependencies. | |||||
2014-08-18 | input/ffmpeg: use av_strerror() | Max Kellermann | 1 | -0/+1 | |
Generate more detailed error messages. | |||||
2014-08-18 | {input,decoder}/ffmpeg: move ffmpeg_domain to lib/ffmpeg/Domain.cxx | Max Kellermann | 1 | -2/+11 | |
Eliminate duplicate definition (in input plugin and decoder plugin). | |||||
2014-08-12 | test/test_pcm: add PcmExport unit test | Max Kellermann | 1 | -0/+1 | |
2014-08-11 | fs/io/AutoGunzipReader: new class | Max Kellermann | 1 | -0/+1 | |
2014-08-11 | fs/io/PeekReader: new utility class | Max Kellermann | 1 | -0/+1 | |
2014-08-11 | fs/io/GzipOutputStream,GunzipReader: move zlib_domain to src/lib/zlib/Domain.cxx | Max Kellermann | 1 | -0/+1 | |
2014-08-08 | input/GunzipInputStream: new class | Max Kellermann | 1 | -1/+11 | |
2014-08-07 | decoder/Mp4v2: add MP4v2 decoder plugin | Andrée Ekroth | 1 | -0/+8 | |
This plugin uses the MP4v2 library to play mp4/m4a files. It is limited to file_decode. | |||||
2014-08-07 | fs/io/BufferedReader: new class to replace class TextFile | Max Kellermann | 1 | -0/+1 | |
The new class is pluggable, to prepare for gzipped database files. For now, the TextFile class remains, and will be refactored away later. | |||||
2014-08-07 | fs/io/Reader: new interface | Max Kellermann | 1 | -0/+2 | |
2014-08-07 | fs/output, fs/TextFile: move to fs/io/ | Max Kellermann | 1 | -6/+6 | |
2014-08-07 | Makefile.am: link libfs.a before libsystem.a | Max Kellermann | 1 | -11/+11 | |
libfs.a depends on libsystem.a. | |||||
2014-08-07 | LogBackend: use StripRight() | Max Kellermann | 1 | -0/+3 | |
Eliminate duplicate code. | |||||
2014-08-06 | util/DynamicFifoBuffer: move code to new base class ForeignFifoBuffer | Max Kellermann | 1 | -0/+1 | |
2014-08-06 | fs/GzipOutputStream: new class wrapping zlib | Max Kellermann | 1 | -0/+17 | |
2014-08-06 | Makefile.am: add variable FS_LIBS | Max Kellermann | 1 | -16/+18 | |
2014-08-02 | Makefile.am: fix dependencies for win32 | François Revol | 1 | -1/+1 | |
It happened to me when doing the Haiku port, src/mpd failed to be relinked properly when editing source files, and likely also happens on win32, although I didn't try this change. When building for windows, src_mpd_DEPENDENCIES is overriden. Automake then disables the default version which contains all the static libraries. In Makefile.in: @HAVE_WINDOWS_FALSE@src_mpd_DEPENDENCIES = libmpd.a \ Instead we use EXTRA_src_mpd_DEPENDENCIES which is meant for this. |