| Commit message (Expand) | Author | Files | Lines |
2013-04-16 | MixerInternal: convert to class | Max Kellermann | 1 | -3/+1 |
2013-04-16 | output/Pulse: convert to C++ | Max Kellermann | 1 | -2/+2 |
2013-04-09 | pcm_export: convert to C++ | Max Kellermann | 1 | -1/+2 |
2013-04-09 | pcm_*: move to src/pcm/ | Max Kellermann | 1 | -27/+27 |
2013-04-09 | utils: convert to C++ | Max Kellermann | 1 | -17/+3 |
2013-04-09 | string_util: convert to C++ | Max Kellermann | 1 | -15/+14 |
2013-04-09 | cue_parser: convert to C++ | Max Kellermann | 1 | -2/+2 |
2013-04-09 | decoder_plugin: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-04-08 | tokenizer: convert to C++ | Max Kellermann | 1 | -15/+17 |
2013-04-08 | uri: convert to C++ | Max Kellermann | 1 | -8/+3 |
2013-04-08 | decoder/gme: convert to C++ | Max Kellermann | 1 | -1/+2 |
2013-04-08 | Makefile.am: enable "dist-xz" | Max Kellermann | 1 | -1/+1 |
2013-02-22 | mixer_plugin: convert to C++ | Max Kellermann | 1 | -11/+9 |
2013-02-22 | {output,mixer}/winmm: convert to C++ | Max Kellermann | 1 | -2/+2 |
2013-02-02 | output/null: convert to C++ | Max Kellermann | 1 | -2/+2 |
2013-02-01 | filter: convert to C++ | Max Kellermann | 1 | -13/+10 |
2013-02-01 | test/test_pcm: add unit test for pcm_mix() | Max Kellermann | 1 | -0/+1 |
2013-02-01 | test/test_pcm: add unit tests for the PcmFormat library | Max Kellermann | 1 | -0/+1 |
2013-01-31 | test/test_pcm: merge source buffer generator | Max Kellermann | 1 | -0/+1 |
2013-01-31 | pcm_*: convert to C++ | Max Kellermann | 1 | -7/+7 |
2013-01-31 | mixer/software, filter/volume: convert to C++ | Max Kellermann | 1 | -5/+5 |
2013-01-31 | test/test_pcm: convert to C++ | Max Kellermann | 1 | -6/+6 |
2013-01-31 | pcm_convert: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-30 | util/Manual: new template class | Max Kellermann | 1 | -0/+1 |
2013-01-30 | filter/convert: convert to C++ | Max Kellermann | 1 | -4/+4 |
2013-01-30 | test/test_vorbis_encoder: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-30 | audio_{parser,config}: convert to C++ | Max Kellermann | 1 | -11/+10 |
2013-01-30 | conf.h: move the GQuark to ConfigQuark.hxx | Max Kellermann | 1 | -0/+1 |
2013-01-30 | test/run_encoder, ...: convert to C++ | Max Kellermann | 1 | -3/+3 |
2013-01-30 | ConfigFile: move code to ConfigGlobal.cxx | Max Kellermann | 1 | -1/+2 |
2013-01-30 | conf: move struct definitions to ConfigData.hxx | Max Kellermann | 1 | -0/+2 |
2013-01-30 | Makefile.am: move source files to libconf.a | Max Kellermann | 1 | -17/+22 |
2013-01-30 | ConfigFile: add enum ConfigOption | Max Kellermann | 1 | -17/+28 |
2013-01-30 | ConfigOption: rename to ConfigTemplate | Max Kellermann | 1 | -0/+1 |
2013-01-30 | Makefile.am: fix test/read_mixer rule | Max Kellermann | 1 | -1/+1 |
2013-01-30 | filter_config: convert to C++ | Max Kellermann | 1 | -3/+2 |
2013-01-30 | decoder_list: convert to C++ | Max Kellermann | 1 | -2/+1 |
2013-01-30 | output/httpd: use the BufferedSocket class for HttpdClient | Max Kellermann | 1 | -1/+0 |
2013-01-30 | ServerSocket: move to libevent.a | Max Kellermann | 1 | -3/+2 |
2013-01-30 | event/BufferedSocket: move output buffer to FullyBufferedSocket | Max Kellermann | 1 | -0/+1 |
2013-01-30 | page: convert to C++ | Max Kellermann | 1 | -3/+2 |
2013-01-30 | icy_server: convert to C++ | Max Kellermann | 1 | -2/+1 |
2013-01-29 | ArchiveFile: convert to a class | Max Kellermann | 1 | -1/+1 |
2013-01-29 | refcount: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-29 | test/visit_archive: new debug program | Max Kellermann | 1 | -0/+26 |
2013-01-29 | ArchivePlugin: replace scan_reset(), scan_next() with visit() | Max Kellermann | 1 | -0/+1 |
2013-01-29 | playlist/memory: use std::forward_list instead of GSList | Max Kellermann | 1 | -0/+1 |
2013-01-29 | playlist/{asx,rss,soundcloud,xspf}: merge code to MemoryPlaylistProvider | Max Kellermann | 1 | -0/+2 |
2013-01-29 | ConfigFile, CommandLine: use the Path class | Max Kellermann | 1 | -0/+11 |
2013-01-29 | test/{read_conf,run_filter}: convert to C++ | Max Kellermann | 1 | -2/+2 |