| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | filter: convert to C++ | Max Kellermann | 2013-02-01 | 1 | -13/+10 |
* | | test/test_pcm: add unit test for pcm_mix() | Max Kellermann | 2013-02-01 | 1 | -0/+1 |
* | | test/test_pcm: add unit tests for the PcmFormat library | Max Kellermann | 2013-02-01 | 1 | -0/+1 |
* | | test/test_pcm: merge source buffer generator | Max Kellermann | 2013-01-31 | 1 | -0/+1 |
* | | pcm_*: convert to C++ | Max Kellermann | 2013-01-31 | 1 | -7/+7 |
* | | mixer/software, filter/volume: convert to C++ | Max Kellermann | 2013-01-31 | 1 | -5/+5 |
* | | test/test_pcm: convert to C++ | Max Kellermann | 2013-01-31 | 1 | -6/+6 |
* | | pcm_convert: convert to C++ | Max Kellermann | 2013-01-31 | 1 | -1/+1 |
* | | util/Manual: new template class | Max Kellermann | 2013-01-30 | 1 | -0/+1 |
* | | filter/convert: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -4/+4 |
* | | test/test_vorbis_encoder: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -1/+1 |
* | | audio_{parser,config}: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -11/+10 |
* | | conf.h: move the GQuark to ConfigQuark.hxx | Max Kellermann | 2013-01-30 | 1 | -0/+1 |
* | | test/run_encoder, ...: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -3/+3 |
* | | ConfigFile: move code to ConfigGlobal.cxx | Max Kellermann | 2013-01-30 | 1 | -1/+2 |
* | | conf: move struct definitions to ConfigData.hxx | Max Kellermann | 2013-01-30 | 1 | -0/+2 |
* | | Makefile.am: move source files to libconf.a | Max Kellermann | 2013-01-30 | 1 | -17/+22 |
* | | ConfigFile: add enum ConfigOption | Max Kellermann | 2013-01-30 | 1 | -17/+28 |
* | | ConfigOption: rename to ConfigTemplate | Max Kellermann | 2013-01-30 | 1 | -0/+1 |
* | | Makefile.am: fix test/read_mixer rule | Max Kellermann | 2013-01-30 | 1 | -1/+1 |
* | | filter_config: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -3/+2 |
* | | decoder_list: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -2/+1 |
* | | output/httpd: use the BufferedSocket class for HttpdClient | Max Kellermann | 2013-01-30 | 1 | -1/+0 |
* | | ServerSocket: move to libevent.a | Max Kellermann | 2013-01-30 | 1 | -3/+2 |
* | | event/BufferedSocket: move output buffer to FullyBufferedSocket | Max Kellermann | 2013-01-30 | 1 | -0/+1 |
* | | page: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -3/+2 |
* | | icy_server: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -2/+1 |
* | | ArchiveFile: convert to a class | Max Kellermann | 2013-01-29 | 1 | -1/+1 |
* | | refcount: convert to C++ | Max Kellermann | 2013-01-29 | 1 | -1/+1 |
* | | test/visit_archive: new debug program | Max Kellermann | 2013-01-29 | 1 | -0/+26 |
* | | ArchivePlugin: replace scan_reset(), scan_next() with visit() | Max Kellermann | 2013-01-29 | 1 | -0/+1 |
* | | playlist/memory: use std::forward_list instead of GSList | Max Kellermann | 2013-01-29 | 1 | -0/+1 |
* | | playlist/{asx,rss,soundcloud,xspf}: merge code to MemoryPlaylistProvider | Max Kellermann | 2013-01-29 | 1 | -0/+2 |
* | | ConfigFile, CommandLine: use the Path class | Max Kellermann | 2013-01-29 | 1 | -0/+11 |
* | | test/{read_conf,run_filter}: convert to C++ | Max Kellermann | 2013-01-29 | 1 | -2/+2 |
* | | output/osx: convert to C++ | Max Kellermann | 2013-01-29 | 1 | -1/+2 |
* | | output/{alsa,oss}: convert to C++ | Max Kellermann | 2013-01-29 | 1 | -3/+5 |
* | | decoder/mp4ff: delete obsolete plugin | Max Kellermann | 2013-01-28 | 1 | -5/+0 |
* | | zeroconf: convert to C++ | Max Kellermann | 2013-01-27 | 1 | -4/+5 |
* | | Makefile.cxx: fix test/run_input.cxx path | Max Kellermann | 2013-01-27 | 1 | -1/+1 |
* | | playlist/*: convert to C++ | Max Kellermann | 2013-01-27 | 1 | -15/+15 |
* | | input_stream: forward-declare the struct | Max Kellermann | 2013-01-26 | 1 | -1/+1 |
* | | tag_file: convert to C++ | Max Kellermann | 2013-01-26 | 1 | -2/+2 |
* | | playlist/*: convert to C++ | Max Kellermann | 2013-01-26 | 1 | -8/+8 |
* | | decoder/ffmpeg: convert to C++ | Max Kellermann | 2013-01-26 | 1 | -3/+4 |
* | | input_{internal,plugin}: convert to C++ | Max Kellermann | 2013-01-25 | 1 | -2/+2 |
* | | archive/*: convert to C++ | Max Kellermann | 2013-01-24 | 1 | -15/+14 |
* | | Makefile.am: introduce libfs | Denis Krjuchkov | 2013-01-22 | 1 | -4/+10 |
* | | Path: move to fs subdirectory | Denis Krjuchkov | 2013-01-22 | 1 | -2/+2 |
* | | FileSystem: extract DirectoryReader, improve the rest | Denis Krjuchkov | 2013-01-22 | 1 | -1/+2 |