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
/
output
/
plugins
/
OSXOutputPlugin.cxx
Age
Commit message (
Expand
)
Author
2020-10-15
output/osx: fix several -Wdouble-promotion warnings
Max Kellermann
2020-09-04
Merge branch 'v0.21.x' into master
Max Kellermann
2020-08-14
output/osx: catch kAudioDevicePropertyHogMode errors
Max Kellermann
2020-07-02
Merge branch 'v0.21.x'
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-01
Merge branch 'v0.21.x'
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
Merge branch 'v0.21.x'
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
system/ByteOrder: move to util/
Max Kellermann
2020-07-01
output/osx: improve sample rate selection
Max Kellermann
2020-07-01
output/osx: make several fields `const`
Max Kellermann
2020-07-01
output/osx: make variables more local
Max Kellermann
2020-07-01
output/osx: make more AudioObjectPropertyAddress instances `static constexpr`
Max Kellermann
2020-07-01
output/osx: make AudioObjectPropertyAddress variables `static constexpr`
Max Kellermann
2020-07-01
output/osx: don't use C99 designated initializers
Max Kellermann
2020-07-01
output/{alsa,osx}: use ConstBuffer::empty()
Max Kellermann
2020-07-01
output/osx: don't use variable-length arrays
Max Kellermann
2020-07-01
output/osx: fix coding style
Max Kellermann
2020-05-28
output/osx: use range-based `for`
Max Kellermann
2020-05-28
output/osx: move code to FindAudioDeviceByName()
Max Kellermann
2020-05-28
apple/AudioUnit: wrapper functions for AudioObject properties
Max Kellermann
2020-05-28
apple/Throw: new helper library replacing osx_os_status_to_cstring()
Max Kellermann
2020-05-28
output/osx: silently ignore some errors in osx_output_set_device()
Max Kellermann
2020-05-28
apple/ErrorRef: new library wrapping CFErrorRef
Max Kellermann
2020-05-28
apple/StringRef: new library wrapping CFStringRef
Max Kellermann
2020-05-28
output/osx: make several fields `const`
Max Kellermann
2020-05-28
output/osx: make variables more local
Max Kellermann
2020-05-28
output/osx: make more AudioObjectPropertyAddress instances `static constexpr`
Max Kellermann
2020-05-27
output/osx: make AudioObjectPropertyAddress variables `static constexpr`
Max Kellermann
[next]