aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2013-02-01PcmMix: merge duplicate code with templatesMax Kellermann1-110/+44
2013-02-01PcmUtils: remove pcm_range(), use PcmClamp() insteadMax Kellermann3-36/+12
2013-02-01PcmUtils: make PcmClamp() 64-bit-safe, add missing castMax Kellermann1-2/+2
2013-02-01PcmUtils: remove unused clamp functionsMax Kellermann1-14/+0
2013-02-01PcmFormat: merge duplicate code with a templateMax Kellermann2-89/+95
2013-02-01PcmChannels: merge duplicate code with a templateMax Kellermann1-38/+9
2013-02-01ConfigTemplates: fix typo in id3v1_encodingMax Kellermann1-1/+1
2013-01-31PcmDither: use constexprMax Kellermann1-10/+8
2013-01-31PcmDither: convert struct to a classMax Kellermann6-47/+43
2013-01-31pcm_*: convert to C++Max Kellermann19-111/+119
2013-01-31gcc.h: add "restrict" macro for C++Max Kellermann1-0/+8
2013-01-31mixer/software, filter/volume: convert to C++Max Kellermann5-24/+27
2013-01-31ZeroconfBonjour: fix OnSocketReady() return typeMax Kellermann1-1/+2
2013-01-31filter/convert: remove unused attributeMax Kellermann1-5/+0
2013-01-31pcm_convert: convert to C++Max Kellermann7-203/+214
2013-01-30util/Manual: new template classMax Kellermann1-0/+111
2013-01-30filter/convert: convert to C++Max Kellermann6-67/+71
2013-01-30filter/autoconvert: include cleanupMax Kellermann1-5/+3
2013-01-30TagPool, ...: include cleanupMax Kellermann25-77/+44
2013-01-30ConfigData: use simple linked list instead of GSListMax Kellermann4-40/+38
2013-01-30ConfigData: forbid copying a config_param objectMax Kellermann1-0/+4
2013-01-30FilterConfig: add missing glib.h includeMax Kellermann1-0/+2
2013-01-30ConfigData: move functions into the classMax Kellermann4-34/+34
2013-01-30ConfigData: add constructors/destructorsMax Kellermann5-44/+22
2013-01-30ConfigData: use std::string in block_paramMax Kellermann3-15/+11
2013-01-30ConfigData: use std::vector for the block_param listMax Kellermann3-31/+17
2013-01-30ConfigData: use new/delete instead of GLibMax Kellermann1-2/+2
2013-01-30audio_{parser,config}: convert to C++Max Kellermann9-27/+28
2013-01-30conf.h: move the GQuark to ConfigQuark.hxxMax Kellermann5-13/+39
2013-01-30filter/chain, encoder: GLib include cleanupMax Kellermann5-28/+29
2013-01-30test/run_encoder, ...: convert to C++Max Kellermann2-0/+16
2013-01-30ConfigFile: simplify error cleanupMax Kellermann1-23/+24
2013-01-30ConfigFile: move code to ConfigGlobal.cxxMax Kellermann5-234/+344
2013-01-30ConfigFile: add struct ConfigDataMax Kellermann2-9/+26
2013-01-30{encoder,output}_api.h: allow compiling as C++Max Kellermann7-11/+19
2013-01-30conf: move struct definitions to ConfigData.hxxMax Kellermann6-239/+363
2013-01-30ConfigFile: add enum ConfigOptionMax Kellermann10-172/+237
2013-01-30ConfigOption: rename to ConfigTemplateMax Kellermann2-7/+7
2013-01-30ConfigFile: move code to ConfigOptions.cxxMax Kellermann2-73/+99
2013-01-30ConfigFile: split config_entryMax Kellermann1-39/+27
2013-01-30filter_config: convert to C++Max Kellermann3-13/+13
2013-01-30decoder_list: convert to C++Max Kellermann10-18/+21
2013-01-30InotifyUpdate: use std::list instead of GListMax Kellermann1-25/+25
2013-01-30InotifyUpdate: move code to destructorMax Kellermann1-5/+5
2013-01-30InotifyUpdate: allocate the root dynamicallyMax Kellermann1-10/+8
2013-01-30InotifyUpdate: use new/delete instead of GLib slicesMax Kellermann1-9/+11
2013-01-30InotifyUpdate: rename struct watch_directoryMax Kellermann1-18/+18
2013-01-30InotifyUpdate: use std::map instead of GTreeMax Kellermann1-38/+25
2013-01-30UpdateContainer: remove duplicate unlock callMax Kellermann1-1/+0
2013-01-30ArchivePlugin: move instance methods to class ArchiveFileMax Kellermann8-159/+90