aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-04-17encoder_list: convert to C++Max Kellermann1-2/+1
2013-04-17input/soup: plugin removedMax Kellermann1-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.
2013-04-17output: convert to C++Max Kellermann1-2/+2
2013-04-17output/solaris: convert to C++Max Kellermann1-1/+1
2013-04-17output/openal: convert to C++Max Kellermann1-1/+1
2013-04-17output/ao: convert to C++Max Kellermann1-1/+1
2013-04-17output/shout: convert to C++Max Kellermann1-1/+1
2013-04-17output/ffado: remove broken pluginMax Kellermann1-7/+0
This plugin has been in MPD for three years, and it has never worked. Enough!
2013-04-17output/mvp: remove obsolete pluginMax Kellermann1-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.
2013-04-17output/jack: convert to C++Max Kellermann1-1/+1
2013-04-17output/fifo: convert to C++Max Kellermann1-1/+1
2013-04-17output/pipe: convert to C++Max Kellermann1-1/+1
2013-04-17output/recorder: convert to C++Max Kellermann1-1/+1
2013-04-16MixerInternal: convert to classMax Kellermann1-3/+1
2013-04-16output/Pulse: convert to C++Max Kellermann1-2/+2
2013-04-09pcm_export: convert to C++Max Kellermann1-1/+2
2013-04-09pcm_*: move to src/pcm/Max Kellermann1-27/+27
2013-04-09utils: convert to C++Max Kellermann1-17/+3
2013-04-09string_util: convert to C++Max Kellermann1-15/+14
2013-04-09cue_parser: convert to C++Max Kellermann1-2/+2
2013-04-09decoder_plugin: convert to C++Max Kellermann1-1/+1
2013-04-08tokenizer: convert to C++Max Kellermann1-15/+17
2013-04-08uri: convert to C++Max Kellermann1-8/+3
2013-04-08decoder/gme: convert to C++Max Kellermann1-1/+2
2013-04-08Makefile.am: enable "dist-xz"Max Kellermann1-1/+1
2013-02-22mixer_plugin: convert to C++Max Kellermann1-11/+9
2013-02-22{output,mixer}/winmm: convert to C++Max Kellermann1-2/+2
2013-02-02output/null: convert to C++Max Kellermann1-2/+2
2013-02-01filter: convert to C++Max Kellermann1-13/+10
2013-02-01test/test_pcm: add unit test for pcm_mix()Max Kellermann1-0/+1
2013-02-01test/test_pcm: add unit tests for the PcmFormat libraryMax Kellermann1-0/+1
2013-01-31test/test_pcm: merge source buffer generatorMax Kellermann1-0/+1
2013-01-31pcm_*: convert to C++Max Kellermann1-7/+7
2013-01-31mixer/software, filter/volume: convert to C++Max Kellermann1-5/+5
2013-01-31test/test_pcm: convert to C++Max Kellermann1-6/+6
2013-01-31pcm_convert: convert to C++Max Kellermann1-1/+1
2013-01-30util/Manual: new template classMax Kellermann1-0/+1
2013-01-30filter/convert: convert to C++Max Kellermann1-4/+4
2013-01-30test/test_vorbis_encoder: convert to C++Max Kellermann1-1/+1
2013-01-30audio_{parser,config}: convert to C++Max Kellermann1-11/+10
2013-01-30conf.h: move the GQuark to ConfigQuark.hxxMax Kellermann1-0/+1
2013-01-30test/run_encoder, ...: convert to C++Max Kellermann1-3/+3
2013-01-30ConfigFile: move code to ConfigGlobal.cxxMax Kellermann1-1/+2
2013-01-30conf: move struct definitions to ConfigData.hxxMax Kellermann1-0/+2
2013-01-30Makefile.am: move source files to libconf.aMax Kellermann1-17/+22
2013-01-30ConfigFile: add enum ConfigOptionMax Kellermann1-17/+28
Look up top-level config options by enum (= integer), not by name string.
2013-01-30ConfigOption: rename to ConfigTemplateMax Kellermann1-0/+1
2013-01-30Makefile.am: fix test/read_mixer ruleMax Kellermann1-1/+1
2013-01-30filter_config: convert to C++Max Kellermann1-3/+2
2013-01-30decoder_list: convert to C++Max Kellermann1-2/+1