summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-31test/test_pcm: merge source buffer generatorMax Kellermann
2013-01-31PcmDither: use constexprMax Kellermann
2013-01-31PcmDither: convert struct to a classMax Kellermann
2013-01-31pcm_*: convert to C++Max Kellermann
2013-01-31gcc.h: add "restrict" macro for C++Max Kellermann
2013-01-31mixer/software, filter/volume: convert to C++Max Kellermann
2013-01-31test/test_pcm: convert to C++Max Kellermann
2013-01-31ZeroconfBonjour: fix OnSocketReady() return typeMax Kellermann
2013-01-31filter/convert: remove unused attributeMax Kellermann
2013-01-31pcm_convert: convert to C++Max Kellermann
2013-01-30util/Manual: new template classMax Kellermann
2013-01-30filter/convert: convert to C++Max Kellermann
2013-01-30filter/autoconvert: include cleanupMax Kellermann
2013-01-30TagPool, ...: include cleanupMax Kellermann
2013-01-30ConfigData: use simple linked list instead of GSListMax Kellermann
2013-01-30ConfigData: forbid copying a config_param objectMax Kellermann
2013-01-30FilterConfig: add missing glib.h includeMax Kellermann
2013-01-30ConfigData: move functions into the classMax Kellermann
2013-01-30ConfigData: add constructors/destructorsMax Kellermann
2013-01-30ConfigData: use std::string in block_paramMax Kellermann
2013-01-30ConfigData: use std::vector for the block_param listMax Kellermann
2013-01-30ConfigData: use new/delete instead of GLibMax Kellermann
2013-01-30test/test_vorbis_encoder: convert to C++Max Kellermann
2013-01-30audio_{parser,config}: convert to C++Max Kellermann
2013-01-30conf.h: move the GQuark to ConfigQuark.hxxMax Kellermann
2013-01-30filter/chain, encoder: GLib include cleanupMax Kellermann
2013-01-30test/run_encoder, ...: convert to C++Max Kellermann
2013-01-30ConfigFile: simplify error cleanupMax Kellermann
2013-01-30ConfigFile: move code to ConfigGlobal.cxxMax Kellermann
2013-01-30ConfigFile: add struct ConfigDataMax Kellermann
2013-01-30{encoder,output}_api.h: allow compiling as C++Max Kellermann
2013-01-30conf: move struct definitions to ConfigData.hxxMax Kellermann
2013-01-30Makefile.am: move source files to libconf.aMax Kellermann
2013-01-30ConfigFile: add enum ConfigOptionMax Kellermann
2013-01-30ConfigOption: rename to ConfigTemplateMax Kellermann
2013-01-30Makefile.am: fix test/read_mixer ruleMax Kellermann
2013-01-30ConfigFile: move code to ConfigOptions.cxxMax Kellermann
2013-01-30ConfigFile: split config_entryMax Kellermann
2013-01-30filter_config: convert to C++Max Kellermann
2013-01-30decoder_list: convert to C++Max Kellermann
2013-01-30InotifyUpdate: use std::list instead of GListMax Kellermann
2013-01-30InotifyUpdate: move code to destructorMax Kellermann
2013-01-30InotifyUpdate: allocate the root dynamicallyMax Kellermann
2013-01-30InotifyUpdate: use new/delete instead of GLib slicesMax Kellermann
2013-01-30InotifyUpdate: rename struct watch_directoryMax Kellermann
2013-01-30InotifyUpdate: use std::map instead of GTreeMax Kellermann
2013-01-30UpdateContainer: remove duplicate unlock callMax Kellermann
2013-01-30ArchivePlugin: move instance methods to class ArchiveFileMax Kellermann
2013-01-30archive/bzip2: create file only after stream has been openedMax Kellermann
2013-01-30archive/zzip: fix memory leakMax Kellermann