aboutsummaryrefslogtreecommitdiffstats
path: root/test/read_mixer.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-16output/roar: convert to C++Max Kellermann1-3/+3
2013-01-15mixer/Alsa: use MultiSocketMonitorMax Kellermann1-0/+8
2013-01-09EventPipe: rename to GlobalEventsMax Kellermann1-2/+2
2013-01-09event_pipe.h: convert to C++Max Kellermann1-1/+5
2012-05-29output/raop: delete the RAOP pluginMax Kellermann1-19/+0
2011-10-20pcm_volume: "length" is a "size_t", not "int"Max Kellermann1-1/+1
2011-10-10pcm_{mix,volume}: pass only sample_format to pcm_mix()Max Kellermann1-1/+1
2011-09-17output/pulse: don't expose internal struct in public headerMax Kellermann1-0/+10
2011-09-17output/roar: export volume methodsMax Kellermann1-0/+18
2011-08-24output/raop: consistently use GErrorMax Kellermann1-1/+2
2011-01-29test/read_mixer: add workaround for missing RAOP symbolsMax Kellermann1-0/+18
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-1/+1
2009-11-10test: fixed the read_mixer program on !HAVE_PULSEMax Kellermann1-1/+6
2009-10-23output/pulse: call mixer on state changesMax Kellermann1-2/+16
2009-10-21pulse: code rewrite using the asynchronous libpulse APIMax Kellermann1-0/+13
2009-10-21mixer_plugin: pass audio_output pointer to mixer_plugin.init()Max Kellermann1-1/+1
2009-10-20mixer_plugin: use GError for error handlingMax Kellermann1-6/+14
2009-10-20mixer/{oss,alsa}: renamed the mixer source filesMax Kellermann1-1/+1
2009-07-06mixer/software: new mixer which controls filter/volumeMax Kellermann1-0/+18
2009-04-21test: added program "read_mixer"Max Kellermann1-29/+31
2009-04-10test: added configuration file readerMax Kellermann1-34/+32
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-01-27zeroconf: corrected default service name usageMax Kellermann1-2/+2
2009-01-25use config_get_string() instead of config_get_param()Max Kellermann1-5/+1
2009-01-17conf: use config_get_bool() instead of getBoolConfigParam()Max Kellermann1-4/+2
2009-01-17conf: no CamelCase, part IMax Kellermann1-2/+2
2009-01-08added missing explicit config.h includesMax Kellermann1-0/+1
2008-12-30zeroconf: eliminated strlen() usage from initZeroconf()Max Kellermann1-3/+1
2008-12-30zeroconf: moved code to zeroconf-avahi.c and zeroconf-bonjour.cMax Kellermann1-555/+3
2008-12-30zeroconf: fail if avahi service name is invalidMax Kellermann1-8/+4
2008-12-29pcm: use GLib loggingMax Kellermann1-43/+42
2008-12-29removed os_compat.hMax Kellermann1-3/+2
2008-11-24zeroconf.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-4/+6
2008-10-17Makefile.am: don't compile disabled sourcesMax Kellermann1-4/+0
2008-08-26enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann1-4/+5
2008-01-03zeroconf: reformat (with mpd-indent.sh + manual tweaks)Eric Wong1-221/+245
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-5/+1
2007-09-05conf: improved boolean config parameter handling from -keEric Wong1-4/+2
2007-09-02zeroconf: avoid passing NULLs to Avahi *_free() routinesEric Wong1-4/+6
2007-06-03Define HAVE_ZEROCONF if Avahi or Bonjour support is enabled, so that we canJ. Alexander Treuman1-0/+2
2007-06-03Oops, forgot to test that last bool commit. Fixing an error and warning.J. Alexander Treuman1-4/+4
2007-06-03Making some bool options more consistent.J. Alexander Treuman1-5/+12
2007-06-03allow zeroconf to be disabled.Patrik Weiskircher1-0/+9
2007-06-02Adding a missing include.J. Alexander Treuman1-0/+1
2007-06-02Added Bonjour zeroconf support. This works now natively on MacOS X.Patrik Weiskircher1-10/+106
2007-06-01Removing the getBoundPort() function and just making boundPort an extern.J. Alexander Treuman1-1/+1
2007-05-15Changing "//" comments to "/* */" comments.J. Alexander Treuman1-1/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1