aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-15input/curl: rename struct input_curl to CurlInputStreamMax Kellermann1-32/+32
2014-03-15system/fd_util: export fd_set_cloexec()Max Kellermann2-1/+4
2014-03-15util/CircularBuffer: new buffer classMax Kellermann1-0/+165
2014-03-15configure.ac: always define _GNU_SOURCE on LinuxMax Kellermann3-13/+0
2014-03-15pcm/PcmFormat: ARM NEON optimizations for float->s16Max Kellermann2-1/+135
2014-03-14pcm/PcmFormat: don't use WritableBufferMax Kellermann1-28/+20
2014-03-14pcm/PcmFormat: instantiate FloatToInteger<S32>Max Kellermann1-6/+1
2014-03-14pcm/PcmFormat: eliminate more duplicate code with templatesMax Kellermann3-122/+233
2014-03-14pcm/PcmFormat: eliminate local variable "bits"Max Kellermann1-3/+1
2014-03-14pcm/PcmFormat: remove obsolete AllocateFromFloat() overloadMax Kellermann1-15/+0
2014-03-14MultipleOutputs: ensure input_audio_format is zero-initialisedPete Beardmore1-0/+1
2014-03-14command/{storage,file}: suppress bogus format warnings on WIN32Max Kellermann2-0/+22
2014-03-06db/proxy: check connect error before initializing SocketMonitorMax Kellermann1-7/+7
2014-03-05PulseOutputPlugin: avoid locking mainloop object from within mainloop threadPete Beardmore1-5/+14
2014-03-04PulseOutputPlugin: set icon namePete Beardmore1-0/+1
2014-03-02output/alsa: remove the obsolete Raspberry Pi workaroundMax Kellermann1-36/+0
2014-03-02output/alsa: call snd_pcm_prepare() after snd_pcm_drop()Max Kellermann1-0/+25
2014-03-02event/SignalMonitor: fix build failure due to missing signal.h includeMax Kellermann1-0/+2
2014-03-02Main: auto-configure state file on AndroidMax Kellermann1-2/+15
2014-03-02Main: use getExternalStorageDirectory() for locating mpd.confMax Kellermann1-2/+11
2014-03-02InputPlugin: allow init() to soft-failMax Kellermann6-16/+65
2014-03-01thread/Name: fall back to prctl()Max Kellermann1-0/+4
2014-03-01output/sles: support stereoMax Kellermann1-5/+7
2014-03-01fs/StandardDirectory: add GetUserCacheDir()Max Kellermann3-15/+25
2014-03-01db/Configured: store database file in cache directoryMax Kellermann5-2/+117
2014-03-01java/File: add method ToAbsolutePath() returning AllocatedPathMax Kellermann5-60/+67
2014-03-01android/Environment: fix copyright headerMax Kellermann2-42/+34
2014-03-01TagId3: disable charset conversion without GLibMax Kellermann1-0/+9
2014-03-01Main: inline mpd_main() on AndroidMax Kellermann2-0/+7
2014-03-01Android: obtain music directory from Environment.getExternalStoragePublicDire...Max Kellermann4-1/+178
2014-03-01java: new helper library for the Android portMax Kellermann14-1/+723
2014-03-01Main: load mpd.conf from /sdcard/ on AndroidMax Kellermann1-0/+3
2014-03-01storage/Configured: fix fallback music directoryMax Kellermann1-4/+1
2014-03-01db/update/ExcludeList: make no-op if GLib is disabledMax Kellermann2-0/+22
2014-03-01util/{Const,Writable}Buffer: add operator[]Max Kellermann4-4/+26
2014-03-01util/{Const,Writable}Buffer: add template specialization for "void"Max Kellermann2-0/+68
2014-03-01util/ConstBuffer: remove cast operator ConstBuffer<void>Max Kellermann1-4/+0
2014-03-01command: add command "listfiles"Max Kellermann13-53/+310
2014-02-28DatabasePrint: move code to PrintDirectoryURI()Max Kellermann1-2/+8
2014-02-28DatabasePrint: add API documentationMax Kellermann1-0/+3
2014-02-28{Other,Database}Commands: contract declaration and assignmentMax Kellermann2-12/+6
2014-02-27AllCommands: "findadd" requires the "add" permissionMax Kellermann1-1/+1
2014-02-27db/simple: mount pointsMax Kellermann18-24/+600
2014-02-27CompositeStorage: add method GetMount()Max Kellermann2-0/+24
2014-02-27db/update/Queue: use std::list instead of std::queueMax Kellermann2-5/+4
2014-02-27db/simple: GetRoot() returns referenceMax Kellermann2-3/+3
2014-02-27db/update/Service: allocate UpdateWalk dynamicallyMax Kellermann5-19/+28
2014-02-27Playlist: use the Error library to return errorsMax Kellermann9-82/+83
2014-02-27Playlist*: move to queue/Max Kellermann16-8/+8
2014-02-27db/update: cancel the update on shutdownMax Kellermann6-1/+58