| Commit message (Expand) | Author | Files | Lines |
2014-02-19 | Mixer: add class MixerListener | Max Kellermann | 1 | -14/+2 |
2014-01-28 | OutputAll: convert to class, move instance to class Partition | Max Kellermann | 1 | -11/+15 |
2014-01-24 | Mixer*: move to mixer/ | Max Kellermann | 1 | -0/+0 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-11-28 | Util/StringUtil: add StringStartsWith() | Max Kellermann | 1 | -3/+2 |
2013-11-25 | Volume, Output: use new class PeriodClock instead of GTimer | Max Kellermann | 1 | -12/+3 |
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann | 1 | -3/+3 |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -4/+6 |
2013-01-09 | EventPipe: rename to GlobalEvents | Max Kellermann | 1 | -3/+3 |
2013-01-09 | event_pipe.h: convert to C++ | Max Kellermann | 1 | -4/+1 |
2013-01-09 | idle: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-07 | mixer_all: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-07 | volume: convert to C++ | Max Kellermann | 1 | -2/+5 |
2013-01-07 | audio_config, volume, mixer_all: include cleanup | Max Kellermann | 1 | -7/+0 |
2012-08-15 | filter/volume: include cleanup | Max Kellermann | 1 | -1/+0 |
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-10-21 | volume: added PIPE_EVENT_MIXER | Max Kellermann | 1 | -0/+16 |
2009-10-08 | state_file: save only if something has changed | Max Kellermann | 1 | -0/+6 |
2009-07-15 | state_file: don't rewind the stream while reading the state file | Max Kellermann | 1 | -14/+12 |
2009-07-06 | output: use the software mixer plugin | Max Kellermann | 1 | -71/+8 |
2009-07-06 | volume: moved range check to handle_setvol() | Max Kellermann | 1 | -10/+9 |
2009-07-06 | volume, mixer: removed the "relative" parameter | Max Kellermann | 1 | -25/+19 |
2009-07-06 | mixer_type: moved volume_mixer_type from volume.c | Max Kellermann | 1 | -21/+22 |
2009-06-25 | volume: removed support for legacy mixer configuration | Max Kellermann | 1 | -85/+2 |
2009-06-03 | conf: eliminated CamelCase | Max Kellermann | 1 | -5/+5 |
2009-05-28 | volume: changed "default" to "DISABLED" in switch statement | Max Kellermann | 1 | -1/+4 |
2009-05-28 | volume: converted volume_mixer_type to an enum | Max Kellermann | 1 | -5/+6 |
2009-05-28 | volume: removed unused macro "VOLUME_MIXER_SOFTWARE_DEFAULT" | Max Kellermann | 1 | -1/+0 |
2009-03-14 | mixer_api: moved functions to mixer_control.c | Max Kellermann | 1 | -1/+1 |
2009-03-14 | volume: moved code to mixer_all.c | Max Kellermann | 1 | -30/+5 |
2009-03-14 | volume: use bool instead of int | Max Kellermann | 1 | -6/+6 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-03-12 | audio: moved mixer functions to mixer_control.c | Max Kellermann | 1 | -1/+1 |
2009-03-12 | volume: removed unused variable "default_mixer" | Max Kellermann | 1 | -1/+0 |
2009-03-02 | mixer: adding code to optionally disable all hw mixers | Viliam Mateicka | 1 | -0/+3 |
2009-02-28 | volume: throttle access to hardware mixers | Max Kellermann | 1 | -1/+24 |
2009-02-26 | mixer: Add "disabled" mixer_type. | Avuton Olrich | 1 | -0/+3 |
2009-02-10 | audio: moved code to output_all.c | Max Kellermann | 1 | -0/+1 |
2009-01-25 | mixer: configure legacy mixer before the audio outputs | Max Kellermann | 1 | -21/+69 |
2009-01-25 | conf: const pointers in block get functions | Max Kellermann | 1 | -1/+1 |
2009-01-17 | conf: no CamelCase, part I | Max Kellermann | 1 | -5/+5 |
2009-01-11 | removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix... | Viliam Mateicka | 1 | -0/+2 |
2009-01-07 | pcm_utils: moved code to pcm_volume.c | Max Kellermann | 1 | -1/+1 |
2009-01-03 | don't include utils.h when it isn't used | Max Kellermann | 1 | -2/+3 |
2009-01-01 | mixer: renamed mix_* options to mixer_* | Max Kellermann | 1 | -2/+2 |
2008-12-31 | Moving mixers to audio outputs | Viliam Mateicka | 1 | -419/+89 |
2008-12-29 | volume: use GLib logging | Max Kellermann | 1 | -26/+29 |
2008-12-29 | removed os_compat.h | Max Kellermann | 1 | -4/+6 |