summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-02-04decoder/ffmpeg: add two more missing commasMax Kellermann
2020-02-04add missing commaRosen Penev
2020-02-02[clang-tidy] use == instead of compare for stringsRosen Penev
2020-02-02[clang-tidy] convert several functions to const &Rosen Penev
2020-02-02Merge remote-tracking branches 'neheb/uniq', 'neheb/bool', 'neheb/loop', 'neh...Max Kellermann
2020-02-01[clang-tidy] pass by value where appropriateRosen Penev
2020-02-01[clang-tidy] remove pointless void argRosen Penev
2020-02-01[clang-tidy] convert several loops to const auto&Rosen Penev
2020-02-01[clang-tidy] simplify boolean expressionsRosen Penev
2020-02-01[clang-tidy] convert several loops to range based onesRosen Penev
2020-02-01[clang-tidy] use bool literals where appropriateRosen Penev
2020-02-01[clang-tidy] replace std::bind with lambdasRosen Penev
2020-02-01[clang-tidy] use make_uniqueRosen 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-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-02-01decoder/{audio,snd}file: handle MIME type "audio/wav"Max Kellermann
2020-02-01FfmpegDecoderPlugin: add WAV supportRosen Penev
2020-01-31[clang-tidy] use override instead of virtualRosen Penev
2020-01-31MadDecoderPlugin: fix bad printf formatRosen 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-25decoder/ogg: need to sync small files while looking for EOSMax Kellermann
2020-01-25lib/xiph/OggFind: add parameter "synced"Max 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-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