Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/SplitString: new utility class | Max Kellermann | 2014-12-04 | 1 | -0/+2 |
| | | | | Replaces GLib's g_strsplit(). | ||||
* | test/test_util: add unit test for DivideString | Max Kellermann | 2014-12-04 | 1 | -0/+1 |
| | |||||
* | test/test_util: move class UriUtilTest to UriUtilTest.hxx | Max Kellermann | 2014-12-04 | 1 | -0/+1 |
| | |||||
* | util/SplitString: rename to DivideString | Max Kellermann | 2014-12-03 | 1 | -1/+1 |
| | |||||
* | mixer/null: new mixer plugin | Max Kellermann | 2014-12-02 | 1 | -0/+1 |
| | |||||
* | fs/Path: add methods GetBase() and GetDirectoryName() | Max Kellermann | 2014-12-02 | 1 | -1/+1 |
| | |||||
* | lib/icu/Converter: add ICU-based backend | Max Kellermann | 2014-12-01 | 1 | -0/+4 |
| | |||||
* | test/TestIcu: new unit test for lib/icu/* | Max Kellermann | 2014-12-01 | 1 | -1/+12 |
| | |||||
* | lib/icu/Collate: move code to Util.cxx | Max Kellermann | 2014-11-30 | 1 | -0/+1 |
| | |||||
* | fs/Charset: move code to wrapper class IcuConverter | Max Kellermann | 2014-11-30 | 1 | -1/+18 |
| | | | | Prepare for a ICU-based backend without GLib. | ||||
* | Merge tag 'v0.19.5' | Max Kellermann | 2014-11-26 | 1 | -8/+7 |
|\ | |||||
| * | Makefile.am: distribute Android sources | Max Kellermann | 2014-11-26 | 1 | -0/+7 |
| | | |||||
| * | decoder/mp4v2: remove because of incompatible license | Max Kellermann | 2014-11-25 | 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 | ||||
* | | configure.ac: add macro MPD_ENABLE_AUTO_PKG_LIB | Max Kellermann | 2014-11-22 | 1 | -4/+4 |
| | | |||||
* | | configure.ac: add macro MPD_ENABLE_AUTO_PKG | Max Kellermann | 2014-11-21 | 1 | -36/+36 |
| | | | | | | | | Simplify the definition of many build options. | ||||
* | | Makefile.am: link test/run_convert with ConfigError.cxx | Max Kellermann | 2014-11-21 | 1 | -0/+1 |
| | | | | | | | | Fixes linker error due to missing "config_domain" symbol. | ||||
* | | configure.ac: add option "--disable-daemon" | Max Kellermann | 2014-11-20 | 1 | -2/+7 |
|/ | |||||
* | input/Open: expose input_domain | Max Kellermann | 2014-11-07 | 1 | -0/+1 |
| | |||||
* | Revert "Main: run the OS X native event loop" | NanoTech | 2014-10-31 | 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. | ||||
* | configure.ac: require xmlto for --enable-documentation | Max Kellermann | 2014-10-25 | 1 | -8/+0 |
| | |||||
* | Makefile.am: distribute systemd/mpd.socket | Max Kellermann | 2014-10-12 | 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. | ||||
* | util/UTF8: new library | Max Kellermann | 2014-10-10 | 1 | -0/+1 |
| | |||||
* | Main: run the OS X native event loop | nanotech | 2014-10-10 | 1 | -0/+1 |
| | |||||
* | storage/nfs: use the libnfs async API | Max Kellermann | 2014-10-09 | 1 | -0/+1 |
| | | | | Share the NFS connection with the NFS input plugin. | ||||
* | StoragePlugin: pass EventLoop to constructor | Max Kellermann | 2014-10-09 | 1 | -0/+4 |
| | |||||
* | test/run_input, ...: add struct ScopeIOThread | Max Kellermann | 2014-10-07 | 1 | -0/+7 |
| | | | | Auto-stop the IO thread in all error handlers. | ||||
* | storage/nfs: move code to class MemoryStorageDirectoryReader | Max Kellermann | 2014-10-07 | 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. | ||||
* | test/run_storage: new debug program | Max Kellermann | 2014-10-07 | 1 | -2/+13 |
| | |||||
* | Makefile.am: add libnfs and libsmbclient to STORAGE_LIBS | Max Kellermann | 2014-10-07 | 1 | -1/+4 |
| | |||||
* | lib/nfs/Base: kludge to reduce number of NFS mounts | Max Kellermann | 2014-10-05 | 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. | ||||
* | Makefile.am: compile libffmpeg.a with FFMPEG_CFLAGS | Max Kellermann | 2014-10-04 | 1 | -0/+2 |
| | |||||
* | input/LocalOpen: new library for opening local files | Max Kellermann | 2014-10-02 | 1 | -0/+1 |
| | | | | Combines the "file" and the "archive" input plugins. | ||||
* | Makefile.am: fix header file names | Max Kellermann | 2014-10-01 | 1 | -4/+7 |
| | | | | Found by "make distcheck". | ||||
* | pcm: --disable-dsd also disables the dsd2pcm library | Max Kellermann | 2014-09-26 | 1 | -2/+6 |
| | |||||
* | Merge tag 'v0.18.16' | Max Kellermann | 2014-09-26 | 1 | -6/+14 |
|\ | |||||
| * | configure.ac: add option to disable the DSD decoders | Max Kellermann | 2014-09-26 | 1 | -6/+14 |
| | | | | | | | | Allow building a smaller MPD binary for people who don't need DSD. | ||||
* | | decoder/mad: move code to tag/MixRamp.cxx | Max Kellermann | 2014-09-24 | 1 | -0/+1 |
| | | |||||
* | | decoder/{vorbis,flac}: move duplicate code to tag/VorbisComment.cxx | Max Kellermann | 2014-09-24 | 1 | -0/+1 |
| | | |||||
* | | tag/ApeReplayGain, decoder/mad: move duplicate code to tag/ReplayGain.cxx | Max Kellermann | 2014-09-24 | 1 | -0/+1 |
| | | |||||
* | | Makefile.am: android AIDL need src/org/musicpd folder | Thomas Guillem | 2014-09-16 | 1 | -2/+3 |
| | | |||||
* | | Makefile.am: fix android symlinks, use absolute paths | Thomas Guillem | 2014-09-16 | 1 | -2/+2 |
| | | |||||
* | | Merge tag 'v0.18.14' | Max Kellermann | 2014-09-11 | 1 | -0/+11 |
|\| | |||||
| * | test/test_protocol: unit test for protocol/ArgParser.cxx | Max Kellermann | 2014-09-04 | 1 | -0/+11 |
| | | |||||
* | | doc/user: enable docbook-xslt option "use.id.as.filename" | Max Kellermann | 2014-09-02 | 1 | -1/+1 |
| | | |||||
* | | output/alsa, pcm: rename "DSD over USB" to "DoP" | Max Kellermann | 2014-08-31 | 1 | -1/+1 |
| | | | | | | | | | | The standard has been renamed since the early draft that was implemented in MPD. | ||||
* | | DecoderAPI: use std::chrono::duration for decoder_seek*() | Max Kellermann | 2014-08-26 | 1 | -0/+1 |
| | | | | | | | | For type safety and code readability. | ||||
* | | InputStream: move typedef offset_type to Offset.hxx | Max Kellermann | 2014-08-19 | 1 | -0/+1 |
| | | | | | | | | Reduce header dependencies. | ||||
* | | input/ffmpeg: use av_strerror() | Max Kellermann | 2014-08-18 | 1 | -0/+1 |
| | | | | | | | | Generate more detailed error messages. | ||||
* | | {input,decoder}/ffmpeg: move ffmpeg_domain to lib/ffmpeg/Domain.cxx | Max Kellermann | 2014-08-18 | 1 | -2/+11 |
| | | | | | | | | Eliminate duplicate definition (in input plugin and decoder plugin). | ||||
* | | test/test_pcm: add PcmExport unit test | Max Kellermann | 2014-08-12 | 1 | -0/+1 |
| | |