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
/
test
/
read_mixer.cxx
Age
Commit message (
Expand
)
Author
2017-01-03
update copyright year
Max Kellermann
2016-11-23
filter/Plugin: rename with CamelCase
Max Kellermann
2016-11-10
util/Error: remove obsolete class
Max Kellermann
2016-09-09
mixer: migrate to C++ exceptions
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-01-26
Merge branch 'v0.19.x'
Max Kellermann
2015-01-26
test/read_mixer: add missing stdlib.h include
Max Kellermann
2015-01-21
config/Param: split block-specific attributes to new struct ConfigBlock
Max Kellermann
2015-01-21
ConfigData: move struct config_param to Param.hxx
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-12-05
configure.ac: require GLib 2.32 (if enabled)
Max Kellermann
2014-10-24
test/DumpDatabase, ...: no g_thread_init() calls when GLib is disabled
Max Kellermann
2014-02-19
Mixer: add class MixerListener
Max Kellermann
2014-02-06
mixer/Plugin: pass AudioOutput reference to init()
Max Kellermann
2014-02-05
Mixer: use reference instead of pointer for MixerPlugin
Max Kellermann
2014-02-05
MixerPlugin: add EventLoop& init() parameter
Max Kellermann
2014-02-05
event/Loop: remove the dummy constructor argument
Max Kellermann
2014-01-24
Mixer*: move to mixer/
Max Kellermann
2014-01-24
Filter*: move to filter/
Max Kellermann
2014-01-24
Config*: move to config/
Max Kellermann
2014-01-23
output/*: move to output/plugins/
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2013-12-24
test/*: use fprintf(stderr,...) and Log() instead of g_printerr()
Max Kellermann
2013-12-23
pcm/Volume: convert to class
Max Kellermann
2013-12-23
pcm/PcmVolume: rename to Volume.cxx
Max Kellermann
2013-09-04
util/Error: new error passing library
Max Kellermann
2013-08-04
*: use gcc.h macros instead of GLib
Max Kellermann
2013-08-04
MixerPlugin: pass config_param reference
Max Kellermann
2013-08-03
audio_format: convert to C++
Max Kellermann
2013-04-17
don't use g_thread_init() with GLib 2.32
Max Kellermann
2013-04-16
MixerInternal: convert to class
Max Kellermann
2013-04-16
mixer/Pulse: convert to a class
Max Kellermann
2013-04-16
output/Pulse: convert to C++
Max Kellermann
2013-04-09
pcm_*: move to src/pcm/
Max Kellermann
2013-02-22
mixer_plugin: convert to C++
Max Kellermann
2013-02-01
filter: convert to C++
Max Kellermann
2013-01-31
pcm_*: convert to C++
Max Kellermann
2013-01-16
output/roar: convert to C++
Max Kellermann
2013-01-15
mixer/Alsa: use MultiSocketMonitor
Max Kellermann
2013-01-09
EventPipe: rename to GlobalEvents
Max Kellermann
2013-01-09
event_pipe.h: convert to C++
Max Kellermann