Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'v0.17.x' | Max Kellermann | 2013-02-19 | 3 | -2/+14 | |
|\| | ||||||
| * | command: allow to omit END in ranges (START:END) | Jörg Thalheim | 2013-02-19 | 2 | -1/+3 | |
| | | | | | | | | | | If END is omitted, mpd should use the highest possible value instead of raising an error. This partially reverts 52e9cab1c1743f64a7 | |||||
| * | player_thread: implement missing "idle" events on output errors | Max Kellermann | 2013-02-04 | 2 | -1/+11 | |
| | | | | | | | | | | | | When all outputs fail, MPD automatically pauses playback, but did not emit the IDLE_PLAYER event. Thus, clients were not woken up. (Mantis 3665) | |||||
* | | output/alsa: workaround for noise after manual song change | Max Kellermann | 2013-02-04 | 2 | -0/+21 | |
| | | | | | | | | | | Workaround for driver bug observed on the Raspberry Pi, see code comment for details. | |||||
* | | output/alsa: pre-allocate the silence buffer | Max Kellermann | 2013-02-04 | 1 | -14/+15 | |
| | | ||||||
* | | output/alsa: move code to alsa_write_silence() | Max Kellermann | 2013-02-04 | 1 | -14/+23 | |
| | | ||||||
* | | 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 | |
| | |