summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-03-16input/BufferedInputStream: new wrapper for moving plugin to threadMax Kellermann
2014-03-16thread/Thread: make the destructor non-virtualMax Kellermann
2014-03-16input/alsa: don't initialize "seekable=false", "size=-1"Max Kellermann
2014-03-16pcm/Neon: make neon_x4_b() variadicMax Kellermann
2014-03-16pcm/Neon: apply bit shift during float->int conversionMax Kellermann
2014-03-16input/curl: use CircularBufferMax Kellermann
2014-03-16util/CircularBuffer: add method GetSpace()Max Kellermann
2014-03-16util/CircularBuffer: add method GetSize()Max Kellermann
2014-03-15util/CircularBuffer: rename GetSize() to GetCapacity()Max Kellermann
2014-03-15input/curl: add method CurlInputStream::Open()Max Kellermann
2014-03-15input/curl: move _seek() into the CurlInputStream classMax Kellermann
2014-03-15input/curl: move _easy_init() into the CurlInputStream classMax Kellermann
2014-03-15input/curl: pass std::string&& to HeaderReceived()Max Kellermann
2014-03-15input/curl: move code to CurlInputStream methodsMax Kellermann
2014-03-15input/curl: rename "error" to "error_buffer"Max Kellermann
2014-03-15input/curl: rename struct input_curl to CurlInputStreamMax Kellermann
2014-03-15system/fd_util: export fd_set_cloexec()Max Kellermann
2014-03-15util/CircularBuffer: new buffer classMax Kellermann
2014-03-15configure.ac: always define _GNU_SOURCE on LinuxMax Kellermann
2014-03-15pcm/PcmFormat: ARM NEON optimizations for float->s16Max Kellermann
2014-03-14pcm/PcmFormat: don't use WritableBufferMax Kellermann
2014-03-14pcm/PcmFormat: instantiate FloatToInteger<S32>Max Kellermann
2014-03-14pcm/PcmFormat: eliminate more duplicate code with templatesMax Kellermann
2014-03-14pcm/PcmFormat: eliminate local variable "bits"Max Kellermann
2014-03-14pcm/PcmFormat: remove obsolete AllocateFromFloat() overloadMax Kellermann
2014-03-14MultipleOutputs: ensure input_audio_format is zero-initialisedPete Beardmore
2014-03-14command/{storage,file}: suppress bogus format warnings on WIN32Max Kellermann
2014-03-06db/proxy: check connect error before initializing SocketMonitorMax Kellermann
2014-03-05PulseOutputPlugin: avoid locking mainloop object from within mainloop threadPete Beardmore
2014-03-04PulseOutputPlugin: set icon namePete Beardmore
2014-03-02Merge tag 'release-0.18.9'Max Kellermann
2014-03-02output/alsa: remove the obsolete Raspberry Pi workaroundMax Kellermann
2014-03-02output/alsa: call snd_pcm_prepare() after snd_pcm_drop()Max Kellermann
2014-03-02event/SignalMonitor: fix build failure due to missing signal.h includeMax Kellermann
2014-03-02Main: auto-configure state file on AndroidMax Kellermann
2014-03-02Main: use getExternalStorageDirectory() for locating mpd.confMax Kellermann
2014-03-02InputPlugin: allow init() to soft-failMax Kellermann
2014-03-01thread/Name: fall back to prctl()Max Kellermann
2014-03-01output/sles: support stereoMax Kellermann
2014-03-01fs/StandardDirectory: add GetUserCacheDir()Max Kellermann
2014-03-01db/Configured: store database file in cache directoryMax Kellermann
2014-03-01java/File: add method ToAbsolutePath() returning AllocatedPathMax Kellermann
2014-03-01android/Environment: fix copyright headerMax Kellermann
2014-03-01TagId3: disable charset conversion without GLibMax Kellermann
2014-03-01Main: inline mpd_main() on AndroidMax Kellermann
2014-03-01Android: obtain music directory from Environment.getExternalStoragePublicDire...Max Kellermann
2014-03-01java: new helper library for the Android portMax Kellermann
2014-03-01Main: load mpd.conf from /sdcard/ on AndroidMax Kellermann
2014-03-01storage/Configured: fix fallback music directoryMax Kellermann
2014-03-01db/update/ExcludeList: make no-op if GLib is disabledMax Kellermann