aboutsummaryrefslogtreecommitdiff
path: root/src/volume.c
Commit message (Expand)AuthorAge
* mixer_api: moved functions to mixer_control.cMax Kellermann2009-03-14
* volume: moved code to mixer_all.cMax Kellermann2009-03-14
* volume: use bool instead of intMax Kellermann2009-03-14
* all: Update copyright header.Avuton Olrich2009-03-13
* audio: moved mixer functions to mixer_control.cMax Kellermann2009-03-12
* volume: removed unused variable "default_mixer"Max Kellermann2009-03-12
* mixer: adding code to optionally disable all hw mixersViliam Mateicka2009-03-02
* volume: throttle access to hardware mixersMax Kellermann2009-02-28
* mixer: Add "disabled" mixer_type.Avuton Olrich2009-02-26
* audio: moved code to output_all.cMax Kellermann2009-02-10
* mixer: configure legacy mixer before the audio outputsMax Kellermann2009-01-25
* conf: const pointers in block get functionsMax Kellermann2009-01-25
* conf: no CamelCase, part IMax Kellermann2009-01-17
* removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix...Viliam Mateicka2009-01-11
* pcm_utils: moved code to pcm_volume.cMax Kellermann2009-01-07
* don't include utils.h when it isn't usedMax Kellermann2009-01-03
* mixer: renamed mix_* options to mixer_*Max Kellermann2009-01-01
* Moving mixers to audio outputsViliam Mateicka2008-12-31
* volume: use GLib loggingMax Kellermann2008-12-29
* removed os_compat.hMax Kellermann2008-12-29
* utils: removed myFgets()Max Kellermann2008-12-28
* replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELYThomas Jansen2008-12-02
* volume: eliminate alloca() usageMax Kellermann2008-11-14
* volume: moved code to oss_mixer_find()Max Kellermann2008-11-14
* pcm_volume: added constant PCM_VOLUME_1Max Kellermann2008-11-11
* pcm_utils: added inline function pcm_float_to_volume()Max Kellermann2008-11-11
* utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann2008-10-28
* command: added command "idle"Max Kellermann2008-10-14
* start using prefixcmp()Eric Wong2008-09-23
* volume: oops, only #include <alloca.h> if OSS is enabledEric Wong2008-09-23
* oss: avoid heap allocations when configuring mixerEric Wong2008-09-23
* volume: don't pass "fd" to changeVolumeLevel()Max Kellermann2008-09-07
* renamed player.c to player_control.cMax Kellermann2008-08-26
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-26
* clean up CPP includesMax Kellermann2008-04-12
* fix "unreachable code" warningMax Kellermann2008-03-26
* fix -Wconst warningsMax Kellermann2008-02-05
* fixed -Wshadow warningsMax Kellermann2008-01-26
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-26
* The massive copyright updateAvuton Olrich2007-04-05
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-14
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* Spelling & GrammarAvuton Olrich2006-08-11
* labels should be on the left most column, no tabbingWarren Dukes2006-08-09
* software volume can now be saved and read from the state fileEric Wong2006-07-30
* commandError() cleanups, fixup gcc checksEric Wong2006-07-30
* interface/connection malloc reductions from mpd-keEric Wong2006-07-30
* Add mpd-indent.shAvuton Olrich2006-07-20
* alsa: fix memory leaks from snd_*_open*()Eric Wong2006-07-17