index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2014-03-16
input/BufferedInputStream: new wrapper for moving plugin to thread
Max Kellermann
2014-03-16
thread/Thread: make the destructor non-virtual
Max Kellermann
2014-03-16
input/alsa: don't initialize "seekable=false", "size=-1"
Max Kellermann
2014-03-16
pcm/Neon: make neon_x4_b() variadic
Max Kellermann
2014-03-16
pcm/Neon: apply bit shift during float->int conversion
Max Kellermann
2014-03-16
input/curl: use CircularBuffer
Max Kellermann
2014-03-16
util/CircularBuffer: add method GetSpace()
Max Kellermann
2014-03-16
util/CircularBuffer: add method GetSize()
Max Kellermann
2014-03-15
util/CircularBuffer: rename GetSize() to GetCapacity()
Max Kellermann
2014-03-15
input/curl: add method CurlInputStream::Open()
Max Kellermann
2014-03-15
input/curl: move _seek() into the CurlInputStream class
Max Kellermann
2014-03-15
input/curl: move _easy_init() into the CurlInputStream class
Max Kellermann
2014-03-15
input/curl: pass std::string&& to HeaderReceived()
Max Kellermann
2014-03-15
input/curl: move code to CurlInputStream methods
Max Kellermann
2014-03-15
input/curl: rename "error" to "error_buffer"
Max Kellermann
2014-03-15
input/curl: rename struct input_curl to CurlInputStream
Max Kellermann
2014-03-15
system/fd_util: export fd_set_cloexec()
Max Kellermann
2014-03-15
util/CircularBuffer: new buffer class
Max Kellermann
2014-03-15
configure.ac: always define _GNU_SOURCE on Linux
Max Kellermann
2014-03-15
pcm/PcmFormat: ARM NEON optimizations for float->s16
Max Kellermann
2014-03-14
pcm/PcmFormat: don't use WritableBuffer
Max Kellermann
2014-03-14
pcm/PcmFormat: instantiate FloatToInteger<S32>
Max Kellermann
2014-03-14
pcm/PcmFormat: eliminate more duplicate code with templates
Max Kellermann
2014-03-14
pcm/PcmFormat: eliminate local variable "bits"
Max Kellermann
2014-03-14
pcm/PcmFormat: remove obsolete AllocateFromFloat() overload
Max Kellermann
2014-03-14
MultipleOutputs: ensure input_audio_format is zero-initialised
Pete Beardmore
2014-03-14
command/{storage,file}: suppress bogus format warnings on WIN32
Max Kellermann
2014-03-06
db/proxy: check connect error before initializing SocketMonitor
Max Kellermann
2014-03-05
PulseOutputPlugin: avoid locking mainloop object from within mainloop thread
Pete Beardmore
2014-03-04
PulseOutputPlugin: set icon name
Pete Beardmore
2014-03-02
Merge tag 'release-0.18.9'
Max Kellermann
2014-03-02
output/alsa: remove the obsolete Raspberry Pi workaround
Max Kellermann
2014-03-02
output/alsa: call snd_pcm_prepare() after snd_pcm_drop()
Max Kellermann
2014-03-02
event/SignalMonitor: fix build failure due to missing signal.h include
Max Kellermann
2014-03-02
Main: auto-configure state file on Android
Max Kellermann
2014-03-02
Main: use getExternalStorageDirectory() for locating mpd.conf
Max Kellermann
2014-03-02
InputPlugin: allow init() to soft-fail
Max Kellermann
2014-03-01
thread/Name: fall back to prctl()
Max Kellermann
2014-03-01
output/sles: support stereo
Max Kellermann
2014-03-01
fs/StandardDirectory: add GetUserCacheDir()
Max Kellermann
2014-03-01
db/Configured: store database file in cache directory
Max Kellermann
2014-03-01
java/File: add method ToAbsolutePath() returning AllocatedPath
Max Kellermann
2014-03-01
android/Environment: fix copyright header
Max Kellermann
2014-03-01
TagId3: disable charset conversion without GLib
Max Kellermann
2014-03-01
Main: inline mpd_main() on Android
Max Kellermann
2014-03-01
Android: obtain music directory from Environment.getExternalStoragePublicDire...
Max Kellermann
2014-03-01
java: new helper library for the Android port
Max Kellermann
2014-03-01
Main: load mpd.conf from /sdcard/ on Android
Max Kellermann
2014-03-01
storage/Configured: fix fallback music directory
Max Kellermann
2014-03-01
db/update/ExcludeList: make no-op if GLib is disabled
Max Kellermann
[next]