summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-11{output,mixer}/alsa: use snd_pcm_poll_descriptors_revents()Max Kellermann
2018-11-11events/MultiSocketMonitor: add method ForEachResult()Max Kellermann
2018-11-11lib/alsa/NonBlock: move the functions into a class managing the stateMax Kellermann
2018-11-11Merge branch 'fix_362' of git://github.com/miccoli/MPDMax Kellermann
2018-11-08output/httpd: fix nullptr dereference crash bugMax Kellermann
2018-11-08song/Filter: move code to ParseStringFilter()Max Kellermann
2018-11-07song/{Tag,Uri}SongFilter: pass `StringFilter&&` to constructorMax Kellermann
2018-11-07song/StringFilter: move `negated` flag from containing classMax Kellermann
2018-11-07lib/zlib/meson.build: add zlib_dep to `declare_dependency`Max Kellermann
2018-11-07NEWS: mention the ENABLE_ZLIB fixMax Kellermann
2018-11-07lib/zlib/meson.build: define ENABLE_ZLIBMax Kellermann
2018-11-07output/Source: reset current_chunk in Open()Max Kellermann
2018-11-06player/Thread: finish decoder startup before checking the bufferMax Kellermann
2018-11-06doc/user.rst: more markupMax Kellermann
2018-11-06doc/user.rst: add information about debug buildMax Kellermann
2018-11-05check.h: remove obsolete ENABLE_LARGEFILE checkMax Kellermann
2018-11-04decoder/ffmpeg: eliminate GetSampleFormat()Max Kellermann
2018-11-04decoder/ffmepg: fill AudioFormat from AVCodecContext, not AVCodecParametersMax Kellermann
2018-11-04clamp 'set_normalized_volume' to valid values also for ALSA softvolStefano Miccoli
2018-11-04decoder/ffmpeg: use AtScopeExit() to call av_packet_unref()Max Kellermann
2018-11-04decoder/ffmpeg: require FFmpeg 3.1 or laterMax Kellermann
2018-11-04increment version number to 0.21.2Max Kellermann
2018-11-04release v0.21.1v0.21.1Max Kellermann
2018-11-04doc/protocol.rst: add missing backticksFabian Muscariello
2018-11-04song/Filter: operator "==" never searches substrings in filter expressionsMax Kellermann
2018-11-04song/StringFilter: add flag `substring`Max Kellermann
2018-11-04song/StringFilter: use std::string::operator==Max Kellermann
2018-11-04meson.build: downgrade Boost 1.67 error to warningMax Kellermann
2018-11-04meson.build: refuse to build with buggy Boost version 1.67Max Kellermann
2018-11-04lib/xiph/meson.build: the Vorbis encoder requires the Vorbis decoderMax Kellermann
2018-11-04doc/protocol.rst: mention that sub-expressios must be enclosed in paranthesesMax Kellermann
2018-11-04meson.build: require Meson 0.47.2Max Kellermann
2018-11-04lib/xiph/meson.build: fix typo, replace `and` with `or`Max Kellermann
2018-11-04zeroconf/glue: add fallback value for HOST_NAME_MAXMax Kellermann
2018-11-04win32/build.py: link libstdc++ and libcc staticallyMax Kellermann
2018-11-04python/build/zlib.py: build zlib as a static libraryMax Kellermann
2018-11-02song/Filter: allow escaping quotes in filter expressionsMax Kellermann
2018-11-02remove some autotools remainsMax Kellermann
2018-11-02net/IPv[46]Address: make the initializers more portableMax Kellermann
2018-11-02system/FileDescriptor: check `__linux__` instead of `__linux`Max Kellermann
2018-11-02NEWS: mention the FFmpeg build fixMax Kellermann
2018-11-01Merge branch 'patch-1' of git://github.com/joerg-krause/MPDMax Kellermann
2018-11-01src/lib/ffmpeg/meson.build: copy dependencies into ffmpeg_depMax Kellermann
2018-11-01meson: fix typo in options plugins commentJörg Krause
2018-11-01increment version number to 0.21.1Max Kellermann
2018-10-31release v0.21v0.21Max Kellermann
2018-10-31android/AndroidManifest.xml: increment version to 0.21Max Kellermann
2018-10-31android/apk/make-unsigned-apk.sh: pass -X to zip to avoid storing uidsMax Kellermann
2018-10-31meson.build: use -funwind-tables only with clangMax Kellermann
2018-10-31zeroconf/glue: use strstr() and std::string::replace() instead of std::regex_...Max Kellermann