index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-06-01
meson.build: use some warning options for plain C as well
Max Kellermann
2021-06-01
meson.build: merge duplicate warning flags to test_common_flags
Max Kellermann
2021-05-31
add constexpr
Rosen Penev
2021-05-30
clang-tidy: add explicit deleted constructors
Rosen Penev
2021-05-30
clang-tidy: default virtual destructors
Rosen Penev
2021-05-28
output/print, command/player: print bool as integer
Max Kellermann
2021-05-28
NEWS: fix typo
Max Kellermann
2021-05-28
queue/PlaylistEdit: fix inverted check
Max Kellermann
2021-05-28
Merge branch 'add-openmpt-decoder' of git://github.com/GrimReaperFloof/MPD
Max Kellermann
2021-05-27
Fix std::to_string warning for booleans in openmpt decoder
GrimReaperFloof
2021-05-27
android/LogListener: pass formatted message to OnLog()
Max Kellermann
2021-05-27
android/LogListener: cache the jmethodID
Max Kellermann
2021-05-27
android/LogListener: un-inline the constructor
Max Kellermann
2021-05-27
lib/icu/Converter: use libfmt
Max Kellermann
2021-05-27
protocol/ArgParser: add function MakeArgError()
Max Kellermann
2021-05-27
client/Response: include cleanup
Max Kellermann
2021-05-27
client/Response: remove unused method FormatV()
Max Kellermann
2021-05-27
client/Response: refactor FormatError() to use libfmt
Max Kellermann
2021-05-27
client/Response: remove unused method Format()
Max Kellermann
2021-05-27
client/Response: use Fmt() in FormatError()
Max Kellermann
2021-05-26
Add note about emulate_amiga_type requiring libopenmpt 0.5
GrimReaperFloof
2021-05-26
Add repeat count setting to openmpt decoder
GrimReaperFloof
2021-05-26
Backwards compatibility with older libopenmpt versions than 0.5
GrimReaperFloof
2021-05-26
Change WritableBuffer<uint8_t> to AllocatedArray<std::byte>
GrimReaperFloof
2021-05-26
Code deduplication: move mod_loadfile() into ModCommon.cxx
GrimReaperFloof
2021-05-26
Add openmpt decoder plugin
GrimReaperFloof
2021-05-26
Merge branch 'v0.22.x'
Max Kellermann
2021-05-26
NEWS: mention new FFmpeg/ID3v2 tags
Max Kellermann
2021-05-26
decoder/ffmpeg: support the tags "album-sort", "artist-sort"
Max Kellermann
2021-05-26
decoder/ffmpeg: support the "sort_album" tag
Max Kellermann
2021-05-26
decoder/ffmpeg: add comment
Max Kellermann
2021-05-26
decoder/ffmpeg: remove "year" tag
Max Kellermann
2021-05-26
decoder/ffmpeg: fix ArtistSort and AlbumArtistSort mapping
Max Kellermann
2021-05-26
output/pipewire: remove unreachable "return" statement
Max Kellermann
2021-05-26
Merge branch 'v0.22.x'
Max Kellermann
2021-05-25
db/update/Walk: load all .mpdignore files of all parent directories
Max Kellermann
2021-05-25
db/update/Walk: move code to LoadExcludeList()
Max Kellermann
2021-05-25
zeroconf/AvahiPoll: the struct timeval is an absolute time point
Max Kellermann
2021-05-25
zeroconf/AvahiPoll: move code to Schedule()
Max Kellermann
2021-05-25
zeroconf/AvahiPoll: rename "timer" to "event"
Max Kellermann
2021-05-25
meson.build: disable -Wsuggest-override with GCC 8
Max Kellermann
2021-05-25
meson.build: add more C++ warning flags
Max Kellermann
2021-05-25
meson.build: sort warning options
Max Kellermann
2021-05-25
meson.build: add comment for -Wno-non-virtual-dtor
Max Kellermann
2021-05-25
meson.build: add comment for clang-only warning options
Max Kellermann
2021-05-25
decoder/mad: move variable declaration into "case"
Max Kellermann
2021-05-25
zeroconf/avahi: move variable declaration into "case"
Max Kellermann
2021-05-25
meson.build: remove warning options implied by -Wall -Wextra
Max Kellermann
2021-05-25
meson.build: use add_project_arguments() instead of add_global_arguments()
Max Kellermann
2021-05-25
meson.build: remove unused variables common_cflags, common_cxxflags
Max Kellermann
[next]