| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'v0.17.x' | Max Kellermann | 2013-02-27 | 5 | -16/+22 |
|\ |
|
| * | fix typos in upstream's mpd.conf.5 | Florian Schlichting | 2013-02-27 | 2 | -12/+12 |
| * | Add some comments to keep track of timer units. | Hagen Fritsch | 2013-02-27 | 1 | -3/+5 |
| * | clock: fix usec-to-usec factor | Hagen Fritsch | 2013-02-27 | 1 | -1/+1 |
| * | clock: add missing include | Hagen Fritsch | 2013-02-27 | 2 | -0/+4 |
* | | mixer_plugin: convert to C++ | Max Kellermann | 2013-02-22 | 28 | -74/+59 |
* | | {output,mixer}/winmm: convert to C++ | Max Kellermann | 2013-02-22 | 5 | -57/+68 |
* | | 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 |
| * | player_thread: implement missing "idle" events on output errors | Max Kellermann | 2013-02-04 | 2 | -1/+11 |
* | | output/alsa: workaround for noise after manual song change | Max Kellermann | 2013-02-04 | 2 | -0/+21 |
* | | 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 |
* | | event/ServerSocket: close only sockets that have been opened | Max Kellermann | 2013-02-04 | 1 | -1/+3 |
* | | decoder/Opus: replace non-static data member initializers | Max Kellermann | 2013-02-04 | 1 | -6/+9 |
* | | 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 |