aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v0.19.x'Max Kellermann2015-01-261-25/+0
|\
| * Merge branch 'v0.18.x' into v0.19.xMax Kellermann2015-01-261-25/+0
| |\
| | * {playlist,input}/despotify: remove defunct pluginMax Kellermann2015-01-261-31/+0
| | |
* | | Config: add section "resampler"Max Kellermann2015-01-221-1/+4
| | |
* | | config/Data: add method Clear()Max Kellermann2015-01-211-1/+1
| | | | | | | | | | | | Move code from config_global_finish().
* | | ConfigData: rename header fileMax Kellermann2015-01-211-1/+1
| | |
* | | ConfigData: move struct config_param to Param.hxxMax Kellermann2015-01-211-1/+2
| | |
* | | ConfigData: move struct block_param to Block.?xxMax Kellermann2015-01-211-0/+1
| | |
* | | output/recorder: dynamic file nameMax Kellermann2015-01-141-0/+2
| | |
* | | output/recorder: move code to encoder/ToOutputStream.cxxMax Kellermann2015-01-141-0/+1
| | |
* | | Makefile.am: link output plugins before libtag.aMax Kellermann2015-01-141-1/+1
| | |
* | | encoder/Plugin: move struct Encoder to EncoderInterface.hxxMax Kellermann2015-01-081-0/+1
| | |
* | | test/WriteFile: new debug programMax Kellermann2015-01-061-0/+11
| | |
* | | output/Wrapper: new helper classMax Kellermann2014-12-291-0/+1
| | |
* | | {mixer,output}/pulse: move code to LogPulseError()Max Kellermann2014-12-291-0/+1
| | |
* | | output/pulse: move SetError() to lib/pulse/Error.cxxMax Kellermann2014-12-291-0/+1
| | |
* | | {mixer,output}/pulse: use a common Domain instanceMax Kellermann2014-12-291-2/+8
| | |
* | | configure.ac: use MPD_ENABLE_AUTO_PKG_LIB for libgmeMax Kellermann2014-12-221-1/+1
| | |
* | | configure.ac: remove redundant declaration "HAVE_ISO9660"Max Kellermann2014-12-221-1/+1
| | |
* | | decoder/ffmpeg: move code to lib/ffmpeg/Init.cxxMax Kellermann2014-12-211-0/+1
| | |
* | | decoder/ffmpeg: move code to lib/ffmpeg/LogCallback.cxxMax Kellermann2014-12-201-0/+1
| | |
* | | decoder/ffmpeg: move struct AvioStream to FfmpegIo.hxxMax Kellermann2014-12-191-0/+2
| | |
* | | decoder/ffmpeg: move code to lib/ffmpeg/Time.hxxMax Kellermann2014-12-191-0/+1
| | |
* | | decoder/ffmpeg: move code to class FfmpegBufferMax Kellermann2014-12-181-0/+1
| | |
* | | decoder/ffmpeg: log detailed error messageMax Kellermann2014-12-181-0/+1
| | |
* | | sticker/Song: add enum StickerOperator to sticker_song_find()Max Kellermann2014-12-121-0/+1
| | |
* | | sticker/Database: move SQLite helpers to lib/sqlite/Util.hxxMax Kellermann2014-12-121-0/+1
| | |
* | | lib/sqlite/Domain: add Domain instance for SQLiteMax Kellermann2014-12-121-0/+1
| | | | | | | | | | | | Replaces the sticker_domain for Error::domain.
* | | configure.ac: use MPD_ENABLE_AUTO_LIB for libfaadMax Kellermann2014-12-091-1/+1
| | |
* | | configure.ac: add macro MPD_ENABLE_AUTO_LIBMax Kellermann2014-12-091-3/+3
| | |
* | | src/win32: move resources to win32/Max Kellermann2014-12-091-5/+5
| | |
* | | configure.ac: add option to disable CUEMax Kellermann2014-12-081-5/+9
| | |
* | | Makefile.am: change android apk nameThomas Guillem2014-12-081-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.
* | | Makefile.am: add symlink for android layout foldersThomas Guillem2014-12-081-1/+1
| | |
* | | playlist/pls: custom INI parserMax Kellermann2014-12-041-6/+2
| | | | | | | | | | | | Don't use GLib.
* | | util/SplitString: new utility classMax Kellermann2014-12-041-0/+2
| | | | | | | | | | | | Replaces GLib's g_strsplit().
* | | test/test_util: add unit test for DivideStringMax Kellermann2014-12-041-0/+1
| | |
* | | test/test_util: move class UriUtilTest to UriUtilTest.hxxMax Kellermann2014-12-041-0/+1
| | |
* | | util/SplitString: rename to DivideStringMax Kellermann2014-12-031-1/+1
| | |
* | | mixer/null: new mixer pluginMax Kellermann2014-12-021-0/+1
| | |
* | | fs/Path: add methods GetBase() and GetDirectoryName()Max Kellermann2014-12-021-1/+1
| | |
* | | lib/icu/Converter: add ICU-based backendMax Kellermann2014-12-011-0/+4
| | |
* | | test/TestIcu: new unit test for lib/icu/*Max Kellermann2014-12-011-1/+12
| | |
* | | lib/icu/Collate: move code to Util.cxxMax Kellermann2014-11-301-0/+1
| | |
* | | fs/Charset: move code to wrapper class IcuConverterMax Kellermann2014-11-301-1/+18
| | | | | | | | | | | | Prepare for a ICU-based backend without GLib.
* | | Merge tag 'v0.19.5'Max Kellermann2014-11-261-8/+7
|\| |
| * | Makefile.am: distribute Android sourcesMax Kellermann2014-11-261-0/+7
| | |
| * | decoder/mp4v2: remove because of incompatible licenseMax Kellermann2014-11-251-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_LIBMax Kellermann2014-11-221-4/+4
| | |
* | | configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann2014-11-211-36/+36
| | | | | | | | | | | | Simplify the definition of many build options.