summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-08-05mixer/pipewire: new pluginMax Kellermann
2021-08-05output/pipewire: un-inline StateChanged()Max Kellermann
2021-08-04output/pipewire: implement Pause()Max Kellermann
2021-08-04output/pipewire: implement Cancel() properlyMax Kellermann
2021-08-02input/icy: adjust offset at end of stream in Read()Max Kellermann
2021-07-30output/pipewire: set channel positionsMax Kellermann
2021-07-30output/pipewire: implement Drain()Max Kellermann
2021-07-30output/pipewire: move code to CheckThrowError()Max Kellermann
2021-07-30output/pipewire: reset the "interrupted" flag in Cancel()Max Kellermann
2021-07-30output/pipewire: detect connection errorsMax Kellermann
2021-07-30output/pipewire: replace usleep() with with pw_thread_loop_wait()Max Kellermann
2021-07-30output/pipewire: remove obsolete TODO commentMax Kellermann
2021-07-30output/pipewire: call libpipewire only while holding the lockMax Kellermann
2021-07-30output/pipewire: switch from pw_main_loop to pw_thread_loopMax Kellermann
2021-07-30decoder/Bridge: fix libfmt stringMax Kellermann
2021-07-30db/simple/ExportedSong: check src.OwnsTag(), not this->OwnsTag()Max Kellermann
2021-07-28decoder/ffmpeg: check if long_name is not nullSam Bazley
2021-07-26archive/meson.build: add missing libfmt dependencyJacob Vosmaer
2021-07-26Android: add option to pause MPD when headphones disconnectSam Bazley
2021-07-16command/file: support "albumart" for virtual tracks in CUE sheetsMax Kellermann
2021-07-16command/file: pass directory uri to read_stream_art()Max Kellermann
2021-07-16fs/Traits: add overload GetParent(string_view)Max Kellermann
2021-07-16output/winmm: fix struct/class mismatchMax Kellermann
2021-06-29include <utility> for std::forwardKhem Raj
2021-06-25decoder/mad, ...: more libfmt loggingMax Kellermann
2021-06-25Log, client/Response: adapt to libfmt 8.0.0 API changesMax Kellermann
2021-06-25meson.build: add missing dependencies on libfmtMax Kellermann
2021-06-24Log: remove unused Format functionsMax Kellermann
2021-06-24Partition, ...: use libfmt for loggingMax Kellermann
2021-06-24Log: add libfmt supportMax Kellermann
2021-06-24LogBackend: pass std::string_view to Log()Max Kellermann
2021-06-23Merge tag 'v0.22.9'Max Kellermann
2021-06-23TagAny: invoke ScanGenericTags() on remote filesMax Kellermann
2021-06-22Main: use AtScopeExit() to call ZeroconfDeinit()Max Kellermann
2021-05-31add constexprRosen Penev
2021-05-31decoder/ffmpeg: fix build failure with FFmpeg 3.4Max Kellermann
2021-05-31decoder/ffmpeg: suppress -Wunused with libavformat<58.6.100Max Kellermann
2021-05-31db/proxy: suppress -Wunused with libmpdclient<2.12Max Kellermann
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-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