summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-01[clang-tidy] convert several loops to const auto&Rosen Penev
2020-02-01*: add `explicit`Max Kellermann
2020-02-01*: use `auto`Max Kellermann
2020-02-01*: use nullptr instead of NULLMax Kellermann
2020-02-01*: use defaulted destructorsMax Kellermann
2020-02-01test/test_pcm_*: use `using` instead of `typedef`Max Kellermann
2020-02-01decoder/{vorbis,mpcdec}: use `using` instead of `typedef`Max Kellermann
2020-02-01pcm/PcmFormat: use `using` instead of `typedef`Max Kellermann
2020-02-01pcm/Dither: use `using` instead of `typedef`Max Kellermann
2020-02-01util/Domain: add `noexcept`Max Kellermann
2020-02-01util/Exception: move the forwarded std::exception_ptrMax Kellermann
2020-02-01net/StaticSocketAddress: make the cast operators `constexpr`Max Kellermann
2020-02-01net/AddressInfo: add MakeAddrInfo()Max Kellermann
2020-02-01util/TemplateString: remove stray semicolonMax Kellermann
2020-01-31[clang-tidy] use override instead of virtualRosen Penev
2020-01-31decoder/ogg: improve seeking accuracy using binary searchMax Kellermann
2020-01-31lib/xiph/OggVisitor: add method ReadGranulepos()Max Kellermann
2020-01-31lib/xiph/OggVisitor: update the OggStreamState offsetMax Kellermann
2020-01-31lib/xiph/OggSyncState: keep track of the Reader offsetMax Kellermann
2020-01-31decoder/ogg: move code to SeekByte()Max Kellermann
2020-01-31decoder/ogg: remove unimplemented Seek() declarationMax Kellermann
2020-01-20output/Control: add missing nullptr check to LockRelease()Max Kellermann
2020-01-20command/partition: add command "delpartition"Max Kellermann
2020-01-20command/partition: don't create null output in new partitionsMax Kellermann
2020-01-20output/multiple: add "client" field, replacing the "client" parameterMax Kellermann
2020-01-20Create FUNDING.ymlMax Kellermann
2020-01-20Partition: add a local idle_monitorMax Kellermann
2020-01-20Instance: move OnIdle() to Instance.cxxMax Kellermann
2020-01-20Instance: move code to OnStateModified()Max Kellermann
2020-01-20Instance: manage StateFile with std::unique_ptrMax Kellermann
2020-01-20Partition: add client listMax Kellermann
2020-01-20Partition,Instance: add EmitIdle() documentationMax Kellermann
2020-01-20command/message: make messages/subscriptions local to the current partitionMax Kellermann
2020-01-20client/Client: make several getter methods constMax Kellermann
2020-01-20Instance: remove partitions loop from {Found,Lost}Neighbor()Max Kellermann
2020-01-20Main: move code to Partition::BeginShutdown()Max Kellermann
2020-01-18command/player: show partition name in "status" responseMax Kellermann
2020-01-18command/player: add local Partition reference variableMax Kellermann
2020-01-18add "moveoutput" commandMax Kellermann
2020-01-18client/Client: emit idle flags in SetPartition()Max Kellermann
2020-01-18output/Control: move code to method StopThread()Max Kellermann
2020-01-18output/Control: avoid sending KILL twiceMax Kellermann
2020-01-18AudioFormat: move to pcm/Max Kellermann
2020-01-18pcm/meson.build: split libpcm into twoMax Kellermann
2020-01-18meson.build: move Log.cxx and LogBackend.cxx into a static libraryMax Kellermann
2020-01-18tag/ApeLoader: remove exception handler, let caller catchMax Kellermann
2020-01-18tag/Id3Scan: remove exception handler, let caller catchMax Kellermann
2020-01-18output/MultipleOutputs: update API documentationMax Kellermann
2020-01-18copyright year 2020Max Kellermann
2020-01-17pcm/Convert: choose pcm2dsd float/integer according to dest_formatMax Kellermann