| Commit message (Expand) | Author | Files | Lines |
2013-08-04 | MixerPlugin: pass config_param reference | Max Kellermann | 6 | -19/+19 |
2013-08-04 | FilterPlugin: pass config_param reference | Max Kellermann | 1 | -1/+3 |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -0/+1 |
2013-07-30 | output_api: convert to C++ | Max Kellermann | 4 | -4/+4 |
2013-04-16 | mixer/software: use gcc_unused instead of G_GNUC_UNUSED | Max Kellermann | 1 | -5/+5 |
2013-04-16 | MixerInternal: convert to class | Max Kellermann | 7 | -59/+51 |
2013-04-16 | mixer/winmm: convert to a class | Max Kellermann | 1 | -10/+12 |
2013-04-16 | mixer/Software: convert to a class | Max Kellermann | 1 | -20/+22 |
2013-04-16 | mixer/Pulse: convert to a class | Max Kellermann | 2 | -25/+22 |
2013-04-16 | mixer/Oss: convert to a class | Max Kellermann | 1 | -51/+92 |
2013-04-16 | mixer/Alsa: convert to a class | Max Kellermann | 1 | -67/+103 |
2013-04-16 | output/Pulse: convert to C++ | Max Kellermann | 2 | -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 | 6 | -6/+6 |
2013-02-22 | {output,mixer}/winmm: convert to C++ | Max Kellermann | 1 | -9/+12 |
2013-02-02 | FilterInternal: convert struct filter to a OO interface | Max Kellermann | 2 | -4/+4 |
2013-02-01 | filter: convert to C++ | Max Kellermann | 1 | -2/+2 |
2013-01-31 | pcm_*: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-31 | mixer/software, filter/volume: convert to C++ | Max Kellermann | 2 | -11/+13 |
2013-01-29 | output/{alsa,oss}: convert to C++ | Max Kellermann | 1 | -8/+8 |
2013-01-16 | output/roar: convert to C++ | Max Kellermann | 1 | -52/+24 |
2013-01-15 | mixer/Alsa: use MultiSocketMonitor | Max Kellermann | 1 | -134/+37 |
2013-01-11 | configure.ac: enable WIN32_LEAN_AND_MEAN on Windows | Max Kellermann | 1 | -0/+2 |
2013-01-09 | EventPipe: rename to GlobalEvents | Max Kellermann | 2 | -5/+5 |
2013-01-09 | event_pipe.h: convert to C++ | Max Kellermann | 2 | -2/+2 |
2013-01-09 | mixer/{alsa,pulse}: convert to C++ | Max Kellermann | 3 | -28/+40 |
2012-05-29 | output/raop: delete the RAOP plugin | Max Kellermann | 1 | -67/+0 |
2012-01-05 | mixer/alsa: listen for external volume changes | Max Kellermann | 1 | -1/+180 |
2012-01-05 | mixer/alsa: move code to alsa_mixer_setup() | Max Kellermann | 1 | -25/+34 |
2012-01-05 | mixer/alsa: move code to alsa_mixer_lookup_elem() | Max Kellermann | 1 | -24/+27 |
2011-09-17 | output/pulse: don't expose internal struct in public header | Max Kellermann | 1 | -5/+7 |
2011-09-17 | output/roar: export volume methods | Max Kellermann | 1 | -32/+3 |
2011-08-31 | mixer/raop: include cleanup | Max Kellermann | 1 | -12/+2 |
2011-08-24 | output/raop: remove excessive debug messages | Max Kellermann | 1 | -1/+0 |
2011-08-24 | output/raop: consistently use GError | Max Kellermann | 1 | -2/+2 |
2011-03-23 | Remove unused headers in Roar plugin. | Hans-Kristian Arntzen | 1 | -4/+0 |
2011-03-16 | RoarAudio output plugin | Hans-Kristian Arntzen | 1 | -0/+137 |
2011-02-09 | general: whitespace cleanup | Thomas Jansen | 1 | -5/+5 |
2011-01-29 | copyright year 2011 | Max Kellermann | 7 | -7/+7 |
2011-01-28 | output/raop: new output plugin | Dustin Puckett | 1 | -0/+78 |
2010-10-09 | mixer: winmm_mixer implemented | Denis Krjuchkov | 1 | -0/+114 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 6 | -6/+6 |
2009-11-12 | include config.h in all sources | Max Kellermann | 4 | -0/+4 |
2009-11-10 | fd_util: removed creat_cloexec() | Max Kellermann | 1 | -1/+1 |
2009-11-07 | set the close-on-exec flag on all file descriptors | Max Kellermann | 1 | -1/+2 |
2009-10-23 | output/pulse: call mixer on state changes | Max Kellermann | 2 | -127/+79 |
2009-10-23 | mixer_control: allow methods "open" and "close" to be NULL | Max Kellermann | 1 | -19/+0 |
2009-10-22 | mixer/pulse: don't get volume if stream is not yet ready | Max Kellermann | 1 | -3/+3 |
2009-10-21 | pulse: code rewrite using the asynchronous libpulse API | Max Kellermann | 1 | -209/+126 |
2009-10-21 | mixer_plugin: pass audio_output pointer to mixer_plugin.init() | Max Kellermann | 4 | -4/+6 |