summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-01meson.build: use some warning options for plain C as wellMax Kellermann
2021-06-01meson.build: merge duplicate warning flags to test_common_flagsMax Kellermann
2021-05-31add constexprRosen Penev
2021-05-30clang-tidy: add explicit deleted constructorsRosen Penev
2021-05-30clang-tidy: default virtual destructorsRosen Penev
2021-05-28output/print, command/player: print bool as integerMax Kellermann
2021-05-28NEWS: fix typoMax Kellermann
2021-05-28queue/PlaylistEdit: fix inverted checkMax Kellermann
2021-05-28Merge branch 'add-openmpt-decoder' of git://github.com/GrimReaperFloof/MPDMax Kellermann
2021-05-27Fix std::to_string warning for booleans in openmpt decoderGrimReaperFloof
2021-05-27android/LogListener: pass formatted message to OnLog()Max Kellermann
2021-05-27android/LogListener: cache the jmethodIDMax Kellermann
2021-05-27android/LogListener: un-inline the constructorMax Kellermann
2021-05-27lib/icu/Converter: use libfmtMax Kellermann
2021-05-27protocol/ArgParser: add function MakeArgError()Max Kellermann
2021-05-27client/Response: include cleanupMax Kellermann
2021-05-27client/Response: remove unused method FormatV()Max Kellermann
2021-05-27client/Response: refactor FormatError() to use libfmtMax Kellermann
2021-05-27client/Response: remove unused method Format()Max Kellermann
2021-05-27client/Response: use Fmt() in FormatError()Max Kellermann
2021-05-26Add note about emulate_amiga_type requiring libopenmpt 0.5GrimReaperFloof
2021-05-26Add repeat count setting to openmpt decoderGrimReaperFloof
2021-05-26Backwards compatibility with older libopenmpt versions than 0.5GrimReaperFloof
2021-05-26Change WritableBuffer<uint8_t> to AllocatedArray<std::byte>GrimReaperFloof
2021-05-26Code deduplication: move mod_loadfile() into ModCommon.cxxGrimReaperFloof
2021-05-26Add openmpt decoder pluginGrimReaperFloof
2021-05-26Merge branch 'v0.22.x'Max Kellermann
2021-05-26NEWS: mention new FFmpeg/ID3v2 tagsMax Kellermann
2021-05-26decoder/ffmpeg: support the tags "album-sort", "artist-sort"Max Kellermann
2021-05-26decoder/ffmpeg: support the "sort_album" tagMax Kellermann
2021-05-26decoder/ffmpeg: add commentMax Kellermann
2021-05-26decoder/ffmpeg: remove "year" tagMax Kellermann
2021-05-26decoder/ffmpeg: fix ArtistSort and AlbumArtistSort mappingMax Kellermann
2021-05-26output/pipewire: remove unreachable "return" statementMax Kellermann
2021-05-26Merge branch 'v0.22.x'Max Kellermann
2021-05-25db/update/Walk: load all .mpdignore files of all parent directoriesMax Kellermann
2021-05-25db/update/Walk: move code to LoadExcludeList()Max Kellermann
2021-05-25zeroconf/AvahiPoll: the struct timeval is an absolute time pointMax Kellermann
2021-05-25zeroconf/AvahiPoll: move code to Schedule()Max Kellermann
2021-05-25zeroconf/AvahiPoll: rename "timer" to "event"Max Kellermann
2021-05-25meson.build: disable -Wsuggest-override with GCC 8Max Kellermann
2021-05-25meson.build: add more C++ warning flagsMax Kellermann
2021-05-25meson.build: sort warning optionsMax Kellermann
2021-05-25meson.build: add comment for -Wno-non-virtual-dtorMax Kellermann
2021-05-25meson.build: add comment for clang-only warning optionsMax Kellermann
2021-05-25decoder/mad: move variable declaration into "case"Max Kellermann
2021-05-25zeroconf/avahi: move variable declaration into "case"Max Kellermann
2021-05-25meson.build: remove warning options implied by -Wall -WextraMax Kellermann
2021-05-25meson.build: use add_project_arguments() instead of add_global_arguments()Max Kellermann
2021-05-25meson.build: remove unused variables common_cflags, common_cxxflagsMax Kellermann