summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-15*: add "noexcept" to many, many function prototypesMax Kellermann
2017-05-15*: remove "pure" and "const" attributes from throwing functionsMax Kellermann
2017-05-15Merge tag 'v0.20.7'Max Kellermann
2017-05-15release v0.20.7v0.20.7Max 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-15doc/developer.xml: change git URIs to GitHubMax Kellermann
2017-05-15doc, README.md: update bug tracker URLMax 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-27Add initial travis configurationAndré Klitzing
2017-04-24decoder/pcm: support audio/L24Max Kellermann
2017-04-24Merge branch 'v0.20.x'Max Kellermann
2017-04-24python/libs: upgrade Boost to 1.64Max Kellermann
2017-04-24python/build/libs: upgrade CURL to 7.54.0Max Kellermann
2017-04-24python/build/libs: upgrade FFmpeg to 3.3Max 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-24INSTALL: merge into doc/user.xmlMax Kellermann
2017-04-24doc/user.xml: add sticker documentationMax Kellermann
2017-04-24doc/user.xml: add Zeroconf documentationMax 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-11Update libs.pymartinarielhartmann
2017-04-11Fix typocotko
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-16configure.ac: prepare for 0.20.7Max Kellermann
2017-03-10Merge tag 'v0.20.6'Max Kellermann
2017-03-10release v0.20.6v0.20.6Max Kellermann
2017-03-10lib/curl/Request: "ICY 200 OK" is a response boundary headerMax Kellermann