summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-01-20command/file: use %zu to format a size_tMax Kellermann
2021-01-20client/Response: add `printf` attributeMax Kellermann
2021-01-20Merge branch 'bugfix/1043/remove-basepath-handling' of git://github.com/PVinc...Max Kellermann
2021-01-19output/sles: add missing include for assert()Max Kellermann
2021-01-19lib/pcre/RegexPointer: work around bogus -Wmaybe-uninitialized with GCC 11Max Kellermann
2021-01-08Remove relative path handling which was not neededVincent Petry
2021-01-05Use uri_has_scheme for Webdav response hrefVincent Petry
2021-01-04Webdav href in response can be relativeVincent Petry
2021-01-04Fix parsing propstat blocksVincent Petry
2021-01-04Fix Webdav storage PROPFIND requestVincent Petry
2021-01-01copyright year 2021Max Kellermann
2020-12-01input/{tidal,qobus}: add missing includes for assert()Max Kellermann
2020-12-01input/tidal: add missing include for assert()Max Kellermann
2020-11-30lib/ffmpeg/Filter: Add define required for avutilDanilo Spinella
2020-11-16filter/ffmpeg: detect the output sample formatMax Kellermann
2020-11-15output/Control: allow copy elision (fix -Wpessimizing-move)Max Kellermann
2020-11-15Fixes #994 - moveoutput: new AudioOutputControl created from copyMoving an ou...Stapper
2020-11-10decoder/dsdiff: apply padding to odd-sized chunksMax Kellermann
2020-11-06storage/curl: fix nullptr dereferenceMax Kellermann
2020-11-04filter/LoadChain: use the AutoConvertFilterMax Kellermann
2020-11-04filter/AutoConvert: move the Filter class to TwoFilters.cxxMax Kellermann
2020-11-04filter/AutoConvert: eliminate AutoConvertFilter if possibleMax Kellermann
2020-11-04filter/ffmpeg: interleave the output AVFrameMax Kellermann
2020-11-04decoder/ffmpeg: move code to lib/ffmpeg/Interleave.cxxMax Kellermann
2020-11-04decoder/ffmpeg: use AVFrame fields instead of AVCodecContext fieldsMax Kellermann
2020-11-04lib/ffmpeg/Buffer: add missing includeMax Kellermann
2020-11-04lib/ffmpeg/Buffer: disallow copyingMax Kellermann
2020-11-04lib/ffmpeg/Buffer: add `noexcept`Max Kellermann
2020-11-04lib/ffmpeg/{Buffer,Time}: remove obsolete "#undef SampleFormat"Max Kellermann
2020-11-04filter/convert: convert_filter_new() returns std::unique_ptrMax Kellermann
2020-11-04filter/chain: pass std::string_view to filter_chain_append()Max Kellermann
2020-11-04filter/LoadChain: use IterableSplitString()Max Kellermann
2020-11-04filter/chain: copy the child nameMax Kellermann
2020-11-04filter/chain: remove unused field ChainFilter::Child::nameMax Kellermann
2020-11-04playlist/registry: add option "as_directory"Max Kellermann
2020-11-04playlist/registry: simplify ExtractMimeTypeMainPart()Max Kellermann
2020-10-28lib/yajl/Handle: strip newlines from error messagesMax Kellermann
2020-10-28lib/yajl/Handle: un-inline the throwing codeMax Kellermann
2020-10-28util/FormatString: update API documentationMax Kellermann
2020-10-28protocol/Ack: remove unused variable `ack_domain`Max Kellermann
2020-10-28Main: save the state_file on shutdownMax Kellermann
2020-10-28db/simple: purge songs for unavailable decoder plugins on updateMax Kellermann
2020-10-28fs/Traits: add GetPathSuffix()Max Kellermann
2020-10-28db/simple/Directory: add `pure` attributeMax Kellermann
2020-10-28db/update/Walk: add code commentsMax Kellermann
2020-10-27db/simple: purge special directories for unavailable plugins on updateMax Kellermann
2020-10-27db/update/Walk: adjust lamba indentMax Kellermann
2020-10-27fs/Traits: add GetFilenameSuffix()Max Kellermann
2020-10-17lib/nfs/patches: disable the snprintf->sprintf_s aliasMax Kellermann
2020-10-16decoder/opus: fix track/album ReplayGain fallbackMax Kellermann