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
/
JackOutputPlugin.cxx
Age
Commit message (
Expand
)
Author
2020-10-02
output/jack: implement Interrupt()
Max Kellermann
2020-09-23
LogLevel: rename DEFAULT to NOTICE
Max Kellermann
2020-05-05
*/plugins/meson.build: define feature macros in Features.h
Max Kellermann
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-02-04
[clang-tidy] change integer prefixes to uppercase
Rosen Penev
2020-02-01
[clang-tidy] remove pointless void arg
Rosen Penev
2020-02-01
*: use `auto`
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-11-04
Merge branch 'v0.21.x'
Max Kellermann
2019-10-29
output/Jack: mark ports as terminal
Niklas Haas
2019-08-06
output/jack: use jack_free() for Windows compatibility
Max Kellermann
2019-08-06
output/jack: use std::atomic_bool for "shutdown" and "pause"
Max Kellermann
2019-08-06
output/jack: use SIZE_MAX instead of (size_t)-1
Max Kellermann
2019-08-05
output/jack: use jack_free() for Windows compatibility
Max Kellermann
2019-08-05
output/jack: convert to class, make attributes/methods private
Max Kellermann
2019-08-05
output/jack: convert callback functions to static methods
Max Kellermann
2019-08-05
output/jack: merge set_audioformat() into Open()
Max Kellermann
2019-08-05
output/jack: eliminate "shutdown" flag, use only "error" (mutex protected)
Max Kellermann
2019-08-04
output/jack: use jack_on_info_shutdown()
Max Kellermann
2019-08-04
output/jack: use std::atomic_bool for "shutdown" and "pause"
Max Kellermann
2019-08-04
output/jack: use SIZE_MAX instead of (size_t)-1
Max Kellermann
2019-08-03
Add option to not connect jack ports automatically
Richard Dodd
2019-08-03
Merge tag 'v0.21.12'
Max Kellermann
2019-08-02
Fix JACK plugin outputting only to left channel
Diomendius
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-07-03
output: allow throwing any exception
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-07-16
config/Config*: rename files, drop "Config" prefix
Max Kellermann
2018-01-02
config/Block: add method GetPositiveValue()
Max Kellermann
2017-09-08
output/Interface: allow Pause() to throw exception
Max Kellermann
2017-08-11
output/Jack: add "noexcept"
Max Kellermann
2017-08-11
output/Jack: reorder methods
Max Kellermann
2017-08-10
output/Interface: convert to abstract class
Max Kellermann
2017-08-08
output/Interface: define a new struct AudioOutput
Max Kellermann
2017-08-07
filter/Internal: rename struct AudioOutput to FilteredAudioOutput
Max Kellermann
2017-05-23
output/Thread: skip WaitForDelay() after resuming playback
Max Kellermann
2017-05-15
Merge tag 'v0.20.7'
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-01-25
output/Plugin: pass EventLoop& to init()
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-12-28
output/Plugin: delay() returns std::chrono::steady_clock::duration
Max Kellermann
2016-11-09
output/Plugin: remove 'Error&' parameters, use C++ exceptions only
Max Kellermann
2016-11-08
output/jack: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-08
output/jack: use AtScopeExit()
Max Kellermann
2016-03-18
util/IterableSplitString: cheaper variant of SplitString()
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-01-21
config/Param: split block-specific attributes to new struct ConfigBlock
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
[next]