| Commit message (Expand) | Author | Files | Lines |
2014-10-24 | test/DumpDatabase, ...: no g_thread_init() calls when GLib is disabled | Max Kellermann | 1 | -0/+4 |
2014-02-19 | Mixer: add class MixerListener | Max Kellermann | 1 | -6/+1 |
2014-02-06 | mixer/Plugin: pass AudioOutput reference to init() | Max Kellermann | 1 | -54/+2 |
2014-02-05 | Mixer: use reference instead of pointer for MixerPlugin | Max Kellermann | 1 | -1/+1 |
2014-02-05 | MixerPlugin: add EventLoop& init() parameter | Max Kellermann | 1 | -6/+2 |
2014-02-05 | event/Loop: remove the dummy constructor argument | Max Kellermann | 1 | -1/+1 |
2014-01-24 | Mixer*: move to mixer/ | Max Kellermann | 1 | -2/+2 |
2014-01-24 | Filter*: move to filter/ | Max Kellermann | 1 | -1/+1 |
2014-01-24 | Config*: move to config/ | Max Kellermann | 1 | -1/+1 |
2014-01-23 | output/*: move to output/plugins/ | Max Kellermann | 1 | -2/+2 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-12-24 | test/*: use fprintf(stderr,...) and Log() instead of g_printerr() | Max Kellermann | 1 | -11/+11 |
2013-12-23 | pcm/Volume: convert to class | Max Kellermann | 1 | -9/+0 |
2013-12-23 | pcm/PcmVolume: rename to Volume.cxx | Max Kellermann | 1 | -1/+1 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -14/+10 |
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -15/+15 |
2013-08-04 | MixerPlugin: pass config_param reference | Max Kellermann | 1 | -1/+3 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-04-17 | don't use g_thread_init() with GLib 2.32 | Max Kellermann | 1 | -0/+2 |
2013-04-16 | MixerInternal: convert to class | Max Kellermann | 1 | -2/+1 |
2013-04-16 | mixer/Pulse: convert to a class | Max Kellermann | 1 | -2/+2 |
2013-04-16 | output/Pulse: convert to C++ | Max Kellermann | 1 | -6/+6 |
2013-04-09 | pcm_*: move to src/pcm/ | Max Kellermann | 1 | -1/+1 |
2013-02-22 | mixer_plugin: convert to C++ | Max Kellermann | 1 | -6/+2 |
2013-02-01 | filter: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-31 | pcm_*: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-16 | output/roar: convert to C++ | Max Kellermann | 1 | -3/+3 |
2013-01-15 | mixer/Alsa: use MultiSocketMonitor | Max Kellermann | 1 | -0/+8 |
2013-01-09 | EventPipe: rename to GlobalEvents | Max Kellermann | 1 | -2/+2 |
2013-01-09 | event_pipe.h: convert to C++ | Max Kellermann | 1 | -1/+5 |
2012-05-29 | output/raop: delete the RAOP plugin | Max Kellermann | 1 | -19/+0 |
2011-10-20 | pcm_volume: "length" is a "size_t", not "int" | Max Kellermann | 1 | -1/+1 |
2011-10-10 | pcm_{mix,volume}: pass only sample_format to pcm_mix() | Max Kellermann | 1 | -1/+1 |
2011-09-17 | output/pulse: don't expose internal struct in public header | Max Kellermann | 1 | -0/+10 |
2011-09-17 | output/roar: export volume methods | Max Kellermann | 1 | -0/+18 |
2011-08-24 | output/raop: consistently use GError | Max Kellermann | 1 | -1/+2 |
2011-01-29 | test/read_mixer: add workaround for missing RAOP symbols | Max Kellermann | 1 | -0/+18 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -1/+1 |
2009-11-10 | test: fixed the read_mixer program on !HAVE_PULSE | Max Kellermann | 1 | -1/+6 |
2009-10-23 | output/pulse: call mixer on state changes | Max Kellermann | 1 | -2/+16 |
2009-10-21 | pulse: code rewrite using the asynchronous libpulse API | Max Kellermann | 1 | -0/+13 |
2009-10-21 | mixer_plugin: pass audio_output pointer to mixer_plugin.init() | Max Kellermann | 1 | -1/+1 |
2009-10-20 | mixer_plugin: use GError for error handling | Max Kellermann | 1 | -6/+14 |
2009-10-20 | mixer/{oss,alsa}: renamed the mixer source files | Max Kellermann | 1 | -1/+1 |
2009-07-06 | mixer/software: new mixer which controls filter/volume | Max Kellermann | 1 | -0/+18 |
2009-04-21 | test: added program "read_mixer" | Max Kellermann | 1 | -29/+31 |
2009-04-10 | test: added configuration file reader | Max Kellermann | 1 | -34/+32 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |