summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-05-15Merge tag 'v0.20.7'Max Kellermann
2017-05-15Main: cap buffer_before_play at 80% to prevent deadlockMax Kellermann
2017-05-15Main: enforce a reasonable minimum audio_buffer_size settingMax Kellermann
2017-05-15Main: refactor DEFAULT_BUFFER_SIZE to represent bytesMax Kellermann
2017-05-08*: remove "pure" and "const" attributes from throwing functionsMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-04-28output/Internal: move thread-specific stuff to AudioOutputControlMax Kellermann
2017-04-28output/Control: add struct AudioOutputControlMax Kellermann
2017-04-28output/Thread: move code to BeginPause(), IteratePause()Max Kellermann
2017-04-28output/Output*: drop "Output" prefix from source file nameMax Kellermann
2017-04-24decoder/pcm: support audio/L24Max Kellermann
2017-04-24Merge branch 'v0.20.x'Max Kellermann
2017-04-24decoder/pcm: add missing nullptr checkMax Kellermann
2017-04-24util/{Foreign,Static}FifoBuffer: update API documentationMax Kellermann
2017-04-24util/StaticFifoBuffer: add method GetCapacity()Max Kellermann
2017-04-24util/{Foreign,Static}FifoBuffer: use C++11 initializersMax Kellermann
2017-04-24Merge branch 'v0.20.x'Max Kellermann
2017-04-24decoder/pcm: split variable "frame_size" in "in_*" and "out_*"Max Kellermann
2017-04-24pcm/PcmPack: add pcm_unpack_24be()Max Kellermann
2017-04-24decoder/pcm: fix potential assertion failure in FillBuffer()Max Kellermann
2017-04-22pcm/PcmPack: remove obsolete code commentMax Kellermann
2017-04-22pcm/PcmPack: simplify unpack_sample()Max Kellermann
2017-04-21Merge branch 'add-original-year-tag' of git://github.com/tremby/MPDMax Kellermann
2017-04-21Add support for the OriginalDate tagBart Nagel
2017-04-18output/Internal: add method IsBusy()Max Kellermann
2017-04-18output/Control: drop "Output" prefix from file nameMax Kellermann
2017-04-18Remove some redundant codeBart Nagel
2017-04-12util/ScopeExit: copy enabled tag in move constructorMax Kellermann
2017-04-06storage/FileInfo, db/simple/Directory: use 64 bit for device/inodeMax Kellermann
2017-03-29output/alsa: work around dmix non-blocking snd_pcm_drain() bugMax Kellermann
2017-03-29lib/alsa/Version: wrapper for snd_asoundlib_version()Max Kellermann
2017-03-29output/httpd: copy the Page reference; fixes use-after-freeMax Kellermann
2017-03-10Merge tag 'v0.20.6'Max Kellermann
2017-03-10lib/curl/Request: "ICY 200 OK" is a response boundary headerMax Kellermann
2017-03-10lib/curl/Request: move code to IsResponseBoundaryHeader()Max Kellermann
2017-03-10Partition: handle SYNC_WITH_PLAYER before TAG_MODIFIEDMax Kellermann
2017-03-10decoder/sidplay: make compatible with libsidplayfp < 1.8Max Kellermann
2017-03-07Add missing include for cstdlib, otherwise free() is undefinedThomas Zander
2017-03-01util/HugeAllocator: paranoid check for sysconf()<0Max Kellermann
2017-03-01ReusableArray: fix build error on GCC7Ben Boeckel
2017-03-01db/simple/Mount: workaround for libc++Max Kellermann
2017-03-01decoder/Thread: check ENABLE_FFMPEG, not HAVE_FFMPEGMax Kellermann
2017-03-01input/curl: use %lu instead of %lluMax Kellermann
2017-03-01input/curl: format Range offset as unsignedMax Kellermann
2017-03-01command/Error: improve libstdc++ 4.9.x detection for std::rethrow_if_nested()...Max Kellermann
2017-03-01decoder/mpcdec: ignore empty framesMax Kellermann
2017-02-25command/Partition: add command "partition" to switch to another partitionMax Kellermann
2017-02-25Instance: add method FindPartition()Max Kellermann
2017-02-25Client: add method SetPartition()Max Kellermann
2017-02-25Client: convert partition to pointerMax Kellermann