aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/DecoderList.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-211-4/+4
| | | | The old struct config_param remains only for top-level string options.
* config/Option: convert to strictly-typed enumMax Kellermann2015-01-211-1/+2
|
* ConfigData: move struct config_param to Param.hxxMax Kellermann2015-01-211-1/+1
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* configure.ac: use MPD_ENABLE_AUTO_PKG_LIB for libgmeMax Kellermann2014-12-221-1/+1
|
* 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-1/+1
|
* Merge tag 'v0.19.5'Max Kellermann2014-11-261-4/+0
|\
| * decoder/mp4v2: remove because of incompatible licenseMax Kellermann2014-11-251-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
* | configure.ac: add macro MPD_ENABLE_AUTO_PKG_LIBMax Kellermann2014-11-221-1/+1
| |
* | configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann2014-11-211-10/+8
|/ | | | Simplify the definition of many build options.
* Merge tag 'v0.18.16'Max Kellermann2014-09-261-0/+2
|
* decoder/Mp4v2: add MP4v2 decoder pluginAndrée Ekroth2014-08-071-0/+4
| | | | | This plugin uses the MP4v2 library to play mp4/m4a files. It is limited to file_decode.
* ConfigGlobal: add config_find_block()Max Kellermann2014-01-241-26/+1
| | | Merge duplicate code.
* Config*: move to config/Max Kellermann2014-01-241-2/+2
|
* decoder/*: move to decoder/plugins/Max Kellermann2014-01-241-0/+186