summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-06release v0.22.3v0.22.3Max 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-04increment version number to 0.22.3Max Kellermann
2020-11-04playlist/registry: add option "as_directory"Max Kellermann
2020-11-04doc/plugins.rst: more markupMax Kellermann
2020-11-04doc/user.rst: fix typoMax Kellermann
2020-11-04meson.build: switch to C11Max Kellermann
2020-11-04meson.build: disable ld.so lazy binding and enable relroMax Kellermann
2020-11-04playlist/registry: simplify ExtractMimeTypeMainPart()Max Kellermann
2020-10-28release v0.22.2v0.22.2Max Kellermann
2020-10-28meson_options.txt: disable the "smbclient" plugin by defaultMax 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-27increment version number to 0.22.2Max Kellermann
2020-10-17release v0.22.1v0.22.1Max Kellermann
2020-10-17lib/nfs/patches: disable the snprintf->sprintf_s aliasMax Kellermann
2020-10-16python/build/libs.py: update CURL to 7.73.0Max Kellermann
2020-10-16decoder/opus: fix track/album ReplayGain fallbackMax Kellermann
2020-10-16decoder/opus: submit output_gain even if there is no OpusTags packetMax Kellermann
2020-10-16decoder/opus: move formula to EbuR128ToReplayGain()Max Kellermann
2020-10-16decoder/opus: move comment to `output_gain` fieldMax Kellermann
2020-10-16decoder/opus: convert field `output_gain` to floatMax Kellermann
2020-10-15lib/dbus/Watch: add missing include for assert()Max Kellermann
2020-10-15output/osx: fix several -Wdouble-promotion warningsMax Kellermann
2020-10-15net/SocketAddress: include cleanupMax Kellermann