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
Age
Commit message (
Expand
)
Author
2021-03-05
win32: build static library
Max Kellermann
2021-03-04
use structured binding declarations
Rosen Penev
2021-03-04
src/output: add algorithm for finding usable AudioFormat
Shen-Ta Hsieh
2021-03-04
src/output: Set fallback setting for DSD
Shen-Ta Hsieh
2021-03-04
src/output: Add Interrupt interface
Shen-Ta Hsieh
2021-03-04
src/output: Reopen device on error
Shen-Ta Hsieh
2021-03-04
src/output: Use WinEvent for as a condition_variable without lock
Shen-Ta Hsieh
2021-03-04
src/output: Move event and spsc_queue into thread object
Shen-Ta Hsieh
2021-03-04
src/win32: Add ComWorker to run all COM function on same thread
Shen-Ta Hsieh
2021-03-04
output/wasapi: use AUDCLNT_BUFFERFLAGS_SILENT for paused output
Shen-Ta Hsieh
2021-03-04
util/AllocatedString: remove Null(), IsNull()
Max Kellermann
2021-03-04
util/AllocatedString: add default constructor
Max Kellermann
2021-03-04
util/AllocatedString: rename to BasicAllocatedString
Max Kellermann
2021-02-15
src/output: Set thread name for Wasapi output thread
Shen-Ta Hsieh
2021-02-15
output/pulse: don't drain if stream is suspended or corked
Max Kellermann
2021-02-15
output/pulse: move code to virtual method Drain()
Max Kellermann
2021-02-15
output/pulse: eliminate the `pause` field
Max Kellermann
2021-01-21
net/SocketError: add syscall specific check functions
Max Kellermann
2021-01-19
output/sles: add missing include for assert()
Max Kellermann
2021-01-01
copyright year 2021
Max Kellermann
2020-10-15
output/osx: fix several -Wdouble-promotion warnings
Max Kellermann
2020-10-08
event/TimerEvent: add type alias for std::chrono::steady_clock::duration
Max Kellermann
2020-10-02
output/jack: implement Interrupt()
Max Kellermann
2020-10-02
output/pulse: implement Interrupt()
Max Kellermann
2020-10-02
output/alsa: implement Interrupt()
Max Kellermann
2020-09-23
LogLevel: rename DEFAULT to NOTICE
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-20
output/sles: support floating point samples
Max Kellermann
2020-07-20
output/sles: move SampleFormat selection to switch/case block
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-02
apple: build static library
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
[next]