aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* decoder/faad: convert to C++Max Kellermann2013-04-171-1/+2
|
* song_sort: convert to C++Max Kellermann2013-04-171-2/+2
|
* encoder_list: convert to C++Max Kellermann2013-04-171-2/+1
|
* input/soup: plugin removedMax Kellermann2013-04-171-7/+0
| | | | | | This plugin is cumbersome to support, now that MPD is migrating away from GLib and the GLib event loop. It has no practical advantages over the CURL plugin. Soup requires the bloated GType library.
* output: convert to C++Max Kellermann2013-04-171-2/+2
|
* output/solaris: convert to C++Max Kellermann2013-04-171-1/+1
|
* output/openal: convert to C++Max Kellermann2013-04-171-1/+1
|
* output/ao: convert to C++Max Kellermann2013-04-171-1/+1
|
* output/shout: convert to C++Max Kellermann2013-04-171-1/+1
|
* output/ffado: remove broken pluginMax Kellermann2013-04-171-7/+0
| | | | | This plugin has been in MPD for three years, and it has never worked. Enough!
* output/mvp: remove obsolete pluginMax Kellermann2013-04-171-5/+0
| | | | | | The hardware is obsolete, and the product does not exist anymore on the Hauppauge web site. Let's see if anybody complains about the removal.
* output/jack: convert to C++Max Kellermann2013-04-171-1/+1
|
* output/fifo: convert to C++Max Kellermann2013-04-171-1/+1
|
* output/pipe: convert to C++Max Kellermann2013-04-171-1/+1
|
* output/recorder: convert to C++Max Kellermann2013-04-171-1/+1
|
* MixerInternal: convert to classMax Kellermann2013-04-161-3/+1
|
* output/Pulse: convert to C++Max Kellermann2013-04-161-2/+2
|
* pcm_export: convert to C++Max Kellermann2013-04-091-1/+2
|
* pcm_*: move to src/pcm/Max Kellermann2013-04-091-27/+27
|
* utils: convert to C++Max Kellermann2013-04-091-17/+3
|
* string_util: convert to C++Max Kellermann2013-04-091-15/+14
|
* cue_parser: convert to C++Max Kellermann2013-04-091-2/+2
|
* decoder_plugin: convert to C++Max Kellermann2013-04-091-1/+1
|
* tokenizer: convert to C++Max Kellermann2013-04-081-15/+17
|
* uri: convert to C++Max Kellermann2013-04-081-8/+3
|
* decoder/gme: convert to C++Max Kellermann2013-04-081-1/+2
|
* Merge tag 'release-0.17.4'Max Kellermann2013-04-081-1/+1
|\
| * Makefile.am: enable "dist-xz"Max Kellermann2013-04-081-1/+1
| |
* | mixer_plugin: convert to C++Max Kellermann2013-02-221-11/+9
| |
* | {output,mixer}/winmm: convert to C++Max Kellermann2013-02-221-2/+2
| |
* | output/null: convert to C++Max Kellermann2013-02-021-2/+2
| |
* | filter: convert to C++Max Kellermann2013-02-011-13/+10
| |
* | test/test_pcm: add unit test for pcm_mix()Max Kellermann2013-02-011-0/+1
| |
* | test/test_pcm: add unit tests for the PcmFormat libraryMax Kellermann2013-02-011-0/+1
| |
* | test/test_pcm: merge source buffer generatorMax Kellermann2013-01-311-0/+1
| |
* | pcm_*: convert to C++Max Kellermann2013-01-311-7/+7
| |
* | mixer/software, filter/volume: convert to C++Max Kellermann2013-01-311-5/+5
| |
* | test/test_pcm: convert to C++Max Kellermann2013-01-311-6/+6
| |
* | pcm_convert: convert to C++Max Kellermann2013-01-311-1/+1
| |
* | util/Manual: new template classMax Kellermann2013-01-301-0/+1
| |
* | filter/convert: convert to C++Max Kellermann2013-01-301-4/+4
| |
* | test/test_vorbis_encoder: convert to C++Max Kellermann2013-01-301-1/+1
| |
* | audio_{parser,config}: convert to C++Max Kellermann2013-01-301-11/+10
| |
* | conf.h: move the GQuark to ConfigQuark.hxxMax Kellermann2013-01-301-0/+1
| |
* | test/run_encoder, ...: convert to C++Max Kellermann2013-01-301-3/+3
| |
* | ConfigFile: move code to ConfigGlobal.cxxMax Kellermann2013-01-301-1/+2
| |
* | conf: move struct definitions to ConfigData.hxxMax Kellermann2013-01-301-0/+2
| |
* | Makefile.am: move source files to libconf.aMax Kellermann2013-01-301-17/+22
| |
* | ConfigFile: add enum ConfigOptionMax Kellermann2013-01-301-17/+28
| | | | | | | | | | Look up top-level config options by enum (= integer), not by name string.
* | ConfigOption: rename to ConfigTemplateMax Kellermann2013-01-301-0/+1
| |