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
/
mixer
Age
Commit message (
Expand
)
Author
2021-01-01
copyright year 2021
Max Kellermann
2020-10-08
event/TimerEvent: add type alias for std::chrono::steady_clock::duration
Max Kellermann
2020-05-30
src/output: add wasapi output and mixer plugin
Shen-Ta Hsieh
2020-05-05
*/plugins/meson.build: define feature macros in Features.h
Max Kellermann
2020-05-05
system/FileDescriptor: move to io/
Max Kellermann
2020-04-22
[clang-tidy] use auto
Rosen Penev
2020-04-02
Merge tag 'v0.21.22'
Max Kellermann
2020-03-25
treewide: use boost::lround when std::round is unavailable
Rosen Penev
2020-03-25
mixer: add AndroidMixerPlugin
Thomas Guillem
2020-03-25
replace lrint with lround
Rosen Penev
2020-03-16
fix double promotions
Rosen Penev
2020-03-16
Merge remote-tracking branch 'neheb/h'
Max Kellermann
2020-03-16
remove gcc_unused
Rosen Penev
2020-03-15
treewide: get rid of C math function usage
Rosen Penev
2020-03-15
volume_mapping: get rid of exp10 workaround
Rosen Penev
2020-03-15
treewide: use boost::lround when std::round is unavailable
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-02-01
*: add `explicit`
Max Kellermann
2020-02-01
*: use `auto`
Max Kellermann
2020-02-01
*: use nullptr instead of NULL
Max Kellermann
2020-01-31
[clang-tidy] use override instead of virtual
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-05-31
mixer/Listener: add `noexcept`
Max Kellermann
2019-04-26
output/MultipleOutputs: wrap AudioOutputControl in std::unique_ptr<>
Max Kellermann
2019-02-20
mixer/pulse: add missing ParseFloat() check
Max Kellermann
2019-02-20
mixer/pulse: move `volume_scale_factor` up to improve struct packing
Max Kellermann
2019-02-20
mixer/pulse: add `const` to `volume_scale_factor`
Max Kellermann
2019-02-20
mixer/pulse: use C++11 initializer
Max Kellermann
2019-02-20
mixer/pulse: rename `scale` to `scale_volume`
Max Kellermann
2019-02-17
mixer/pulse: Add a new 'scale' parameter to allow volumes above 100
Clément Pit-Claudel
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-11-11
{output,mixer}/alsa: use snd_pcm_poll_descriptors_revents()
Max Kellermann
2018-11-11
lib/alsa/NonBlock: move the functions into a class managing the state
Max Kellermann
2018-11-04
clamp 'set_normalized_volume' to valid values also for ALSA softvol
Stefano Miccoli
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-31
output/roar: remove
Max Kellermann
2018-10-14
build with Meson instead of autotools
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-08-19
mixer/Type: mixer_type_parse() throws on error
Max Kellermann
2018-02-11
Merge tag 'v0.20.17'
Max Kellermann
2018-02-10
mixer/alsa: work around rounding error at volume 0
Max Kellermann
2017-12-19
Main, ...: catch any exception, not just std::runtime_error
Max Kellermann
2017-12-18
Merge tag 'v0.20.13'
Max Kellermann
2017-12-18
rounds alsa HW mixer volume towards ±∞ depending on sgn(∆ vol)
Stefano Miccoli
2017-11-12
event/MultiSocketMonitor: add "noexcept"
Max Kellermann
2017-11-12
{mixer,output}/alsa: migrate from DeferredMonitor to DeferEvent
Max Kellermann
2017-09-16
Add sndio mixer plugin
Christopher Zimmermann
2017-08-22
Merge branch 'v0.20.x' into master
Matthew Leon
[next]