summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-04python/build/libs.py: update CURL to 7.72.0Max Kellermann
2020-09-04archive/zzip: fix crash on corrupt ZIP fileMax Kellermann
2020-09-04archive/zzip: use zzip_ssize_t to avoid integer overflowsMax Kellermann
2020-09-04archive/zzip: add `override`Max Kellermann
2020-09-04archive/zzip: pass std::shared_ptr as template parameterMax Kellermann
2020-09-04archive/zzip: add `explicit`Max Kellermann
2020-09-04win32/build.py: add -D_FORTIFY_SOURCE=0Max Kellermann
2020-09-04decoder/sndfile: allow partial reads at end of fileMax Kellermann
2020-09-04decoder/API: add decoder_read_much()Max Kellermann
2020-09-04decoder/API: add `noexcept`Max Kellermann
2020-08-14system/ByteOrder: add `noexcept`Max Kellermann
2020-08-14output/osx: catch kAudioDevicePropertyHogMode errorsMax Kellermann
2020-08-14test/meson.build: add explicit dependency from run_output on libevent.aMax Kellermann
2020-07-23lib/icu: fix build without libc iconv supportRosen Penev
2020-07-20neighbor/smbclient: remove obsolete commented codeMax Kellermann
2020-07-20doc/plugins.rst: document sample formats for OpenSLESMax Kellermann
2020-07-20output/sles: support floating point samplesMax Kellermann
2020-07-20output/sles: move SampleFormat selection to switch/case blockMax Kellermann
2020-07-20python/build/libs.py: update CURL to 7.71.1Max Kellermann
2020-07-20python/build/libs.py: update FFmpeg to 4.3.1Max Kellermann
2020-07-20python/build/libs.py: update libvorbis to 1.3.7Max Kellermann
2020-07-20python/build/libs.py: update libmpdclient to 2.19Max Kellermann
2020-07-16input/Init: downgrade PluginUnconfigured to LogLevel::DEBUGMax Kellermann
2020-07-16increment version number to 0.21.26Max Kellermann
2020-07-06release v0.21.25v0.21.25Max Kellermann
2020-07-06db/upnp/Object: root nodes are allowed to omit parent_id and nameMax Kellermann
2020-07-06PluginUnavailable: backport class PluginUnconfigured from masterMax Kellermann
2020-07-06Log: add Log() and LogFormat() overloads with std::exception_ptrMax Kellermann
2020-07-06Log: make LogLevel the first parameterMax Kellermann
2020-07-06Log: use GetFullMessage() to print exceptionsMax Kellermann
2020-07-06PluginUnavailable: inherit the base class constructorMax Kellermann
2020-07-06doc/plugins.rst: merge redundant nfs:// documentationMax Kellermann
2020-07-06doc/plugins.rst: more markupMax Kellermann
2020-07-06doc/plugins.rst: add smb:// with password exampleMax Kellermann
2020-07-06doc/plugins.rst: more markupMax Kellermann
2020-07-06command/storage: automatically scan new mountsMax Kellermann
2020-07-06command/storage: check if storage is already mountedMax Kellermann
2020-07-06command/storage: check if mount point is busyMax Kellermann
2020-07-06db/update/Walk: pass concatenated .mpdignore URI to storage.MapUTF8()Max Kellermann
2020-07-06neighbor/upnp: roll back changes if DoOpen() failsMax Kellermann
2020-07-06neighbor/upnp: remove D-Bus filter and match in Close()Max Kellermann
2020-07-06decoder/Plugin: allow scan_{file,stream}() to throwMax Kellermann
2020-07-02output/osx: postpone start until the end of Play()Max Kellermann
2020-07-02output/osx: merge some duplicate codeMax Kellermann
2020-07-02output/osx: postpone start until the first Play() callMax Kellermann
2020-07-02output/osx: don't restart AudioUnit at the end of Cancel()Max Kellermann
2020-07-02output/osx: check `started` in Close() and Cancel()Max Kellermann
2020-07-02output/osx: add `started` flagMax Kellermann
2020-07-02output/osx: don't uninitialize AudioUnit if restart failsMax Kellermann
2020-07-02output/osx: clear `pause` flag only after successful AudioOutputUnitStart()Max Kellermann