| Commit message (Expand) | Author | Files | Lines |
2014-03-16 | pcm/Neon: make neon_x4_b() variadic | Max Kellermann | 1 | -6/+5 |
2014-03-16 | pcm/Neon: apply bit shift during float->int conversion | Max Kellermann | 1 | -7/+2 |
2014-03-16 | input/curl: use CircularBuffer | Max Kellermann | 1 | -133/+75 |
2014-03-16 | util/CircularBuffer: add method GetSpace() | Max Kellermann | 1 | -0/+12 |
2014-03-16 | util/CircularBuffer: add method GetSize() | Max Kellermann | 1 | -0/+9 |
2014-03-15 | util/CircularBuffer: rename GetSize() to GetCapacity() | Max Kellermann | 1 | -22/+22 |
2014-03-15 | input/curl: add method CurlInputStream::Open() | Max Kellermann | 1 | -12/+17 |
2014-03-15 | input/curl: move _seek() into the CurlInputStream class | Max Kellermann | 1 | -38/+44 |
2014-03-15 | input/curl: move _easy_init() into the CurlInputStream class | Max Kellermann | 1 | -30/+30 |
2014-03-15 | input/curl: pass std::string&& to HeaderReceived() | Max Kellermann | 1 | -25/+8 |
2014-03-15 | input/curl: move code to CurlInputStream methods | Max Kellermann | 1 | -178/+231 |
2014-03-15 | input/curl: rename "error" to "error_buffer" | Max Kellermann | 1 | -3/+3 |
2014-03-15 | input/curl: rename struct input_curl to CurlInputStream | Max Kellermann | 1 | -32/+32 |
2014-03-15 | system/fd_util: export fd_set_cloexec() | Max Kellermann | 2 | -1/+4 |
2014-03-15 | util/CircularBuffer: new buffer class | Max Kellermann | 1 | -0/+165 |
2014-03-15 | configure.ac: always define _GNU_SOURCE on Linux | Max Kellermann | 3 | -13/+0 |
2014-03-15 | pcm/PcmFormat: ARM NEON optimizations for float->s16 | Max Kellermann | 2 | -1/+135 |
2014-03-14 | pcm/PcmFormat: don't use WritableBuffer | Max Kellermann | 1 | -28/+20 |
2014-03-14 | pcm/PcmFormat: instantiate FloatToInteger<S32> | Max Kellermann | 1 | -6/+1 |
2014-03-14 | pcm/PcmFormat: eliminate more duplicate code with templates | Max Kellermann | 3 | -122/+233 |
2014-03-14 | pcm/PcmFormat: eliminate local variable "bits" | Max Kellermann | 1 | -3/+1 |
2014-03-14 | pcm/PcmFormat: remove obsolete AllocateFromFloat() overload | Max Kellermann | 1 | -15/+0 |
2014-03-14 | MultipleOutputs: ensure input_audio_format is zero-initialised | Pete Beardmore | 1 | -0/+1 |
2014-03-14 | command/{storage,file}: suppress bogus format warnings on WIN32 | Max Kellermann | 2 | -0/+22 |
2014-03-06 | db/proxy: check connect error before initializing SocketMonitor | Max Kellermann | 1 | -7/+7 |
2014-03-06 | decoder/gme: fix memory leak in container_scan() | Max Kellermann | 1 | -0/+1 |
2014-03-05 | PulseOutputPlugin: avoid locking mainloop object from within mainloop thread | Pete Beardmore | 1 | -5/+14 |
2014-03-04 | PulseOutputPlugin: set icon name | Pete Beardmore | 1 | -0/+1 |
2014-03-02 | output/alsa: remove the obsolete Raspberry Pi workaround | Max Kellermann | 1 | -36/+0 |
2014-03-02 | output/alsa: call snd_pcm_prepare() after snd_pcm_drop() | Max Kellermann | 1 | -0/+25 |
2014-03-02 | event/SignalMonitor: fix build failure due to missing signal.h include | Max Kellermann | 1 | -0/+2 |
2014-03-02 | Main: auto-configure state file on Android | Max Kellermann | 1 | -2/+15 |
2014-03-02 | Main: use getExternalStorageDirectory() for locating mpd.conf | Max Kellermann | 1 | -2/+11 |
2014-03-02 | InputPlugin: allow init() to soft-fail | Max Kellermann | 6 | -16/+65 |
2014-03-01 | thread/Name: fall back to prctl() | Max Kellermann | 1 | -0/+4 |
2014-03-01 | output/sles: support stereo | Max Kellermann | 1 | -5/+7 |
2014-03-01 | fs/StandardDirectory: add GetUserCacheDir() | Max Kellermann | 3 | -15/+25 |
2014-03-01 | db/Configured: store database file in cache directory | Max Kellermann | 5 | -2/+117 |
2014-03-01 | java/File: add method ToAbsolutePath() returning AllocatedPath | Max Kellermann | 5 | -60/+67 |
2014-03-01 | android/Environment: fix copyright header | Max Kellermann | 2 | -42/+34 |
2014-03-01 | TagId3: disable charset conversion without GLib | Max Kellermann | 1 | -0/+9 |
2014-03-01 | Main: inline mpd_main() on Android | Max Kellermann | 2 | -0/+7 |
2014-03-01 | Android: obtain music directory from Environment.getExternalStoragePublicDire... | Max Kellermann | 4 | -1/+178 |
2014-03-01 | java: new helper library for the Android port | Max Kellermann | 14 | -1/+723 |
2014-03-01 | Main: load mpd.conf from /sdcard/ on Android | Max Kellermann | 1 | -0/+3 |
2014-03-01 | storage/Configured: fix fallback music directory | Max Kellermann | 1 | -4/+1 |
2014-03-01 | db/update/ExcludeList: make no-op if GLib is disabled | Max Kellermann | 2 | -0/+22 |
2014-03-01 | util/{Const,Writable}Buffer: add operator[] | Max Kellermann | 4 | -4/+26 |
2014-03-01 | util/{Const,Writable}Buffer: add template specialization for "void" | Max Kellermann | 2 | -0/+68 |
2014-03-01 | util/ConstBuffer: remove cast operator ConstBuffer<void> | Max Kellermann | 1 | -4/+0 |