Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-21 | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 1 | -4/+4 | |
The old struct config_param remains only for top-level string options. | |||||
2015-01-21 | config/Option: convert to strictly-typed enum | Max Kellermann | 1 | -1/+2 | |
2015-01-21 | ConfigData: move struct config_param to Param.hxx | Max Kellermann | 1 | -1/+1 | |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-12-22 | configure.ac: use MPD_ENABLE_AUTO_PKG_LIB for libgme | Max Kellermann | 1 | -1/+1 | |
2014-12-09 | configure.ac: use MPD_ENABLE_AUTO_LIB for libfaad | Max Kellermann | 1 | -1/+1 | |
2014-12-09 | configure.ac: add macro MPD_ENABLE_AUTO_LIB | Max Kellermann | 1 | -1/+1 | |
2014-11-25 | decoder/mp4v2: remove because of incompatible license | Max Kellermann | 1 | -4/+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-22 | configure.ac: add macro MPD_ENABLE_AUTO_PKG_LIB | Max Kellermann | 1 | -1/+1 | |
2014-11-21 | configure.ac: add macro MPD_ENABLE_AUTO_PKG | Max Kellermann | 1 | -10/+8 | |
Simplify the definition of many build options. | |||||
2014-08-07 | decoder/Mp4v2: add MP4v2 decoder plugin | Andrée Ekroth | 1 | -0/+4 | |
This plugin uses the MP4v2 library to play mp4/m4a files. It is limited to file_decode. | |||||
2014-01-24 | ConfigGlobal: add config_find_block() | Max Kellermann | 1 | -26/+1 | |
Merge duplicate code. | |||||
2014-01-24 | Config*: move to config/ | Max Kellermann | 1 | -2/+2 | |
2014-01-24 | decoder/*: move to decoder/plugins/ | Max Kellermann | 1 | -21/+21 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-12-29 | DecoderList: add function decoder_plugins_supports_suffix() | Max Kellermann | 1 | -37/+8 | |
Replaces decoder_plugin_from_suffix(). | |||||
2013-12-29 | DecoderList: remove unused function decoder_plugin_from_mime_type() | Max Kellermann | 1 | -22/+0 | |
2013-10-22 | DecoderList: fix the decoder_plugin_from_mime_type() return value | Max Kellermann | 1 | -3/+1 | |
2013-10-21 | DecoderList: reimplement _for_each() with function object | Max Kellermann | 1 | -5/+6 | |
2013-10-21 | DecoderPlugin: move functions into the struct | Max Kellermann | 1 | -4/+4 | |
2013-10-21 | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 1 | -9/+9 | |
2013-10-20 | decoder/sidplay: add header file | Max Kellermann | 1 | -2/+1 | |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -5/+5 | |
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann | 1 | -16/+16 | |
2013-10-15 | Util/Macros: replacement for GLib's G_N_ELEMENTS() | Max Kellermann | 1 | -5/+3 | |
2013-09-05 | mpd_error.h: remove obsolete header | Max Kellermann | 1 | -3/+3 | |
Migrate the remaining callers to FatalError(). | |||||
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 1 | -1/+2 | |
Use only ConfigData.hxx in plugin sources to reduce header dependencies. | |||||
2013-08-04 | DecoderPlugin: pass config_param reference | Max Kellermann | 1 | -4/+7 | |
2013-07-28 | decoder_api: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder/fluidsynth: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder/pcm: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder/mpcdec: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder/modplug: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder/mikmod: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder/wildmidi: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder/mpg123: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder/sndfile: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder/audiofile: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder/{dsf,dsdiff}: convert to C++ | Max Kellermann | 1 | -2/+2 | |
2013-07-26 | decoder/mad: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-05-06 | decoder/FLAC*: rename files and symbols to Flac* | Denis Krjuchkov | 1 | -1/+1 | |
2013-04-17 | decoder/faad: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-04-08 | decoder/gme: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-30 | decoder_list: convert to C++ | Max Kellermann | 1 | -2/+2 | |
2013-01-28 | decoder/mp4ff: delete obsolete plugin | Max Kellermann | 1 | -4/+0 | |
The underlying library has been obsolete for many years. | |||||
2013-01-26 | decoder/ffmpeg: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-10 | Log, ...: include cleanup | Max Kellermann | 1 | -1/+0 | |
2013-01-10 | decoder/wavpack: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-07 | decoder/vorbis: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2012-10-02 | decoder/flac: use C++ compiler | Max Kellermann | 1 | -2/+1 | |