index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-07-06
db/upnp/Object: root nodes are allowed to omit parent_id and name
Max Kellermann
2020-07-06
PluginUnavailable: backport class PluginUnconfigured from master
Max Kellermann
2020-07-06
Log: add Log() and LogFormat() overloads with std::exception_ptr
Max Kellermann
2020-07-06
Log: make LogLevel the first parameter
Max Kellermann
2020-07-06
Log: use GetFullMessage() to print exceptions
Max Kellermann
2020-07-06
PluginUnavailable: inherit the base class constructor
Max Kellermann
2020-07-06
command/storage: automatically scan new mounts
Max Kellermann
2020-07-06
command/storage: check if storage is already mounted
Max Kellermann
2020-07-06
command/storage: check if mount point is busy
Max Kellermann
2020-07-06
db/update/Walk: pass concatenated .mpdignore URI to storage.MapUTF8()
Max Kellermann
2020-07-06
neighbor/upnp: roll back changes if DoOpen() fails
Max Kellermann
2020-07-06
neighbor/upnp: remove D-Bus filter and match in Close()
Max Kellermann
2020-07-06
decoder/Plugin: allow scan_{file,stream}() to throw
Max Kellermann
2020-07-02
output/osx: postpone start until the end of Play()
Max Kellermann
2020-07-02
output/osx: merge some duplicate code
Max Kellermann
2020-07-02
output/osx: postpone start until the first Play() call
Max Kellermann
2020-07-02
output/osx: don't restart AudioUnit at the end of Cancel()
Max Kellermann
2020-07-02
output/osx: check `started` in Close() and Cancel()
Max Kellermann
2020-07-02
output/osx: add `started` flag
Max Kellermann
2020-07-02
output/osx: don't uninitialize AudioUnit if restart fails
Max Kellermann
2020-07-02
output/osx: clear `pause` flag only after successful AudioOutputUnitStart()
Max Kellermann
2020-07-02
apple/AudioUnit: add AudioUnitSetPropertyT()
Max Kellermann
2020-07-02
apple/AudioObject: add AudioObjectGetStringProperty()
Max Kellermann
2020-07-02
apple: build static library
Max Kellermann
2020-07-02
apple/AudioObject: add missing `inline`
Max Kellermann
2020-07-01
apple/AudioUnit: library wrapping AudioUnit*() functions
Max Kellermann
2020-07-01
apple/AudioUnit: rename to AudioObject.hxx
Max Kellermann
2020-07-01
output/osx: move code to FindAudioDeviceByName()
Max Kellermann
2020-07-01
output/osx: use [[maybe_unused]]
Max Kellermann
2020-07-01
output/osx: use IsDigitASCII()
Max Kellermann
2020-07-01
output/osx: use range-based `for`
Max Kellermann
2020-07-01
apple/AudioUnit: wrapper functions for AudioObject properties
Max Kellermann
2020-07-01
apple/Throw: new helper library replacing osx_os_status_to_cstring()
Max Kellermann
2020-07-01
output/osx: silently ignore some errors in osx_output_set_device()
Max Kellermann
2020-07-01
apple/ErrorRef: new library wrapping CFErrorRef
Max Kellermann
2020-07-01
output: use StringIsEqual()
Max Kellermann
2020-07-01
apple/StringRef: new library wrapping CFStringRef
Max Kellermann
2020-07-01
output/osx: remove trailing newline from exception messages
Max Kellermann
2020-07-01
util/HugeAllocator: import std::swap()
Max Kellermann
2020-07-01
util/HugeAllocator: add `noexcept`
Max Kellermann
2020-07-01
decoder/opus: implement End Trimming (RFC7845 4.4)
Max Kellermann
2020-07-01
decoder/opus: keep track of the granulepos
Max Kellermann
2020-07-01
decoder/opus: simplify indentation in HandleAudio()
Max Kellermann
2020-07-01
decoder/opus: allocate buffer only in the first chained song
Max Kellermann
2020-07-01
decoder/opus: add API docs
Max Kellermann
2020-07-01
decoder/opus: apply pre-skip (RFC7845 4.2)
Max Kellermann
2020-07-01
decoder/OpusHead: return pre-skip
Max Kellermann
2020-07-01
util/ByteOrder: remove redundant `inline` keywords from `constexpr` functions
Max Kellermann
2020-07-01
system/ByteOrder: move to util/
Max Kellermann
2020-07-01
output/osx: improve sample rate selection
Max Kellermann
[next]