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
2017-05-15
Merge tag 'v0.20.7'
Max Kellermann
2017-05-15
Main: cap buffer_before_play at 80% to prevent deadlock
Max Kellermann
2017-05-15
Main: enforce a reasonable minimum audio_buffer_size setting
Max Kellermann
2017-05-15
Main: refactor DEFAULT_BUFFER_SIZE to represent bytes
Max Kellermann
2017-05-08
*: remove "pure" and "const" attributes from throwing functions
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-04-28
output/Internal: move thread-specific stuff to AudioOutputControl
Max Kellermann
2017-04-28
output/Control: add struct AudioOutputControl
Max Kellermann
2017-04-28
output/Thread: move code to BeginPause(), IteratePause()
Max Kellermann
2017-04-28
output/Output*: drop "Output" prefix from source file name
Max Kellermann
2017-04-24
decoder/pcm: support audio/L24
Max Kellermann
2017-04-24
Merge branch 'v0.20.x'
Max Kellermann
2017-04-24
decoder/pcm: add missing nullptr check
Max Kellermann
2017-04-24
util/{Foreign,Static}FifoBuffer: update API documentation
Max Kellermann
2017-04-24
util/StaticFifoBuffer: add method GetCapacity()
Max Kellermann
2017-04-24
util/{Foreign,Static}FifoBuffer: use C++11 initializers
Max Kellermann
2017-04-24
Merge branch 'v0.20.x'
Max Kellermann
2017-04-24
decoder/pcm: split variable "frame_size" in "in_*" and "out_*"
Max Kellermann
2017-04-24
pcm/PcmPack: add pcm_unpack_24be()
Max Kellermann
2017-04-24
decoder/pcm: fix potential assertion failure in FillBuffer()
Max Kellermann
2017-04-22
pcm/PcmPack: remove obsolete code comment
Max Kellermann
2017-04-22
pcm/PcmPack: simplify unpack_sample()
Max Kellermann
2017-04-21
Merge branch 'add-original-year-tag' of git://github.com/tremby/MPD
Max Kellermann
2017-04-21
Add support for the OriginalDate tag
Bart Nagel
2017-04-18
output/Internal: add method IsBusy()
Max Kellermann
2017-04-18
output/Control: drop "Output" prefix from file name
Max Kellermann
2017-04-18
Remove some redundant code
Bart Nagel
2017-04-12
util/ScopeExit: copy enabled tag in move constructor
Max Kellermann
2017-04-06
storage/FileInfo, db/simple/Directory: use 64 bit for device/inode
Max Kellermann
2017-03-29
output/alsa: work around dmix non-blocking snd_pcm_drain() bug
Max Kellermann
2017-03-29
lib/alsa/Version: wrapper for snd_asoundlib_version()
Max Kellermann
2017-03-29
output/httpd: copy the Page reference; fixes use-after-free
Max Kellermann
2017-03-10
Merge tag 'v0.20.6'
Max Kellermann
2017-03-10
lib/curl/Request: "ICY 200 OK" is a response boundary header
Max Kellermann
2017-03-10
lib/curl/Request: move code to IsResponseBoundaryHeader()
Max Kellermann
2017-03-10
Partition: handle SYNC_WITH_PLAYER before TAG_MODIFIED
Max Kellermann
2017-03-10
decoder/sidplay: make compatible with libsidplayfp < 1.8
Max Kellermann
2017-03-07
Add missing include for cstdlib, otherwise free() is undefined
Thomas Zander
2017-03-01
util/HugeAllocator: paranoid check for sysconf()<0
Max Kellermann
2017-03-01
ReusableArray: fix build error on GCC7
Ben Boeckel
2017-03-01
db/simple/Mount: workaround for libc++
Max Kellermann
2017-03-01
decoder/Thread: check ENABLE_FFMPEG, not HAVE_FFMPEG
Max Kellermann
2017-03-01
input/curl: use %lu instead of %llu
Max Kellermann
2017-03-01
input/curl: format Range offset as unsigned
Max Kellermann
2017-03-01
command/Error: improve libstdc++ 4.9.x detection for std::rethrow_if_nested()...
Max Kellermann
2017-03-01
decoder/mpcdec: ignore empty frames
Max Kellermann
2017-02-25
command/Partition: add command "partition" to switch to another partition
Max Kellermann
2017-02-25
Instance: add method FindPartition()
Max Kellermann
2017-02-25
Client: add method SetPartition()
Max Kellermann
2017-02-25
Client: convert partition to pointer
Max Kellermann
[next]