summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-30python/build/meson.py: use toolchain.libs (for libc++)Max Kellermann
2018-10-30LogInit: work around two Android compiler warningsMax Kellermann
2018-10-30pcm/Clamp: convert to `constexpr`Max Kellermann
2018-10-30pcm/PcmUtils: rename to Clamp.hxxMax Kellermann
2018-10-29pcm/FloatConvert: make IntegerToFloatSampleConvert::Convert() constexprMax Kellermann
2018-10-29Merge tag 'v0.20.23'Max Kellermann
2018-10-29release v0.20.23v0.20.23Max Kellermann
2018-10-29test/PcmFormat: add Float/32 bit testMax Kellermann
2018-10-29test/PcmFormat: rename FormatFloat to FormatFloat16Max Kellermann
2018-10-29Merge branch 'v0.20.x'Max Kellermann
2018-10-29pcm/FloatConvert: fix compile-time integer overflow for S32Max Kellermann
2018-10-29pcm/FloatConvert: use FloatToIntegerSampleConvert::factor for IntegerToFloatS...Max Kellermann
2018-10-29pcm/FloatConvert: add `static_assert` on the factorMax Kellermann
2018-10-29input/CdioParanoia: parse_cdio_uri() returns CdioUriMax Kellermann
2018-10-29input/CdioParanoia: rename struct cdio_uri to CdioUriMax Kellermann
2018-10-29input/CdioParanoia: use StringAfterPrefixIgnoreCase()Max Kellermann
2018-10-29util/StringCompare: add StringAfterPrefixIgnoreCase()Max Kellermann
2018-10-29Fix typo in build instructionsiamsi
2018-10-29player/Control: move IDLE_PLAYER to Player::SeekDecoder()Max Kellermann
2018-10-29NEWS: mention the new clang crash bug workaroundMax Kellermann
2018-10-29db/update: catch all exceptionsMax Kellermann
2018-10-29configure.ac: add `-funwind-tables` to work around clang bugMax Kellermann
2018-10-29increment version number to 0.20.23Max Kellermann
2018-10-26meson.build: install the SVG iconMax Kellermann
2018-10-26meson.build: install README, NEWS etc.Max Kellermann
2018-10-25input/Registry: add missing includeMax Kellermann
2018-10-25decoder/Thread: reimplement HasRemoteTagScanner() using the InputPlugin listMax Kellermann
2018-10-24input/Plugin: add attribute `prefixes`Max Kellermann
2018-10-24decoder/Thread: enable output tags for Tidal and QobuzMax Kellermann
2018-10-24decoder/Thread: move check to SongHasVolatileTags()Max Kellermann
2018-10-24tag/Chromaprint: OO wrapper for a ChromaprintContextMax Kellermann
2018-10-24decoder/Control: convert to class, make various attributes privateMax Kellermann
2018-10-23Merge tag 'v0.20.22'Max Kellermann
2018-10-23release v0.20.22v0.20.22Max Kellermann
2018-10-23input/Error: work around clang bug leading to crashMax Kellermann
2018-10-23android/build.py: improved libc++ linker flags (for NDK r18)Max Kellermann
2018-10-23Makefile.am: include mpd.svg in source tarballMax Kellermann
2018-10-23decoder/fluidsynth: adapt to API change in version 2.0Max Kellermann
2018-10-22Makefile.am: install the SVG iconMax Kellermann
2018-10-22SongFilter: check value.empty() after checking tag fallbacksMax Kellermann
2018-10-22Merge branch 'v0.20.x'Max Kellermann
2018-10-22db: fix broken command "list ... group"Max Kellermann
2018-10-22db/Count: print empty group if song without grouped tag existsMax Kellermann
2018-10-22db/Count: move code to tag/VisitCallback.hxxMax Kellermann
2018-10-22tag/Fallback: add tag fallbacks for AlbumArtistSort, ArtistSortMax Kellermann
2018-10-22SongFilter: use ApplyTagFallback()Max Kellermann
2018-10-22db/Count: use ApplyTagFallback()Max Kellermann
2018-10-22tag/Set: move code to ApplyTagWithFallback()Max Kellermann
2018-10-22tag/Set: include cleanupMax Kellermann
2018-10-22tag/Set: use TagBuilder::AddItemUnchecked()Max Kellermann