summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-04decoder/ffmpeg: eliminate GetSampleFormat()Max Kellermann
2018-11-04decoder/ffmepg: fill AudioFormat from AVCodecContext, not AVCodecParametersMax Kellermann
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
2018-10-31NEWS: mention the zeroconf_name %h substitutionMax Kellermann
2018-10-31Merge branch 'bug516974' of git://github.com/fschlich/MPDMax Kellermann
2018-10-31command/sticker: return ACK_ERROR_NO_EXIST for "no such sticker"Max Kellermann
2018-10-31AUTHORS: add 0.21 contributorsMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-10-31include hostname in zeroconf_name (fixes #387)Florian Schlichting
2018-10-31fs/io/FileOutputStream: fix -WcommentMax Kellermann
2018-10-31fs/io/FileOutputStream: don't use O_TMPFILE on AndroidMax Kellermann
2018-10-31fs/io/FileOutputStream: add macro HAVE_O_TMPFILEMax Kellermann
2018-10-31doc/user.rst: more markupMax Kellermann
2018-10-31doc/user.rst: use arm64 instead of armv7 in the exampleMax Kellermann
2018-10-31doc/user.rst: add warning about outdated Debian packagesMax Kellermann
2018-10-31doc/user.rst: use "apt" instead of the old "apt-get"Max Kellermann
2018-10-31output/roar: removeMax Kellermann
2018-10-31Listen: use fs/XDG.hxxMax Kellermann
2018-10-31fs/StandardDirectory: move USE_XDG to XDG.hxxMax Kellermann
2018-10-31doc/plugins.rst: add missing :file:Max Kellermann