Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | SocketUtil: add separators to g_prefix_error() call | Max Kellermann | 2013-02-04 | 1 | -3/+3 | |
| | | ||||||
* | | output/alsa: default "device" is an empty string | Max Kellermann | 2013-02-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | Fixes nullptr dereference in std::string::operator=(). Also fixes a memory leak by using config_get_block_string() instead of config_dup_block_string(). | |||||
* | | event/ServerSocket: close only sockets that have been opened | Max Kellermann | 2013-02-04 | 1 | -1/+3 | |
| | | | | | | | | Fixes assertion failure. | |||||
* | | decoder/Opus: replace non-static data member initializers | Max Kellermann | 2013-02-04 | 1 | -6/+9 | |
| | | | | | | | | Would require gcc 4.7, and MPD attempts to be compatible with gcc 4.6. | |||||
* | | ServerSocket: Initialize length variable | Uli Schlachter | 2013-02-04 | 1 | -1/+1 | |
| | | ||||||
* | | StateFile: use file system API, log in UTF-8 | Denis Krjuchkov | 2013-02-02 | 3 | -11/+16 | |
| | | ||||||
* | | SimpleDatabasePlugin: use file system API, log in UTF-8 | Denis Krjuchkov | 2013-02-02 | 2 | -25/+24 | |
| | | ||||||
* | | UpdateIO.cxx: use file system API, log in UTF-8 | Denis Krjuchkov | 2013-02-02 | 1 | -12/+17 | |
| | | ||||||
* | | UpdateWalk.cxx: use FileExists | Denis Krjuchkov | 2013-02-02 | 1 | -3/+2 | |
| | | ||||||
* | | TextFile.hxx: use file system API | Denis Krjuchkov | 2013-02-02 | 1 | -3/+2 | |
| | | ||||||
* | | SongUpdate.cxx: use StatFile | Denis Krjuchkov | 2013-02-02 | 1 | -1/+2 | |
| | | ||||||
* | | PlaylistSave.cxx: use FOpen | Denis Krjuchkov | 2013-02-02 | 1 | -1/+1 | |
| | | ||||||
* | | PlaylistFile.cxx: use file system API | Denis Krjuchkov | 2013-02-02 | 1 | -6/+5 | |
| | | ||||||
* | | ExcludeList.cxx: use FOpen | Denis Krjuchkov | 2013-02-02 | 1 | -2/+2 | |
| | | ||||||
* | | ConfigFile.cxx: use FOpenMode | Denis Krjuchkov | 2013-02-02 | 1 | -1/+1 | |
| | | ||||||
* | | Path.hxx: add GetDirectoryName() method | Denis Krjuchkov | 2013-02-02 | 1 | -0/+9 | |
| | | ||||||
* | | FileSystem.hxx: add FOpen modes for appending files | Denis Krjuchkov | 2013-02-02 | 1 | -0/+10 | |
| | | ||||||
* | | FilterInternal: convert struct filter to a OO interface | Max Kellermann | 2013-02-02 | 25 | -802/+529 | |
| | | ||||||
* | | output/null: convert to C++ | Max Kellermann | 2013-02-02 | 4 | -24/+31 | |
| | | ||||||
* | | filter/*: don't use GLib macros | Max Kellermann | 2013-02-02 | 6 | -26/+20 | |
| | | ||||||
* | | filter/Chain: use std::forward_list instead of GSList | Max Kellermann | 2013-02-01 | 1 | -41/+20 | |
| | | ||||||
* | | filter: convert to C++ | Max Kellermann | 2013-02-01 | 24 | -137/+121 | |
| | | ||||||
* | | PcmMix: merge duplicate code with templates | Max Kellermann | 2013-02-01 | 1 | -110/+44 | |
| | | ||||||
* | | test/test_pcm: add unit test for pcm_mix() | Max Kellermann | 2013-02-01 | 5 | -0/+119 | |
| | | ||||||
* | | PcmUtils: remove pcm_range(), use PcmClamp() instead | Max Kellermann | 2013-02-01 | 3 | -36/+12 | |
| | | ||||||
* | | PcmUtils: make PcmClamp() 64-bit-safe, add missing cast | Max Kellermann | 2013-02-01 | 1 | -2/+2 | |
| | | ||||||
* | | PcmUtils: remove unused clamp functions | Max Kellermann | 2013-02-01 | 1 | -14/+0 | |
| | | ||||||
* | | PcmFormat: merge duplicate code with a template | Max Kellermann | 2013-02-01 | 2 | -89/+95 | |
| | | ||||||
* | | PcmChannels: merge duplicate code with a template | Max Kellermann | 2013-02-01 | 1 | -38/+9 | |
| | | ||||||
* | | ConfigTemplates: fix typo in id3v1_encoding | Max Kellermann | 2013-02-01 | 1 | -1/+1 | |
| | | ||||||
* | | test/test_pcm: add unit tests for the PcmFormat library | Max Kellermann | 2013-02-01 | 4 | -0/+148 | |
| | | ||||||
* | | test/test_pcm: merge source buffer generator | Max Kellermann | 2013-01-31 | 6 | -109/+118 | |
| | | ||||||
* | | PcmDither: use constexpr | Max Kellermann | 2013-01-31 | 1 | -10/+8 | |
| | | ||||||
* | | PcmDither: convert struct to a class | Max Kellermann | 2013-01-31 | 7 | -55/+47 | |
| | | ||||||
* | | pcm_*: convert to C++ | Max Kellermann | 2013-01-31 | 26 | -129/+132 | |
| | | ||||||
* | | gcc.h: add "restrict" macro for C++ | Max Kellermann | 2013-01-31 | 1 | -0/+8 | |
| | | ||||||
* | | mixer/software, filter/volume: convert to C++ | Max Kellermann | 2013-01-31 | 6 | -29/+32 | |
| | | ||||||
* | | test/test_pcm: convert to C++ | Max Kellermann | 2013-01-31 | 7 | -49/+57 | |
| | | ||||||
* | | ZeroconfBonjour: fix OnSocketReady() return type | Max Kellermann | 2013-01-31 | 1 | -1/+2 | |
| | | ||||||
* | | filter/convert: remove unused attribute | Max Kellermann | 2013-01-31 | 1 | -5/+0 | |
| | | ||||||
* | | pcm_convert: convert to C++ | Max Kellermann | 2013-01-31 | 10 | -224/+228 | |
| | | ||||||
* | | util/Manual: new template class | Max Kellermann | 2013-01-30 | 2 | -0/+112 | |
| | | ||||||
* | | filter/convert: convert to C++ | Max Kellermann | 2013-01-30 | 7 | -71/+75 | |
| | | ||||||
* | | filter/autoconvert: include cleanup | Max Kellermann | 2013-01-30 | 1 | -5/+3 | |
| | | ||||||
* | | TagPool, ...: include cleanup | Max Kellermann | 2013-01-30 | 26 | -80/+49 | |
| | | ||||||
* | | ConfigData: use simple linked list instead of GSList | Max Kellermann | 2013-01-30 | 4 | -40/+38 | |
| | | ||||||
* | | ConfigData: forbid copying a config_param object | Max Kellermann | 2013-01-30 | 1 | -0/+4 | |
| | | ||||||
* | | FilterConfig: add missing glib.h include | Max Kellermann | 2013-01-30 | 1 | -0/+2 | |
| | | ||||||
* | | ConfigData: move functions into the class | Max Kellermann | 2013-01-30 | 7 | -38/+37 | |
| | | ||||||
* | | ConfigData: add constructors/destructors | Max Kellermann | 2013-01-30 | 8 | -56/+32 | |
| | |