Rosen Penev
|
40483d8478
|
fix wrong emplace usage
emplace already calls std::pair. No need for it again.
No need to emplace when calling std::make_shared.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2021-09-07 21:14:37 -07:00 |
|
Rosen Penev
|
20d74bb07e
|
clang-tidy: replace loop with std::all_of
Found with readability-use-anyofallof
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2021-08-21 00:49:36 -07:00 |
|
Max Kellermann
|
34f735890e
|
output/snapcast: remove obsolete TODO comment
|
2021-02-24 17:05:14 +01:00 |
|
Max Kellermann
|
f08810b202
|
output/snapcast: add missing #ifdef HAVE_ZEROCONF
|
2021-02-24 17:04:15 +01:00 |
|
Max Kellermann
|
7a68775e6c
|
output/snapcast: Zeroconf support
|
2021-02-24 17:03:30 +01:00 |
|
Max Kellermann
|
abd416735d
|
output/snapcast: implement SendTag()
|
2021-02-22 23:20:56 +01:00 |
|
Max Kellermann
|
8e8fbe14b1
|
output/snapcast: implement Drain()
|
2021-02-22 22:49:32 +01:00 |
|
Max Kellermann
|
a8a39b6a38
|
output/snapcast: queue chunks
|
2021-02-22 22:41:31 +01:00 |
|
Max Kellermann
|
f84cb6de5e
|
output/snapcast/client: remove obsolete TODO comment
See commit dfc67c45c7
|
2021-02-22 22:39:32 +01:00 |
|
Max Kellermann
|
dfc67c45c7
|
output/snapcast: calculate the latency for TIME responses
|
2021-02-22 21:57:20 +01:00 |
|
Max Kellermann
|
e875da5d38
|
output/snapcast/protocol: swap "received" and "sent"
Snapcast's protocol documentation is wrong, see
https://github.com/badaix/snapcast/pull/811
|
2021-02-22 21:42:42 +01:00 |
|
Max Kellermann
|
8d90b831e1
|
output/snapcast/Timestamp: drop static
|
2021-02-17 14:39:20 +01:00 |
|
Max Kellermann
|
9c8da03c5c
|
output/snapcast: new output plugin
New experimental code, first draft - it works, but there's a lot left
to do. Just look at all the TODO comments.
Closes https://github.com/MusicPlayerDaemon/MPD/issues/975
|
2021-02-17 14:25:23 +01:00 |
|