Activity for MPD

  • MPD MPD updated /mpd.zip

  • MPD MPD updated /mpd.zip

  • MPD MPD updated /mpd.zip

  • Maxim V.Anisiutkin Maxim V.Anisiutkin committed [45f0d8] on MPD.git

    Update to new version.

  • Maxim V.Anisiutkin Maxim V.Anisiutkin committed [eb26d6] on MPD.git

    Merge https://github.com/MusicPlayerDaemon/MPD

  • naglis committed [046a38] on MPD.git

    doc/user.rst: use explicit meson setup command

  • Max Kellermann committed [ba2df0] on MPD.git

    lib/zlib/GzipOutputStream: add `noexcept`

  • Max Kellermann committed [8722c5] on MPD.git

    lib/dbus/AppendIter: add Append(int32_t), Append(int64_t)

  • Max Kellermann committed [80104e] on MPD.git

    util/IntrusiveList: fix illegal downcast (ubsan)

  • Max Kellermann committed [874332] on MPD.git

    sticker/Database: allow moving

  • Max Kellermann committed [83a6cb] on MPD.git

    util/IntrusiveHashSet: add template argument `GetKey`

  • Max Kellermann committed [78801f] on MPD.git

    test/util/TestIntrusiveHashSet: add test for remove_and_dispose_key()

  • Max Kellermann committed [9691b6] on MPD.git

    util/IntrusiveHashSet: remove_and_dispose() returns number of removed elements

  • Max Kellermann committed [250fa8] on MPD.git

    util/IntrusiveHashSet: rename remove_and_dispose() to remove_and_dispose_key()

  • Max Kellermann committed [2cd5f4] on MPD.git

    util/IntrusiveHashSet: replace template parameters Hash/Equal with a single one

  • Max Kellermann committed [dcd7c6] on MPD.git

    util/Intrusive{List,HashSet}: reimplement hook mode detection with implicit cast

  • Max Kellermann committed [43d633] on MPD.git

    Instance: use C++11 initializers

  • Max Kellermann committed [1c37b0] on MPD.git

    lib/fmt/SystemError: add VFmtErrno()

  • Max Kellermann committed [acc92b] on MPD.git

    util/Concepts: remove obsolete fallbacks

  • Max Kellermann committed [aeadae] on MPD.git

    util/IntrusiveHashSet: insert_check() returns the bucket head on success

  • Max Kellermann committed [42d5b0] on MPD.git

    util/IntrusiveHashSet: rename insert() to insert_commit()

  • Max Kellermann committed [e133f6] on MPD.git

    util/IntrusiveHashSet: add insert_check() documentation

  • Max Kellermann committed [91437d] on MPD.git

    util/IntrusiveList: add insert_after()

  • Max Kellermann committed [f1b497] on MPD.git

    util/IntrusiveList: document insert()

  • Max Kellermann committed [cc9d06] on MPD.git

    util/IntrusiveList: pop_front() and pop_back() return reference

  • Max Kellermann committed [62ee9a] on MPD.git

    util/DynamicFifoBuffer: use `T` instead of `std::byte`

  • jcorporation committed [082f72] on MPD.git

    Add support of TAG_MUSICBRAINZ_RELEASEGROUPID

  • Max Kellermann committed [9c1936] on MPD.git

    Merge branch 'v0.23.x'

  • Max Kellermann committed [561d6f] on MPD.git

    meson: Use correct prefix for systemd_system_unit_dir

  • Max Kellermann committed [42a018] on MPD.git

    meson: use correct prefix for systemd dirs

  • Max Kellermann committed [38f123] on MPD.git

    output/wasapi: cast to `const char *` for fmt 10 compatible

  • Max Kellermann committed [8df771] on MPD.git

    python/build/libs.py: use right cmake variable to disable SDL

  • Max Kellermann committed [fef6b9] on MPD.git

    flac: Try `InputStream` interface if flac failed to read through a `wchar_t` path

  • Max Kellermann committed [d52eac] on MPD.git

    doc/mpdconf.example: add hardware mixer example config for wasapi

  • Max Kellermann committed [70879f] on MPD.git

    thread/WindowsFuture: remove wrong address_of operator

  • Max Kellermann committed [70879f] on MPD.git

    thread/WindowsFuture: remove wrong address_of operator

  • Max Kellermann committed [bcb393] on MPD.git

    win32/ComWorker: rename variable name to prevent ambiguous

  • Max Kellermann committed [18d3a5] on MPD.git

    decoder/flac: add `noexcept` and `inline`

  • Max Kellermann committed [6ee3d0] on MPD.git

    decoder/mad: Fix decode of LAME peak value

  • Max Kellermann committed [fc9626] on MPD.git

    increment version number to 0.23.14

  • Max Kellermann committed [3bedd9] on MPD.git

    doc: Fix syntax error

  • Max Kellermann committed [45f81c] on MPD.git

    Merge branch 'null-always-off' of https://github.com/nomis/MPD

  • Simon Arlott committed [ab196f] on MPD.git

    output/Control: Support `always_off` outputs that are never used for playback

  • John Regan John Regan committed [a482c7] on MPD.git

    pcm: declare IsSilentSample as const

  • Naïm Favier committed [838af9] on MPD.git

    meson: use correct prefix for systemd dirs

  • Max Kellermann committed [d9b1f6] on MPD.git

    io/uring/Close: wrapper for io_uring_prep_close()

  • Max Kellermann committed [26577d] on MPD.git

    io/uring/Queue: make Submit() virtual, Push() not

  • Max Kellermann committed [6496c1] on MPD.git

    util/ScopeExit: convert the function from base class to member

  • Max Kellermann committed [6496c1] on MPD.git

    util/ScopeExit: convert the function from base class to member

  • Max Kellermann committed [7bb251] on MPD.git

    db/update/Walk: use marker to remove deleted items

  • Max Kellermann committed [9027e5] on MPD.git

    Merge tag 'v0.23.13'

  • Max Kellermann committed [884265] on MPD.git

    release v0.23.13

  • Max Kellermann committed [d5bf12] on MPD.git

    storage/curl: throw HttpStatusError

  • Max Kellermann committed [5cd86e] on MPD.git

    input/curl: disable `CURLOPT_FAILONERROR`

  • Max Kellermann committed [5cd86e] on MPD.git

    input/curl: disable `CURLOPT_FAILONERROR`

  • Max Kellermann committed [ed890a] on MPD.git

    doc/user.rst: document the `replaygain_missing_preamp` setting

  • Max Kellermann committed [068cd5] on MPD.git

    db/update/Walk: clear `Song::in_playlist`

  • Max Kellermann committed [dc127f] on MPD.git

    util/ScopeExit: use std::declval()

  • Max Kellermann committed [7a99a7] on MPD.git

    util/ScopeExit: use std::exchange()

  • Max Kellermann committed [70b451] on MPD.git

    util/ScopeExit: add `noexcept`

  • Max Kellermann committed [2ab03a] on MPD.git

    util/ScopeExit: allow the function to throw

  • Max Kellermann committed [2fa8c7] on MPD.git

    lib/crypto/meson.build: link with `ffmpeg_util_dep`

  • Max Kellermann committed [7c759b] on MPD.git

    lib/ffmpeg/meson.build: move libavutil helpers into separate library

  • Max Kellermann committed [6d9b45] on MPD.git

    lib/ffmpeg/LogError: remove unused library

  • Max Kellermann committed [8ba68f] on MPD.git

    io/OutputStream: use std::span

  • Max Kellermann committed [8ba68f] on MPD.git

    io/OutputStream: use std::span

  • Max Kellermann committed [e72d27] on MPD.git

    io/BufferedOutputStream: use std::string_view

  • Max Kellermann committed [4bb461] on MPD.git

    Merge branch 'v0.23.x'

  • Max Kellermann committed [f7eb1c] on MPD.git

    Fix meson build warning for get_pkgconfig_variable

  • Max Kellermann committed [2d22e6] on MPD.git

    subprojects: update sqlite to 3.41.2-2

  • Max Kellermann committed [4587bf] on MPD.git

    subprojects: update expat to 2.5.0-2

  • Max Kellermann committed [e1e37c] on MPD.git

    TagPrint, command/File: two more libfmt 10 workarounds

  • Max Kellermann committed [e1e37c] on MPD.git

    TagPrint, command/File: two more libfmt 10 workarounds

  • Max Kellermann committed [381934] on MPD.git

    reorder ffmpeg to be lower priority than gme

  • Max Kellermann committed [a80428] on MPD.git

    TimePrint: minor fixup for libfmt 10

  • Max Kellermann committed [a80428] on MPD.git

    TimePrint: minor fixup for libfmt 10

  • Max Kellermann committed [a71e68] on MPD.git

    command/player, SongPrint: use AudioFormatFormatter()

  • Max Kellermann committed [141757] on MPD.git

    db/update/Archive: validate directory names

  • Max Kellermann committed [96befa] on MPD.git

    db/update/Archive: ignore filenames with newline character

  • Max Kellermann committed [16a998] on MPD.git

    db/update/Archive: move check to IsAcceptableFilename()

  • Max Kellermann committed [75a39e] on MPD.git

    db/update/Archive: remove useless log message

  • Max Kellermann committed [4d357a] on MPD.git

    Fix syntax error in mpdconf.example

  • Max Kellermann committed [d4f3dd] on MPD.git

    db/SimpleDatabasePlugin: store `in_playlist` value of songs into database

  • Max Kellermann committed [4ec6d0] on MPD.git

    check systemd unit dir from systemd.pc in meson

  • Max Kellermann committed [a6a118] on MPD.git

    python/build/libs.py: update OpenSSL to 3.1.0

  • Max Kellermann committed [a59c9c] on MPD.git

    python/build/libs.py: update CURL to 8.0.1

  • Max Kellermann committed [0c4d82] on MPD.git

    subprojects/sqlite3.wrap: update to 3.41.0-1

  • Max Kellermann committed [a52818] on MPD.git

    python/build/libs.py: update WildMidi to 0.4.5

  • Max Kellermann committed [0206a4] on MPD.git

    decoder/gme: require GME 0.6 or later

  • Max Kellermann committed [9475ef] on MPD.git

    fs/Charset: assign fs_charset

  • Max Kellermann committed [edae00] on MPD.git

    fs/Charset: remove useless log message

  • Max Kellermann committed [fb695b] on MPD.git

    command/{file,storage}: remove stray "#pragma GCC diagnostic pop"

  • Max Kellermann committed [23a5b8] on MPD.git

    python/build/meson.py: remove unused import

  • Max Kellermann committed [23a5b8] on MPD.git

    python/build/meson.py: remove unused import

  • Max Kellermann committed [273a93] on MPD.git

    build/python/cmake: set CMAKE_C_FLAGS_INIT, not CMAKE_C_FLAGS

  • Max Kellermann committed [d10598] on MPD.git

    build/python/cmake: set CMAKE_OSX_SYSROOT on macOS

  • Max Kellermann committed [f8cfeb] on MPD.git

    build/python/cmake: add "env" parameter

  • Max Kellermann committed [d5d398] on MPD.git

    build/python/build/project.py: add "lazy" parameter to make_build_path()

  • Max Kellermann committed [473411] on MPD.git

    build/python/build/project.py: raise exception on regex mismatch

  • Max Kellermann committed [90eaa8] on MPD.git

    python/build/zlib.py: use autotools to be more portable

1 >