summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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
2020-07-02apple/AudioUnit: add AudioUnitSetPropertyT()Max Kellermann
2020-07-02apple/AudioObject: add AudioObjectGetStringProperty()Max Kellermann
2020-07-02apple: build static libraryMax Kellermann
2020-07-02apple/AudioObject: add missing `inline`Max Kellermann
2020-07-01apple/AudioUnit: library wrapping AudioUnit*() functionsMax Kellermann
2020-07-01apple/AudioUnit: rename to AudioObject.hxxMax Kellermann
2020-07-01output/osx: move code to FindAudioDeviceByName()Max Kellermann
2020-07-01output/osx: use [[maybe_unused]]Max Kellermann
2020-07-01output/osx: use IsDigitASCII()Max Kellermann
2020-07-01output/osx: use range-based `for`Max Kellermann
2020-07-01apple/AudioUnit: wrapper functions for AudioObject propertiesMax Kellermann
2020-07-01apple/Throw: new helper library replacing osx_os_status_to_cstring()Max Kellermann
2020-07-01output/osx: silently ignore some errors in osx_output_set_device()Max Kellermann
2020-07-01apple/ErrorRef: new library wrapping CFErrorRefMax Kellermann
2020-07-01output: use StringIsEqual()Max Kellermann
2020-07-01apple/StringRef: new library wrapping CFStringRefMax Kellermann
2020-07-01output/osx: remove trailing newline from exception messagesMax Kellermann
2020-07-01util/HugeAllocator: import std::swap()Max Kellermann
2020-07-01util/HugeAllocator: add `noexcept`Max Kellermann
2020-07-01decoder/opus: implement End Trimming (RFC7845 4.4)Max Kellermann
2020-07-01decoder/opus: keep track of the granuleposMax Kellermann
2020-07-01decoder/opus: simplify indentation in HandleAudio()Max Kellermann
2020-07-01decoder/opus: allocate buffer only in the first chained songMax Kellermann
2020-07-01decoder/opus: add API docsMax Kellermann
2020-07-01decoder/opus: apply pre-skip (RFC7845 4.2)Max Kellermann
2020-07-01decoder/OpusHead: return pre-skipMax Kellermann
2020-07-01util/ByteOrder: remove redundant `inline` keywords from `constexpr` functionsMax Kellermann
2020-07-01system/ByteOrder: move to util/Max Kellermann
2020-07-01output/osx: improve sample rate selectionMax Kellermann