aboutsummaryrefslogtreecommitdiffstats
path: root/src/Volume.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-28Util/StringUtil: add StringStartsWith()Max Kellermann1-3/+2
2013-11-25Volume, Output: use new class PeriodClock instead of GTimerMax Kellermann1-12/+3
2013-10-19*: use nullptr instead of NULLMax Kellermann1-3/+3
2013-10-02Log: new logging library APIMax Kellermann1-4/+6
2013-01-09EventPipe: rename to GlobalEventsMax Kellermann1-3/+3
2013-01-09event_pipe.h: convert to C++Max Kellermann1-4/+1
2013-01-09idle: convert to C++Max Kellermann1-1/+1
2013-01-07mixer_all: convert to C++Max Kellermann1-1/+1
2013-01-07volume: convert to C++Max Kellermann1-2/+5
2013-01-07audio_config, volume, mixer_all: include cleanupMax Kellermann1-7/+0
2012-08-15filter/volume: include cleanupMax Kellermann1-1/+0
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-10-21volume: added PIPE_EVENT_MIXERMax Kellermann1-0/+16
2009-10-08state_file: save only if something has changedMax Kellermann1-0/+6
2009-07-15state_file: don't rewind the stream while reading the state fileMax Kellermann1-14/+12
2009-07-06output: use the software mixer pluginMax Kellermann1-71/+8
2009-07-06volume: moved range check to handle_setvol()Max Kellermann1-10/+9
2009-07-06volume, mixer: removed the "relative" parameterMax Kellermann1-25/+19
2009-07-06mixer_type: moved volume_mixer_type from volume.cMax Kellermann1-21/+22
2009-06-25volume: removed support for legacy mixer configurationMax Kellermann1-85/+2
2009-06-03conf: eliminated CamelCaseMax Kellermann1-5/+5
2009-05-28volume: changed "default" to "DISABLED" in switch statementMax Kellermann1-1/+4
2009-05-28volume: converted volume_mixer_type to an enumMax Kellermann1-5/+6
2009-05-28volume: removed unused macro "VOLUME_MIXER_SOFTWARE_DEFAULT"Max Kellermann1-1/+0
2009-03-14mixer_api: moved functions to mixer_control.cMax Kellermann1-1/+1
2009-03-14volume: moved code to mixer_all.cMax Kellermann1-30/+5
2009-03-14volume: use bool instead of intMax Kellermann1-6/+6
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-12audio: moved mixer functions to mixer_control.cMax Kellermann1-1/+1
2009-03-12volume: removed unused variable "default_mixer"Max Kellermann1-1/+0
2009-03-02mixer: adding code to optionally disable all hw mixersViliam Mateicka1-0/+3
2009-02-28volume: throttle access to hardware mixersMax Kellermann1-1/+24
2009-02-26mixer: Add "disabled" mixer_type.Avuton Olrich1-0/+3
2009-02-10audio: moved code to output_all.cMax Kellermann1-0/+1
2009-01-25mixer: configure legacy mixer before the audio outputsMax Kellermann1-21/+69
2009-01-25conf: const pointers in block get functionsMax Kellermann1-1/+1
2009-01-17conf: no CamelCase, part IMax Kellermann1-5/+5
2009-01-11removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix...Viliam Mateicka1-0/+2
2009-01-07pcm_utils: moved code to pcm_volume.cMax Kellermann1-1/+1
2009-01-03don't include utils.h when it isn't usedMax Kellermann1-2/+3
2009-01-01mixer: renamed mix_* options to mixer_*Max Kellermann1-2/+2
2008-12-31Moving mixers to audio outputsViliam Mateicka1-419/+89
2008-12-29volume: use GLib loggingMax Kellermann1-26/+29
2008-12-29removed os_compat.hMax Kellermann1-4/+6
2008-12-28utils: removed myFgets()Max Kellermann1-1/+3
2008-12-02replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELYThomas Jansen1-1/+1
2008-11-14volume: eliminate alloca() usageMax Kellermann1-11/+4
2008-11-14volume: moved code to oss_mixer_find()Max Kellermann1-14/+23