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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2021-02-22
lib/yajl/Gen: new class
Max Kellermann
2021-02-22
lib/yajl/Handle: fix API documentation
Max Kellermann
2021-02-22
output/snapcast: implement Drain()
Max Kellermann
2021-02-22
output/snapcast: queue chunks
Max Kellermann
2021-02-22
output/snapcast/client: remove obsolete TODO comment
Max Kellermann
2021-02-22
output/snapcast: calculate the latency for TIME responses
Max Kellermann
2021-02-22
output/snapcast/protocol: swap "received" and "sent"
Max Kellermann
2021-02-22
zeroconf/avahi/Poll: rename internal variables
Max Kellermann
2021-02-22
zeroconf/avahi/Poll: use C++11 initializer
Max Kellermann
2021-02-22
zeroconf/avahi/Poll: make EventLoop the first parameter
Max Kellermann
2021-02-22
zeroconf/avahi/Poll: rename `timer` to `event`
Max Kellermann
2021-02-22
zeroconf/avahi/Poll: add `constexpr`
Max Kellermann
2021-02-22
zeroconf/avahi/Poll: add `noexcept`
Max Kellermann
2021-02-22
zeroconf/avahi/Poll: add method GetEventLoop()
Max Kellermann
2021-02-22
zeroconf/avahi/Poll: forbid copying
Max Kellermann
2021-02-22
zeroconf/AvahiPoll: move to lib/avahi/
Max Kellermann
2021-02-18
song/DetachedSong: copy the AudioFormat from LightSong
Max Kellermann
2021-02-18
song/DetachedSong: add `noexcept`
Max Kellermann
2021-02-17
event/TimerWheel: add `empty` flag to optimize a common case
Max Kellermann
2021-02-17
output/httpd/Page: convert to type alias on AllocatedArray
Max Kellermann
2021-02-17
output/httpd/Page: use std::byte
Max Kellermann
2021-02-17
output/snapcast/Timestamp: drop `static`
Max Kellermann
2021-02-17
output/snapcast: new output plugin
Max Kellermann
2021-02-17
encoder/wave: remove `constexpr` because memcpy() is not allowed
Max Kellermann
2021-02-16
encoder/wave: use the structs from RiffFormat.hxx
Max Kellermann
2021-02-16
encoder/wave: add static_assert on sizeof(WaveHeader)
Max Kellermann
2021-02-16
encoder/wave: refactor fill_wave_header() to function
Max Kellermann
2021-02-16
tag/RiffFormat: add struct RiffFmtChunk
Max Kellermann
2021-02-16
tag/RiffFormat: add static_asserts on sizeof()
Max Kellermann
2021-02-16
tag/RiffFormat: use CamelCase
Max Kellermann
2021-02-16
tag/Riff: split into RiffId3.?xx and RiffFormat.hxx
Max Kellermann
2021-02-16
util/ByteOrder: add classes PackedBE16, PackedLE16, PackedLE32
Max Kellermann
2021-02-16
Merge tag 'v0.22.6'
Max Kellermann
2021-02-16
db/simple: fix ExportedSong move constructor for non-owning sources
Max Kellermann
2021-02-15
queue/PlaylistEdit: convert start/end parameters to RangeArg
Max Kellermann
2021-02-15
protocol/RangeArg: add methods ClipRelaxed(), CheckClip(), CheckAdjustEnd()
Max Kellermann
2021-02-15
queue/PlaylistEdit: check "current>=0" before updating it
Max Kellermann
2021-02-15
Merge tag 'v0.22.5'
Max Kellermann
2021-02-15
command/queue: better error message for open-ended range with "move"
Max Kellermann
2021-02-15
protocol/ArgParser: check for invalid ranges
Max Kellermann
2021-02-15
protocol/RangeArg: add methods IsWellFormed(), IsEmpty(), HasAtLeast(), Count()
Max Kellermann
2021-02-15
protocol/RangeArg: add static method Single()
Max Kellermann
2021-02-15
protocol/RangeArg: add method IsOpenEnded()
Max Kellermann
2021-02-15
protocol/RangeArg: add static method OpenEnded()
Max Kellermann
2021-02-15
protocol/RangeArg: add missing `noexcept`
Max Kellermann
2021-02-15
src/output: Set thread name for Wasapi output thread
Shen-Ta Hsieh
2021-02-15
src/win32: run clang-format
Shen-Ta Hsieh
2021-02-15
src/win32: Add error message for NO_ERROR
Shen-Ta Hsieh
2021-02-15
db/simple: fix dangling LightSong::tag reference in moved ExportedSong
Max Kellermann
2021-02-15
output/Thread: skip drain calls if there is no data to be played
Max Kellermann
[next]